aboutsummaryrefslogtreecommitdiffstats
path: root/services/actions
Commit message (Expand)AuthorAgeFilesLines
* 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
* add disable workflow feature (#26413)a10121127962023-08-141-0/+7
* Fix the bug when getting files changed for `pull_request_target` event (#26320)Zettat1232023-08-051-2/+2
* Fix pull request check list is limited (#26179)caicandong2023-07-311-1/+1
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-4/+19
* Remove commit status running and warning to align GitHub (#25839)caicandong2023-07-211-6/+2
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-102-3/+3
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-4/+2
* Fix content holes in Actions task logs file (#25560)Jason Song2023-06-281-4/+12
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-8/+44
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-222-37/+37
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-131-2/+2
* Add `WithPullRequest` for `actionsNotifier` (#25144)Zettat1232023-06-111-0/+7
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-2/+6
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-262-19/+17
* Rewrite queue (#24505)wxiaoguang2023-05-082-7/+6
* Handle canceled workflow as a warning instead of a fail (#24282)Jason Song2023-04-231-1/+3
* Support triggering workflows by wiki related events (#24119)Zettat1232023-04-171-0/+35
* Use actions job link as commit status URL instead of run link (#24023)Jason Song2023-04-101-1/+20
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)sillyguodong2023-04-072-5/+5