aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/actions
Commit message (Expand)AuthorAgeFilesLines
* Improve job commit description (#30579) (#30709)release/v1.22-legacyGiteabot2024-04-261-12/+14
* Fix bugs in rerunning jobs (#29955)Zettat1232024-03-222-6/+30
* remove util.OptionalBool and related functions (#29513)65432024-03-021-2/+2
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-021-0/+23
* Implement actions badge svgs (#28102)Nanguan Lin2024-02-271-0/+56
* 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-272-2/+2
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-181-9/+42
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-142-5/+5
* Display friendly error message (#29105)KN4CK3R2024-02-081-7/+7
* Fix incorrect action duration time when rerun the job before executed once (#...yp053272024-01-191-0/+11
* Only check online runner when detecting matching runners in workflows (#28286)yp053272023-12-181-1/+3
* Fix the runs will not be displayed bug when the main branch have no workflows...Lunny Xiao2023-12-061-0/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-7/+9
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-4/+10
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-251-1/+1
* Check disabled workflow when rerun jobs (#26535)yp053272023-08-221-12/+16
* add disable workflow feature (#26413)a10121127962023-08-142-0/+50
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-4/+8
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-211-21/+45
* Ignore `runs-on` with expressions when warning no matched runners (#25917)Jason Song2023-07-171-0/+7
* Support downloading raw task logs (#24451)Vitaliy Filippov2023-06-291-0/+50
* Add actor and status dropdowns to run list (#25118)HesterG2023-06-211-0/+24
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-131-1/+0
* Add step start time to `ViewStepLog` (#24980)Zettat1232023-05-291-6/+8
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+78
* Don't filter action runs based on state (#24711)Yarden Shoham2023-05-141-33/+0
* Optimize actions list by removing an unnecessary `git` call (#24710)Yarden Shoham2023-05-141-6/+1
* 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
* default show closed actions list if all actions was closed (#24234)a10121127962023-04-241-1/+7
* Add runner check in repo action page (#24124)yp053272023-04-191-6/+40
* 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
* Add workflow error notification in ui (#23404)yp053272023-03-141-3/+23
* Fix actions frontend bugs (pagination, long name alignment) and small simplif...Hester Gong2023-03-131-0/+2
* 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
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Use relative url in actions view (#22675)Jason Song2023-01-311-2/+2
* Implement actions (#21937)Jason Song2023-01-312-0/+436