aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/shared/actions
Commit message (Expand)AuthorAgeFilesLines
* Added Description Field for Secrets and Variables (#33526)John Smith2025-03-171-2/+4
* Refactor error system (#33610)wxiaoguang2025-02-162-5/+5
* Enhance routers for the Actions runner operations (#33549)Jason Song2025-02-111-14/+221
* Enhance routers for the Actions variable operations (#33547)Jason Song2025-02-111-12/+170
* Clarify path param naming (#32969)wxiaoguang2024-12-241-2/+2
* Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946)wxiaoguang2024-12-231-2/+1
* Refactor names (#31405)wxiaoguang2024-06-191-2/+2
* Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` (#3...Jason Song2024-05-311-3/+2
* Add API for `Variables` (#29520)sillyguodong2024-03-281-60/+7
* Move context from modules to services (#29440)Lunny Xiao2024-02-272-2/+2
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-15/+5
* 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
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-051-13/+3
* 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 configuration variables on Gitea Actions (#24724)sillyguodong2023-06-201-0/+128
* 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