• v0.1.9 5b77343bb9

    v0.1.9 Stable

    gitea_admin released this 2026-07-05 16:35:58 +00:00 | 256 commits to main since this release

    Added

    • GET /panes?project=<p>[&limit=N] on the query service — the dashboard's per-project pane
      feed.
      Returns ALL retained Build/Release/Deploy records (newest-first by the same activity
      ordering /status uses; optional per-kind limit), so the pipelines dashboard can retire its
      wf-poller pbuild/prel/pdep TSV projections — the last client-side copy of the record shape.
      The leg structs additively gained sha, startedAt, finishedAt (and short on releases),
      all omitempty so existing /trace//status consumers are unaffected.

    Included changes (v0.1.8 -> v0.1.9)

    • 3e510820307d feat(query): GET /panes — full per-project pane feed for the dashboard
    • b19a85a0a817 fix(cicd): auto-resolve CHANGELOG land conflicts via .gitattributes merge=union
    • acad0ed26120 fix(ci): pin golang:1.26 builder base by digest
    Downloads