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.
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
..
admin fetch emails of currently displayed user on admin page (#26918) 11 months ago
auth Add more descriptive error on forgot password page (#26848) 11 months ago
devtest Make "cancel" buttons have proper type in modal forms (#25618) 1 year ago
events Implement FSFE REUSE for golang files (#21840) 2 years ago
explore remove unnecessary explore org template (#26459) 12 months ago
feed Add context parameter to some database functions (#26055) 1 year ago
healthcheck Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076) 1 year ago
misc Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" (#25974) 1 year ago
org Fix the display of org level badges (#26504) 11 months ago
repo Artifacts retention and auto clean up (#26131) 11 months ago
shared Fix the display of org level badges (#26504) 11 months ago
user Fix the display of org level badges (#26504) 11 months ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago
base.go Fix all possible setting error related storages and added some tests (#23911) 1 year ago
goget.go Support SSH for go get (#24664) 1 year ago
home.go Refactor cookie (#24107) 1 year ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger_json.go Start using template context function (#26254) 12 months ago
web.go User details page (#26713) 11 months ago
webfinger.go Add a link to OpenID Issuer URL in WebFinger response (#26000) 1 year ago