| Commit message (Expand) | Author | Age | Files | Lines |
* | Add unit tests for action runner token (#27670) | Nanguan Lin | 2023-10-19 | 2 | -0/+58 |
* | Fix typo "GetLatestRunnerToken" (#27680) | Jason Song | 2023-10-18 | 1 | -2/+2 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 4 | -7/+7 |
* | Redefine the meaning of column is_active to make Actions Registration Token g... | Lunny Xiao | 2023-09-27 | 1 | -8/+18 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 2 | -8/+8 |
* | resolve issue with sort icons on admin/users and admin/runners (#24360) | jladbrook | 2023-09-12 | 1 | -0/+6 |
* | Add a new column schedule_id for action_run to track (#26975) | Lunny Xiao | 2023-09-08 | 1 | -1/+2 |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 2 | -3/+5 |
* | Artifacts retention and auto clean up (#26131) | FuXiaoHei | 2023-09-06 | 1 | -10/+28 |
* | chore(actions): support cron schedule task (#26655) | Lunny Xiao | 2023-08-24 | 4 | -0/+370 |
* | Add optimistic lock to ActionRun table (#26563) | Jason Song | 2023-08-21 | 3 | -25/+37 |
* | Fix log typo in task.go (#26337) | cassiozareck | 2023-08-05 | 1 | -1/+1 |
* | Fix wrong workflow status when rerun a job in an already finished workflow (#... | yp05327 | 2023-07-25 | 1 | -1/+1 |
* | Implement auto-cancellation of concurrent jobs if the event is push (#25716) | Bo-Yi Wu | 2023-07-25 | 2 | -11/+82 |
* | Reduce unnecessary DB queries for Actions tasks (#25199) | sillyguodong | 2023-07-24 | 4 | -2/+123 |
* | Actions Artifacts support uploading multiple files and directories (#24874) | FuXiaoHei | 2023-07-21 | 1 | -15/+44 |
* | Upgrade go dependencies (#25819) | harryzcy | 2023-07-14 | 1 | -3/+3 |
* | Fix content holes in Actions task logs file (#25560) | Jason Song | 2023-06-28 | 1 | -0/+9 |
* | Support `pull_request_target` event (#25229) | Zettat123 | 2023-06-26 | 1 | -6/+7 |
* | Add actor and status dropdowns to run list (#25118) | HesterG | 2023-06-21 | 1 | -0/+35 |
* | Support configuration variables on Gitea Actions (#24724) | sillyguodong | 2023-06-20 | 1 | -0/+97 |
* | Support changing labels of Actions runner without re-registration (#24806) | sillyguodong | 2023-06-13 | 2 | -13/+4 |
* | Add user level action runners (#24995) | HesterG | 2023-05-31 | 1 | -1/+5 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 1 | -2/+2 |
* | Implement actions artifacts (#22738) | FuXiaoHei | 2023-05-19 | 1 | -0/+122 |
* | Don't filter action runs based on state (#24711) | Yarden Shoham | 2023-05-14 | 1 | -10/+0 |
* | Fix run list broken when trigger user deleted (#24706) | Lunny Xiao | 2023-05-14 | 1 | -0/+3 |
* | Display owner of a runner as a tooltip instead of static text (#24377) | yp05327 | 2023-05-12 | 1 | -5/+17 |
* | Improve updating Actions tasks (#24600) | Jason Song | 2023-05-10 | 1 | -6/+11 |
* | Support upload `outputs` and use `needs` context on Actions (#24230) | Jason Song | 2023-04-22 | 1 | -0/+51 |
* | Treat PRs with agit flow as fork PRs when triggering actions. (#23884) | Jason Song | 2023-04-06 | 1 | -1/+1 |
* | Fix checks for `needs` in Actions (#23789) | Jason Song | 2023-03-30 | 1 | -1/+3 |
* | Create commit status when event is `pull_request_sync` (#23683) | sillyguodong | 2023-03-24 | 1 | -1/+1 |
* | Display the version of runner in the runner list (#23490) | sillyguodong | 2023-03-19 | 1 | -0/+1 |
* | Fix missing commit status in PR which from forked repo (#23351) | sillyguodong | 2023-03-13 | 1 | -0/+11 |
* | Avoid too long names for actions (#23162) | Jason Song | 2023-02-28 | 2 | -1/+3 |
* | Require approval to run actions for fork pull request (#22803) | Jason Song | 2023-02-24 | 3 | -7/+17 |
* | Fix ref to trigger Actions (#22679) | Jason Song | 2023-01-31 | 1 | -0/+20 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 13 | -0/+1962 |