drone/app/services/webhook
Akhilesh Pandey 503e62c979 feat: [CODE-2468]: Add new webhook type: review_submitted (#2839)
* Merge branch 'main' into akp/CODE-2468
* feat: [CODE-2468]: formatting
* feat: [CODE-2468]: remove timestamp
* feat: [CODE-2468]: update the trigger name
* feat: [CODE-2468]: initial code
2024-10-21 15:39:59 +00:00
..
common.go feat: [CODE-2292]: Add API for space level webhook creation (#2730) 2024-10-18 16:27:56 +00:00
create.go feat: [CODE-2292]: Add API for space level webhook creation (#2730) 2024-10-18 16:27:56 +00:00
delete.go feat: [CODE-2292]: Add API for space level webhook creation (#2730) 2024-10-18 16:27:56 +00:00
events.go feat: [CODE-2292]: Add API for space level webhook creation (#2730) 2024-10-18 16:27:56 +00:00
execution.go feat: [CODE-2292]: Add API for space level webhook creation (#2730) 2024-10-18 16:27:56 +00:00
handler_branch.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
handler_pullreq.go feat: [CODE-2468]: Add new webhook type: review_submitted (#2839) 2024-10-21 15:39:59 +00:00
handler_tag.go feat: [CODE-2146]: add new router paradigm 2024-07-23 21:39:39 +00:00
http_client.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
list.go feat: [CODE-2292]: Add API for space level webhook creation (#2730) 2024-10-18 16:27:56 +00:00
ownership.go feat: [CODE-2292]: Add API for space level webhook creation (#2730) 2024-10-18 16:27:56 +00:00
service.go feat: [CODE-2468]: Add new webhook type: review_submitted (#2839) 2024-10-21 15:39:59 +00:00
trigger.go feat: [CODE-2292]: Add API for space level webhook creation (#2730) 2024-10-18 16:27:56 +00:00
types.go feat: [CODE-2468]: Add new webhook type: review_submitted (#2839) 2024-10-21 15:39:59 +00:00
update.go feat: [CODE-2292]: Add API for space level webhook creation (#2730) 2024-10-18 16:27:56 +00:00
wire.go feat: [CODE-2366]: new webhook event for label assignment (#2810) 2024-10-21 15:13:33 +00:00