Skip to content

Commit 161cb3c

Browse files
committed
Merge pull request github#766 from github/update-1430869896
2 parents 19a3cf4 + f5713bd commit 161cb3c

20 files changed

+469
-483
lines changed

lib/webhooks/commit_comment.payload.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2+
"action": "created",
23
"comment": {
3-
"url": "https://api.github.com/repos/baxterthehacker/public-repo/comments/8108441",
4-
"html_url": "https://github.com/baxterthehacker/public-repo/commit/7b80eb100206a56523dbda6202d8e5daa05e265b#commitcomment-8108441",
5-
"id": 8108441,
4+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/comments/11056394",
5+
"html_url": "https://github.com/baxterthehacker/public-repo/commit/9049f1265b7d61be4a8904a9a27120d2064dab3b#commitcomment-11056394",
6+
"id": 11056394,
67
"user": {
78
"login": "baxterthehacker",
89
"id": 6752317,
9-
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
10+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
1011
"gravatar_id": "",
1112
"url": "https://api.github.com/users/baxterthehacker",
1213
"html_url": "https://github.com/baxterthehacker",
@@ -25,19 +26,19 @@
2526
"position": null,
2627
"line": null,
2728
"path": null,
28-
"commit_id": "7b80eb100206a56523dbda6202d8e5daa05e265b",
29-
"created_at": "2014-10-10T00:09:52Z",
30-
"updated_at": "2014-10-10T00:09:52Z",
29+
"commit_id": "9049f1265b7d61be4a8904a9a27120d2064dab3b",
30+
"created_at": "2015-05-05T23:40:29Z",
31+
"updated_at": "2015-05-05T23:40:29Z",
3132
"body": "This is a really good change! :+1:"
3233
},
3334
"repository": {
34-
"id": 20000106,
35+
"id": 35129377,
3536
"name": "public-repo",
3637
"full_name": "baxterthehacker/public-repo",
3738
"owner": {
3839
"login": "baxterthehacker",
3940
"id": 6752317,
40-
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
41+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
4142
"gravatar_id": "",
4243
"url": "https://api.github.com/users/baxterthehacker",
4344
"html_url": "https://github.com/baxterthehacker",
@@ -81,7 +82,7 @@
8182
"commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
8283
"git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
8384
"comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
84-
"issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments/{number}",
85+
"issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
8586
"contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
8687
"compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
8788
"merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
@@ -93,15 +94,15 @@
9394
"notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
9495
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
9596
"releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
96-
"created_at": "2014-05-20T22:39:43Z",
97-
"updated_at": "2014-07-25T16:37:51Z",
98-
"pushed_at": "2014-10-10T00:09:49Z",
97+
"created_at": "2015-05-05T23:40:12Z",
98+
"updated_at": "2015-05-05T23:40:12Z",
99+
"pushed_at": "2015-05-05T23:40:27Z",
99100
"git_url": "git://github.com/baxterthehacker/public-repo.git",
100101
"ssh_url": "[email protected]:baxterthehacker/public-repo.git",
101102
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
102103
"svn_url": "https://github.com/baxterthehacker/public-repo",
103104
"homepage": null,
104-
"size": 665,
105+
"size": 0,
105106
"stargazers_count": 0,
106107
"watchers_count": 0,
107108
"language": null,
@@ -111,16 +112,16 @@
111112
"has_pages": true,
112113
"forks_count": 0,
113114
"mirror_url": null,
114-
"open_issues_count": 26,
115+
"open_issues_count": 2,
115116
"forks": 0,
116-
"open_issues": 26,
117+
"open_issues": 2,
117118
"watchers": 0,
118119
"default_branch": "master"
119120
},
120121
"sender": {
121122
"login": "baxterthehacker",
122123
"id": 6752317,
123-
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
124+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
124125
"gravatar_id": "",
125126
"url": "https://api.github.com/users/baxterthehacker",
126127
"html_url": "https://github.com/baxterthehacker",

lib/webhooks/create.payload.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"description": "",
66
"pusher_type": "user",
77
"repository": {
8-
"id": 20000106,
8+
"id": 35129377,
99
"name": "public-repo",
1010
"full_name": "baxterthehacker/public-repo",
1111
"owner": {
1212
"login": "baxterthehacker",
1313
"id": 6752317,
14-
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
1515
"gravatar_id": "",
1616
"url": "https://api.github.com/users/baxterthehacker",
1717
"html_url": "https://github.com/baxterthehacker",
@@ -55,7 +55,7 @@
5555
"commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
5656
"git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
5757
"comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
58-
"issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments/{number}",
58+
"issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
5959
"contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
6060
"compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
6161
"merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
@@ -67,15 +67,15 @@
6767
"notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
6868
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
6969
"releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
70-
"created_at": "2014-05-20T22:39:43Z",
71-
"updated_at": "2014-10-10T00:09:53Z",
72-
"pushed_at": "2014-10-10T00:10:02Z",
70+
"created_at": "2015-05-05T23:40:12Z",
71+
"updated_at": "2015-05-05T23:40:30Z",
72+
"pushed_at": "2015-05-05T23:40:38Z",
7373
"git_url": "git://github.com/baxterthehacker/public-repo.git",
7474
"ssh_url": "[email protected]:baxterthehacker/public-repo.git",
7575
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
7676
"svn_url": "https://github.com/baxterthehacker/public-repo",
7777
"homepage": null,
78-
"size": 665,
78+
"size": 0,
7979
"stargazers_count": 0,
8080
"watchers_count": 0,
8181
"language": null,
@@ -85,16 +85,16 @@
8585
"has_pages": true,
8686
"forks_count": 0,
8787
"mirror_url": null,
88-
"open_issues_count": 26,
88+
"open_issues_count": 2,
8989
"forks": 0,
90-
"open_issues": 26,
90+
"open_issues": 2,
9191
"watchers": 0,
9292
"default_branch": "master"
9393
},
9494
"sender": {
9595
"login": "baxterthehacker",
9696
"id": 6752317,
97-
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
97+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
9898
"gravatar_id": "",
9999
"url": "https://api.github.com/users/baxterthehacker",
100100
"html_url": "https://github.com/baxterthehacker",

lib/webhooks/delete.payload.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"ref_type": "tag",
44
"pusher_type": "user",
55
"repository": {
6-
"id": 20000106,
6+
"id": 35129377,
77
"name": "public-repo",
88
"full_name": "baxterthehacker/public-repo",
99
"owner": {
1010
"login": "baxterthehacker",
1111
"id": 6752317,
12-
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
1313
"gravatar_id": "",
1414
"url": "https://api.github.com/users/baxterthehacker",
1515
"html_url": "https://github.com/baxterthehacker",
@@ -53,7 +53,7 @@
5353
"commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
5454
"git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
5555
"comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
56-
"issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments/{number}",
56+
"issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
5757
"contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
5858
"compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
5959
"merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
@@ -65,15 +65,15 @@
6565
"notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
6666
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
6767
"releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
68-
"created_at": "2014-05-20T22:39:43Z",
69-
"updated_at": "2014-10-10T00:09:53Z",
70-
"pushed_at": "2014-10-10T00:10:05Z",
68+
"created_at": "2015-05-05T23:40:12Z",
69+
"updated_at": "2015-05-05T23:40:30Z",
70+
"pushed_at": "2015-05-05T23:40:40Z",
7171
"git_url": "git://github.com/baxterthehacker/public-repo.git",
7272
"ssh_url": "[email protected]:baxterthehacker/public-repo.git",
7373
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
7474
"svn_url": "https://github.com/baxterthehacker/public-repo",
7575
"homepage": null,
76-
"size": 665,
76+
"size": 0,
7777
"stargazers_count": 0,
7878
"watchers_count": 0,
7979
"language": null,
@@ -83,16 +83,16 @@
8383
"has_pages": true,
8484
"forks_count": 0,
8585
"mirror_url": null,
86-
"open_issues_count": 26,
86+
"open_issues_count": 2,
8787
"forks": 0,
88-
"open_issues": 26,
88+
"open_issues": 2,
8989
"watchers": 0,
9090
"default_branch": "master"
9191
},
9292
"sender": {
9393
"login": "baxterthehacker",
9494
"id": 6752317,
95-
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
95+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
9696
"gravatar_id": "",
9797
"url": "https://api.github.com/users/baxterthehacker",
9898
"html_url": "https://github.com/baxterthehacker",

lib/webhooks/deployment.payload.json

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"deployment": {
3-
"url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/73887",
4-
"id": 73887,
5-
"sha": "69a8b72e2d3d955075d47f03d902929dcaf74033",
3+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692",
4+
"id": 710692,
5+
"sha": "9049f1265b7d61be4a8904a9a27120d2064dab3b",
66
"ref": "master",
77
"task": "deploy",
88
"payload": {
@@ -12,7 +12,7 @@
1212
"creator": {
1313
"login": "baxterthehacker",
1414
"id": 6752317,
15-
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
15+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
1616
"gravatar_id": "",
1717
"url": "https://api.github.com/users/baxterthehacker",
1818
"html_url": "https://github.com/baxterthehacker",
@@ -28,28 +28,19 @@
2828
"type": "User",
2929
"site_admin": false
3030
},
31-
"created_at": "2014-10-10T00:10:02Z",
32-
"updated_at": "2014-10-10T00:10:02Z",
33-
"statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/73887/statuses",
31+
"created_at": "2015-05-05T23:40:38Z",
32+
"updated_at": "2015-05-05T23:40:38Z",
33+
"statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/710692/statuses",
3434
"repository_url": "https://api.github.com/repos/baxterthehacker/public-repo"
3535
},
36-
"id": 73887,
37-
"sha": "69a8b72e2d3d955075d47f03d902929dcaf74033",
38-
"ref": "master",
39-
"task": "deploy",
40-
"name": "baxterthehacker/public-repo",
41-
"environment": "production",
42-
"payload": {
43-
},
44-
"description": null,
4536
"repository": {
46-
"id": 20000106,
37+
"id": 35129377,
4738
"name": "public-repo",
4839
"full_name": "baxterthehacker/public-repo",
4940
"owner": {
5041
"login": "baxterthehacker",
5142
"id": 6752317,
52-
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
43+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
5344
"gravatar_id": "",
5445
"url": "https://api.github.com/users/baxterthehacker",
5546
"html_url": "https://github.com/baxterthehacker",
@@ -93,7 +84,7 @@
9384
"commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/commits{/sha}",
9485
"git_commits_url": "https://api.github.com/repos/baxterthehacker/public-repo/git/commits{/sha}",
9586
"comments_url": "https://api.github.com/repos/baxterthehacker/public-repo/comments{/number}",
96-
"issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments/{number}",
87+
"issue_comment_url": "https://api.github.com/repos/baxterthehacker/public-repo/issues/comments{/number}",
9788
"contents_url": "https://api.github.com/repos/baxterthehacker/public-repo/contents/{+path}",
9889
"compare_url": "https://api.github.com/repos/baxterthehacker/public-repo/compare/{base}...{head}",
9990
"merges_url": "https://api.github.com/repos/baxterthehacker/public-repo/merges",
@@ -105,15 +96,15 @@
10596
"notifications_url": "https://api.github.com/repos/baxterthehacker/public-repo/notifications{?since,all,participating}",
10697
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
10798
"releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
108-
"created_at": "2014-05-20T22:39:43Z",
109-
"updated_at": "2014-10-10T00:09:53Z",
110-
"pushed_at": "2014-10-10T00:10:02Z",
99+
"created_at": "2015-05-05T23:40:12Z",
100+
"updated_at": "2015-05-05T23:40:30Z",
101+
"pushed_at": "2015-05-05T23:40:38Z",
111102
"git_url": "git://github.com/baxterthehacker/public-repo.git",
112103
"ssh_url": "[email protected]:baxterthehacker/public-repo.git",
113104
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
114105
"svn_url": "https://github.com/baxterthehacker/public-repo",
115106
"homepage": null,
116-
"size": 665,
107+
"size": 0,
117108
"stargazers_count": 0,
118109
"watchers_count": 0,
119110
"language": null,
@@ -123,16 +114,16 @@
123114
"has_pages": true,
124115
"forks_count": 0,
125116
"mirror_url": null,
126-
"open_issues_count": 26,
117+
"open_issues_count": 2,
127118
"forks": 0,
128-
"open_issues": 26,
119+
"open_issues": 2,
129120
"watchers": 0,
130121
"default_branch": "master"
131122
},
132123
"sender": {
133124
"login": "baxterthehacker",
134125
"id": 6752317,
135-
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=2",
126+
"avatar_url": "https://avatars.githubusercontent.com/u/6752317?v=3",
136127
"gravatar_id": "",
137128
"url": "https://api.github.com/users/baxterthehacker",
138129
"html_url": "https://github.com/baxterthehacker",

0 commit comments

Comments
 (0)