summaryrefslogtreecommitdiffstats
path: root/services/actions/notifier.go
Commit message (Expand)AuthorAgeFilesLines
* Fix missed doer (#30231)Lunny Xiao2024-04-081-5/+5
* Fix invalid link of the commit status when ref is tag (#29752)yp053272024-03-191-3/+13
* Fix workflow trigger event IssueChangeXXX bug (#29559)yp053272024-03-031-2/+14
* Fix workflow trigger event bugs (#29467)Zettat1232024-02-281-1/+7
* Improve the `issue_comment` workflow trigger event (#29277)Zettat1232024-02-221-23/+73
* Fix missed edit issues event for actions (#29237)Lunny Xiao2024-02-181-0/+41
* Implement some action notifier functions (#29173)yp053272024-02-181-9/+67
* Implement `MigrateRepository` for the actions notifier (#28920)Zettat1232024-01-251-0/+12
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-8/+7
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-63/+63
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-2/+2
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-221-35/+35
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-131-2/+2
* Add `WithPullRequest` for `actionsNotifier` (#25144)Zettat1232023-06-111-0/+7
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-18/+16
* Support triggering workflows by wiki related events (#24119)Zettat1232023-04-171-0/+35
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)sillyguodong2023-04-071-3/+3
* Fix incorrect `HookEventType` of pull request review comments (#23650)Zettat1232023-03-241-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-23/+23
* Implement actions (#21937)Jason Song2023-01-311-0/+528