summaryrefslogtreecommitdiffstats
path: root/routers/web/shared/actions/runners.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-14/+4
* Fix typo "GetLatestRunnerToken" (#27680)Jason Song2023-10-181-2/+2
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-271-3/+3
* resolve issue with sort icons on admin/users and admin/runners (#24360)jladbrook2023-09-121-0/+1
* Fix typo of RunerOwnerID (#26508)yp053272023-08-151-1/+1
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-7/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-131-11/+1
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-9/+5
* Fix incorrect server error content in RunnersList (#24118)yp053272023-04-141-2/+2
* Implement actions (#21937)Jason Song2023-01-311-0/+190