aboutsummaryrefslogtreecommitdiffstats
path: root/models/actions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+122
* Don't filter action runs based on state (#24711)Yarden Shoham2023-05-141-10/+0
* Fix run list broken when trigger user deleted (#24706)Lunny Xiao2023-05-141-0/+3
* Display owner of a runner as a tooltip instead of static text (#24377)yp053272023-05-121-5/+17
* Improve updating Actions tasks (#24600)Jason Song2023-05-101-6/+11
* Support upload `outputs` and use `needs` context on Actions (#24230)Jason Song2023-04-221-0/+51
* 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
* Display the version of runner in the runner list (#23490)sillyguodong2023-03-191-0/+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-282-1/+3
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-243-7/+17
* Fix ref to trigger Actions (#22679)Jason Song2023-01-311-0/+20
* Implement actions (#21937)Jason Song2023-01-3113-0/+1962