- 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 |
||
|---|---|---|
| .. | ||
| actions | ||
| badges | ||
| flags | ||
| setting | ||
| action_aggregator_test.go | ||
| activity.go | ||
| attachment.go | ||
| blame.go | ||
| branch.go | ||
| card.go | ||
| cherry_pick.go | ||
| code_frequency.go | ||
| commit.go | ||
| compare.go | ||
| contributors.go | ||
| download.go | ||
| editor.go | ||
| editor_test.go | ||
| find.go | ||
| githttp.go | ||
| githttp_test.go | ||
| helper.go | ||
| helper_test.go | ||
| issue.go | ||
| issue_content_history.go | ||
| issue_dependency.go | ||
| issue_label.go | ||
| issue_label_test.go | ||
| issue_lock.go | ||
| issue_pin.go | ||
| issue_stopwatch.go | ||
| issue_timetrack.go | ||
| issue_watch.go | ||
| main_test.go | ||
| middlewares.go | ||
| migrate.go | ||
| milestone.go | ||
| packages.go | ||
| patch.go | ||
| projects.go | ||
| projects_test.go | ||
| pull.go | ||
| pull_review.go | ||
| pull_review_test.go | ||
| recent_commits.go | ||
| release.go | ||
| release_test.go | ||
| render.go | ||
| repo.go | ||
| search.go | ||
| topic.go | ||
| treelist.go | ||
| view.go | ||
| view_test.go | ||
| wiki.go | ||
| wiki_test.go | ||