octokit 0.6.5 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. data/.rspec +1 -2
  2. data/.travis.yml +0 -1
  3. data/CHANGELOG.md +1 -0
  4. data/Gemfile +1 -1
  5. data/README.md +41 -28
  6. data/Rakefile +11 -0
  7. data/lib/faraday/response/raise_octokit_error.rb +4 -2
  8. data/lib/octokit/client.rb +2 -0
  9. data/lib/octokit/client/commits.rb +12 -0
  10. data/lib/octokit/client/events.rb +26 -0
  11. data/lib/octokit/client/issues.rb +35 -7
  12. data/lib/octokit/client/labels.rb +5 -5
  13. data/lib/octokit/client/objects.rb +10 -6
  14. data/lib/octokit/client/organizations.rb +25 -21
  15. data/lib/octokit/client/pub_sub_hubbub/service_hooks.rb +2 -2
  16. data/lib/octokit/client/pulls.rb +4 -4
  17. data/lib/octokit/client/repositories.rb +18 -18
  18. data/lib/octokit/client/users.rb +19 -14
  19. data/lib/octokit/configuration.rb +14 -11
  20. data/lib/octokit/connection.rb +3 -3
  21. data/lib/octokit/request.rb +17 -1
  22. data/lib/octokit/version.rb +1 -1
  23. data/octokit.gemspec +13 -12
  24. data/spec/fixtures/v3/blob.json +7 -0
  25. data/spec/fixtures/v3/commit_comment.json +19 -0
  26. data/spec/fixtures/v3/commit_comments.json +78 -0
  27. data/spec/fixtures/v3/emails.json +4 -0
  28. data/spec/fixtures/v3/followers.json +212 -0
  29. data/spec/fixtures/v3/following.json +209 -0
  30. data/spec/fixtures/v3/issue.json +37 -0
  31. data/spec/fixtures/v3/issue_closed.json +37 -0
  32. data/spec/fixtures/v3/issue_event.json +44 -0
  33. data/spec/fixtures/v3/issue_events.json +72 -0
  34. data/spec/fixtures/v3/list_commit_comments.json +572 -0
  35. data/spec/fixtures/v3/organization-repositories.json +4292 -0
  36. data/spec/fixtures/v3/organization-repository.json +42 -0
  37. data/spec/fixtures/v3/organization.json +18 -0
  38. data/spec/fixtures/v3/organization_members.json +576 -0
  39. data/spec/fixtures/v3/organization_team_members.json +16 -0
  40. data/spec/fixtures/v3/organization_team_repos.json +62 -0
  41. data/spec/fixtures/v3/organizations.json +44 -0
  42. data/spec/fixtures/v3/public_events.json +1110 -0
  43. data/spec/fixtures/v3/pull_created.json +138 -0
  44. data/spec/fixtures/v3/pull_request.json +138 -0
  45. data/spec/fixtures/v3/pull_requests.json +187 -0
  46. data/spec/fixtures/v3/repo_events.json +1668 -0
  47. data/spec/fixtures/v3/repo_issues_events.json +134 -0
  48. data/spec/fixtures/v3/team.json +8 -0
  49. data/spec/fixtures/v3/teams.json +4 -4
  50. data/spec/fixtures/v3/tree.json +112 -0
  51. data/spec/fixtures/v3/watched.json +1022 -0
  52. data/spec/helper.rb +3 -3
  53. data/spec/octokit/client/commits_spec.rb +33 -0
  54. data/spec/octokit/client/events_spec.rb +27 -0
  55. data/spec/octokit/client/issue_events_spec.rb +30 -0
  56. data/spec/octokit/client/issues_spec.rb +31 -20
  57. data/spec/octokit/client/labels_spec.rb +1 -1
  58. data/spec/octokit/client/objects_spec.rb +9 -8
  59. data/spec/octokit/client/organizations_spec.rb +56 -67
  60. data/spec/octokit/client/pulls_spec.rb +19 -18
  61. data/spec/octokit/client/repositories_spec.rb +24 -38
  62. data/spec/octokit/client/users_spec.rb +50 -51
  63. data/spec/octokit/client_spec.rb +16 -0
  64. metadata +111 -81
  65. data/puppeteer.jpg +0 -0
  66. data/spec/fixtures/v2/blob.json +0 -1
  67. data/spec/fixtures/v2/comment.json +0 -1
  68. data/spec/fixtures/v2/comments.json +0 -1
  69. data/spec/fixtures/v2/delete_failure.json +0 -1
  70. data/spec/fixtures/v2/delete_token.json +0 -1
  71. data/spec/fixtures/v2/emails.json +0 -1
  72. data/spec/fixtures/v2/followers.json +0 -1
  73. data/spec/fixtures/v2/following.json +0 -1
  74. data/spec/fixtures/v2/issue.json +0 -1
  75. data/spec/fixtures/v2/labels.json +0 -1
  76. data/spec/fixtures/v2/organization.json +0 -1
  77. data/spec/fixtures/v2/organizations.json +0 -1
  78. data/spec/fixtures/v2/public_keys.json +0 -1
  79. data/spec/fixtures/v2/pull.json +0 -1
  80. data/spec/fixtures/v2/pulls.json +0 -1
  81. data/spec/fixtures/v2/tags.json +0 -1
  82. data/spec/fixtures/v2/team.json +0 -1
  83. data/spec/fixtures/v2/teams.json +0 -1
  84. data/spec/fixtures/v2/tree.json +0 -1
