Sumit Madan
b793bbfed1
Fixed test for integration installation events.
2022-03-08 11:04:06 +05:30
Sumit Madan
c4e51bc4db
Updated test with new changes.
2022-03-08 10:55:28 +05:30
Anton Krivenko
9c954e23a1
Merge pull request #139 from dvonthenen/feature/workflowjob
...
Implement github workflow events (Dispatch, Job, Run)
2021-11-16 19:56:47 +03:00
dvonthenen
ffc40ad83a
Implement github workflow events (Dispatch, Job, Run)
...
Co-authored-by: Justin Toh <tohjustin@hotmail.com >
2021-11-15 09:10:24 -08:00
ptu
2e6b4930e4
Added GitHub deploy_key Event
2021-08-02 15:42:50 +02:00
Riyadh Al Nur
e55d994db5
FIX: gitlab merge request event assignee payload
...
- gitlab updated their MR payload which adds a parent field
for the list of assignees
- this fix update the Assignee struct to add the missing `Email`
and `ID` field
- adds an array of assignees as part of the MR event payload
Closes #101
2021-05-02 16:10:26 +08:00
Anton Krivenko
b6a30802e2
Merge pull request #123 from shaheed121/fix_gitlab_payload
...
Modify Gitlab Job and Pipeline events
2021-01-06 21:54:45 +03:00
Anton Krivenko
9d685f3a73
Merge pull request #106 from wrewolf/patch-1
...
Added support draft pull request for github
2021-01-04 22:37:19 +03:00
Abdul Shaheed
b79b935d9e
Modify Job and Pipeline events as per https://docs.gitlab.com/ee/user/project/integrations/webhooks.html
...
Also, modified dependent types like Repository, MergeRequest, Commit to reflect the latest payload.
2020-12-24 11:51:07 +01:00
Dr.MagPie
86c24d8570
added missing field
2020-12-07 23:56:48 +02:00
Daniel
9f0c3ac5d7
add system hook example data for merge request
2020-05-31 01:13:00 +02:00
Daniel
f4ad678f8e
add a system tag push example
2020-05-31 01:11:22 +02:00
Daniel
a23062206a
add a system push example
2020-05-31 01:10:33 +02:00
Aleksey Andreyanov
9a9f42e1b8
Added support draft pull request for github
2020-04-05 20:19:13 +03:00
chhsia0
3007a7f5c2
Added supported for GitHub pull request comments.
2019-10-26 10:00:18 -07:00
Tom Anderson
26af15f0e6
Adding support for event integration_installation_repositories
2019-08-01 14:15:31 -07:00
Dean Karn
c86c1f184a
Merge pull request #84 from ilteristabak/updated-bb-actor
...
Update BitBucket Owner payload
2019-07-10 08:13:12 -07:00
ilteriş tabak
a740f8cf11
Update BitBucket payload
2019-07-02 10:07:43 +03:00
Alan D. Cabrera
471fb52f8c
Update position to struct
...
Position defines a specific location, identified by paths line numbers and
image coordinates, within a specific diff, identified by start, head and
base commit ids.
Text position will have: new_line and old_line
Image position will have: width, height, x, y
2019-06-01 21:19:40 -07:00
jrousseau
43ffb318d2
Add repository vulnerability alert event
2019-05-22 14:09:39 +02:00
Alan D. Cabrera
a8ef7768a6
Update Pipeline even with jobs
2019-05-20 06:53:40 -07:00
Daniel Silverman
21587e152e
Add support for Job Events
...
Closes go-playground/webhooks#70 , closes go-playground/webhooks#71
2019-05-18 21:46:08 -07:00
John Maguire
ebe6b8d143
Add test for security_advisory
2019-04-17 16:09:34 +01:00
Dean Karn
8856cf3151
Merge pull request #64 from garretua/feature/github_checks
...
[Github] Support for check_run and check_suite webhooks
2019-03-31 04:57:48 -07:00
Mathias Åhsberg
acf48b9638
Adds support for Bitbucket Server ( #63 )
2019-03-31 04:49:55 -07:00
Alex Mukho
4c7b9ae07d
check_run and check_suite webhooks support
2019-03-18 18:15:03 +02:00
Elliot Maincourt
bba5196bce
[Github] Add installation_repositories event ( #55 )
...
I've recently been using your type definitions while playing around with
the Github Webhooks and I realised the `install_repositories` event was
missing. I've added it and updated the tests.
2019-01-08 20:19:54 -08:00
Benjamin Foote
a92dd933ba
receive docker hub notification
2018-11-21 17:06:21 -08:00
Dean Karn
5009b13eac
move fixtures to testdata dir
2018-08-03 20:28:38 -07:00
Dean Karn
3b13bc3566
moved test fixtures into files
2018-08-01 08:11:14 -07:00