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
7 files
at
d972daf2f783d8433bcef3a0b2e1f4b70490fc2f
Anirudh Oppiliappan
appview: rework pipelines listing
6mo ago
5dce474e
logBlock.html
appview: rework pipelines listing Improve the general layout and styles. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
6 months ago
logBlockEnd.html
appview/pages: show live updating counters for steps spindles can now give us detailed logs for start and end of steps. the appview can ingest these logs to indicate live durations for steps. it is implemented like so: - the logs handler keeps track of start and end times for each step - whenever we recieve a start or end time, we update the html to add a `data-start` or `data-end` attribute - using some javascript, we print a live updating timer for each step: * if only `data-start` is present: then use Now - Start and update each second * if both `data-start` and `data-end` are present, then use End - Start Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
logLine.html
Revert "*.html: format with prettier" This reverts commits 1931b62baa4452616203ccbb356da72688bc4587 and 86d0b4060de074759eff40666b90be86c244ab23. Signed-off-by: Winter <winter@winter.cafe>
11 months 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: rework pipelines listing Improve the general layout and styles. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
6 months 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: remove all occurrences of DidHandleMap Signed-off-by: oppiliappan <me@oppi.li>
1 year ago