mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-12 13:57:14 +00:00
- 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 |
||
---|---|---|
.. | ||
ActionRunStatus.vue | ||
ActivityHeatmap.vue | ||
ContextPopup.test.js | ||
ContextPopup.vue | ||
DashboardRepoList.vue | ||
DiffCommitSelector.vue | ||
DiffFileTree.vue | ||
DiffFileTreeItem.vue | ||
PullRequestMergeForm.test.js | ||
PullRequestMergeForm.vue | ||
RepoActionView.test.js | ||
RepoActionView.vue | ||
RepoActivityTopAuthors.vue | ||
RepoBranchTagSelector.vue | ||
RepoCodeFrequency.vue | ||
RepoContributors.test.js | ||
RepoContributors.vue | ||
RepoRecentCommits.vue | ||
ScopedAccessTokenSelector.vue |