Skip to content

Commit 7ddca5e

Browse files
author
hubot
committed
Merge pull request github#560 from github/update-1406306854
2 parents 39e2737 + 157a676 commit 7ddca5e

20 files changed

+317
-263
lines changed

lib/webhooks/commit_comment.payload.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"comment": {
3-
"url": "https://api.github.com/repos/baxterthehacker/public-repo/comments/6858595",
4-
"html_url": "https://github.com/baxterthehacker/public-repo/commit/7b80eb100206a56523dbda6202d8e5daa05e265b#commitcomment-6858595",
5-
"id": 6858595,
3+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/comments/7155476",
4+
"html_url": "https://github.com/baxterthehacker/public-repo/commit/7b80eb100206a56523dbda6202d8e5daa05e265b#commitcomment-7155476",
5+
"id": 7155476,
66
"user": {
77
"login": "baxterthehacker",
88
"id": 6752317,
@@ -26,8 +26,8 @@
2626
"line": null,
2727
"path": null,
2828
"commit_id": "7b80eb100206a56523dbda6202d8e5daa05e265b",
29-
"created_at": "2014-07-01T17:21:16Z",
30-
"updated_at": "2014-07-01T17:21:16Z",
29+
"created_at": "2014-07-25T16:37:43Z",
30+
"updated_at": "2014-07-25T16:37:43Z",
3131
"body": "This is a really good change! :+1:"
3232
},
3333
"repository": {
@@ -94,14 +94,14 @@
9494
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
9595
"releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
9696
"created_at": "2014-05-20T22:39:43Z",
97-
"updated_at": "2014-07-01T17:21:16Z",
98-
"pushed_at": "2014-07-01T17:21:15Z",
97+
"updated_at": "2014-07-25T16:37:43Z",
98+
"pushed_at": "2014-07-25T16:37:42Z",
9999
"git_url": "git://github.com/baxterthehacker/public-repo.git",
100100
"ssh_url": "git@github.com:baxterthehacker/public-repo.git",
101101
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
102102
"svn_url": "https://github.com/baxterthehacker/public-repo",
103103
"homepage": null,
104-
"size": 569,
104+
"size": 612,
105105
"stargazers_count": 0,
106106
"watchers_count": 0,
107107
"language": null,
@@ -110,9 +110,9 @@
110110
"has_wiki": true,
111111
"forks_count": 1,
112112
"mirror_url": null,
113-
"open_issues_count": 24,
113+
"open_issues_count": 25,
114114
"forks": 1,
115-
"open_issues": 24,
115+
"open_issues": 25,
116116
"watchers": 0,
117117
"default_branch": "master"
118118
},

lib/webhooks/create.payload.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ref": "0.0.1",
2+
"ref": "simple-tag",
33
"ref_type": "tag",
44
"master_branch": "master",
55
"description": "",
@@ -68,25 +68,25 @@
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}",
7070
"created_at": "2014-05-20T22:39:43Z",
71-
"updated_at": "2014-07-01T17:21:16Z",
72-
"pushed_at": "2014-07-01T17:21:23Z",
71+
"updated_at": "2014-07-25T16:37:43Z",
72+
"pushed_at": "2014-07-25T16:37:50Z",
7373
"git_url": "git://github.com/baxterthehacker/public-repo.git",
7474
"ssh_url": "git@github.com: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": 569,
78+
"size": 612,
7979
"stargazers_count": 0,
8080
"watchers_count": 0,
8181
"language": null,
8282
"has_issues": true,
8383
"has_downloads": true,
8484
"has_wiki": true,
85-
"forks_count": 1,
85+
"forks_count": 0,
8686
"mirror_url": null,
87-
"open_issues_count": 24,
88-
"forks": 1,
89-
"open_issues": 24,
87+
"open_issues_count": 25,
88+
"forks": 0,
89+
"open_issues": 25,
9090
"watchers": 0,
9191
"default_branch": "master"
9292
},

lib/webhooks/delete.payload.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@
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}",
6868
"created_at": "2014-05-20T22:39:43Z",
69-
"updated_at": "2014-07-01T17:21:16Z",
70-
"pushed_at": "2014-07-01T17:21:24Z",
69+
"updated_at": "2014-07-25T16:37:43Z",
70+
"pushed_at": "2014-07-25T16:37:50Z",
7171
"git_url": "git://github.com/baxterthehacker/public-repo.git",
7272
"ssh_url": "git@github.com: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": 569,
76+
"size": 612,
7777
"stargazers_count": 0,
7878
"watchers_count": 0,
7979
"language": null,
@@ -82,9 +82,9 @@
8282
"has_wiki": true,
8383
"forks_count": 0,
8484
"mirror_url": null,
85-
"open_issues_count": 24,
85+
"open_issues_count": 25,
8686
"forks": 0,
87-
"open_issues": 24,
87+
"open_issues": 25,
8888
"watchers": 0,
8989
"default_branch": "master"
9090
},

