aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/actions/view.go
Commit message (Expand)AuthorAgeFilesLines
* Backport 1.23 (#32868)wxiaoguang7 days1-0/+3
* Detect whether action view branch was deleted (#32764)Lunny Xiao11 days1-2/+14
* fix: render job title as commit message (#32748)metiftikci2024-12-081-13/+19
* Refactor RepoActionView.vue, add `::group::` support (#32713)wxiaoguang2024-12-061-52/+46
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-10-311-1/+1
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-1/+0
* Actions support workflow dispatch event (#28163)胖梁2024-08-181-0/+169
* Show latest run when visit /run/latest (#31808)FuXiaoHei2024-08-101-10/+19
* Clear up old Actions logs (#31735)Jason Song2024-08-021-0/+21
* Refactor names (#31405)wxiaoguang2024-06-191-15/+15
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-1/+1
* Fix nil dereference on error (#30740)Chongyi Zheng2024-04-281-1/+1
* Improve job commit description (#30579)yp053272024-04-261-12/+14
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Fix bugs in rerunning jobs (#29955)Zettat1232024-03-221-5/+21
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-021-0/+23
* Not trigger all jobs any more, when re-running the first job (#29439)sillyguodong2024-02-271-3/+8
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-181-9/+42
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-3/+3
* Fix incorrect action duration time when rerun the job before executed once (#...yp053272024-01-191-0/+11
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-2/+5
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* 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