summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/actions/view.go
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in rerunning jobs (#29955) (#29983)Giteabot2024-03-221-5/+21
* Not trigger all jobs any more, when re-running the first job (#29439) (#29441)Giteabot2024-02-271-3/+8
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-4/+10
* Check disabled workflow when rerun jobs (#26535)yp053272023-08-221-12/+16
* add disable workflow feature (#26413)a10121127962023-08-141-0/+41
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-211-21/+45
* Support downloading raw task logs (#24451)Vitaliy Filippov2023-06-291-0/+50
* Add step start time to `ViewStepLog` (#24980)Zettat1232023-05-291-6/+8
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+78
* Check length of `LogIndexes` in case it is outdated (#24516)Jason Song2023-05-041-2/+12
* Add rerun workflow button and refactor to use SVG octicons (#24350)yp053272023-05-011-7/+34
* Add job.duration in web ui (#23963)yp053272023-04-071-0/+2
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-291-11/+4
* Add commit info in action page (#23210)yp053272023-03-271-0/+42
* Avoid panic caused by broken payload when creating commit status (#23216)Jason Song2023-03-041-7/+15
* Add run status in action view page (#23212)yp053272023-03-041-0/+2
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-241-5/+44
* Use relative url in actions view (#22675)Jason Song2023-01-311-2/+2
* Implement actions (#21937)Jason Song2023-01-311-0/+297