| Commit message (Expand) | Author | Age | Files | Lines |
* | Add workflow_job webhook (#33694) | ChristopherHX | 13 days | 1 | -1/+3 |
* | Refactor webhook events (#33337) | Lunny Xiao | 2025-01-23 | 3 | -55/+57 |
* | Update status check for all supported on.pull_request.types in Gitea (#33117) | yp05327 | 2025-01-08 | 1 | -0/+4 |
* | Add new event commit status creation and webhook implementation (#27151) | Lunny Xiao | 2024-11-07 | 1 | -0/+1 |
* | Fix schedule tasks bugs (#28691) | Lunny Xiao | 2024-01-12 | 1 | -0/+1 |
* | New webhook trigger for receiving Pull Request review requests (#24481) | 谈笑风生间 | 2023-05-24 | 2 | -21/+23 |
* | Restructure `webhook` module (#22256) | delvh | 2023-01-01 | 2 | -0/+133 |
* | Move webhook type from int to string (#13664) | Lunny Xiao | 2020-12-08 | 19 | -3628/+0 |
* | Update golangci-lint to version 1.31.0 (#13102) | kolaente | 2020-10-11 | 1 | -6/+6 |
* | Fix line break for MS teams webhook (#13081) | Iván Valdés | 2020-10-09 | 1 | -1/+1 |
* | Refactor webhook payload convertion (#12310) | Lunny Xiao | 2020-09-04 | 12 | -454/+397 |
* | Avoid sending "0 new commits" webhooks (#12212) | S7evinK | 2020-09-02 | 2 | -2/+10 |
* | Don't use legacy method to send Matrix Webhook (#12348) | S7evinK | 2020-07-30 | 3 | -8/+59 |
* | prefer NoError/Error over Nil/NotNil (#12271) | Stephen Solka | 2020-07-19 | 4 | -16/+16 |
* | Fix comments webhook panic (#12046) | Cornel | 2020-06-24 | 8 | -9/+39 |
* | Handle panics that percolate up to the graceful module (#11291) | zeripath | 2020-05-14 | 1 | -0/+8 |
* | Fix ref links in issue overviews for tags (#8742) | Sijmen Schoon | 2020-05-14 | 1 | -8/+2 |
* | Add Matrix webhook (#10831) | S7evinK | 2020-03-28 | 4 | -0/+467 |
* | System-wide webhooks (#10546) | James Lakin | 2020-03-09 | 1 | -0/+7 |
* | Granular webhook events (#9626) | John Olheiser | 2020-03-06 | 7 | -35/+40 |
* | Add feishu webhook support (#10229) | Lunny Xiao | 2020-02-12 | 2 | -0/+206 |
* | Fix RocketChat (#9908) | John Olheiser | 2020-01-21 | 1 | -10/+5 |
* | Add HTML URL to API Issues (#9654) | John Olheiser | 2020-01-08 | 4 | -4/+4 |
* | Add PR review webhook to Telegram (#9653) | John Olheiser | 2020-01-08 | 1 | -0/+21 |
* | Only show sender if it makes sense (#9601) | John Olheiser | 2020-01-04 | 7 | -65/+71 |
* | Refactor webhooks to reduce code duplication (#9422) | Cornel | 2019-12-28 | 10 | -698/+534 |
* | Fix Slack webhook payload title generation to work with Mattermost (#9378) | Cornel | 2019-12-18 | 1 | -73/+86 |
* | Remove text from action-only webhooks (#9377) | John Olheiser | 2019-12-17 | 4 | -72/+0 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -19/+44 |
* | Make consistent links to repository in the Slack/Mattermost notificiations (#... | Lauris BH | 2019-11-30 | 1 | -33/+38 |
* | Webhook support custom proxy (#8760) | Lunny Xiao | 2019-11-08 | 2 | -3/+72 |
* | Move more webhook codes from models to webhook module (#8802) | Lunny Xiao | 2019-11-03 | 7 | -5/+2536 |
* | Rename HookQueue to hookQueue (#8778) | Lunny Xiao | 2019-11-02 | 2 | -6/+16 |
* | Move webhook to a standalone package under modules (#8747) | Lunny Xiao | 2019-11-01 | 4 | -0/+470 |