summaryrefslogtreecommitdiffstats
path: root/routers/api/actions/runner/utils.go
Commit message (Expand)AuthorAgeFilesLines
* Make runs-on support variable expression (#29468)sillyguodong2024-03-081-68/+12
* Add artifacts v4 jwt to job message and accept it (#28885)ChristopherHX2024-02-021-0/+6
* Added instance-level variables (#28115)Jean-Baptiste Gomond2023-12-251-2/+8
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-5/+6
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-5/+3
* Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759)js6pak2023-08-291-8/+5
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-3/+13
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581)Jason Song2023-06-301-1/+1
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-2/+13
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-201-0/+24
* Fix incorrect actions ref_name (#25358)Daniel Wolf2023-06-191-1/+1
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-131-2/+2
* Fix ref type error (#24941)Lunny Xiao2023-05-261-2/+5
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-8/+2
* Gitea Actions add `base_ref`, `head_ref`, `api_url`, `ref_type` fields (#24356)ChristopherHX2023-04-281-5/+20
* Support upload `outputs` and use `needs` context on Actions (#24230)Jason Song2023-04-221-0/+54
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)sillyguodong2023-04-071-1/+2
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-291-0/+3
* Implement actions (#21937)Jason Song2023-01-311-0/+122