Anton Krivenko
433ece5b7b
Preparations for the go modules way of work
2021-01-10 01:30:18 +03:00
Anton Krivenko
e6bb8aa4b7
Merge pull request #119 from tjrivera/child-team-payload-support
...
GitHub child team payload support
2021-01-06 22:23:03 +03:00
Anton Krivenko
bfd950a988
Merge branch 'v5' into v5
2021-01-04 22:39:52 +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
Dr.MagPie
86c24d8570
added missing field
2020-12-07 23:56:48 +02:00
yinxulai
efae47c3b9
add changes field in to IssuesPayload and IssueCommentPayload of GitHub.
2020-07-23 10:15:12 +08:00
Tyler Rivera
c31b74320c
Support GitHub child teams in team payload
2020-05-14 11:58:05 -04:00
Tyler Rivera
5be09cefe2
Support GitHub child teams
2020-05-13 17:37:18 -04:00
yinxulai
260e9b3afd
restructuring
2020-04-28 09:57:19 +08:00
yinxulai
e01b0fd664
supplementary annotation
2020-04-28 09:54:53 +08:00
yinxulai
ef305446ee
add changes field in to GitHub PullRequestPayload.
2020-04-28 09:47:11 +08: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
Dean Karn
ef903a2448
Merge branch 'v5' into github-meta-event
2019-08-24 09:22:16 -07:00
Luca Moser
dc7efa3fa7
adds GitHub meta event/payload
2019-08-24 11:28:48 +02:00
Pavel Herasimau
c3faee81c0
add installation to release payload
2019-08-21 17:41:58 +03:00
Dean Karn
cc33de46ff
Merge pull request #85 from riley-martine/v5
...
Move node_id field from status to status.commit in StatusEvent
2019-07-10 08:14:05 -07:00
Riley Martine
a9a686f8e5
Reorder field in StatusPayload to match schema
2019-07-08 17:29:19 -04:00
Riley Martine
3534f74a83
Move node_id field from status to status.commit in StatusEvent
2019-07-08 17:11:12 -04:00
John Maguire
905cac71c9
Add installation ID to PullRequestReviewComment
2019-06-20 14:38:42 +01:00
John Maguire
71b069e705
Add installation ID to PullRequestReview
2019-06-20 14:38:39 +01:00
jrousseau
43ffb318d2
Add repository vulnerability alert event
2019-05-22 14:09:39 +02:00
mtail
bf1a77d573
Add support for some additional fields.
2019-05-18 07:51:32 -07:00
John Maguire
067e3f1d7a
Add SecurityAdvisoryPayload struct
2019-04-17 15:57:20 +01:00
Dean Karn
f053ac6ee1
Merge pull request #67 from hatstand/add-requested-teams
...
Add requested_team to PullRequestPayload
2019-04-14 09:36:21 -07:00
John Maguire
65f5d60701
Add requested_team to PullRequestPayload
2019-04-04 17:20:26 +01:00
Dean Karn
d70f617c2d
Merge pull request #66 from hatstand/add-requested-reviewer
...
Add requested_reviewer to GitHub pull request
2019-03-31 05:02:57 -07:00
Dean Karn
4ee4acfa25
Merge pull request #65 from hatstand/add-repo-and-send-to-ping
...
Add repository and sender to ping event
2019-03-31 05:01:03 -07: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
John Maguire
01a1302e02
Add requested_reviewer to GitHub pull request
2019-03-28 10:10:15 +00:00
John Maguire
d9474f43ee
Add repository and sender to ping event
2019-03-26 16:46:50 +00:00
Alex Mukho
4c7b9ae07d
check_run and check_suite webhooks support
2019-03-18 18:15:03 +02:00
Dean Karn
ac198c9e6a
change InReplyToId to InReplyToID
2019-02-12 06:52:07 -08:00
kenji sakoda
e157e8e469
add in_reply_to_id in PullRequestReviewCommentPayload ( #57 )
2019-02-12 06:51:04 -08:00
Manjunath A Kumatagi
b2ca22db96
Add Label to issuespayload ( #58 )
2019-02-12 06:50:05 -08: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
Pieter Lexis
2dbe987740
Add a singular 'Assignee' field to PR and Issue payloads
...
This is present when the action for a PR or Issue is "assigned" or
"unassiged", detailing the user assigned or unassiged.
2018-11-05 15:12:41 +01:00
Pieter Lexis
b3a5a8edf7
Add Assignees struct to IssuesPayload as well
2018-11-05 14:39:37 +01:00
Pieter Lexis
a39ebc145a
GitHub Payloads: Add Assignees where needed
...
Closes #50
2018-11-02 20:15:14 +01:00
Dean Karn
077706a514
Converted GitHub
2018-07-25 22:05:43 -07:00
bafko
63866ac80d
Updated Github PushPayload
2018-07-19 17:26:06 +02:00
binkkatal
2d55603413
Add fields in PushPayload for repository owner
...
All other webhook events have all the repository owner fields except push event.
This commit adds owner fields in `PushPayload`
```
Login string `json:"login"`
ID int64 `json:"id"`
AvatarURL string `json:"avatar_url"`
GravatarID string `json:"gravatar_id"`
URL string `json:"url"`
HTMLURL string `json:"html_url"`
FollowersURL string `json:"followers_url"`
FollowingURL string `json:"following_url"`
GistsURL string `json:"gists_url"`
StarredURL string `json:"starred_url"`
SubscriptionsURL string `json:"subscriptions_url"`
OrganizationsURL string `json:"organizations_url"`
ReposURL string `json:"repos_url"`
EventsURL string `json:"events_url"`
ReceivedEventsURL string `json:"received_events_url"`
Type string `json:"type"`
SiteAdmin bool `json:"site_admin"`
```
2018-07-08 16:47:39 +05:30
Kishore Nallan
2c541a737f
Deployment Payload fields should be string.
2018-06-28 16:33:41 +05:30
Ratnadeep Debnath
9e4b7fa61b
Parse Github pull request labels from pull request payload.
2018-04-02 12:14:20 +05:30
kuiros
ea44f6921c
Add RequestedReviewers to PullRequestPayload
2018-03-10 15:33:16 -08:00
Pedro Pombeiro
8f6fada23d
Add support for ping events
2018-01-16 10:15:54 +01:00
Pedro Pombeiro
94f9d6694d
Add support for installation and integration_installation events
2018-01-16 10:15:29 +01:00
kairen
d60a03e52a
Add parse author association for GitHub comment
2017-10-20 16:14:26 +08:00
Samuel Karp
e120e3b3ba
payload: add Label to PullRequestPayload
2017-08-12 17:24:29 -07:00