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
/
pipelines
/
fragments
8 files
at
a6d43fa2e3ce8f010d692540cd44c4d303baa420
dawn
appview/pages,appview/pipelines: refresh workflow UI
5w ago
a1aea5d6
logBlock.html
appview/pages,appview/pipelines: refresh workflow UI Signed-off-by: dawn <dawn@tangled.org>
1 month ago
logBlockEnd.html
appview/pages,appview/pipelines: refresh workflow UI Signed-off-by: dawn <dawn@tangled.org>
1 month ago
logLine.html
appview/pages,appview/pipelines: refresh workflow UI Signed-off-by: dawn <dawn@tangled.org>
1 month ago
pipelineSymbol.html
appview/models,appview/pages: refactor pipeline summary component move most of the logic from the html template into golang. this is just much more predictable. also add a short and long form summary.
7 months ago
pipelineSymbolLong.html
appview/pages: use hx-load to lazily load commit statuses Signed-off-by: oppiliappan <me@oppi.li>
3 weeks ago
tooltip.html
appview: rework pipelines listing Improve the general layout and styles. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
6 months ago
workflowSymbol.html
appview/pages,appview/pipelines: refresh workflow UI Signed-off-by: dawn <dawn@tangled.org>
1 month ago
workflowSymbolOOB.html
appview/pipelines/ssh: add ssh server to appview to stream logs this change introduces an ssh server to the appview. this server is backed by a charmbracelet/wish app. it is invoked like so: ssh -t appview.host -p 3333 at://.../sh.tangled.pipeline/... the wish app then opens up a TUI for that pipeline job, with live streaming of logs and statuses for all workflows in that pipeline (available a separate tabs). at startup, the appview needs to currently be run with TANGLED_SSH_ENABLED=true, which starts the ssh server on 0.0.0.0:3333 by default. Signed-off-by: oppiliappan <me@oppi.li>
2 months ago