-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathgithub-issues.json
More file actions
491 lines (491 loc) · 25.6 KB
/
Copy pathgithub-issues.json
File metadata and controls
491 lines (491 loc) · 25.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
[
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/84",
"labels_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/84/labels{/name}",
"comments_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/84/comments",
"events_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/84/events",
"html_url": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/20",
"id": 115446887,
"number": 20,
"title": "Parameterized Jenkins' job error",
"user": {
"login": "eratolekov",
"id": 5917898,
"avatar_url": "https://avatars.githubusercontent.com/u/5917898?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/eratolekov",
"html_url": "https://github.com/eratolekov",
"followers_url": "https://api.github.com/users/eratolekov/followers",
"following_url": "https://api.github.com/users/eratolekov/following{/other_user}",
"gists_url": "https://api.github.com/users/eratolekov/gists{/gist_id}",
"starred_url": "https://api.github.com/users/eratolekov/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/eratolekov/subscriptions",
"organizations_url": "https://api.github.com/users/eratolekov/orgs",
"repos_url": "https://api.github.com/users/eratolekov/repos",
"events_url": "https://api.github.com/users/eratolekov/events{/privacy}",
"received_events_url": "https://api.github.com/users/eratolekov/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/labels/bug",
"name": "bug",
"color": "fc2929"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 1,
"created_at": "2015-11-06T06:35:18Z",
"updated_at": "2015-11-06T16:31:45Z",
"closed_at": null,
"body": "Hi Tomas\r\n\r\nJenkins' job has active setting _This build is parameterized_. There is one string parameter. The parameter has some default value.\r\n\r\nWhen this job starts manually or from [Stash Webhook](https://marketplace.atlassian.com/plugins/com.nerdwin15.stash-stash-webhook-jenkins) or from git poll timer, this parameter is initialized by correct default value.\r\n\r\nWhen this job starts from [PR Notifier for Stash](https://marketplace.atlassian.com/plugins/se.bjurr.prnfs.pull-request-notifier-for-stash), this parameter is absent in list of environment variables of build. And this breaks the build."
},
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/83",
"labels_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/83/labels{/name}",
"comments_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/83/comments",
"events_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/83/events",
"html_url": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/12",
"id": 115443657,
"number": 12,
"title": "Strange chars in PULL_REQUEST_URL",
"user": {
"login": "eratolekov",
"id": 5917898,
"avatar_url": "https://avatars.githubusercontent.com/u/5917898?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/eratolekov",
"html_url": "https://github.com/eratolekov",
"followers_url": "https://api.github.com/users/eratolekov/followers",
"following_url": "https://api.github.com/users/eratolekov/following{/other_user}",
"gists_url": "https://api.github.com/users/eratolekov/gists{/gist_id}",
"starred_url": "https://api.github.com/users/eratolekov/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/eratolekov/subscriptions",
"organizations_url": "https://api.github.com/users/eratolekov/orgs",
"repos_url": "https://api.github.com/users/eratolekov/repos",
"events_url": "https://api.github.com/users/eratolekov/events{/privacy}",
"received_events_url": "https://api.github.com/users/eratolekov/received_events",
"type": "User",
"site_admin": false
},
"labels": [],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 3,
"created_at": "2015-11-06T06:15:49Z",
"updated_at": "2015-11-09T10:21:46Z",
"closed_at": null,
"body": "Hi Tomas\r\n\r\nI do not know why, but when I copy URL from build description (see attached screen), and replace [spaces with dashes](https://github.com/tomasbjerre/made-up-mocked-repo/issues/82), I'm trying to open this URL in browser. And I'm getting 404.\r\n\r\nAfter some investigations, I found strange chars in url\r\n```\r\nhttps://example.com/projec%E2%80%8Bts/PROJ/repos/some-repo/pull-requests/2\r\n```\r\nGoogle says E2 80 8B is a zero-width-space.\r\n\r\n"
},
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/80",
"labels_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/80/labels{/name}",
"comments_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/80/comments",
"events_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/80/events",
"html_url": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/80",
"id": 112442003,
"number": 80,
"title": "Create resource that can be invoked from scripts to trigger events",
"user": {
"login": "tomasbjerre",
"id": 439571,
"avatar_url": "https://avatars.githubusercontent.com/u/439571?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/tomasbjerre",
"html_url": "https://github.com/tomasbjerre",
"followers_url": "https://api.github.com/users/tomasbjerre/followers",
"following_url": "https://api.github.com/users/tomasbjerre/following{/other_user}",
"gists_url": "https://api.github.com/users/tomasbjerre/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tomasbjerre/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tomasbjerre/subscriptions",
"organizations_url": "https://api.github.com/users/tomasbjerre/orgs",
"repos_url": "https://api.github.com/users/tomasbjerre/repos",
"events_url": "https://api.github.com/users/tomasbjerre/events{/privacy}",
"received_events_url": "https://api.github.com/users/tomasbjerre/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/labels/enhancement",
"name": "enhancement",
"color": "84b6eb"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2015-10-20T19:23:27Z",
"updated_at": "2015-10-20T19:23:27Z",
"closed_at": null,
"body": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/79\r\n"
},
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/58",
"labels_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/58/labels{/name}",
"comments_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/58/comments",
"events_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/58/events",
"html_url": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/58",
"id": 103462394,
"number": 58,
"title": "[feature] trigger button: reply message",
"user": {
"login": "andreineculau",
"id": 708161,
"avatar_url": "https://avatars.githubusercontent.com/u/708161?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/andreineculau",
"html_url": "https://github.com/andreineculau",
"followers_url": "https://api.github.com/users/andreineculau/followers",
"following_url": "https://api.github.com/users/andreineculau/following{/other_user}",
"gists_url": "https://api.github.com/users/andreineculau/gists{/gist_id}",
"starred_url": "https://api.github.com/users/andreineculau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/andreineculau/subscriptions",
"organizations_url": "https://api.github.com/users/andreineculau/orgs",
"repos_url": "https://api.github.com/users/andreineculau/repos",
"events_url": "https://api.github.com/users/andreineculau/events{/privacy}",
"received_events_url": "https://api.github.com/users/andreineculau/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/labels/enhancement",
"name": "enhancement",
"color": "84b6eb"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2015-08-27T09:05:17Z",
"updated_at": "2015-08-27T18:58:07Z",
"closed_at": null,
"body": "right now there is no \"reply\" message, anything to tell the user that the URL got called and all is ok\r\n\r\nwould be great if the HTTP reply (status, headers and body) would be shown in a dialog to the user"
},
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/57",
"labels_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/57/labels{/name}",
"comments_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/57/comments",
"events_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/57/events",
"html_url": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/57",
"id": 103462181,
"number": 57,
"title": "[feature] trigger button: confirmation dialog ",
"user": {
"login": "andreineculau",
"id": 708161,
"avatar_url": "https://avatars.githubusercontent.com/u/708161?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/andreineculau",
"html_url": "https://github.com/andreineculau",
"followers_url": "https://api.github.com/users/andreineculau/followers",
"following_url": "https://api.github.com/users/andreineculau/following{/other_user}",
"gists_url": "https://api.github.com/users/andreineculau/gists{/gist_id}",
"starred_url": "https://api.github.com/users/andreineculau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/andreineculau/subscriptions",
"organizations_url": "https://api.github.com/users/andreineculau/orgs",
"repos_url": "https://api.github.com/users/andreineculau/repos",
"events_url": "https://api.github.com/users/andreineculau/events{/privacy}",
"received_events_url": "https://api.github.com/users/andreineculau/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/labels/enhancement",
"name": "enhancement",
"color": "84b6eb"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2015-08-27T09:04:00Z",
"updated_at": "2015-08-27T18:58:16Z",
"closed_at": null,
"body": "i have a button which might be seen as unsafe consequence wise,\r\nthus users should only press it when they really need to, and not by mistake"
},
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/55",
"labels_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/55/labels{/name}",
"comments_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/55/comments",
"events_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/55/events",
"html_url": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/55",
"id": 102152901,
"number": 55,
"title": "remove width limit",
"user": {
"login": "andreineculau",
"id": 708161,
"avatar_url": "https://avatars.githubusercontent.com/u/708161?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/andreineculau",
"html_url": "https://github.com/andreineculau",
"followers_url": "https://api.github.com/users/andreineculau/followers",
"following_url": "https://api.github.com/users/andreineculau/following{/other_user}",
"gists_url": "https://api.github.com/users/andreineculau/gists{/gist_id}",
"starred_url": "https://api.github.com/users/andreineculau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/andreineculau/subscriptions",
"organizations_url": "https://api.github.com/users/andreineculau/orgs",
"repos_url": "https://api.github.com/users/andreineculau/repos",
"events_url": "https://api.github.com/users/andreineculau/events{/privacy}",
"received_events_url": "https://api.github.com/users/andreineculau/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/labels/enhancement",
"name": "enhancement",
"color": "84b6eb"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 2,
"created_at": "2015-08-20T14:33:29Z",
"updated_at": "2015-08-20T18:00:17Z",
"closed_at": null,
"body": "is there a good reason for limiting the width of form.config-area?\r\n\r\nfilters, URLs (and POST content) can get really long\r\n\r\nPS: similarly, the triggers can just be\r\n\r\n```\r\n<fieldset>\r\n<label>...</label>\r\n<label>...</label>\r\n...\r\n</fielset>\r\n```\r\n\r\nwith CSS for label `float: left`"
},
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/53",
"labels_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/53/labels{/name}",
"comments_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/53/comments",
"events_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/53/events",
"html_url": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/53",
"id": 101821680,
"number": 53,
"title": "feature: clone a rule (alternative to #44)",
"user": {
"login": "andreineculau",
"id": 708161,
"avatar_url": "https://avatars.githubusercontent.com/u/708161?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/andreineculau",
"html_url": "https://github.com/andreineculau",
"followers_url": "https://api.github.com/users/andreineculau/followers",
"following_url": "https://api.github.com/users/andreineculau/following{/other_user}",
"gists_url": "https://api.github.com/users/andreineculau/gists{/gist_id}",
"starred_url": "https://api.github.com/users/andreineculau/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/andreineculau/subscriptions",
"organizations_url": "https://api.github.com/users/andreineculau/orgs",
"repos_url": "https://api.github.com/users/andreineculau/repos",
"events_url": "https://api.github.com/users/andreineculau/events{/privacy}",
"received_events_url": "https://api.github.com/users/andreineculau/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/labels/enhancement",
"name": "enhancement",
"color": "84b6eb"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 0,
"created_at": "2015-08-19T07:09:33Z",
"updated_at": "2015-08-19T07:18:04Z",
"closed_at": null,
"body": "rather than going down the route of #44, I think it's simpler and more generic to add the possibility to clone a \"rule\" (correct terminology?)"
},
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/44",
"labels_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/44/labels{/name}",
"comments_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/44/comments",
"events_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/44/events",
"html_url": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/44",
"id": 99164853,
"number": 44,
"title": "Possibility to invoke more than one URL",
"user": {
"login": "fredrikand",
"id": 13114156,
"avatar_url": "https://avatars.githubusercontent.com/u/13114156?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/fredrikand",
"html_url": "https://github.com/fredrikand",
"followers_url": "https://api.github.com/users/fredrikand/followers",
"following_url": "https://api.github.com/users/fredrikand/following{/other_user}",
"gists_url": "https://api.github.com/users/fredrikand/gists{/gist_id}",
"starred_url": "https://api.github.com/users/fredrikand/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fredrikand/subscriptions",
"organizations_url": "https://api.github.com/users/fredrikand/orgs",
"repos_url": "https://api.github.com/users/fredrikand/repos",
"events_url": "https://api.github.com/users/fredrikand/events{/privacy}",
"received_events_url": "https://api.github.com/users/fredrikand/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/labels/enhancement",
"name": "enhancement",
"color": "84b6eb"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 3,
"created_at": "2015-08-05T09:39:13Z",
"updated_at": "2015-08-09T20:02:48Z",
"closed_at": null,
"body": "Perhaps a bit to Jenkins specific but...\r\nI have a number of projects that runs several jobs in Jenkins. It would be nice to be able to launch the jobs all in one go. Of course I can setup a triggered chain of jobs in Jenkins instead but this seems to be a nice addition to an already great plugin!\r\n\r\nPerhaps make it possible to configure either like this:\r\n\r\nbase-URL: http://jenkins\r\nparams: token=TOKEN_NAME&another_parm=ANOTHER_PARM_VAL\r\n * job/job-1\r\n * job/job-2\r\n * job/job-3\r\n\r\n\r\nOR even more extendable:\r\n\r\nURL-setup 1:\r\n----------------------------------------------------\r\nbase-URL: http://jenkins\r\nparams: token=TOKEN_NAME&another_parm=ANOTHER_PARM_VAL\r\n * job/job-1\r\n * job/job-2\r\n * job/job-3\r\n\r\nURL-setup 2:\r\n----------------------------------------------------\r\nbase-URL: http://jenkins2\r\nparams: token=TOKEN_NAME\r\n * job/job-1\r\n * job/job-2\r\n * job/job-3\r\n"
},
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/35",
"labels_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/35/labels{/name}",
"comments_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/35/comments",
"events_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/35/events",
"html_url": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/35",
"id": 72541072,
"number": 35,
"title": "Encrypt authentication credentials",
"user": {
"login": "derekln1",
"id": 11931268,
"avatar_url": "https://avatars.githubusercontent.com/u/11931268?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/derekln1",
"html_url": "https://github.com/derekln1",
"followers_url": "https://api.github.com/users/derekln1/followers",
"following_url": "https://api.github.com/users/derekln1/following{/other_user}",
"gists_url": "https://api.github.com/users/derekln1/gists{/gist_id}",
"starred_url": "https://api.github.com/users/derekln1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/derekln1/subscriptions",
"organizations_url": "https://api.github.com/users/derekln1/orgs",
"repos_url": "https://api.github.com/users/derekln1/repos",
"events_url": "https://api.github.com/users/derekln1/events{/privacy}",
"received_events_url": "https://api.github.com/users/derekln1/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/labels/enhancement",
"name": "enhancement",
"color": "84b6eb"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 1,
"created_at": "2015-05-01T22:41:59Z",
"updated_at": "2015-05-02T18:32:03Z",
"closed_at": null,
"body": "Would it be possible to add encryption for the credentials? In the database lob_data, the credentials are stored as plain text. Thanks."
},
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/25",
"labels_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/25/labels{/name}",
"comments_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/25/comments",
"events_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/25/events",
"html_url": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/25",
"id": 68804669,
"number": 25,
"title": "Enable configuration in per-repository hook screen",
"user": {
"login": "itay",
"id": 3266,
"avatar_url": "https://avatars.githubusercontent.com/u/3266?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/itay",
"html_url": "https://github.com/itay",
"followers_url": "https://api.github.com/users/itay/followers",
"following_url": "https://api.github.com/users/itay/following{/other_user}",
"gists_url": "https://api.github.com/users/itay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/itay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/itay/subscriptions",
"organizations_url": "https://api.github.com/users/itay/orgs",
"repos_url": "https://api.github.com/users/itay/repos",
"events_url": "https://api.github.com/users/itay/events{/privacy}",
"received_events_url": "https://api.github.com/users/itay/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/labels/enhancement",
"name": "enhancement",
"color": "84b6eb"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 15,
"created_at": "2015-04-15T22:55:41Z",
"updated_at": "2015-11-20T11:07:33Z",
"closed_at": null,
"body": "It's a bit odd that the configuration is done globally and you have to explicitly \"filter\" out your repository. It would be nice if you could also edit configuration in the per-repository hook setup screen, which would automatically be filtered out for that repository.\r\n\r\nYou would keep the global config too, in case someone wanted to define a global rule."
},
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/23",
"labels_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/23/labels{/name}",
"comments_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/23/comments",
"events_url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/issues/23/events",
"html_url": "https://github.com/tomasbjerre/made-up-mocked-repo/issues/23",
"id": 68803766,
"number": 23,
"title": "Add the ability to be notified for commits",
"user": {
"login": "itay",
"id": 3266,
"avatar_url": "https://avatars.githubusercontent.com/u/3266?v=3",
"gravatar_id": "",
"url": "https://api.github.com/users/itay",
"html_url": "https://github.com/itay",
"followers_url": "https://api.github.com/users/itay/followers",
"following_url": "https://api.github.com/users/itay/following{/other_user}",
"gists_url": "https://api.github.com/users/itay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/itay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/itay/subscriptions",
"organizations_url": "https://api.github.com/users/itay/orgs",
"repos_url": "https://api.github.com/users/itay/repos",
"events_url": "https://api.github.com/users/itay/events{/privacy}",
"received_events_url": "https://api.github.com/users/itay/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"url": "https://api.github.com/repos/tomasbjerre/made-up-mocked-repo/labels/enhancement",
"name": "enhancement",
"color": "84b6eb"
}
],
"state": "open",
"locked": false,
"assignee": null,
"milestone": null,
"comments": 1,
"created_at": "2015-04-15T22:48:46Z",
"updated_at": "2015-04-16T05:24:50Z",
"closed_at": null,
"body": "So this would change what the plugin would do, but it would be *great* to be able to be notified about commits as well (essentially pushes). There is already a plugin that does this:\r\n\r\nhttps://bitbucket.org/aeffle/stash-http-get-post-receive-hook/\r\n\r\nHowever, it doesn't do PRs. We currently use both, but it would be awesome if we could centralize on one plugin.\r\n\r\n"
}
]