aboutsummaryrefslogtreecommitdiffstats
path: root/models/actions/run.go
Commit message (Expand)AuthorAgeFilesLines
* Detect whether action view branch was deleted (#32764)Lunny Xiao2024-12-121-0/+1
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-141-0/+3
* Show latest run when visit /run/latest (#31808)FuXiaoHei2024-08-101-0/+13
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-3/+3
* Improve job commit description (#30579)yp053272024-04-261-0/+11
* Interpolate runs-on with variables when scheduling tasks (#30640)sillyguodong2024-04-231-6/+16
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-211-4/+5
* Implement actions badge svgs (#28102)Nanguan Lin2024-02-271-0/+17
* Fix incorrect action duration time when rerun the job before executed once (#...yp053272024-01-191-5/+8
* 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