summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/actions/actions.go
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs in rerunning jobs (#29955) (#29983)Giteabot2024-03-221-1/+9
* Display friendly error message (#29105) (#29363)Lunny Xiao2024-02-241-7/+7
* Only check online runner when detecting matching runners in workflows (#28286...Giteabot2023-12-191-1/+3
* Fix the runs will not be displayed bug when the main branch have no workflows...Giteabot2023-12-061-0/+1
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-251-1/+1
* add disable workflow feature (#26413)a10121127962023-08-141-0/+9
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-4/+8
* Ignore `runs-on` with expressions when warning no matched runners (#25917)Jason Song2023-07-171-0/+7
* 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
* 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
* 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 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
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Implement actions (#21937)Jason Song2023-01-311-0/+139