summaryrefslogtreecommitdiffstats
path: root/models/actions/run.go
Commit message (Expand)AuthorAgeFilesLines
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-121-5/+6
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-2/+2
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-081-1/+2
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Add optimistic lock to ActionRun table (#26563)Jason Song2023-08-211-2/+13
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-1/+68
* Reduce unnecessary DB queries for Actions tasks (#25199)sillyguodong2023-07-241-0/+10
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-6/+7
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-2/+2
* Treat PRs with agit flow as fork PRs when triggering actions. (#23884)Jason Song2023-04-061-1/+1
* Fix checks for `needs` in Actions (#23789)Jason Song2023-03-301-1/+3
* Create commit status when event is `pull_request_sync` (#23683)sillyguodong2023-03-241-1/+1
* Fix missing commit status in PR which from forked repo (#23351)sillyguodong2023-03-131-0/+11
* Avoid too long names for actions (#23162)Jason Song2023-02-281-0/+1
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-241-7/+5
* Fix ref to trigger Actions (#22679)Jason Song2023-01-311-0/+20
* Implement actions (#21937)Jason Song2023-01-311-0/+254