aboutsummaryrefslogtreecommitdiffstats
path: root/services/actions
Commit message (Expand)AuthorAgeFilesLines
* feat(api): enhance Actions Secrets Management API for repository (#30656)Bo-Yi Wu2024-04-261-0/+28
* Interpolate runs-on with variables when scheduling tasks (#30640)sillyguodong2024-04-231-1/+7
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-3/+5
* Use action user as the trigger user of schedules (#30581)yp053272024-04-201-2/+7
* Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461)silverwind2024-04-131-1/+1
* Add commit status summary table to reduce query from commit status table (#30...Lunny Xiao2024-04-121-12/+8
* Avoid user does not exist error when detecting schedule actions when the comm...yp053272024-04-111-6/+3
* Fix missed doer (#30231)Lunny Xiao2024-04-081-5/+5
* Remove scheduled action tasks if the repo is archived (#30224)Zettat1232024-04-012-2/+7
* Add API for `Variables` (#29520)sillyguodong2024-03-281-0/+100
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-1/+1
* Fix bugs in rerunning jobs (#29955)Zettat1232024-03-222-0/+86
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-212-7/+7
* Fix invalid link of the commit status when ref is tag (#29752)yp053272024-03-191-3/+13
* add skip ci support for pull request title (#29774)Denys Konovalov2024-03-141-3/+7
* Make runs-on support variable expression (#29468)sillyguodong2024-03-081-1/+12
* Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (...ChristopherHX2024-03-052-0/+34
* Add empty repo check in `DetectAndHandleSchedules` (#29606)yp053272024-03-051-0/+4
* Fix workflow trigger event IssueChangeXXX bug (#29559)yp053272024-03-031-2/+14
* Fix workflow trigger event bugs (#29467)Zettat1232024-02-281-1/+7
* The job should always run when `if` is `always()` (#29464)Zettat1232024-02-282-1/+76
* Ignore empty repo for CreateRepository in action notifier (#29416)yp053272024-02-261-0/+3
* Improve the `issue_comment` workflow trigger event (#29277)Zettat1232024-02-222-27/+80
* Show commit status for releases (#29149)KN4CK3R2024-02-191-0/+3
* Use general token signing secret (#29205)wxiaoguang2024-02-182-3/+3
* Fix missed edit issues event for actions (#29237)Lunny Xiao2024-02-181-0/+41
* Expire artifacts before deleting them physically (#29241)FuXiaoHei2024-02-181-8/+8
* Implement some action notifier functions (#29173)yp053272024-02-181-9/+67
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-181-1/+37
* Only delete scheduled workflows when needed (#29091)Zettat1232024-02-081-3/+6
* Add artifacts v4 jwt to job message and accept it (#28885)ChristopherHX2024-02-022-0/+132
* Fix an actions schedule bug (#28942)Zettat1232024-01-312-2/+42
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Implement `MigrateRepository` for the actions notifier (#28920)Zettat1232024-01-251-0/+12
* Fix schedule not trigger bug because matching full ref name with short ref na...Lunny Xiao2024-01-221-12/+16
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-122-20/+17
* fix empty ref for cron workflow runs (#28640)Denys Konovalov2023-12-291-2/+3
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+6
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-243-6/+7
* add skip ci functionality (#28075)Denys Konovalov2023-11-181-0/+25
* Always delete existing scheduled action tasks (#27662)KN4CK3R2023-10-181-11/+8
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-8/+7
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Make Actions tasks/jobs timeouts configurable by the user (#27400)Francesco Antognazza2023-10-021-9/+4
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-081-13/+1
* Fix schedule actions still running even if workflow disalbed (#26939)Lunny Xiao2023-09-071-0/+10
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-0/+42
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-052-65/+65
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-242-4/+239