aboutsummaryrefslogtreecommitdiffstats
path: root/models/actions/runner.go
Commit message (Expand)AuthorAgeFilesLines
* remove util.OptionalBool and related functions (#29513)65432024-03-021-5/+8
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Refactor deletion (#28610)delvh2023-12-251-1/+1
* Only check online runner when detecting matching runners in workflows (#28286)yp053272023-12-181-2/+15
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-20/+3
* Remove action runners on user deletion (#27902)Earl Warren2023-11-051-0/+24
* resolve issue with sort icons on admin/users and admin/runners (#24360)jladbrook2023-09-121-0/+6
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-131-9/+2
* Add user level action runners (#24995)HesterG2023-05-311-1/+5
* Display owner of a runner as a tooltip instead of static text (#24377)yp053272023-05-121-5/+17
* Display the version of runner in the runner list (#23490)sillyguodong2023-03-191-0/+1
* Implement actions (#21937)Jason Song2023-01-311-0/+252