gitea/services
ChristopherHX 2b8cfb557d
Artifacts download api for artifact actions v4 (#33510)
* download endpoint has to use 302 redirect
* fake blob download used if direct download not possible
* downloading v3 artifacts not possible

New repo apis based on GitHub Rest V3
- GET /runs/{run}/artifacts (Cannot use run index of url due to not
being unique)
- GET /artifacts
- GET + DELETE /artifacts/{artifact_id}
- GET /artifacts/{artifact_id}/zip
- (GET /artifacts/{artifact_id}/zip/raw this is a workaround for a http
302 assertion in actions/toolkit)
- api docs removed this is protected by a signed url like the internal
artifacts api and no longer usable with any token or swagger
  - returns http 401 if the signature is invalid
    - or change the artifact id
    - or expired after 1 hour

Closes #33353
Closes #32124

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-02-16 08:32:54 +08:00
..
actions Add a transaction to `pickTask` (#33543) 2025-02-12 00:09:43 +08:00
agit User facing messages for AGit errors (#33012) 2025-01-27 02:33:39 +00:00
asymkey Move delete deploy keys into service layer (#32201) 2024-12-18 04:10:38 +00:00
attachment Include file extension checks in attachment API (#32151) 2024-11-06 21:34:32 +00:00
auth Fix context usage (#33554) 2025-02-11 16:46:03 +08:00
automerge Automerge supports deleting branch automatically after merging (#32343) 2025-01-10 03:51:03 +08:00
context Avoid duplicate SetContextValue call (#33564) 2025-02-12 14:25:46 +08:00
contexttest Avoid duplicate SetContextValue call (#33564) 2025-02-12 14:25:46 +08:00
convert Artifacts download api for artifact actions v4 (#33510) 2025-02-16 08:32:54 +08:00
cron Use default Git timeout when checking repo health (#33593) 2025-02-14 15:13:56 +00:00
doctor Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
externalaccount allow synchronizing user status from OAuth2 login providers (#31572) 2024-07-16 20:33:16 +02:00
feed Refactor RefName (#33234) 2025-01-13 14:01:53 +08:00
forms Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00
gitdiff Performance optimization for pull request files loading comments attachments (#33585) 2025-02-14 06:49:58 +00:00
indexer Update issue indexer after merging a PR (#30715) 2024-05-08 14:45:15 +00:00
issue Rework suggestion backend (#33538) 2025-02-10 16:24:05 +00:00
lfs Fix SSH LFS memory usage (#33455) 2025-01-31 19:05:48 +08:00
mailer chore: fix some trivial problems and TODOs (#33473) 2025-02-02 18:16:56 +00:00
markup Fix context usage (#33554) 2025-02-11 16:46:03 +08:00
migrations refactor: decouple context from migration structs (#33399) 2025-02-07 05:37:32 +00:00
mirror Fix mirror bug (#33597) 2025-02-15 18:29:44 +08:00
notify Refactor repository transfer (#33211) 2025-01-30 05:40:44 +00:00
oauth2_provider Introduce OrgList and add LoadTeams, optimaze Load teams for orgs (#32543) 2024-11-26 21:55:06 +00:00
org Refactor tests (#33021) 2024-12-29 01:05:56 +00:00
packages Only show the latest version in the Arch index (#33262) 2025-02-13 01:24:44 +00:00
projects Fix unnecessary comment when moving issue on the same project column (#33496) 2025-02-05 11:51:10 +08:00
pull Automerge supports deleting branch automatically after merging (#32343) 2025-01-10 03:51:03 +08:00
release Refactor "string truncate" (#32984) 2024-12-26 11:56:03 +08:00
repository Fix various problems (artifact order, api empty slice, assignee check, fuzzy prompt, mirror proxy, adopt git) (#33569) 2025-02-13 03:26:27 +08:00
secrets Refactor deletion (#28610) 2023-12-25 21:25:29 +01:00
task Fix "force private" logic (#31012) 2024-05-20 00:56:45 +00:00
uinotification Penultimate round of `db.DefaultContext` refactor (#27414) 2023-10-11 04:24:07 +00:00
user Refactor repository transfer (#33211) 2025-01-30 05:40:44 +00:00
webhook Fix commit status events (#33320) 2025-02-04 03:25:59 +00:00
webtheme Initial support for colorblindness-friendly themes (#30625) 2024-04-24 00:18:41 +08:00
wiki Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00