You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/actions
FuXiaoHei 460a2b0edf
Artifacts retention and auto clean up (#26131)
Currently, Artifact does not have an expiration and automatic cleanup
mechanism, and this feature needs to be added. It contains the following
key points:

- [x] add global artifact retention days option in config file. Default
value is 90 days.
- [x] add cron task to clean up expired artifacts. It should run once a
day.
- [x] support custom retention period from `retention-days: 5` in
`upload-artifact@v3`.
- [x] artifacts link in actions view should be non-clickable text when
expired.
11 months ago
..
cleanup.go Artifacts retention and auto clean up (#26131) 11 months ago
clear_tasks.go Fix content holes in Actions task logs file (#25560) 1 year ago
commit_status.go Fix pull request check list is limited (#26179) 12 months ago
init.go Move notification interface to services layer (#26915) 11 months ago
job_emitter.go Rewrite queue (#24505) 1 year ago
job_emitter_test.go Implement actions (#21937) 1 year ago
notifier.go Move notification interface to services layer (#26915) 11 months ago
notifier_helper.go chore(actions): support cron schedule task (#26655) 11 months ago
schedule_tasks.go chore(actions): support cron schedule task (#26655) 11 months ago