aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/actions/actions.go
Commit message (Expand)AuthorAgeFilesLines
* Do not show 500 error when default branch doesn't exist (#34096)wxiaoguang4 days1-1/+6
* Fix Untranslated Text on Actions Page (#33635)Kerwin Bryant2025-02-181-1/+1
* Refactor error system (#33610)wxiaoguang2025-02-161-4/+4
* workflow_dispatch use workflow from trigger branch (#33098)ChristopherHX2025-01-051-85/+131
* Refactor pagination (#33037)wxiaoguang2024-12-301-5/+1
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-3/+3
* Fix bug on action list deleted branch (#32848)Lunny Xiao2024-12-161-4/+5
* Detect whether action view branch was deleted (#32764)Lunny Xiao2024-12-121-0/+32
* Allow users with write permission to run actions (#32644)Pedro Nishiyama2024-11-281-2/+2
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-121-2/+2
* Actions support workflow dispatch event (#28163)胖梁2024-08-181-9/+136
* Fix possible ui 500 if workflow's job is nil (#31092)Lunny Xiao2024-05-271-0/+8
* Fix bugs in rerunning jobs (#29955)Zettat1232024-03-221-1/+9
* remove util.OptionalBool and related functions (#29513)65432024-03-021-2/+2
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-2/+2
* Display friendly error message (#29105)KN4CK3R2024-02-081-7/+7
* 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-241-5/+4
* 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