lib/webhooks/deployment.payload.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"id": 25118,
2+
"id": 34916,
33
"sha": "69a8b72e2d3d955075d47f03d902929dcaf74033",
44
"ref": "master",
5+
"task": "deploy",
56
"name": "baxterthehacker/public-repo",
67
"environment": "production",
78
"payload": {
@@ -71,25 +72,25 @@
7172
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
7273
"releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
7374
"created_at": "2014-05-20T22:39:43Z",
74-
"updated_at": "2014-07-01T17:21:16Z",
75-
"pushed_at": "2014-07-01T17:21:23Z",
75+
"updated_at": "2014-07-25T16:37:43Z",
76+
"pushed_at": "2014-07-25T16:37:49Z",
7677
"git_url": "git://github.com/baxterthehacker/public-repo.git",
7778
"ssh_url": "git@github.com:baxterthehacker/public-repo.git",
7879
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
7980
"svn_url": "https://github.com/baxterthehacker/public-repo",
8081
"homepage": null,
81-
"size": 569,
82+
"size": 612,
8283
"stargazers_count": 0,
8384
"watchers_count": 0,
8485
"language": null,
8586
"has_issues": true,
8687
"has_downloads": true,
8788
"has_wiki": true,
88-
"forks_count": 1,
89+
"forks_count": 0,
8990
"mirror_url": null,
90-
"open_issues_count": 24,
91-
"forks": 1,
92-
"open_issues": 24,
91+
"open_issues_count": 25,
92+
"forks": 0,
93+
"open_issues": 25,
9394
"watchers": 0,
9495
"default_branch": "master"
9596
},

lib/webhooks/deployment_status.payload.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"id": 40828,
2+
"id": 60858,
33
"state": "success",
44
"deployment": {
5-
"url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/25118",
6-
"id": 25118,
5+
"url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/34916",
6+
"id": 34916,
77
"sha": "69a8b72e2d3d955075d47f03d902929dcaf74033",
88
"ref": "master",
9+
"task": "deploy",
910
"payload": {
1011
},
1112
"environment": "production",
@@ -29,9 +30,10 @@
2930
"type": "User",
3031
"site_admin": false
3132
},
32-
"created_at": "2014-07-01T17:21:23Z",
33-
"updated_at": "2014-07-01T17:21:23Z",
34-
"statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/25118/statuses"
33+
"created_at": "2014-07-25T16:37:49Z",
34+
"updated_at": "2014-07-25T16:37:49Z",
35+
"statuses_url": "https://api.github.com/repos/baxterthehacker/public-repo/deployments/34916/statuses",
36+
"repository_url": "https://api.github.com/repos/baxterthehacker/public-repo"
3537
},
3638
"target_url": null,
3739
"description": null,
@@ -99,14 +101,14 @@
99101
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
100102
"releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
101103
"created_at": "2014-05-20T22:39:43Z",
102-
"updated_at": "2014-07-01T17:21:16Z",
103-
"pushed_at": "2014-07-01T17:21:23Z",
104+
"updated_at": "2014-07-25T16:37:43Z",
105+
"pushed_at": "2014-07-25T16:37:49Z",
104106
"git_url": "git://github.com/baxterthehacker/public-repo.git",
105107
"ssh_url": "git@github.com:baxterthehacker/public-repo.git",
106108
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
107109
"svn_url": "https://github.com/baxterthehacker/public-repo",
108110
"homepage": null,
109-
"size": 569,
111+
"size": 612,
110112
"stargazers_count": 0,
111113
"watchers_count": 0,
112114
"language": null,
@@ -115,9 +117,9 @@
115117
"has_wiki": true,
116118
"forks_count": 0,
117119
"mirror_url": null,
118-
"open_issues_count": 24,
120+
"open_issues_count": 25,
119121
"forks": 0,
120-
"open_issues": 24,
122+
"open_issues": 25,
121123
"watchers": 0,
122124
"default_branch": "master"
123125
},

