0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-20 16:03:05 +01:00
gitea/models/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.
2024-02-18 10:33:50 +00:00
..
artifact.go Artifact deletion in actions ui (#27172) 2024-02-18 10:33:50 +00:00
main_test.go
run.go Fix incorrect action duration time when rerun the job before executed once (#28364) 2024-01-19 14:05:49 +00:00
run_job.go
run_job_list.go
run_list.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
runner.go Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00
runner_list.go
runner_token.go
runner_token_test.go
schedule.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
schedule_list.go
schedule_spec.go
schedule_spec_list.go
status.go Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00
task.go
task_list.go
task_output.go
task_step.go
tasks_version.go
utils.go
utils_test.go
variable.go