@@ -0,0 +1,16 @@
1
+ [
2
+ {
3
+ "gravatar_id": "dfb3948650131e4f0385c3328187cfca",
4
+ "url": "https://api.github.com/users/ctshryock",
5
+ "avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
6
+ "login": "ctshryock",
7
+ "id": 61721
8
+ },
9
+ {
10
+ "gravatar_id": "f5308d249ed7ff8f96ba888ba707df3f",
11
+ "url": "https://api.github.com/users/jamescarr",
12
+ "avatar_url": "https://secure.gravatar.com/avatar/f5308d249ed7ff8f96ba888ba707df3f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
13
+ "login": "jamescarr",
14
+ "id": 45389
15
+ }
16
+ ]
@@ -0,0 +1,62 @@
1
+ [
2
+ {
3
+ "git_url": "git://github.com/CoMoRichWebGroup/GitTalk.git",
4
+ "html_url": "https://github.com/CoMoRichWebGroup/GitTalk",
5
+ "homepage": null,
6
+ "pushed_at": "2011-01-18T01:59:31Z",
7
+ "ssh_url": "git@github.com:CoMoRichWebGroup/GitTalk.git",
8
+ "updated_at": "2011-10-04T04:58:13Z",
9
+ "url": "https://api.github.com/repos/CoMoRichWebGroup/GitTalk",
10
+ "open_issues": 0,
11
+ "language": null,
12
+ "fork": true,
13
+ "created_at": "2011-01-18T13:42:41Z",
14
+ "private": false,
15
+ "watchers": 1,
16
+ "size": 9760,
17
+ "svn_url": "https://github.com/CoMoRichWebGroup/GitTalk",
18
+ "description": "Source / Example for my presentation on Git at Como Rich Web Group, Jan 19 2010",
19
+ "owner": {
20
+ "url": "https://api.github.com/users/CoMoRichWebGroup",
21
+ "gravatar_id": "073de5791bd35c95a6eb211ba244df0e",
22
+ "login": "CoMoRichWebGroup",
23
+ "avatar_url": "https://secure.gravatar.com/avatar/073de5791bd35c95a6eb211ba244df0e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
24
+ "id": 570695
25
+ },
26
+ "name": "GitTalk",
27
+ "clone_url": "https://github.com/CoMoRichWebGroup/GitTalk.git",
28
+ "forks": 0,
29
+ "master_branch": null,
30
+ "id": 1267157
31
+ },
32
+ {
33
+ "git_url": "git://github.com/CoMoRichWebGroup/Fabric-Demos.git",
34
+ "html_url": "https://github.com/CoMoRichWebGroup/Fabric-Demos",
35
+ "homepage": "",
36
+ "pushed_at": "2011-08-24T23:26:28Z",
37
+ "ssh_url": "git@github.com:CoMoRichWebGroup/Fabric-Demos.git",
38
+ "updated_at": "2011-10-04T18:17:14Z",
39
+ "url": "https://api.github.com/repos/CoMoRichWebGroup/Fabric-Demos",
40
+ "open_issues": 0,
41
+ "language": "Python",
42
+ "fork": false,
43
+ "created_at": "2011-08-21T02:55:19Z",
44
+ "private": false,
45
+ "watchers": 1,
46
+ "size": 280,
47
+ "svn_url": "https://github.com/CoMoRichWebGroup/Fabric-Demos",
48
+ "description": "Demos on how to use Fabric -- http://fabfile.org",
49
+ "owner": {
50
+ "url": "https://api.github.com/users/CoMoRichWebGroup",
51
+ "gravatar_id": "073de5791bd35c95a6eb211ba244df0e",
52
+ "login": "CoMoRichWebGroup",
53
+ "avatar_url": "https://secure.gravatar.com/avatar/073de5791bd35c95a6eb211ba244df0e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
54
+ "id": 570695
55
+ },
56
+ "name": "Fabric-Demos",
57
+ "clone_url": "https://github.com/CoMoRichWebGroup/Fabric-Demos.git",
58
+ "forks": 1,
59
+ "master_branch": null,
60
+ "id": 2241958
61
+ }
62
+ ]
@@ -0,0 +1,44 @@
1
+ [
2
+ {
3
+ "login": "Hubcap",
4
+ "avatar_url": "https://secure.gravatar.com/avatar/7311a263b8ea2513a001539666837ba9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
5
+ "url": "https://api.github.com/orgs/Hubcap",
6
+ "id": 523168
7
+ },
8
+ {
9
+ "login": "codeforamerica",
10
+ "avatar_url": "https://secure.gravatar.com/avatar/ec81184c572bc827b72ebb489d49f821?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
11
+ "url": "https://api.github.com/orgs/codeforamerica",
12
+ "id": 337792
13
+ },
14
+ {
15
+ "login": "travis-ci",
16
+ "avatar_url": "https://secure.gravatar.com/avatar/253768044712357787be0f6a3a53cc66?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
17
+ "url": "https://api.github.com/orgs/travis-ci",
18
+ "id": 639823
19
+ },
20
+ {
21
+ "login": "carlhuda",
22
+ "avatar_url": "https://secure.gravatar.com/avatar/d1c067780d4e27fd72212543162c7053?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
23
+ "url": "https://api.github.com/orgs/carlhuda",
24
+ "id": 76794
25
+ },
26
+ {
27
+ "login": "hackforchange",
28
+ "avatar_url": "https://secure.gravatar.com/avatar/c441db4f3d80951dc3a231f40cdc6340?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
29
+ "url": "https://api.github.com/orgs/hackforchange",
30
+ "id": 829908
31
+ },
32
+ {
33
+ "login": "rubygems",
34
+ "avatar_url": "https://secure.gravatar.com/avatar/bf4014334f65ba54fb31d21da71978fb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
35
+ "url": "https://api.github.com/orgs/rubygems",
36
+ "id": 208761
37
+ },
38
+ {
39
+ "login": "140proof",
40
+ "avatar_url": "https://secure.gravatar.com/avatar/ae3f4aeecd2b103e1782c6df87211f98?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
41
+ "url": "https://api.github.com/orgs/140proof",
42
+ "id": 100502
43
+ }
44
+ ]
@@ -0,0 +1,1110 @@
1
+ [
2
+ {
3
+ "type": "WatchEvent",
4
+ "repo": {
5
+ "id": 409101,
6
+ "name": "alex/django-taggit",
7
+ "url": "https://api.github.com/repos/alex/django-taggit"
8
+ },
9
+ "public": true,
10
+ "actor": {
11
+ "gravatar_id": "85e3e38177a24e114f7a204b022a0bc7",
12
+ "id": 1356659,
13
+ "url": "https://api.github.com/users/Andeling",
14
+ "login": "Andeling"
15
+ },
16
+ "created_at": "2012-01-21T10:33:50Z",
17
+ "payload": {
18
+ "action": "started"
19
+ },
20
+ "id": "1513284759",
21
+ "org": {
22
+ "url": "https://api.github.com/orgs/"
23
+ }
24
+ },
25
+ {
26
+ "type": "PushEvent",
27
+ "repo": {
28
+ "id": 3125180,
29
+ "name": "DavidBadura/FixturesBundle",
30
+ "url": "https://api.github.com/repos/DavidBadura/FixturesBundle"
31
+ },
32
+ "public": true,
33
+ "actor": {
34
+ "gravatar_id": "b8a6200f972e78c73802eb219d9a7472",
35
+ "id": 470138,
36
+ "url": "https://api.github.com/users/DavidBadura",
37
+ "login": "DavidBadura"
38
+ },
39
+ "created_at": "2012-01-21T10:33:49Z",
40
+ "payload": {
41
+ "head": "9bde050b8dcd1b25ba36b25baabf746fc97f2d0f",
42
+ "size": 3,
43
+ "push_id": 58526139,
44
+ "ref": "refs/heads/master",
45
+ "commits": [
46
+ {
47
+ "sha": "a95d6f9ef79761050fdfabfe42ee4ea3792222f1",
48
+ "author": {
49
+ "name": "DavidBadura",
50
+ "email": "d.badura@gmx.de"
51
+ },
52
+ "url": "https://api.github.com/repos/DavidBadura/FixturesBundle/commits/a95d6f9ef79761050fdfabfe42ee4ea3792222f1",
53
+ "message": "fix Fixture Type"
54
+ },
55
+ {
56
+ "sha": "fc793c7644537733e4867c86db3aa9d06568b97a",
57
+ "author": {
58
+ "name": "DavidBadura",
59
+ "email": "d.badura@gmx.de"
60
+ },
61
+ "url": "https://api.github.com/repos/DavidBadura/FixturesBundle/commits/fc793c7644537733e4867c86db3aa9d06568b97a",
62
+ "message": "readme fix yaml configuration"
63
+ },
64
+ {
65
+ "sha": "9bde050b8dcd1b25ba36b25baabf746fc97f2d0f",
66
+ "author": {
67
+ "name": "DavidBadura",
68
+ "email": "d.badura@gmx.de"
69
+ },
70
+ "url": "https://api.github.com/repos/DavidBadura/FixturesBundle/commits/9bde050b8dcd1b25ba36b25baabf746fc97f2d0f",
71
+ "message": "fix repository and add tests"
72
+ }
73
+ ]
74
+ },
75
+ "id": "1513284756",
76
+ "org": {
77
+ "url": "https://api.github.com/orgs/"
78
+ }
79
+ },
80
+ {
81
+ "type": "PushEvent",
82
+ "repo": {
83
+ "id": 3164153,
84
+ "name": "pchtrakt/pchtrakt",
85
+ "url": "https://api.github.com/repos/pchtrakt/pchtrakt"
86
+ },
87
+ "public": true,
88
+ "actor": {
89
+ "gravatar_id": "6155f96fe378846ad3ef2101809cf1c8",
90
+ "id": 1318140,
91
+ "url": "https://api.github.com/users/jlauwers",
92
+ "login": "jlauwers"
93
+ },
94
+ "created_at": "2012-01-21T10:33:48Z",
95
+ "payload": {
96
+ "head": "a40c1795559ba14f5e201a507b86774712b5003e",
97
+ "size": 2,
98
+ "push_id": 58526137,
99
+ "commits": [
100
+ {
101
+ "sha": "1526cd96ccf1e9c94fb99358e16c33f20d0d4d99",
102
+ "author": {
103
+ "name": "jlauwers",
104
+ "email": "jonathan.lauwers@gmail.com"
105
+ },
106
+ "url": "https://api.github.com/repos/pchtrakt/pchtrakt/commits/1526cd96ccf1e9c94fb99358e16c33f20d0d4d99",
107
+ "message": "double episode started at 2nd episode"
108
+ },
109
+ {
110
+ "sha": "a40c1795559ba14f5e201a507b86774712b5003e",
111
+ "author": {
112
+ "name": "jlauwers",
113
+ "email": "jonathan.lauwers@gmail.com"
114
+ },
115
+ "url": "https://api.github.com/repos/pchtrakt/pchtrakt/commits/a40c1795559ba14f5e201a507b86774712b5003e",
116
+ "message": "Merge branch 'release-0.1' into dvp"
117
+ }
118
+ ],
119
+ "ref": "refs/heads/dvp"
120
+ },
121
+ "id": "1513284754",
122
+ "org": {
123
+ "gravatar_id": "bb41fd105456e39e381279b70974b19c",
124
+ "id": 1321604,
125
+ "url": "https://api.github.com/orgs/",
126
+ "login": "pchtrakt"
127
+ }
128
+ },
129
+ {
130
+ "type": "PushEvent",
131
+ "repo": {
132
+ "id": 3120836,
133
+ "name": "renard/o-blog",
134
+ "url": "https://api.github.com/repos/renard/o-blog"
135
+ },
136
+ "public": true,
137
+ "actor": {
138
+ "gravatar_id": "7bbbe3f7ea02a4223e94e08699085dce",
139
+ "id": 383821,
140
+ "url": "https://api.github.com/users/renard",
141
+ "login": "renard"
142
+ },
143
+ "created_at": "2012-01-21T10:33:45Z",
144
+ "payload": {
145
+ "head": "db72fcfb1b71d43dc4e11bda5116a4814e981a3d",
146
+ "size": 1,
147
+ "push_id": 58526135,
148
+ "commits": [
149
+ {
150
+ "sha": "db72fcfb1b71d43dc4e11bda5116a4814e981a3d",
151
+ "author": {
152
+ "name": "Sébastien Gross",
153
+ "email": "seb•ɑƬ•chezwam•ɖɵʈ•org"
154
+ },
155
+ "url": "https://api.github.com/repos/renard/o-blog/commits/db72fcfb1b71d43dc4e11bda5116a4814e981a3d",
156
+ "message": "Better appearance of debugging page.\n\nSigned-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>"
157
+ }
158
+ ],
159
+ "ref": "refs/heads/master"
160
+ },
161
+ "id": "1513284753",
162
+ "org": {
163
+ "url": "https://api.github.com/orgs/"
164
+ }
165
+ },
166
+ {
167
+ "type": "WatchEvent",
168
+ "repo": {
169
+ "id": 733429,
170
+ "name": "weixiyen/jquery-filedrop",
171
+ "url": "https://api.github.com/repos/weixiyen/jquery-filedrop"
172
+ },
173
+ "public": true,
174
+ "actor": {
175
+ "gravatar_id": "1b3f7909784fc5f42f101327cd0b44e0",
176
+ "id": 795242,
177
+ "url": "https://api.github.com/users/kapkaev",
178
+ "login": "kapkaev"
179
+ },
180
+ "created_at": "2012-01-21T10:33:44Z",
181
+ "payload": {
182
+ "action": "started"
183
+ },
184
+ "id": "1513284750",
185
+ "org": {
186
+ "url": "https://api.github.com/orgs/"
187
+ }
188
+ },
189
+ {
190
+ "type": "PushEvent",
191
+ "repo": {
192
+ "id": 43311,
193
+ "name": "Suave/1kg.org",
194
+ "url": "https://api.github.com/repos/Suave/1kg.org"
195
+ },
196
+ "public": true,
197
+ "actor": {
198
+ "gravatar_id": "a6b38fcda01ad90c1c64aa5370dd2bbe",
199
+ "id": 394562,
200
+ "url": "https://api.github.com/users/loddit",
201
+ "login": "loddit"
202
+ },
203
+ "created_at": "2012-01-21T10:33:44Z",
204
+ "payload": {
205
+ "head": "2bdd69a84854f9c560e71384e1e9967ee318b173",
206
+ "size": 2,
207
+ "push_id": 58526134,
208
+ "ref": "refs/heads/master",
209
+ "commits": [
210
+ {
211
+ "sha": "834e4701ca3ea1484830db7b2b9a57f93965436f",
212
+ "author": {
213
+ "name": "loddit",
214
+ "email": "loddit@gmail.com"
215
+ },
216
+ "url": "https://api.github.com/repos/Suave/1kg.org/commits/834e4701ca3ea1484830db7b2b9a57f93965436f",
217
+ "message": "fix update schools bug"
218
+ },
219
+ {
220
+ "sha": "2bdd69a84854f9c560e71384e1e9967ee318b173",
221
+ "author": {
222
+ "name": "loddit",
223
+ "email": "loddit@gmail.com"
224
+ },
225
+ "url": "https://api.github.com/repos/Suave/1kg.org/commits/2bdd69a84854f9c560e71384e1e9967ee318b173",
226
+ "message": "fix update schools bug"
227
+ }
228
+ ]
229
+ },
230
+ "id": "1513284749",
231
+ "org": {
232
+ "url": "https://api.github.com/orgs/"
233
+ }
234
+ },
235
+ {
236
+ "type": "WatchEvent",
237
+ "repo": {
238
+ "id": 1195231,
239
+ "name": "sgruhier/jquery-addresspicker",
240
+ "url": "https://api.github.com/repos/sgruhier/jquery-addresspicker"
241
+ },
242
+ "public": true,
243
+ "actor": {
244
+ "gravatar_id": "dcf005bd01477ac209694f3f909d374c",
245
+ "id": 867710,
246
+ "url": "https://api.github.com/users/nicolasbinet",
247
+ "login": "nicolasbinet"
248
+ },
249
+ "created_at": "2012-01-21T10:33:44Z",
250
+ "payload": {
251
+ "action": "started"
252
+ },
253
+ "id": "1513284748",
254
+ "org": {
255
+ "url": "https://api.github.com/orgs/"
256
+ }
257
+ },
258
+ {
259
+ "type": "CreateEvent",
260
+ "repo": {
261
+ "id": 3233207,
262
+ "name": "agentzh/re-dfa-pm",
263
+ "url": "https://api.github.com/repos/agentzh/re-dfa-pm"
264
+ },
265
+ "public": true,
266
+ "actor": {
267
+ "gravatar_id": "37f3ea777f96500b332a1a89d6027897",
268
+ "id": 56241,
269
+ "url": "https://api.github.com/users/agentzh",
270
+ "login": "agentzh"
271
+ },
272
+ "created_at": "2012-01-21T10:33:38Z",
273
+ "payload": {
274
+ "master_branch": "master",
275
+ "ref": "master",
276
+ "ref_type": "branch",
277
+ "description": "Perl module re::DFA"
278
+ },
279
+ "id": "1513284743",
280
+ "org": {
281
+ "url": "https://api.github.com/orgs/"
282
+ }
283
+ },
284
+ {
285
+ "type": "PushEvent",
286
+ "repo": {
287
+ "id": 2128181,
288
+ "name": "ricpelo/alien",
289
+ "url": "https://api.github.com/repos/ricpelo/alien"
290
+ },
291
+ "public": true,
292
+ "actor": {
293
+ "gravatar_id": "e643368f07941c3f39d317b7f99876bb",
294
+ "id": 616169,
295
+ "url": "https://api.github.com/users/ricpelo",
296
+ "login": "ricpelo"
297
+ },
298
+ "created_at": "2012-01-21T10:33:38Z",
299
+ "payload": {
300
+ "head": "cb6123a55664f11ce031d6a6a1186bd73bea8d9c",
301
+ "size": 1,
302
+ "push_id": 58526130,
303
+ "commits": [
304
+ {
305
+ "sha": "cb6123a55664f11ce031d6a6a1186bd73bea8d9c",
306
+ "author": {
307
+ "name": "Ricardo Pérez (Sothoth)",
308
+ "email": "ricpelo@gmail.com"
309
+ },
310
+ "url": "https://api.github.com/repos/ricpelo/alien/commits/cb6123a55664f11ce031d6a6a1186bd73bea8d9c",
311
+ "message": "Ponemos a Madre en todas partes. Así conseguimos que podamos pedirle que abra las puertas del complejo. Ya no hay que ponerla 'al alcance'"
312
+ }
313
+ ],
314
+ "ref": "refs/heads/deluxe"
315
+ },
316
+ "id": "1513284741",
317
+ "org": {
318
+ "url": "https://api.github.com/orgs/"
319
+ }
320
+ },
321
+ {
322
+ "type": "GistEvent",
323
+ "repo": {
324
+ "name": "/",
325
+ "url": "https://api.github.com/repos//"
326
+ },
327
+ "public": true,
328
+ "actor": {
329
+ "url": "https://api.github.com/users/"
330
+ },
331
+ "created_at": "2012-01-21T10:33:32Z",
332
+ "payload": {
333
+ "action": "create",
334
+ "gist": {
335
+ "created_at": "2012-01-21T10:33:31Z",
336
+ "public": true,
337
+ "comments": 0,
338
+ "updated_at": "2012-01-21T10:33:31Z",
339
+ "git_push_url": "git@gist.github.com:1652299.git",
340
+ "files": {
341
+
342
+ },
343
+ "url": "https://api.github.com/gists/1652299",
344
+ "id": "1652299",
345
+ "git_pull_url": "git://gist.github.com/1652299.git",
346
+ "description": "Export tweets to neo4j via Drupal.",
347
+ "html_url": "https://gist.github.com/1652299",
348
+ "user": null
349
+ }
350
+ },
351
+ "id": "1513284740",
352
+ "org": {
353
+ "url": "https://api.github.com/orgs/"
354
+ }
355
+ },
356
+ {
357
+ "type": "ForkEvent",
358
+ "repo": {
359
+ "id": 1138553,
360
+ "name": "chyrp/chyrp",
361
+ "url": "https://api.github.com/repos/chyrp/chyrp"
362
+ },
363
+ "public": true,
364
+ "actor": {
365
+ "gravatar_id": "650831a7c4d902451605758cfd73274f",
366
+ "id": 320300,
367
+ "url": "https://api.github.com/users/gibbonweb",
368
+ "login": "gibbonweb"
369
+ },
370
+ "created_at": "2012-01-21T10:33:31Z",
371
+ "payload": {
372
+ "forkee": {
373
+ "name": "chyrp",
374
+ "master_branch": "development",
375
+ "size": 140,
376
+ "has_wiki": true,
377
+ "created_at": "2012-01-21T10:33:30Z",
378
+ "clone_url": "https://github.com/gibbonweb/chyrp.git",
379
+ "public": true,
380
+ "updated_at": "2012-01-21T10:33:31Z",
381
+ "private": false,
382
+ "watchers": 1,
383
+ "url": "https://api.github.com/repos/gibbonweb/chyrp",
384
+ "ssh_url": "git@github.com:gibbonweb/chyrp.git",
385
+ "git_url": "git://github.com/gibbonweb/chyrp.git",
386
+ "fork": true,
387
+ "language": "PHP",
388
+ "id": 3233211,
389
+ "pushed_at": "2012-01-20T03:25:35Z",
390
+ "svn_url": "https://github.com/gibbonweb/chyrp",
391
+ "has_downloads": true,
392
+ "open_issues": 0,
393
+ "mirror_url": null,
394
+ "has_issues": false,
395
+ "homepage": "http://chyrp.net",
396
+ "description": "The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.",
397
+ "forks": 0,
398
+ "html_url": "https://github.com/gibbonweb/chyrp",
399
+ "owner": {
400
+ "avatar_url": "https://secure.gravatar.com/avatar/650831a7c4d902451605758cfd73274f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
401
+ "gravatar_id": "650831a7c4d902451605758cfd73274f",
402
+ "url": "https://api.github.com/users/gibbonweb",
403
+ "id": 320300,
404
+ "login": "gibbonweb"
405
+ }
406
+ }
407
+ },
408
+ "id": "1513284739",
409
+ "org": {
410
+ "gravatar_id": "cf734e5aca6265d593a5417924376e8a",
411
+ "id": 517031,
412
+ "url": "https://api.github.com/orgs/",
413
+ "login": "chyrp"
414
+ }
415
+ },
416
+ {
417
+ "type": "PushEvent",
418
+ "repo": {
419
+ "id": 3230719,
420
+ "name": "DouglasSherk/FaceCollage",
421
+ "url": "https://api.github.com/repos/DouglasSherk/FaceCollage"
422
+ },
423
+ "public": true,
424
+ "actor": {
425
+ "gravatar_id": "e9ea6d5e961250134cdecd1eec841f7b",
426
+ "id": 856148,
427
+ "url": "https://api.github.com/users/ppymou",
428
+ "login": "ppymou"
429
+ },
430
+ "created_at": "2012-01-21T10:33:30Z",
431
+ "payload": {
432
+ "head": "6cb5d376c3d2dcb388f9d1e942ebe3efc2fc8978",
433
+ "size": 1,
434
+ "push_id": 58526129,
435
+ "commits": [
436
+ {
437
+ "sha": "6cb5d376c3d2dcb388f9d1e942ebe3efc2fc8978",
438
+ "author": {
439
+ "name": "PPYMOU",
440
+ "email": "ppymou@gmail.com"
441
+ },
442
+ "url": "https://api.github.com/repos/DouglasSherk/FaceCollage/commits/6cb5d376c3d2dcb388f9d1e942ebe3efc2fc8978",
443
+ "message": "Some Stuff"
444
+ }
445
+ ],
446
+ "ref": "refs/heads/master"
447
+ },
448
+ "id": "1513284738",
449
+ "org": {
450
+ "url": "https://api.github.com/orgs/"
451
+ }
452
+ },
453
+ {
454
+ "type": "WatchEvent",
455
+ "repo": {
456
+ "id": 1138553,
457
+ "name": "chyrp/chyrp",
458
+ "url": "https://api.github.com/repos/chyrp/chyrp"
459
+ },
460
+ "public": true,
461
+ "actor": {
462
+ "gravatar_id": "650831a7c4d902451605758cfd73274f",
463
+ "id": 320300,
464
+ "url": "https://api.github.com/users/gibbonweb",
465
+ "login": "gibbonweb"
466
+ },
467
+ "created_at": "2012-01-21T10:33:30Z",
468
+ "payload": {
469
+ "action": "started"
470
+ },
471
+ "id": "1513284737",
472
+ "org": {
473
+ "gravatar_id": "cf734e5aca6265d593a5417924376e8a",
474
+ "id": 517031,
475
+ "url": "https://api.github.com/orgs/",
476
+ "login": "chyrp"
477
+ }
478
+ },
479
+ {
480
+ "type": "CreateEvent",
481
+ "repo": {
482
+ "id": 3233192,
483
+ "name": "rafarubert/henriquejorge",
484
+ "url": "https://api.github.com/repos/rafarubert/henriquejorge"
485
+ },
486
+ "public": true,
487
+ "actor": {
488
+ "gravatar_id": "7517408410bb88638c871d0ee63b0bde",
489
+ "id": 27355,
490
+ "url": "https://api.github.com/users/rafarubert",
491
+ "login": "rafarubert"
492
+ },
493
+ "created_at": "2012-01-21T10:33:29Z",
494
+ "payload": {
495
+ "master_branch": "master",
496
+ "ref_type": "branch",
497
+ "description": "",
498
+ "ref": "gh-pages"
499
+ },
500
+ "id": "1513284736",
501
+ "org": {
502
+ "url": "https://api.github.com/orgs/"
503
+ }
504
+ },
505
+ {
506
+ "type": "PushEvent",
507
+ "repo": {
508
+ "id": 2282796,
509
+ "name": "dsoms/SonataAdminBundle",
510
+ "url": "https://api.github.com/repos/dsoms/SonataAdminBundle"
511
+ },
512
+ "public": true,
513
+ "actor": {
514
+ "gravatar_id": "cd7f5f616f7d173aa5d4322f652ed15f",
515
+ "id": 912243,
516
+ "url": "https://api.github.com/users/dsoms",
517
+ "login": "dsoms"
518
+ },
519
+ "created_at": "2012-01-21T10:33:26Z",
520
+ "payload": {
521
+ "head": "73666ae5510f124596264a8c2a8b2a4923f084ed",
522
+ "size": 1,
523
+ "push_id": 58526128,
524
+ "commits": [
525
+ {
526
+ "sha": "73666ae5510f124596264a8c2a8b2a4923f084ed",
527
+ "author": {
528
+ "name": "David Soms",
529
+ "email": "david.soms@gmail.com"
530
+ },
531
+ "url": "https://api.github.com/repos/dsoms/SonataAdminBundle/commits/73666ae5510f124596264a8c2a8b2a4923f084ed",
532
+ "message": "Updated catalan translation"
533
+ }
534
+ ],
535
+ "ref": "refs/heads/master"
536
+ },
537
+ "id": "1513284735",
538
+ "org": {
539
+ "url": "https://api.github.com/orgs/"
540
+ }
541
+ },
542
+ {
543
+ "type": "WatchEvent",
544
+ "repo": {
545
+ "id": 214668,
546
+ "name": "rightjs/rightjs-core",
547
+ "url": "https://api.github.com/repos/rightjs/rightjs-core"
548
+ },
549
+ "public": true,
550
+ "actor": {
551
+ "gravatar_id": "551694f45f3d00618740c664ef0338d3",
552
+ "id": 10243,
553
+ "url": "https://api.github.com/users/Dravos",
554
+ "login": "Dravos"
555
+ },
556
+ "created_at": "2012-01-21T10:33:26Z",
557
+ "payload": {
558
+ "action": "started"
559
+ },
560
+ "id": "1513284734",
561
+ "org": {
562
+ "url": "https://api.github.com/orgs/"
563
+ }
564
+ },
565
+ {
566
+ "type": "PushEvent",
567
+ "repo": {
568
+ "id": 3117691,
569
+ "name": "jbee/fly",
570
+ "url": "https://api.github.com/repos/jbee/fly"
571
+ },
572
+ "public": true,
573
+ "actor": {
574
+ "gravatar_id": "cbf6ab98ced4f8c4d4656ad726958f13",
575
+ "id": 309438,
576
+ "url": "https://api.github.com/users/jbee",
577
+ "login": "jbee"
578
+ },
579
+ "created_at": "2012-01-21T10:33:24Z",
580
+ "payload": {
581
+ "head": "21279dead8ab749699914729fd97d38d08ae031b",
582
+ "size": 1,
583
+ "push_id": 58526126,
584
+ "ref": "refs/heads/master",
585
+ "commits": [
586
+ {
587
+ "sha": "21279dead8ab749699914729fd97d38d08ae031b",
588
+ "author": {
589
+ "name": "Jan Bernitt",
590
+ "email": "jan.bernitt@gmx.de"
591
+ },
592
+ "url": "https://api.github.com/repos/jbee/fly/commits/21279dead8ab749699914729fd97d38d08ae031b",
593
+ "message": "NEW content-model of FLY-documents - draft"
594
+ }
595
+ ]
596
+ },
597
+ "id": "1513284731",
598
+ "org": {
599
+ "url": "https://api.github.com/orgs/"
600
+ }
601
+ },
602
+ {
603
+ "type": "CreateEvent",
604
+ "repo": {
605
+ "id": 3076161,
606
+ "name": "chhitz/single-user",
607
+ "url": "https://api.github.com/repos/chhitz/single-user"
608
+ },
609
+ "public": true,
610
+ "actor": {
611
+ "gravatar_id": "90afc9fcc095a5adb7dea81d074ce3ff",
612
+ "id": 115899,
613
+ "url": "https://api.github.com/users/chhitz",
614
+ "login": "chhitz"
615
+ },
616
+ "created_at": "2012-01-21T10:33:24Z",
617
+ "payload": {
618
+ "master_branch": "master",
619
+ "ref_type": "tag",
620
+ "description": "single-user app for digitalSTROM",
621
+ "ref": "v0.5.1"
622
+ },
623
+ "id": "1513284732",
624
+ "org": {
625
+ "url": "https://api.github.com/orgs/"
626
+ }
627
+ },
628
+ {
629
+ "type": "PushEvent",
630
+ "repo": {
631
+ "id": 1275891,
632
+ "name": "primalmotion/strophejs",
633
+ "url": "https://api.github.com/repos/primalmotion/strophejs"
634
+ },
635
+ "public": true,
636
+ "actor": {
637
+ "gravatar_id": "af0ba5eeaf7e5130fd38338ab50a7d1b",
638
+ "id": 208711,
639
+ "url": "https://api.github.com/users/primalmotion",
640
+ "login": "primalmotion"
641
+ },
642
+ "created_at": "2012-01-21T10:33:21Z",
643
+ "payload": {
644
+ "head": "86be05f8b48fc9a9f5b30e05db5512987086a6a3",
645
+ "size": 2,
646
+ "push_id": 58526125,
647
+ "commits": [
648
+ {
649
+ "sha": "ca727a170d88f8fdaa367670b837b28b09c99536",
650
+ "author": {
651
+ "name": "Antoine Mercadal",
652
+ "email": "antoine.mercadal@inframonde.eu"
653
+ },
654
+ "url": "https://api.github.com/repos/primalmotion/strophejs/commits/ca727a170d88f8fdaa367670b837b28b09c99536",
655
+ "message": "gosh! the DOM Event 3 managment on FF is weird... make it work under FF"
656
+ },
657
+ {
658
+ "sha": "86be05f8b48fc9a9f5b30e05db5512987086a6a3",
659
+ "author": {
660
+ "name": "Antoine Mercadal",
661
+ "email": "antoine.mercadal@inframonde.eu"
662
+ },
663
+ "url": "https://api.github.com/repos/primalmotion/strophejs/commits/86be05f8b48fc9a9f5b30e05db5512987086a6a3",
664
+ "message": "add some error handling logic"
665
+ }
666
+ ],
667
+ "ref": "refs/heads/webworker-io"
668
+ },
669
+ "id": "1513284730",
670
+ "org": {
671
+ "url": "https://api.github.com/orgs/"
672
+ }
673
+ },
674
+ {
675
+ "type": "PushEvent",
676
+ "repo": {
677
+ "id": 2611811,
678
+ "name": "Jegp/siigna-modules",
679
+ "url": "https://api.github.com/repos/Jegp/siigna-modules"
680
+ },
681
+ "public": true,
682
+ "actor": {
683
+ "gravatar_id": "419f3d086f62183ae25007e89f187430",
684
+ "id": 1139562,
685
+ "url": "https://api.github.com/users/oleegholm",
686
+ "login": "oleegholm"
687
+ },
688
+ "created_at": "2012-01-21T10:33:20Z",
689
+ "payload": {
690
+ "head": "254c5827916734aef04478dc6478ef430500f226",
691
+ "size": 1,
692
+ "push_id": 58526123,
693
+ "ref": "refs/heads/OlesEdits",
694
+ "commits": [
695
+ {
696
+ "sha": "254c5827916734aef04478dc6478ef430500f226",
697
+ "author": {
698
+ "name": "unknown",
699
+ "email": "oep@PC060335.a-aarhus.int"
700
+ },
701
+ "url": "https://api.github.com/repos/Jegp/siigna-modules/commits/254c5827916734aef04478dc6478ef430500f226",
702
+ "message": "started refactoring so that all modules that needs a point calls the Point Module"
703
+ }
704
+ ]
705
+ },
706
+ "id": "1513284728",
707
+ "org": {
708
+ "url": "https://api.github.com/orgs/"
709
+ }
710
+ },
711
+ {
712
+ "type": "PushEvent",
713
+ "repo": {
714
+ "id": 3232008,
715
+ "name": "neetumishra26/LibraryMgmtSystem",
716
+ "url": "https://api.github.com/repos/neetumishra26/LibraryMgmtSystem"
717
+ },
718
+ "public": true,
719
+ "actor": {
720
+ "gravatar_id": "ec04b1b9b5ee07da5514839de877af79",
721
+ "id": 976629,
722
+ "url": "https://api.github.com/users/neetumishra26",
723
+ "login": "neetumishra26"
724
+ },
725
+ "created_at": "2012-01-21T10:33:20Z",
726
+ "payload": {
727
+ "head": "341882d77940821e01f9e507aa132656853be367",
728
+ "size": 1,
729
+ "push_id": 58526122,
730
+ "ref": "refs/heads/master",
731
+ "commits": [
732
+ {
733
+ "sha": "341882d77940821e01f9e507aa132656853be367",
734
+ "author": {
735
+ "name": "Neetu Mishra",
736
+ "email": "neetumis@thoughtworks.com"
737
+ },
738
+ "url": "https://api.github.com/repos/neetumishra26/LibraryMgmtSystem/commits/341882d77940821e01f9e507aa132656853be367",
739
+ "message": "Get user input & show book catalog if user's choice is option 1"
740
+ }
741
+ ]
742
+ },
743
+ "id": "1513284727",
744
+ "org": {
745
+ "url": "https://api.github.com/orgs/"
746
+ }
747
+ },
748
+ {
749
+ "type": "FollowEvent",
750
+ "repo": {
751
+ "name": "/",
752
+ "url": "https://api.github.com/repos//"
753
+ },
754
+ "public": 0,
755
+ "actor": {
756
+ "gravatar_id": "85570b6623e44f128c08668bf6687f85",
757
+ "id": 18167,
758
+ "url": "https://api.github.com/users/gaqzi",
759
+ "login": "gaqzi"
760
+ },
761
+ "created_at": "2012-01-21T10:33:20Z",
762
+ "payload": {
763
+ "target": {
764
+ "avatar_url": "https://secure.gravatar.com/avatar/4e3e57f91978091ddb9cc0cb1e27dea4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
765
+ "name": null,
766
+ "gravatar_id": "4e3e57f91978091ddb9cc0cb1e27dea4",
767
+ "company": null,
768
+ "location": "Sweden",
769
+ "created_at": "2010-03-15T20:03:25Z",
770
+ "public_repos": 5,
771
+ "blog": null,
772
+ "followers": 1,
773
+ "url": "https://api.github.com/users/dafoe",
774
+ "public_gists": 0,
775
+ "id": 223290,
776
+ "hireable": false,
777
+ "type": "User",
778
+ "bio": null,
779
+ "login": "dafoe",
780
+ "html_url": "https://github.com/dafoe",
781
+ "email": "",
782
+ "following": 0
783
+ }
784
+ },
785
+ "id": "1513284725",
786
+ "org": {
787
+ "url": "https://api.github.com/orgs/"
788
+ }
789
+ },
790
+ {
791
+ "type": "PushEvent",
792
+ "repo": {
793
+ "id": 3149188,
794
+ "name": "jathis/final_year_electronics",
795
+ "url": "https://api.github.com/repos/jathis/final_year_electronics"
796
+ },
797
+ "public": true,
798
+ "actor": {
799
+ "gravatar_id": "d378d6738d1a77e2e941e74699c4ba12",
800
+ "id": 1319841,
801
+ "url": "https://api.github.com/users/jathis",
802
+ "login": "jathis"
803
+ },
804
+ "created_at": "2012-01-21T10:33:19Z",
805
+ "payload": {
806
+ "head": "4541a55c575ac37302559faa9cfdcf63dd389a16",
807
+ "size": 1,
808
+ "push_id": 58526120,
809
+ "ref": "refs/heads/master",
810
+ "commits": [
811
+ {
812
+ "sha": "4541a55c575ac37302559faa9cfdcf63dd389a16",
813
+ "author": {
814
+ "name": "Jonathan Gabris",
815
+ "email": "jonathan.gabris@gmail.com"
816
+ },
817
+ "url": "https://api.github.com/repos/jathis/final_year_electronics/commits/4541a55c575ac37302559faa9cfdcf63dd389a16",
818
+ "message": "Redesigned project structure.\n\nAdded sections of report."
819
+ }
820
+ ]
821
+ },
822
+ "id": "1513284724",
823
+ "org": {
824
+ "url": "https://api.github.com/orgs/"
825
+ }
826
+ },
827
+ {
828
+ "type": "PushEvent",
829
+ "repo": {
830
+ "id": 2737944,
831
+ "name": "LaFeuille/samples-sigma",
832
+ "url": "https://api.github.com/repos/LaFeuille/samples-sigma"
833
+ },
834
+ "public": true,
835
+ "actor": {
836
+ "gravatar_id": "78b19da4bb59e741a1aa6b6d510a4c01",
837
+ "id": 1182046,
838
+ "url": "https://api.github.com/users/olemerdy",
839
+ "login": "olemerdy"
840
+ },
841
+ "created_at": "2012-01-21T10:33:16Z",
842
+ "payload": {
843
+ "head": "2116b9dbc86c1449cdb41ac00eeb70cc2df6dc5a",
844
+ "size": 2,
845
+ "push_id": 58526119,
846
+ "commits": [
847
+ {
848
+ "sha": "7eff9fa71aee7c36146d5e8a73f36b567b2f3c13",
849
+ "author": {
850
+ "name": "Olivier Le Merdy",
851
+ "email": "olivier.lemerdy@free.fr"
852
+ },
853
+ "url": "https://api.github.com/repos/LaFeuille/samples-sigma/commits/7eff9fa71aee7c36146d5e8a73f36b567b2f3c13",
854
+ "message": "More URLs allowed"
855
+ },
856
+ {
857
+ "sha": "2116b9dbc86c1449cdb41ac00eeb70cc2df6dc5a",
858
+ "author": {
859
+ "name": "Olivier Le Merdy",
860
+ "email": "olivier.lemerdy@free.fr"
861
+ },
862
+ "url": "https://api.github.com/repos/LaFeuille/samples-sigma/commits/2116b9dbc86c1449cdb41ac00eeb70cc2df6dc5a",
863
+ "message": "Getting rid of XML context files for tests"
864
+ }
865
+ ],
866
+ "ref": "refs/heads/master"
867
+ },
868
+ "id": "1513284723",
869
+ "org": {
870
+ "gravatar_id": "9980a11148b4b1a9fe9fb0211553dd0f",
871
+ "id": 1182055,
872
+ "url": "https://api.github.com/orgs/",
873
+ "login": "LaFeuille"
874
+ }
875
+ },
876
+ {
877
+ "type": "IssuesEvent",
878
+ "repo": {
879
+ "id": 2727039,
880
+ "name": "mate-desktop/mate-terminal",
881
+ "url": "https://api.github.com/repos/mate-desktop/mate-terminal"
882
+ },
883
+ "public": true,
884
+ "actor": {
885
+ "gravatar_id": "23e8d9c545b0a9d603765abaadc3f499",
886
+ "id": 1083045,
887
+ "url": "https://api.github.com/users/oz123",
888
+ "login": "oz123"
889
+ },
890
+ "created_at": "2012-01-21T10:33:15Z",
891
+ "payload": {
892
+ "action": "opened",
893
+ "issue": {
894
+ "number": 1,
895
+ "pull_request": {
896
+ "diff_url": null,
897
+ "patch_url": null,
898
+ "html_url": null
899
+ },
900
+ "created_at": "2012-01-21T10:33:14Z",
901
+ "body": "When installing Mate-DE on debian, we need to include a in the post installation of the package the following command:\r\n``` $update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/mate-terminal 5\r\n```\r\nThis will allow the users (the less technically oriented of them ... ) to choose mate-terminal as the default terminal in the session.\r\n\r\nThis can be done by:\r\n<pre>$ sudo update-alternatives --config x-terminal-emulator\r\nThere are 5 choices for the alternative x-terminal-emulator (providing /usr/bin/x-terminal-emulator).\r\n\r\n Selection Path Priority Status\r\n------------------------------------------------------------\r\n* 0 /usr/bin/lxterm 30 auto mode\r\n 1 /usr/bin/koi8rxterm 20 manual mode\r\n 2 /usr/bin/lxterm 30 manual mode\r\n 3 /usr/bin/mate-terminal 5 manual mode\r\n 4 /usr/bin/uxterm 20 manual mode\r\n 5 /usr/bin/xterm 20 manual mode\r\n\r\nPress enter to keep the current choice[*], or type selection number: 3\r\nupdate-alternatives: using /usr/bin/mate-terminal to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in manual mode.\r\n</pre>\r\nThat last part should be included in the wiki or README file supplied with MATE-TERMINAL for Debian.\r\n\r\nCheers,\r\nOz",
902
+ "title": "update debian alternatives",
903
+ "comments": 0,
904
+ "updated_at": "2012-01-21T10:33:14Z",
905
+ "url": "https://api.github.com/repos/mate-desktop/mate-terminal/issues/1",
906
+ "id": 2920787,
907
+ "assignee": null,
908
+ "milestone": null,
909
+ "closed_at": null,
910
+ "html_url": "https://github.com/mate-desktop/mate-terminal/issues/1",
911
+ "user": {
912
+ "avatar_url": "https://secure.gravatar.com/avatar/23e8d9c545b0a9d603765abaadc3f499?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
913
+ "gravatar_id": "23e8d9c545b0a9d603765abaadc3f499",
914
+ "url": "https://api.github.com/users/oz123",
915
+ "id": 1083045,
916
+ "login": "oz123"
917
+ },
918
+ "labels": [
919
+
920
+ ],
921
+ "state": "open"
922
+ }
923
+ },
924
+ "id": "1513284721",
925
+ "org": {
926
+ "gravatar_id": "047eec4e27bde9f976e60a3072385af8",
927
+ "id": 1236121,
928
+ "url": "https://api.github.com/orgs/",
929
+ "login": "mate-desktop"
930
+ }
931
+ },
932
+ {
933
+ "type": "PushEvent",
934
+ "repo": {
935
+ "id": 3164153,
936
+ "name": "pchtrakt/pchtrakt",
937
+ "url": "https://api.github.com/repos/pchtrakt/pchtrakt"
938
+ },
939
+ "public": true,
940
+ "actor": {
941
+ "gravatar_id": "6155f96fe378846ad3ef2101809cf1c8",
942
+ "id": 1318140,
943
+ "url": "https://api.github.com/users/jlauwers",
944
+ "login": "jlauwers"
945
+ },
946
+ "created_at": "2012-01-21T10:33:10Z",
947
+ "payload": {
948
+ "head": "1526cd96ccf1e9c94fb99358e16c33f20d0d4d99",
949
+ "size": 1,
950
+ "push_id": 58526117,
951
+ "commits": [
952
+ {
953
+ "sha": "1526cd96ccf1e9c94fb99358e16c33f20d0d4d99",
954
+ "author": {
955
+ "name": "jlauwers",
956
+ "email": "jonathan.lauwers@gmail.com"
957
+ },
958
+ "url": "https://api.github.com/repos/pchtrakt/pchtrakt/commits/1526cd96ccf1e9c94fb99358e16c33f20d0d4d99",
959
+ "message": "double episode started at 2nd episode"
960
+ }
961
+ ],
962
+ "ref": "refs/heads/release-0.1"
963
+ },
964
+ "id": "1513284720",
965
+ "org": {
966
+ "gravatar_id": "bb41fd105456e39e381279b70974b19c",
967
+ "id": 1321604,
968
+ "url": "https://api.github.com/orgs/",
969
+ "login": "pchtrakt"
970
+ }
971
+ },
972
+ {
973
+ "type": "PushEvent",
974
+ "repo": {
975
+ "id": 1925520,
976
+ "name": "frogatto/frogatto",
977
+ "url": "https://api.github.com/repos/frogatto/frogatto"
978
+ },
979
+ "public": true,
980
+ "actor": {
981
+ "gravatar_id": "8aa1bd039ccc4539bef97f4529d0d07a",
982
+ "id": 862627,
983
+ "url": "https://api.github.com/users/DDR0",
984
+ "login": "DDR0"
985
+ },
986
+ "created_at": "2012-01-21T10:33:10Z",
987
+ "payload": {
988
+ "head": "9b0796c4293a53d8fdb8a999a2a79abbe32700c9",
989
+ "size": 1,
990
+ "push_id": 58526116,
991
+ "commits": [
992
+ {
993
+ "sha": "9b0796c4293a53d8fdb8a999a2a79abbe32700c9",
994
+ "author": {
995
+ "name": "David D. Roberts",
996
+ "email": "robertsdavidddr@gmail.com"
997
+ },
998
+ "url": "https://api.github.com/repos/frogatto/frogatto/commits/9b0796c4293a53d8fdb8a999a2a79abbe32700c9",
999
+ "message": "Fixed zordering bug with cube trains' raise objects."
1000
+ }
1001
+ ],
1002
+ "ref": "refs/heads/master"
1003
+ },
1004
+ "id": "1513284719",
1005
+ "org": {
1006
+ "gravatar_id": "ff4c4aaee438245de8ff1cf3c45410ca",
1007
+ "id": 863583,
1008
+ "url": "https://api.github.com/orgs/",
1009
+ "login": "frogatto"
1010
+ }
1011
+ },
1012
+ {
1013
+ "type": "PushEvent",
1014
+ "repo": {
1015
+ "id": 803190,
1016
+ "name": "vrx/vspy",
1017
+ "url": "https://api.github.com/repos/vrx/vspy"
1018
+ },
1019
+ "public": true,
1020
+ "actor": {
1021
+ "gravatar_id": "01a49a77b04053bf4eb8b7de10822bdb",
1022
+ "id": 347161,
1023
+ "url": "https://api.github.com/users/vrx",
1024
+ "login": "vrx"
1025
+ },
1026
+ "created_at": "2012-01-21T10:33:09Z",
1027
+ "payload": {
1028
+ "head": "58a52c2ace457b3e4db1659a20a5ac7d9f6d4eff",
1029
+ "size": 1,
1030
+ "push_id": 58526115,
1031
+ "ref": "refs/heads/master",
1032
+ "commits": [
1033
+ {
1034
+ "sha": "58a52c2ace457b3e4db1659a20a5ac7d9f6d4eff",
1035
+ "author": {
1036
+ "name": "Vincent Rioux",
1037
+ "email": "vincent.rioux@gmail.com"
1038
+ },
1039
+ "url": "https://api.github.com/repos/vrx/vspy/commits/58a52c2ace457b3e4db1659a20a5ac7d9f6d4eff",
1040
+ "message": "ok"
1041
+ }
1042
+ ]
1043
+ },
1044
+ "id": "1513284718",
1045
+ "org": {
1046
+ "url": "https://api.github.com/orgs/"
1047
+ }
1048
+ },
1049
+ {
1050
+ "type": "CreateEvent",
1051
+ "repo": {
1052
+ "id": 3233210,
1053
+ "name": "sushil7/demo_app",
1054
+ "url": "https://api.github.com/repos/sushil7/demo_app"
1055
+ },
1056
+ "public": true,
1057
+ "actor": {
1058
+ "gravatar_id": "f4fb89db7a31703383f3c97df56c5993",
1059
+ "id": 1354925,
1060
+ "url": "https://api.github.com/users/sushil7",
1061
+ "login": "sushil7"
1062
+ },
1063
+ "created_at": "2012-01-21T10:33:09Z",
1064
+ "payload": {
1065
+ "master_branch": "master",
1066
+ "ref": null,
1067
+ "ref_type": "repository",
1068
+ "description": "ROR Demo app"
1069
+ },
1070
+ "id": "1513284717",
1071
+ "org": {
1072
+ "url": "https://api.github.com/orgs/"
1073
+ }
1074
+ },
1075
+ {
1076
+ "type": "GistEvent",
1077
+ "repo": {
1078
+ "name": "/",
1079
+ "url": "https://api.github.com/repos//"
1080
+ },
1081
+ "public": true,
1082
+ "actor": {
1083
+ "url": "https://api.github.com/users/"
1084
+ },
1085
+ "created_at": "2012-01-21T10:33:09Z",
1086
+ "payload": {
1087
+ "action": "create",
1088
+ "gist": {
1089
+ "created_at": "2012-01-21T10:33:08Z",
1090
+ "public": true,
1091
+ "comments": 0,
1092
+ "updated_at": "2012-01-21T10:33:08Z",
1093
+ "git_push_url": "git@gist.github.com:1652298.git",
1094
+ "files": {
1095
+
1096
+ },
1097
+ "url": "https://api.github.com/gists/1652298",
1098
+ "id": "1652298",
1099
+ "git_pull_url": "git://gist.github.com/1652298.git",
1100
+ "description": "ibus engine sample javascript",
1101
+ "html_url": "https://gist.github.com/1652298",
1102
+ "user": null
1103
+ }
1104
+ },
1105
+ "id": "1513284716",
1106
+ "org": {
1107
+ "url": "https://api.github.com/orgs/"
1108
+ }
1109
+ }
1110
+ ]