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
6ea25d1b67ac67f9f337b9adc224da7d2ef4b21c
oppiliappan
appview: add language, open issues and open PR stats to repo cards
1y ago
6ea25d1b
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: add language, open issues and open PR stats to repo cards Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
funcmap.go
appview: add language, open issues and open PR stats to repo cards 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