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
d7cc415c63c86c8a2a17c7a2f441ee4c71f57cf1
oppiliappan
appview: render markdown in titles, commit messages and descriptions
1y ago
d7cc415c
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: render markdown in titles, commit messages and descriptions uses the newly added description filter that only autlinks, and renders backticks, bold and italics. 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