forgejo/web_src
Earl Warren b047a60a09
fix!: use run ID instead of run Index in artifacts download web views
- the run ID used to download artifacts is absolute (ID) instead of being
  relative to the repository (Index) for compatibility with the url built
  and returned as `artifact-url` by the the upload-artifact@v4 action.
- this is a breaking change because URLs to download artifacts
  previous saved/bookmarked and not yet expired expired are no
  longer working, they need to be looked up again by visiting the job
  web page.

- add unit tests for getRunByID().
- RepoActionView.test.js verifies the download URL is built using the
  run ID.
- lAdd integration tests to verify the RunID is set as expected in
  the template used by RepoActionView.vue.

Refs https://code.forgejo.org/forgejo/runner/issues/187
2025-08-27 08:53:20 +02:00
..
css ui: refactor display of review threads on pr view (#8138) 2025-08-27 06:02:56 +02:00
fomantic Lock file maintenance (forgejo) (#8927) 2025-08-18 06:58:49 +02:00
js fix!: use run ID instead of run Index in artifacts download web views 2025-08-27 08:53:20 +02:00
svg Add support for migrating from Pagure (#8513) 2025-08-11 16:56:26 +02:00