-
v0.1.18 Stable
released this
2026-07-03 12:53:43 +00:00 | 1267 commits to main since this releaseChanged
- Dashboard: the Build / Release / Deploy panes now render from the
pipelines-operator's projected Change CRs (PipelineBuild / PipelineRelease /
PipelineDeploy) instead of the client-sideparseWfRowsrun-classifier. A run's
kind is decided ONCE, server-side, in the operator — so the misfiles are gone: a
clean-VERSION build shows in Build (with releasable=true), never masquerading as
a release; a dev delivery never appears in Release; plumbing runs project no CR
at all (one central filter, not 13 per-sensor exclusion lists). The wf-poller
publishes the CRs per project (/api/<proj>/{pbuild,prel,pdep}); the SPA parses them
into the same row shape the panes/folds/latest-cards already use, and falls back to
the classifier when a project has no CRs yet (cold rebuild before the operator syncs).
Log/DAG folds keep working off each Change'sstatus.workflow. Guarded by
tests/dashboard-change-crs.test.js. See docs/CHANGE-MODEL.md.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Dashboard: the Build / Release / Deploy panes now render from the