-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actions Artifacts v4 backend #28965
Actions Artifacts v4 backend #28965
Conversation
4aed22b
to
5df4665
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
add missing return on errors
I have noticed that they have added a delete Artifacts api after my initial implementation of the internal ip. My plan is to update this PR to include that endpoint and add more tests Uploading a tar archive to the blobstorage as single is possible on GitHub Actions, however the content disposition header in the UI always names it See here the summary of the changes in this backend following GitHub Actions |
I have noticed in my previous PR that the |
I have called for "please edit the commit message manually before merge" in the member's discord channel. But I guess such initiative is seldom followed. (At least, when I merge, I always edit). |
Ah I didn't know that stripping the commit message is a manual task. I rather thought that some kind of automation for this would exist that broke. Features like "merge queue / auto merge" doesn't play nicely with it. I will just copy the original pr body back after merge. |
* giteaofficial/main: Actions Artifacts v4 backend (go-gitea#28965) Remove jQuery AJAX from common global functions (go-gitea#29528) Allow options to disable user gpg keys configuration from the interface on app.ini (go-gitea#29486) [skip ci] Updated translations via Crowdin Fix issue & comment history bugs (go-gitea#29525) Fix incorrect diff expander for deletion of last lines in a file (go-gitea#29501) Ignore `__debug_bin*` which is generated by vscode when debugging (go-gitea#29524)
Fixes #28853
Needs both https://gitea.com/gitea/act_runner/pulls/473 and https://gitea.com/gitea/act_runner/pulls/471 on the runner side and patched
actions/upload-artifact@v4
/actions/download-artifact@v4
, likechristopherhx/gitea-upload-artifact@v4
andchristopherhx/gitea-download-artifact@v4
, to not return errors due to GHES not beeing supported yet.Known issues
Open Questions
Workflow used for testing purposes