lib/webhooks/fork.payload.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"forkee": {
3-
"id": 21396365,
3+
"id": 22263567,
44
"name": "public-repo",
55
"full_name": "baxterandthehackers/public-repo",
66
"owner": {
@@ -62,15 +62,15 @@
6262
"notifications_url": "https://api.github.com/repos/baxterandthehackers/public-repo/notifications{?since,all,participating}",
6363
"labels_url": "https://api.github.com/repos/baxterandthehackers/public-repo/labels{/name}",
6464
"releases_url": "https://api.github.com/repos/baxterandthehackers/public-repo/releases{/id}",
65-
"created_at": "2014-07-01T17:21:16Z",
66-
"updated_at": "2014-07-01T17:21:16Z",
67-
"pushed_at": "2014-07-01T17:21:15Z",
65+
"created_at": "2014-07-25T16:37:43Z",
66+
"updated_at": "2014-07-25T16:37:43Z",
67+
"pushed_at": "2014-07-25T16:37:42Z",
6868
"git_url": "git://github.com/baxterandthehackers/public-repo.git",
6969
"ssh_url": "git@github.com:baxterandthehackers/public-repo.git",
7070
"clone_url": "https://github.com/baxterandthehackers/public-repo.git",
7171
"svn_url": "https://github.com/baxterandthehackers/public-repo",
7272
"homepage": null,
73-
"size": 569,
73+
"size": 612,
7474
"stargazers_count": 0,
7575
"watchers_count": 0,
7676
"language": null,
@@ -150,14 +150,14 @@
150150
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
151151
"releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
152152
"created_at": "2014-05-20T22:39:43Z",
153-
"updated_at": "2014-07-01T17:21:16Z",
154-
"pushed_at": "2014-07-01T17:21:15Z",
153+
"updated_at": "2014-07-25T16:37:43Z",
154+
"pushed_at": "2014-07-25T16:37:42Z",
155155
"git_url": "git://github.com/baxterthehacker/public-repo.git",
156156
"ssh_url": "git@github.com:baxterthehacker/public-repo.git",
157157
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
158158
"svn_url": "https://github.com/baxterthehacker/public-repo",
159159
"homepage": null,
160-
"size": 569,
160+
"size": 612,
161161
"stargazers_count": 0,
162162
"watchers_count": 0,
163163
"language": null,
@@ -166,9 +166,9 @@
166166
"has_wiki": true,
167167
"forks_count": 1,
168168
"mirror_url": null,
169-
"open_issues_count": 24,
169+
"open_issues_count": 25,
170170
"forks": 1,
171-
"open_issues": 24,
171+
"open_issues": 25,
172172
"watchers": 0,
173173
"default_branch": "master"
174174
},

lib/webhooks/gollum.payload.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"title": "Home",
66
"summary": null,
77
"action": "edited",
8-
"sha": "e7276b6b1b29ed92c3aeb2f1bb667c6cb49bc01c",
8+
"sha": "64b33245b5ca0fed1f5b40531ff58483f8236906",
99
"html_url": "https://github.com/baxterthehacker/public-repo/wiki/Home"
1010
}
1111
],
@@ -73,14 +73,14 @@
7373
"labels_url": "https://api.github.com/repos/baxterthehacker/public-repo/labels{/name}",
7474
"releases_url": "https://api.github.com/repos/baxterthehacker/public-repo/releases{/id}",
7575
"created_at": "2014-05-20T22:39:43Z",
76-
"updated_at": "2014-07-01T17:17:43Z",
77-
"pushed_at": "2014-07-01T17:20:21Z",
76+
"updated_at": "2014-07-01T17:21:25Z",
77+
"pushed_at": "2014-07-01T17:21:54Z",
7878
"git_url": "git://github.com/baxterthehacker/public-repo.git",
7979
"ssh_url": "git@github.com:baxterthehacker/public-repo.git",
8080
"clone_url": "https://github.com/baxterthehacker/public-repo.git",
8181
"svn_url": "https://github.com/baxterthehacker/public-repo",
8282
"homepage": null,
83-
"size": 569,
83+
"size": 612,
8484
"stargazers_count": 0,
8585
"watchers_count": 0,
8686
"language": null,
@@ -89,9 +89,9 @@
8989
"has_wiki": true,
9090
"forks_count": 0,
9191
"mirror_url": null,
92-
"open_issues_count": 22,
92+
"open_issues_count": 23,
9393
"forks": 0,
94-
"open_issues": 22,
94+
"open_issues": 23,
9595
"watchers": 0,
9696
"default_branch": "master"
9797
},

0 commit comments

Comments
 (0)