| Commit message (Expand) | Author | Age | Files | Lines |
* | Use old behavior for telegram webhook (#31588) | wxiaoguang | 2024-07-09 | 2 | -18/+29 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 2 | -3/+0 |
* | Fix missed doer (#30231) | Lunny Xiao | 2024-04-08 | 1 | -11/+11 |
* | Fix possible data race on tests (#30093) | Lunny Xiao | 2024-03-26 | 1 | -1/+0 |
* | Upgrade Go 1.22 and upgrade dependency (#29869) | wxiaoguang | 2024-03-17 | 1 | -1/+0 |
* | fix telegram webhook (#29864) | Denys Konovalov | 2024-03-17 | 2 | -1/+12 |
* | Add test for webhook (#29755) | wxiaoguang | 2024-03-14 | 1 | -49/+29 |
* | Fix broken webhooks (#29690) | Lunny Xiao | 2024-03-10 | 1 | -1/+6 |
* | Store webhook event in database (#29145) | oliverpool | 2024-03-07 | 22 | -1503/+1613 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -3/+4 |
* | Use `crypto/sha256` (#29386) | KN4CK3R | 2024-02-25 | 1 | -1/+1 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -0/+1 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 1 | -2/+3 |
* | Fix Matrix and MSTeams nil dereference (#28089) | KN4CK3R | 2023-11-17 | 11 | -6/+155 |
* | Fix package webhook (#27839) | Lunny Xiao | 2023-10-31 | 11 | -1/+91 |
* | Support allowed hosts for webhook to work with proxy (#27655) | Jason Song | 2023-10-18 | 2 | -18/+58 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 1 | -3/+3 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -2/+0 |
* | Fix release URL in webhooks (#27182) | John Olheiser | 2023-09-21 | 9 | -9/+9 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -0/+1 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 1 | -47/+46 |
* | Modify the content format of the Feishu webhook (#25106) | 谈笑风生间 | 2023-08-24 | 4 | -15/+111 |
* | Add `branch_filter` to hooks API endpoints (#26599) | Yarden Shoham | 2023-08-21 | 1 | -0/+1 |
* | Add ThreadID parameter for Telegram webhooks (#25996) | Earl Warren | 2023-08-13 | 1 | -0/+1 |
* | Add pull request review request webhook event (#26401) | Yarden Shoham | 2023-08-09 | 1 | -0/+4 |
* | Warn instead of reporting an error when a webhook cannot be found (#26039) | puni9869 | 2023-07-28 | 1 | -1/+6 |
* | For API attachments, use API URL (#25639) | Lunny Xiao | 2023-07-10 | 1 | -4/+4 |
* | Fix `Permission` in API returned repository struct (#25388) | Jason Song | 2023-06-22 | 1 | -60/+59 |
* | Fix compatible for webhook ref type (#25195) | Lunny Xiao | 2023-06-13 | 1 | -3/+3 |
* | Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988) | 谈笑风生间 | 2023-05-31 | 1 | -2/+2 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 1 | -3/+3 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 9 | -37/+37 |
* | New webhook trigger for receiving Pull Request review requests (#24481) | 谈笑风生间 | 2023-05-24 | 2 | -1/+29 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 2 | -6/+6 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 1 | -4/+4 |
* | Fix incorrect webhook time and use relative-time to display it (#24477) | yp05327 | 2023-05-03 | 1 | -1/+2 |
* | Fix incorrect `HookEventType` of pull request review comments (#23650) | Zettat123 | 2023-03-24 | 3 | -4/+4 |
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 1 | -5/+5 |
* | Use minio/sha256-simd for accelerated SHA256 (#23052) | zeripath | 2023-02-22 | 1 | -1/+1 |
* | Fix intermittent panic in notify issue change content (#23019) | zeripath | 2023-02-20 | 1 | -3/+4 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -2/+2 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -45/+45 |
* | Webhooks: for issue close/reopen action, add commit ID that caused it (#22583) | Brecht Van Lommel | 2023-01-24 | 1 | -1/+3 |
* | fix: omit avatar_url in discord payload when empty (#22393) | John Olheiser | 2023-01-10 | 1 | -1/+1 |
* | Restructure `webhook` module (#22256) | delvh | 2023-01-01 | 24 | -115/+1014 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 25 | -50/+25 |
* | Ensure that Webhook tasks are not double delivered (#21558) | zeripath | 2022-11-23 | 3 | -29/+80 |
* | Fix wechatwork webhook sends empty content in PR review (#21762) | Jim Kirisame | 2022-11-19 | 1 | -1/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -1/+1 |
* | Fix webhook attachment text is not set in review comment (#21763) | Jim Kirisame | 2022-11-13 | 1 | -5/+4 |