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
3 folders
3 files
at
a74465dda73b27967e743a75e3b7a70e37b20fe5
oppiliappan
appview/pages/markup: add `description` filter
1y ago
a74465dd
markup
appview/pages/markup: add `description` filter this sanitizer only renders a tiny subset of markdown, to be used in inline elements like PR titles and repo descriptions etc. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
repoinfo
appview: stream logs from workflow endpoint Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
templates
appview: style nits - remove redundant divs in base layout - allow scrolling changed-files listing - show more of the file in tree views - unify repo-index and repo-tree views Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
funcmap.go
appview/pages/markup: add `description` filter this sanitizer only renders a tiny subset of markdown, to be used in inline elements like PR titles and repo descriptions etc. Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
htmx.go
appview: pages: Add HXRefresh helper function.
1 year ago
pages.go
appview: db: replace `Issue.IssueAt` to `Issue.Rkey` Replace `Issue.IssueAt` to `Issue.Rkey`. `issue_at` column still exist, but not used and will be removed in future. Remove `db.SetIssueAt()` in flavor of `Rkey`. Create rkey *before* adding to DB, and save same rkey to PDS. This is safe as `tx` is will be dropped when `ctx` is canceled with error. Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
1 year ago