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
/
pipelines
1 folder
3 files
at
adb99944aad345a0bf8737bc8b7d3ed292e4b4bb
oppiliappan
appview/pipelines/ssh: add ssh server to appview to stream logs
2mo ago
adb99944
ssh
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
logs.go
appview/pipelines: separate utilities out of web handler Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
notifier.go
appview/pipelines: introduce status notifier allows web/ssh handlers to subscribe to status updates for a particular pipeline by ATURI. we can then live update UI based on data arriving on this channel. spindlestream can now notify interested parties about new pipeline statuses. Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
pipelines.go
appview/pipelines: separate utilities out of web handler Signed-off-by: oppiliappan <me@oppi.li>
2 months ago