• v0.1.18 36cb703115

    v0.1.18 Stable

    gitea_admin released this 2026-07-03 12:53:43 +00:00 | 1267 commits to main since this release

    Changed

    • Dashboard: the Build / Release / Deploy panes now render from the
      pipelines-operator's projected Change CRs (PipelineBuild / PipelineRelease /
      PipelineDeploy) instead of the client-side parseWfRows run-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's status.workflow. Guarded by
      tests/dashboard-change-crs.test.js. See docs/CHANGE-MODEL.md.
    Downloads