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
4 folders
4 files
at
d0fbcd5e403b4cb1cf73b2a02ac4e624f9fef1a0
oppiliappan
knotserver: git: improve performance of last_commit_time
1y ago
d4f57e8d
errors
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
layouts
appview: timeline: improve landing page speak more about tangled itself, link to discord, irc and source code.
1 year ago
repo
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
user
appview: pages/templates: add opengraph tags
1 year ago
knot.html
lexicons: rename, format and other required changes
1 year ago
knots.html
appview: pages: add spinners to more buttons This commit adds spinners to what I believe to be all the buttons on the following pages: - follow: add spinner to follow button - issues/new: add spinner to create button - issue: add spinners to close/reopen issue buttons - issueComment: add spinner to delete button - editIssueComment: add spinner to check mark button - pulls/new: add spinner to create button - pullNewComment: add spinner to comment button, submit and cancel - pullResubmit: add spinners to resubmit / cancel button - settings: add spinners to buttons - knots: add spinners to buttons - settings: add spinners to user settings page
1 year ago
settings.html
appview: pages: add spinners to more buttons This commit adds spinners to what I believe to be all the buttons on the following pages: - follow: add spinner to follow button - issues/new: add spinner to create button - issue: add spinners to close/reopen issue buttons - issueComment: add spinner to delete button - editIssueComment: add spinner to check mark button - pulls/new: add spinner to create button - pullNewComment: add spinner to comment button, submit and cancel - pullResubmit: add spinners to resubmit / cancel button - settings: add spinners to buttons - knots: add spinners to buttons - settings: add spinners to user settings page
1 year ago
timeline.html
appview: timeline: improve landing page speak more about tangled itself, link to discord, irc and source code.
1 year ago