aboutsummaryrefslogtreecommitdiffstats
path: root/models/actions
Commit message (Expand)AuthorAgeFilesLines
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-273-13/+13
* Improve job commit description (#30579)yp053272024-04-261-0/+11
* Interpolate runs-on with variables when scheduling tasks (#30640)sillyguodong2024-04-232-6/+21
* Add a db consistency check to remove runners that do not belong to a reposito...Zettat1232024-04-231-2/+24
* Avoid user does not exist error when detecting schedule actions when the comm...yp053272024-04-111-0/+3
* Refactor more filterslice (#30370)Lunny Xiao2024-04-101-10/+3
* Fix ambiguous id when fetch Actions tasks (#30382)Jason Song2024-04-101-1/+1
* Add container.FilterSlice function (#30339)oliverpool2024-04-096-54/+27
* Avoid running action when action unit is disabled after workflows detected (#...yp053272024-04-081-1/+4
* Add API for `Variables` (#29520)sillyguodong2024-03-281-11/+16
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-212-6/+7
* Make runs-on support variable expression (#29468)sillyguodong2024-03-081-0/+33
* remove util.OptionalBool and related functions (#29513)65432024-03-021-5/+8
* Implement actions badge svgs (#28102)Nanguan Lin2024-02-271-0/+17
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-181-0/+22
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-142-2/+2
* 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-123-5/+31
* Refactor deletion (#28610)delvh2023-12-252-14/+1
* Added instance-level variables (#28115)Jean-Baptiste Gomond2023-12-251-8/+4
* Only check online runner when detecting matching runners in workflows (#28286)yp053272023-12-181-2/+15
* Fix incorrect run order of action jobs (#28367)yp053272023-12-061-1/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-249-124/+48
* Fix no ActionTaskOutput table waring (#28149)yp053272023-11-211-0/+4
* Remove action runners on user deletion (#27902)Earl Warren2023-11-051-0/+24
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-1/+1
* Add unit tests for action runner token (#27670)Nanguan Lin2023-10-192-0/+58
* Fix typo "GetLatestRunnerToken" (#27680)Jason Song2023-10-181-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-114-7/+7
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-271-8/+18
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-162-8/+8
* resolve issue with sort icons on admin/users and admin/runners (#24360)jladbrook2023-09-121-0/+6
* 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-072-3/+5
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-10/+28
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-244-0/+370
* Add optimistic lock to ActionRun table (#26563)Jason Song2023-08-213-25/+37
* Fix log typo in task.go (#26337)cassiozareck2023-08-051-1/+1
* Fix wrong workflow status when rerun a job in an already finished workflow (#...yp053272023-07-251-1/+1
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-252-11/+82
* Reduce unnecessary DB queries for Actions tasks (#25199)sillyguodong2023-07-244-2/+123
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-211-15/+44
* Upgrade go dependencies (#25819)harryzcy2023-07-141-3/+3
* Fix content holes in Actions task logs file (#25560)Jason Song2023-06-281-0/+9
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-6/+7
* Add actor and status dropdowns to run list (#25118)HesterG2023-06-211-0/+35
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-201-0/+97
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-132-13/+4
* Add user level action runners (#24995)HesterG2023-05-311-1/+5
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-2/+2