@@ -10,7 +10,7 @@ unittest
10
10
" /github/repos/dlang/phobos/issues/4921/labels" ,
11
11
" /github/repos/dlang/phobos/issues/4921/comments" ,
12
12
" /github/orgs/dlang/public_members?per_page=100" ,
13
- " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority" ,
13
+ " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority,keywords " ,
14
14
" /github/repos/dlang/phobos/issues/comments/262784442" ,
15
15
(scope HTTPServerRequest req, scope HTTPServerResponse res){
16
16
assert (req.method == HTTPMethod.PATCH );
@@ -41,7 +41,7 @@ unittest
41
41
j = Json.emptyArray;
42
42
},
43
43
" /github/orgs/dlang/public_members?per_page=100" ,
44
- " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority" ,
44
+ " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority,keywords " ,
45
45
// no bug fix label, since Issues are only referenced but not fixed according to commit messages
46
46
" /github/repos/dlang/phobos/issues/4921/comments" ,
47
47
(scope HTTPServerRequest req, scope HTTPServerResponse res){
@@ -124,11 +124,11 @@ unittest
124
124
j[0 ][" commit" ][" message" ] = " Fix Issue 8573" ;
125
125
},
126
126
" /github/repos/dlang/phobos/issues/4921/comments" ,
127
- " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority" ,
127
+ " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority,keywords " ,
128
128
(scope HTTPServerRequest req, scope HTTPServerResponse res){
129
129
res.writeBody(
130
- ` bug_id,"short_desc","bug_status","resolution","bug_severity","priority"
131
- 8573,"A simpler Phobos function that returns the index of the mix or max item","NEW","---","enhancement","P2"` );
130
+ ` bug_id,"short_desc","bug_status","resolution","bug_severity","priority","keywords"
131
+ 8573,"A simpler Phobos function that returns the index of the mix or max item","NEW","---","enhancement","P2", ` );
132
132
},
133
133
" /github/repos/dlang/phobos/issues/4921/labels" ,
134
134
" /github/repos/dlang/phobos/issues/4921/labels" , (ref Json j) {
@@ -161,7 +161,7 @@ unittest
161
161
j[0 ][" commit" ][" message" ] = " Fix Issue 8573" ;
162
162
},
163
163
" /github/repos/dlang/phobos/issues/4921/comments" ,
164
- " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority" ,
164
+ " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority,keywords " ,
165
165
" /github/repos/dlang/phobos/issues/4921/labels" ,
166
166
" /github/repos/dlang/phobos/issues/4921/labels" , (ref Json j) {
167
167
j[0 ][" name" ] = " Enhancement" ;
@@ -228,11 +228,11 @@ unittest
228
228
" /github/repos/dlang/phobos/issues/4921/comments" , (ref Json j) {
229
229
j = Json.emptyArray;
230
230
},
231
- " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority" ,
231
+ " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority,keywords " ,
232
232
(scope HTTPServerRequest req, scope HTTPServerResponse res){
233
233
res.writeBody(
234
- ` bug_id,"short_desc","bug_status","resolution","bug_severity","priority"
235
- 8573,"A simpler Phobos function that returns the index of the mix or max item","NEW","---","regression","P2"` );
234
+ ` bug_id,"short_desc","bug_status","resolution","bug_severity","priority","keywords"
235
+ 8573,"A simpler Phobos function that returns the index of the mix or max item","NEW","---","regression","P2", ` );
236
236
},
237
237
" /github/orgs/dlang/public_members?per_page=100" ,
238
238
" /github/repos/dlang/phobos/issues/4921/labels" ,
@@ -299,7 +299,7 @@ unittest
299
299
(scope HTTPServerRequest req, scope HTTPServerResponse res){
300
300
assert (req.method == HTTPMethod.DELETE );
301
301
},
302
- " /bugzilla/buglist.cgi?bug_id=17564&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority" ,
302
+ " /bugzilla/buglist.cgi?bug_id=17564&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority,keywords " ,
303
303
" /github/repos/dlang/phobos/issues/5519/comments" ,
304
304
" /github/orgs/dlang/public_members?per_page=100" ,
305
305
" /github/repos/dlang/phobos/issues/comments/311653375" ,
@@ -320,7 +320,7 @@ unittest
320
320
{
321
321
setAPIExpectations(
322
322
" /github/repos/dlang/phobos/pulls/5519/commits" ,
323
- " /bugzilla/buglist.cgi?bug_id=17564&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority" ,
323
+ " /bugzilla/buglist.cgi?bug_id=17564&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority,keywords " ,
324
324
" /github/repos/dlang/phobos/issues/5519/comments" ,
325
325
" /github/orgs/dlang/public_members?per_page=100" ,
326
326
" /github/repos/dlang/phobos/issues/comments/311653375" ,
@@ -344,7 +344,7 @@ unittest
344
344
" /github/repos/dlang/phobos/pulls/4921/commits" ,
345
345
" /github/repos/dlang/phobos/issues/4921/labels" ,
346
346
" /github/repos/dlang/phobos/issues/4921/comments" ,
347
- " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority" ,
347
+ " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority,keywords " ,
348
348
" /trello/1/search?query=name:%22Issue%208573%22&" ~ trelloAuth,
349
349
" /bugzilla/jsonrpc.cgi" , // Bug.comments
350
350
" /bugzilla/jsonrpc.cgi" , // Bug.update
@@ -366,11 +366,11 @@ unittest
366
366
" /github/repos/dlang/phobos/issues/4921/comments" , (ref Json j) {
367
367
j = Json.emptyArray;
368
368
},
369
- " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority" ,
369
+ " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority,keywords " ,
370
370
(scope HTTPServerRequest req, scope HTTPServerResponse res){
371
371
res.writeBody(
372
- ` bug_id,"short_desc","bug_status","resolution","bug_severity","priority"
373
- 8573,"A simpler Phobos function that returns the index of the mix or max item","NEW","---","regression","P2"` );
372
+ ` bug_id,"short_desc","bug_status","resolution","bug_severity","priority","keywords"
373
+ 8573,"A simpler Phobos function that returns the index of the mix or max item","NEW","---","regression","P2", ` );
374
374
},
375
375
" /github/orgs/dlang/public_members?per_page=100" ,
376
376
" /github/repos/dlang/phobos/issues/4921/comments" ,
@@ -397,11 +397,11 @@ unittest
397
397
" /github/repos/dlang/phobos/issues/4921/comments" , (ref Json j) {
398
398
j = Json.emptyArray;
399
399
},
400
- " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority" ,
400
+ " /bugzilla/buglist.cgi?bug_id=8573&ctype=csv&columnlist=short_desc,bug_status,resolution,bug_severity,priority,keywords " ,
401
401
(scope HTTPServerRequest req, scope HTTPServerResponse res){
402
402
res.writeBody(
403
- ` bug_id,"short_desc","bug_status","resolution","bug_severity","priority"
404
- 8573,"A simpler Phobos function that returns the index of the mix or max item","CLOSED","---","regression","P2"` );
403
+ ` bug_id,"short_desc","bug_status","resolution","bug_severity","priority","keywords"
404
+ 8573,"A simpler Phobos function that returns the index of the mix or max item","CLOSED","---","regression","P2", ` );
405
405
},
406
406
" /github/repos/dlang/phobos/issues/4921/labels" ,
407
407
" /github/repos/dlang/phobos/issues/4921/labels" ,
0 commit comments