commits
We have README files displayed on the main page of a repository, but we
don't do that on subfolders.
Since xrpc was added, we can call it for every file in the list of
potential README file names and pick out if any are present in the
directory we're listing out
Signed-off-by: Skyler Grey <minion@freshlybakedca.ke>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Use a bulk fetcher for both.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: saturnvi <did:plc:l7ufwp4ypley2oghdml3ohcm>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: Naomi Roberts <mia@naomieow.xyz>
this is a patch fix, the real fix would be to add this to go-enry's list
of generated file names.
Signed-off-by: oppiliappan <me@oppi.li>
on medium and above:
- show profile card on all profile pages
on mobile:
- show profile card on overview page
- hide profile card on all other profile pages
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: Anirudh Oppiliappan <did:plc:hwevmowznbiukdf6uk5dwrrq>
Signed-off-by: Anirudh Oppiliappan <did:plc:hwevmowznbiukdf6uk5dwrrq>
when time is formatted in "timeago" formats, it can be displayed as
"edited now ago" when the time is sub-second. this case is now
specialized to omit the "ago" to result in "edited now".
Signed-off-by: oppiliappan <me@oppi.li>
This allows developers to run a single command (`tilt up`) to start the
entire local development environment for Tangled.
Signed-off-by: Isaac Corbrey <icorbrey@gmail.com>
This forces the watcher to stay alive when running non-interactively
(e.g. when run from within Tilt).
Signed-off-by: Isaac Corbrey <icorbrey@gmail.com>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
this is backwards compatible mostly. there are bugs in the old handlers
around refs that include url escaped characters, these have been
remedied with this patch.
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
svgs were broken since they defaulted to text/plain instead of
image/svg+xml.
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Signed-off-by: oppiliappan <me@oppi.li>
merge all migration guides into one doc
Signed-off-by: oppiliappan <me@oppi.li>
- sm: single column grid
- md: 10 column grid, with 1-8-1 layout
- lg: 12 column grid, with 2-8-2 layout
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
simplify issue getters
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
Signed-off-by: oppiliappan <me@oppi.li>
- create/updates are unified because db handles upserts
- use new DB APIs that support db.Filter
Signed-off-by: oppiliappan <me@oppi.li>
- all Create ops are upserts by default, this means the ingester simply
has to create a new item during ingestion, the db handler will decide
if it is an edit or a create operation
- all ops have been updated to use db.Filter
Signed-off-by: oppiliappan <me@oppi.li>
edit if present and create if not.
Signed-off-by: oppiliappan <me@oppi.li>
- all Create ops are upserts by default, this means the ingester simply
has to create a new item during ingestion, the db handler will decide
if it is an edit or a create operation
- all ops have been updated to use db.Filter
Signed-off-by: oppiliappan <me@oppi.li>
more constraints and a new "reply_to" column for threading.
Signed-off-by: oppiliappan <me@oppi.li>
adds generated `at_uri` column. a lot easier for comments to refer to an
issue now. ingesting comments also does not require a lookup, we can
directly use the at-uri of the parent-issue in db queries.
Signed-off-by: oppiliappan <me@oppi.li>
We have README files displayed on the main page of a repository, but we
don't do that on subfolders.
Since xrpc was added, we can call it for every file in the list of
potential README file names and pick out if any are present in the
directory we're listing out
Signed-off-by: Skyler Grey <minion@freshlybakedca.ke>
Signed-off-by: oppiliappan <me@oppi.li>
simplify issue getters
Signed-off-by: oppiliappan <me@oppi.li>