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
6 folders
11 files
at
cab269fb64ec0bcaef45f85d0c50cf5cb2f0b197
Seongmin Lee
appview: add website and topics fields to repo
10mo ago
dd1bcee8
compare
appview/pages: move topbar and footer into fragments Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
fragments
appview: add website and topics fields to repo Removed description edit UI / endpoints and put unified base settings form in repository settings page. This form is restricted to `repo:owner` permission same as before. The internal model of topics is an array but they are stored/edited as single string where each topics are joined with whitespaces. Having a dedicated topics table with M:M relationship to the repo seems a bit overkill considering we will have external search indexer anyway. Signed-off-by: Seongmin Lee <git@boltless.me>
10 months ago
issues
appview/pages: add external link panel to issues Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
pipelines
appview/pages: show live updating counters for steps spindles can now give us detailed logs for start and end of steps. the appview can ingest these logs to indicate live durations for steps. it is implemented like so: - the logs handler keeps track of start and end times for each step - whenever we recieve a start or end time, we update the html to add a `data-start` or `data-end` attribute - using some javascript, we print a live updating timer for each step: * if only `data-start` is present: then use Now - Start and update each second * if both `data-start` and `data-end` are present, then use End - Start Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
pulls
appview/pages: add external link panel to pulls Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
settings
appview: add website and topics fields to repo Removed description edit UI / endpoints and put unified base settings form in repository settings page. This form is restricted to `repo:owner` permission same as before. The internal model of topics is an array but they are stored/edited as single string where each topics are joined with whitespaces. Having a dedicated topics table with M:M relationship to the repo seems a bit overkill considering we will have external search indexer anyway. Signed-off-by: Seongmin Lee <git@boltless.me>
10 months ago
blob.html
appview: add website and topics fields to repo Removed description edit UI / endpoints and put unified base settings form in repository settings page. This form is restricted to `repo:owner` permission same as before. The internal model of topics is an array but they are stored/edited as single string where each topics are joined with whitespaces. Having a dedicated topics table with M:M relationship to the repo seems a bit overkill considering we will have external search indexer anyway. Signed-off-by: Seongmin Lee <git@boltless.me>
10 months ago
branches.html
appview/pages: switch to tangled.org Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
commit.html
appview/repo: remove EmailToDidOrHandle we no longer resolve handles from DIDs at the handlers, we do this dynamically when rendering the templates. EmailToDidOrHandle did not follow this pattern. there were a few negative side effects from this: the `tinyAvatar` helper requires that the input be a DID; and not a handle. when a handle is passed, it results in a different default color for users without profile pictures; resulting in different colors in repo-log versus, say, the topbar. Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
empty.html
appview/pages: Strip HTTP port from SSH clone URLs Signed-off-by: Evan Jarrett <evan@evanjarrett.com>
10 months ago
fork.html
appview/repo: add an option to choose the name of the forked repo Given that repo names cannot be changed later, this gives the freedom to choose the name and still stay in the fork network. Signed-off-by: Vidya Sagar VOBBILISETTI <mail@vidyasagarv.com>
11 months ago
index.html
appview/repo: remove EmailToDidOrHandle we no longer resolve handles from DIDs at the handlers, we do this dynamically when rendering the templates. EmailToDidOrHandle did not follow this pattern. there were a few negative side effects from this: the `tinyAvatar` helper requires that the input be a DID; and not a handle. when a handle is passed, it results in a different default color for users without profile pictures; resulting in different colors in repo-log versus, say, the topbar. Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
log.html
appview/repo: remove EmailToDidOrHandle we no longer resolve handles from DIDs at the handlers, we do this dynamically when rendering the templates. EmailToDidOrHandle did not follow this pattern. there were a few negative side effects from this: the `tinyAvatar` helper requires that the input be a DID; and not a handle. when a handle is passed, it results in a different default color for users without profile pictures; resulting in different colors in repo-log versus, say, the topbar. Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
needsUpgrade.html
appview/index: improve repo-index for outdated knots Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
new.html
appview/pages: improve repo/new styles on mobile Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
tags.html
appview/pages: switch to tangled.org Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
tree.html
appview,knotserver: pass along a readme candidate in repo.tree responses this simplifies readme detection and improves page performance. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago