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.
gitea/services/actions
FuXiaoHei 67adc5c1dc
Artifact deletion in actions ui (#27172)
Add deletion link in runs view page.
Fix #26315


![image](https://github.com/go-gitea/gitea/assets/2142787/aa65a4ab-f434-4deb-b953-21e63c212033)

When click deletion button. It marks this artifact `need-delete`.

This artifact would be deleted when actions cleanup cron task.
12 months ago
..
auth.go Add artifacts v4 jwt to job message and accept it (#28885) 1 year ago
auth_test.go Add artifacts v4 jwt to job message and accept it (#28885) 1 year ago
cleanup.go Artifact deletion in actions ui (#27172) 12 months ago
clear_tasks.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
commit_status.go Improve ObjectFormat interface (#28496) 1 year ago
init.go Move notification interface to services layer (#26915) 1 year ago
job_emitter.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
job_emitter_test.go Implement actions (#21937) 2 years ago
notifier.go Implement `MigrateRepository` for the actions notifier (#28920) 1 year ago
notifier_helper.go Only delete scheduled workflows when needed (#29091) 1 year ago
schedule_tasks.go Fix an actions schedule bug (#28942) 1 year ago