forgejo/web_src/js/components
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
..
ActionRunStatus.vue
ActivityHeatmap.vue
ContextPopup.test.js
ContextPopup.vue
DashboardRepoList.vue feat(ui): use simplified visibility label in dashboard orgs list (#8582) 2025-07-21 09:20:24 +02:00
DiffCommitSelector.vue
DiffFileTree.vue
DiffFileTreeItem.vue
PullRequestMergeForm.test.js
PullRequestMergeForm.vue
RepoActionView.test.js fix!: use run ID instead of run Index in artifacts download web views 2025-08-27 08:53:20 +02:00
RepoActionView.vue fix!: use run ID instead of run Index in artifacts download web views 2025-08-27 08:53:20 +02:00
RepoActivityTopAuthors.vue
RepoBranchTagSelector.vue fix(ui): use correct branch name in branch tag selector (#7575) 2025-04-19 07:00:50 +00:00
RepoCodeFrequency.vue
RepoContributors.test.js fix: compare week as numbers and not as strings (#8882) 2025-08-13 22:28:12 +02:00
RepoContributors.vue fix: compare week as numbers and not as strings (#8882) 2025-08-13 22:28:12 +02:00
RepoRecentCommits.vue
ScopedAccessTokenSelector.vue