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
/
pulls
1 folder
5 files
at
d7c6aa99c3e9fe109369428158e60b9d4ebf400a
oppiliappan
appview/pages: unify diff & interdiff templates
8mo ago
d7c6aa99
fragments
appview/pages: unify diff & interdiff templates any object that adheres to the DiffRenderer interface can now be presented as html using the repo/fragments/diff template.
8 months ago
interdiff.html
appview/pages: unify diff & interdiff templates any object that adheres to the DiffRenderer interface can now be presented as html using the repo/fragments/diff template.
8 months ago
new.html
Revert "*.html: format with prettier" This reverts commits 1931b62baa4452616203ccbb356da72688bc4587 and 86d0b4060de074759eff40666b90be86c244ab23. Signed-off-by: Winter <winter@winter.cafe>
1 year ago
patch.html
appview/pages: fix `pages.RepoComparedDiffFragment()` - remove unused parameters - pass correct parameters - rename with `*Fragment` suffix Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
pull.html
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>
10 months ago
pulls.html
appview/pulls: add pagination to pull requests listing Add offset-based pagination to the pulls page, matching the issues behavior Signed-off-by: moshyfawn <email@moshyfawn.dev> Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago