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
096eb308fe40e72c29eaa4e597bd3b716951708c
oppiliappan
appview: fix repo ordering on timeline
1y ago
096eb308
markup
appview: pages/markup: allow center tag
1 year ago
repoinfo
appview: stream logs from workflow endpoint Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
templates
appview: fix repo ordering on timeline Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
funcmap.go
appview/db: rework timeline to use card-style interface Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
htmx.go
appview: pages: Add HXRefresh helper function.
1 year ago
pages.go
appview/pages: fix concurrent write in dev mode When in dev mode. Concurrent writes to the template map will cause a concurrent write panic and crash appview. Quickly moving between pages can trigger this crash. This is addressed by adding a RWMutex on the templates. RWMutex allows multiple readers, but only one writer. Signed-off-by: Ciel <jamie@longest.voyage>
1 year ago