aboutsummaryrefslogtreecommitdiffstats
path: root/services/webhook
Commit message (Expand)AuthorAgeFilesLines
* Refactor functions to reduce repopath expose (#33892)Lunny Xiao6 days1-3/+3
* Add workflow_job webhook (#33694)ChristopherHX11 days12-0/+208
* Adjust appearence of commit status webhook (#33778)Denys Konovalov2025-03-032-5/+12
* Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752)ChristopherHX2025-03-013-4/+23
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-209-22/+13
* Make actions URL in commit status webhooks absolute (#33620)Lunny Xiao2025-02-181-1/+7
* Fix commit status events (#33320)Lunny Xiao2025-02-0411-0/+76
* Add tests for webhook and fix some webhook bugs (#33396)Lunny Xiao2025-01-3012-15/+54
* Refactor webhook events (#33337)Lunny Xiao2025-01-231-8/+2
* Refactor RefName (#33234)wxiaoguang2025-01-132-11/+7
* Test webhook email (#33033)wxiaoguang2024-12-301-0/+12
* Add more load functions to make sure the reference object loaded (#32901)Lunny Xiao2024-12-191-0/+4
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-152-17/+17
* Only provide the commit summary for Discord webhook push events (#32432)Kemal Zebari2024-11-073-3/+17
* Add new event commit status creation and webhook implementation (#27151)Lunny Xiao2024-11-071-0/+31
* Support requested_reviewers data in comment webhook events (#26178)谈笑风生间2024-10-161-32/+42
* Truncate commit message during Discord webhook push events (#31970)Kemal Zebari2024-09-243-3/+32
* Support allowed hosts for migrations to work with proxy (#32025)Jason Song2024-09-111-1/+1
* Refactor webhook (#31587)wxiaoguang2024-07-1014-177/+161
* Enable `unparam` linter (#31277)silverwind2024-06-119-9/+9
* Enable more `revive` linter rules (#30608)silverwind2024-04-222-3/+0
* Fix missed doer (#30231)Lunny Xiao2024-04-081-11/+11
* Fix possible data race on tests (#30093)Lunny Xiao2024-03-261-1/+0
* Upgrade Go 1.22 and upgrade dependency (#29869)wxiaoguang2024-03-171-1/+0
* fix telegram webhook (#29864)Denys Konovalov2024-03-172-1/+12
* Add test for webhook (#29755)wxiaoguang2024-03-141-49/+29
* Fix broken webhooks (#29690)Lunny Xiao2024-03-101-1/+6
* Store webhook event in database (#29145)oliverpool2024-03-0722-1503/+1613
* remove util.OptionalBool and related functions (#29513)65432024-03-021-3/+4
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-251-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-0/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-2/+3
* Fix Matrix and MSTeams nil dereference (#28089)KN4CK3R2023-11-1711-6/+155
* Fix package webhook (#27839)Lunny Xiao2023-10-3111-1/+91
* Support allowed hosts for webhook to work with proxy (#27655)Jason Song2023-10-182-18/+58
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-3/+3
* make writing main test easier (#27270)Lunny Xiao2023-09-281-2/+0
* Fix release URL in webhooks (#27182)John Olheiser2023-09-219-9/+9
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+1
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-47/+46
* Modify the content format of the Feishu webhook (#25106)谈笑风生间2023-08-244-15/+111
* Add `branch_filter` to hooks API endpoints (#26599)Yarden Shoham2023-08-211-0/+1
* Add ThreadID parameter for Telegram webhooks (#25996)Earl Warren2023-08-131-0/+1
* Add pull request review request webhook event (#26401)Yarden Shoham2023-08-091-0/+4
* Warn instead of reporting an error when a webhook cannot be found (#26039)puni98692023-07-281-1/+6
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-4/+4
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-221-60/+59
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-131-3/+3
* Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988)谈笑风生间2023-05-311-2/+2
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-3/+3