alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
appview
/
pages
/
templates
/
repo
5 folders
11 files
at
9ff59341cce3d91cea19cd2f0fa4bbf09b94de3f
Seongmin Lee
appview: add reaction for issues/PRs (close #65)
1y ago
9ff59341
compare
appview: fix compare page when repo has only 1 branch the "recently active branches" panel is not shown when there are no branches to show. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
fragments
appview: add reaction for issues/PRs (close #65) Add `sh.tangled.feed.reaction` lexicon and UI to *react* to issues/PRs close #65 close #113 Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
1 year ago
issues
appview: add reaction for issues/PRs (close #65) Add `sh.tangled.feed.reaction` lexicon and UI to *react* to issues/PRs close #65 close #113 Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
1 year ago
pipelines
appview: add CI status component to pulls view Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
pulls
appview: add reaction for issues/PRs (close #65) Add `sh.tangled.feed.reaction` lexicon and UI to *react* to issues/PRs close #65 close #113 Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
1 year ago
blob.html
appview: pages: pathUnscape breadcrumbs in repo/{blob,tree} Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
branches.html
appview: use .Committer.When everywhere
1 year ago
commit.html
appview: make tooltips persistent, link tooltips to workflow page Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
empty.html
appview: allow slashes in branch names in empty-repo template Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
fork.html
appview: implement repo fork
1 year ago
index.html
appview: simplify logic to build RepoLanguageDetails Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
log.html
appview: make tooltips persistent, link tooltips to workflow page Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
new.html
appview/pages: new button for create actions Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
settings.html
appview,spindle: group logs based on step spindle logs now inform the beginning of a new step using a "control" message, with logs categorized under a "data" message. the appview in turn, is able to group logs by step: - upon encountering a control message, it begins a new step (a collapsible details tag) - upon encontering a data message, it adds the log line into the last encountered step Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
tags.html
appview: pages/templates: add opengraph tags
1 year ago
tree.html
knotserver: git: improve performance of last_commit_time uses `git log --name-only` to speed things along. the performance tradeoff here is that active repositories tend to load last-commit times really quickly, but directories with one file that was modified 20k commits ago will result in the entire log being walked through. git-log command is parsed as it streams to avoid having to wait for the entire command to complete, and as soon as the entire directory's listing is hydrated, we cancel the command. most of the time, this results in hydration of subdirectories also (this gets cached), resulting in good experience when browsing a repo (typically moving down directories gets faster with each click, as fewer files need hydration). Signed-off-by: oppiliappan <me@oppi.li>
1 year ago