• v0.1.63 536b7a56cc

    v0.1.63 Stable

    gitea_admin released this 2026-07-05 17:11:10 +00:00 | 1035 commits to main since this release

    Changed

    • Panes read the query service; the poller TSV projections are retired (the last client copy of
      the join).
      The Build/Release/Deploy panes now fetch GET /pipeapi/panes?project=&limit=100
      (the query service's per-project Change-CR feed, pipelines-operator ≥ the release after v0.1.8)
      mapped by a pure panesRows into the same row shape — deleting the wf-poller's
      pbuild/prel/pdep kubectl+go-template blocks, their nginx /api/<proj>/pbuild|prel|pdep
      locations, and the SPA's parsePBuild/parsePRel/parsePDep. The wf-row classifier fallback is
      unchanged (cold rebuild / service unreachable → panes fall back to wf-<proj>.tsv).
      tests/dashboard-change-crs.test.js rewritten to lock the panesRows contract (clean-VERSION
      build stays a Build, sparse omitempty legs default safely, empty feed → fallback).

    Included changes (v0.1.62 -> v0.1.63)

    • 1c2c2f3da52b Merge remote-tracking branch 'origin/trunk' into feat/panes-service-repoint
    • 37bb367c4343 feat(ci): model-check the deploy TLA contract in CI (pipelines-ci builderImage)
    • 209395b7c356 feat(dashboard): panes read /pipeapi/panes — retire the poller TSV projections
    Downloads