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
ae0185bd4b9ba8c928e287b98b53f283756e3542
oppiliappan
appview/pages: improve rendering of backlinks list
7mo ago
ae0185bd
compare
appview/pages: fix `pages.RepoComparedDiffFragment()` - remove unused parameters - pass correct parameters - rename with `*Fragment` suffix Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
fragments
appview/pages: improve rendering of backlinks list Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
issues
appview: backlinks currently all backlinks are parsed with markdown parser. So only explict urls like below are supported: - <https://tangled.org/owner.com/repo-name/issues/123> - [full url](https://tangled.org/owner.com/repo-name/issues/123) - [absolute path](/owner.com/repo-name/issues/123) Also `#comment-123` fragment is supported too. All references in issue/pull/comment records are stored in at-uri format. we do have a `mentions` field, but it isn't used yet. mentions are parsed on rendering and aren't stored anywhere for now. Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
pipelines
appview/pages: fix collapsed step icon Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
pulls
appview: backlinks currently all backlinks are parsed with markdown parser. So only explict urls like below are supported: - <https://tangled.org/owner.com/repo-name/issues/123> - [full url](https://tangled.org/owner.com/repo-name/issues/123) - [absolute path](/owner.com/repo-name/issues/123) Also `#comment-123` fragment is supported too. All references in issue/pull/comment records are stored in at-uri format. we do have a `mentions` field, but it isn't used yet. mentions are parsed on rendering and aren't stored anywhere for now. Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
settings
appview/pages: resolve did on render Don't pass resolved user handles from http handlers. The page renderer is capable of resolving DIDs and we are using redis cache, so the performance won't matter much either. Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
blob.html
appview/pages: fix regression in blob view that removed scroll Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
branches.html
appview/pages: switch to tangled.org Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
10 months ago
commit.html
appview/pages: show co-authors and committers in commit messages in smaller views of a commit, such as logs, only the profile pictures of coauthors are shown, and the lead author's identity is suffixed with a "+ N" to indicate co-authors. in larger views of a commit, such as the commit view, the authors and the committer are explicitly laid out, DIDs are resolved where possible and shown alongside profile pictures. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
empty.html
appview/pages: resolve did on render Don't pass resolved user handles from http handlers. The page renderer is capable of resolving DIDs and we are using redis cache, so the performance won't matter much either. Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
fork.html
appview/state: Moved /knots & /spindle to /settings Signed-off-by: 5jiji <git@5jiji.com> Signed-off-by: Seongmin Lee <git@boltless.me>
10 months ago
index.html
appview/pages: show co-authors and committers in commit messages in smaller views of a commit, such as logs, only the profile pictures of coauthors are shown, and the lead author's identity is suffixed with a "+ N" to indicate co-authors. in larger views of a commit, such as the commit view, the authors and the committer are explicitly laid out, DIDs are resolved where possible and shown alongside profile pictures. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
log.html
appview/pages: show co-authors and committers in commit messages in smaller views of a commit, such as logs, only the profile pictures of coauthors are shown, and the lead author's identity is suffixed with a "+ N" to indicate co-authors. in larger views of a commit, such as the commit view, the authors and the committer are explicitly laid out, DIDs are resolved where possible and shown alongside profile pictures. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
needsUpgrade.html
appview/index: improve repo-index for outdated knots Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
new.html
appview/state: Moved /knots & /spindle to /settings Signed-off-by: 5jiji <git@5jiji.com> Signed-off-by: Seongmin Lee <git@boltless.me>
10 months ago
tags.html
appview/pages: switch to tangled.org Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
10 months ago
tree.html
appview/repo: rework blob handler to use models.BlobView Signed-off-by: oppiliappan <me@oppi.li>
9 months ago