aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/actions
Commit message (Expand)AuthorAgeFilesLines
* 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