summaryrefslogtreecommitdiffstats
path: root/services/webhook/discord.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Escaping specific markdown in commit messages on Discord-type embeds #3664 (...Marco De Araujo2024-11-181-0/+41
* [CHORE] Use forked `binding` libraryGusted2024-11-051-1/+1
* fix: improve discord webhook api conformanceKidsan2024-10-081-9/+15
* fix: add length limit to discord webhook icon_urlKidsan2024-10-081-6/+25
* Truncate commit message during Discord webhook push events (#31970)Kemal Zebari2024-09-291-2/+9
* style: reenable switch checkTheFox0x72024-08-181-2/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-281-2/+0
* [REFACTOR] webhook shared code to prevent import cyclesoliverpool2024-04-041-11/+12
* [REFACTOR] add Icon to webhook.Interfaceoliverpool2024-03-301-0/+2
* [REFACTOR] webhook discord endpointoliverpool2024-03-271-1/+20
* [REFACTOR] webhook matrix endpointsoliverpool2024-03-271-0/+4
* [REFACTOR] webhook.Handler interfaceoliverpool2024-03-241-5/+9
* Store webhook event in database (#29145)oliverpool2024-03-111-36/+32
* Fix package webhook (#27839)Lunny Xiao2023-10-311-0/+6
* Fix release URL in webhooks (#27182)John Olheiser2023-09-221-1/+1
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-3/+3
* Fix incorrect `HookEventType` of pull request review comments (#23650)Zettat1232023-03-241-2/+2
* fix: omit avatar_url in discord payload when empty (#22393)John Olheiser2023-01-101-1/+1
* Restructure `webhook` module (#22256)delvh2023-01-011-9/+10
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Display total commit count in hook message (#21400)KN4CK3R2022-10-161-2/+2
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-0/+14
* format with gofumpt (#18184)65432022-01-201-3/+1
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-3/+4
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-11/+11
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-4/+1
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-271-3/+0
* Add tests for all webhooks (#16214)KN4CK3R2021-06-211-169/+33
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+4
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-0/+432