bucketface2 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.Rakefile.un~ +0 -0
- data/.bucketface.gemspec.un~ +0 -0
- data/.gitignore +5 -0
- data/.rvmrc +1 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +38 -0
- data/README.markdown +69 -0
- data/Rakefile +8 -0
- data/bucketface.gemspec +28 -0
- data/changelog.markdown +11 -0
- data/lib/bucketface/client.rb +136 -0
- data/lib/bucketface/repository.rb +28 -0
- data/lib/bucketface/version.rb +3 -0
- data/lib/bucketface.rb +41 -0
- data/test/bucketface_test.rb +146 -0
- data/test/fixtures/branches.json +17 -0
- data/test/fixtures/changeset.json +19 -0
- data/test/fixtures/changesets.json +360 -0
- data/test/fixtures/close_issue.txt +1 -0
- data/test/fixtures/events.json +100 -0
- data/test/fixtures/followers.json +47 -0
- data/test/fixtures/full_user.json +43 -0
- data/test/fixtures/issue.json +22 -0
- data/test/fixtures/issue_followers.json +11 -0
- data/test/fixtures/issues.json +51 -0
- data/test/fixtures/open_issue.json +23 -0
- data/test/fixtures/privileges.json +11 -0
- data/test/fixtures/repo.json +7 -0
- data/test/fixtures/repo_events.json +114 -0
- data/test/fixtures/repo_followers.json +11 -0
- data/test/fixtures/repos.json +17 -0
- data/test/fixtures/tags.json +148 -0
- data/test/fixtures/user.json +17 -0
- data/test/helper.rb +50 -0
- metadata +197 -0
@@ -0,0 +1,360 @@
|
|
1
|
+
{
|
2
|
+
"count": 133,
|
3
|
+
"start": "tip",
|
4
|
+
"limit": 15,
|
5
|
+
"changesets": [
|
6
|
+
{
|
7
|
+
"node": "1ab488c3e61e",
|
8
|
+
"files": [
|
9
|
+
{
|
10
|
+
"type": "modified",
|
11
|
+
"file": "sprox/saormprovider.py"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"author": "\"Edw...@thewritingpot.com>\"",
|
15
|
+
"timestamp": "2009-07-13 20:09:19",
|
16
|
+
"raw_node": "1ab488c3e61ec2e16dad9059134a25d865896783",
|
17
|
+
"parents": [
|
18
|
+
"48bbbf2d4567"
|
19
|
+
],
|
20
|
+
"branch": "default",
|
21
|
+
"message": "Add support for interval SQLAlchemy datatype.",
|
22
|
+
"revision": 118,
|
23
|
+
"size": 548
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"node": "77b9d1b64885",
|
27
|
+
"files": [
|
28
|
+
{
|
29
|
+
"type": "modified",
|
30
|
+
"file": "tests/test_saormprovider.py"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"type": "modified",
|
34
|
+
"file": "sprox/test/model.py"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"type": "modified",
|
38
|
+
"file": "tests/test_metadata.py"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"author": "\"Edw...@mit.edu>\"",
|
42
|
+
"timestamp": "2009-07-14 01:20:14",
|
43
|
+
"raw_node": "77b9d1b64885099e3db0bad536e79e2517ab14a1",
|
44
|
+
"parents": [
|
45
|
+
"1ab488c3e61e"
|
46
|
+
],
|
47
|
+
"branch": "default",
|
48
|
+
"message": "Add test for Interval datatype.",
|
49
|
+
"revision": 119,
|
50
|
+
"size": 333
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"node": "2f82ce398c13",
|
54
|
+
"files": [
|
55
|
+
{
|
56
|
+
"type": "modified",
|
57
|
+
"file": "sprox/formbase.py"
|
58
|
+
}
|
59
|
+
],
|
60
|
+
"author": "percious",
|
61
|
+
"timestamp": "2009-08-04 00:04:07",
|
62
|
+
"raw_node": "2f82ce398c1315331723fd685278a1f83168987b",
|
63
|
+
"parents": [
|
64
|
+
"77b9d1b64885"
|
65
|
+
],
|
66
|
+
"branch": "default",
|
67
|
+
"message": "fixed FilterinSchema on formbase to allow missing keys.",
|
68
|
+
"revision": 120,
|
69
|
+
"size": 120
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"node": "0e616f3ec900",
|
73
|
+
"files": [
|
74
|
+
{
|
75
|
+
"type": "modified",
|
76
|
+
"file": "sprox/formbase.py"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"type": "modified",
|
80
|
+
"file": ".hgignore"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"type": "added",
|
84
|
+
"file": "sprox/widgets/templates/hidden_put.html"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"type": "modified",
|
88
|
+
"file": "sprox/widgets/widgets.py"
|
89
|
+
}
|
90
|
+
],
|
91
|
+
"author": "percious",
|
92
|
+
"timestamp": "2009-08-04 00:26:38",
|
93
|
+
"raw_node": "0e616f3ec9005a2f8bb262438da572b64b582ae9",
|
94
|
+
"parents": [
|
95
|
+
"2f82ce398c13"
|
96
|
+
],
|
97
|
+
"branch": "default",
|
98
|
+
"message": "gave hidden put template it's own file.",
|
99
|
+
"revision": 121,
|
100
|
+
"size": 442
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"node": "dae71582eb6f",
|
104
|
+
"files": [
|
105
|
+
{
|
106
|
+
"type": "modified",
|
107
|
+
"file": "sprox/formbase.py"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"type": "modified",
|
111
|
+
"file": "sprox/dojo/formbase.py"
|
112
|
+
}
|
113
|
+
],
|
114
|
+
"author": "percious",
|
115
|
+
"timestamp": "2009-08-04 16:53:14",
|
116
|
+
"raw_node": "dae71582eb6f69071754faf5c8c3238bd851d0d4",
|
117
|
+
"parents": [
|
118
|
+
"0e616f3ec900"
|
119
|
+
],
|
120
|
+
"branch": "default",
|
121
|
+
"message": "fixes _method giving a missing value error.",
|
122
|
+
"revision": 122,
|
123
|
+
"size": 121
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"node": "fd8427b8b5a5",
|
127
|
+
"files": [
|
128
|
+
{
|
129
|
+
"type": "modified",
|
130
|
+
"file": "CHANGELOG.txt"
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"type": "modified",
|
134
|
+
"file": "sprox/release.py"
|
135
|
+
}
|
136
|
+
],
|
137
|
+
"author": "percious",
|
138
|
+
"timestamp": "2009-08-04 18:19:29",
|
139
|
+
"raw_node": "fd8427b8b5a5276c6150918395424abb6d6e8070",
|
140
|
+
"parents": [
|
141
|
+
"dae71582eb6f"
|
142
|
+
],
|
143
|
+
"branch": "default",
|
144
|
+
"message": "marking 0.6.4",
|
145
|
+
"revision": 123,
|
146
|
+
"size": 1044
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"node": "957b4e1f336f",
|
150
|
+
"files": [
|
151
|
+
{
|
152
|
+
"type": "modified",
|
153
|
+
"file": ".hgtags"
|
154
|
+
}
|
155
|
+
],
|
156
|
+
"author": "percious",
|
157
|
+
"timestamp": "2009-08-04 18:19:35",
|
158
|
+
"raw_node": "957b4e1f336f3fa8eba3663cdf826db14acdba93",
|
159
|
+
"parents": [
|
160
|
+
"fd8427b8b5a5"
|
161
|
+
],
|
162
|
+
"branch": "default",
|
163
|
+
"message": "Added tag 0.6.4 for changeset fd8427b8b5a5",
|
164
|
+
"revision": 124,
|
165
|
+
"size": 47
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"node": "49755feea5f0",
|
169
|
+
"files": [
|
170
|
+
{
|
171
|
+
"type": "modified",
|
172
|
+
"file": "sprox/widgets/templates/dojogrid.html"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"type": "modified",
|
176
|
+
"file": "sprox/widgets/dojo.py"
|
177
|
+
},
|
178
|
+
{
|
179
|
+
"type": "added",
|
180
|
+
"file": "sprox/widgets/static/dojo_grid.js"
|
181
|
+
}
|
182
|
+
],
|
183
|
+
"author": "percious",
|
184
|
+
"timestamp": "2009-08-25 07:51:54",
|
185
|
+
"raw_node": "49755feea5f0892dbcfc4399415ad62de781cd4c",
|
186
|
+
"parents": [
|
187
|
+
"957b4e1f336f"
|
188
|
+
],
|
189
|
+
"branch": "default",
|
190
|
+
"message": "feeble attempt to make IE work.",
|
191
|
+
"revision": 125,
|
192
|
+
"size": 1687
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"node": "e32e2d0c0028",
|
196
|
+
"files": [
|
197
|
+
{
|
198
|
+
"type": "modified",
|
199
|
+
"file": "sprox/widgets/dojo.py"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"type": "modified",
|
203
|
+
"file": "sprox/widgets/static/dojo_grid.js"
|
204
|
+
}
|
205
|
+
],
|
206
|
+
"author": "percious",
|
207
|
+
"timestamp": "2009-08-25 08:07:45",
|
208
|
+
"raw_node": "e32e2d0c00280d467493560a405bbfe82672c2d5",
|
209
|
+
"parents": [
|
210
|
+
"49755feea5f0"
|
211
|
+
],
|
212
|
+
"branch": "default",
|
213
|
+
"message": "more ie wankering.",
|
214
|
+
"revision": 126,
|
215
|
+
"size": 228
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"node": "42b916bd20aa",
|
219
|
+
"files": [
|
220
|
+
{
|
221
|
+
"type": "modified",
|
222
|
+
"file": "MANIFEST.in"
|
223
|
+
}
|
224
|
+
],
|
225
|
+
"author": "percious",
|
226
|
+
"timestamp": "2009-08-25 08:58:09",
|
227
|
+
"raw_node": "42b916bd20aacc8e1bd10447b98b15e131606ca2",
|
228
|
+
"parents": [
|
229
|
+
"e32e2d0c0028"
|
230
|
+
],
|
231
|
+
"branch": "default",
|
232
|
+
"message": "forgot to add stuff to the manifest.",
|
233
|
+
"revision": 127,
|
234
|
+
"size": 41
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"node": "1cd794394347",
|
238
|
+
"files": [
|
239
|
+
{
|
240
|
+
"type": "modified",
|
241
|
+
"file": "sprox/widgets/templates/dojogrid.html"
|
242
|
+
},
|
243
|
+
{
|
244
|
+
"type": "modified",
|
245
|
+
"file": "sprox/widgets/dojo.py"
|
246
|
+
}
|
247
|
+
],
|
248
|
+
"author": "percious",
|
249
|
+
"timestamp": "2009-08-25 10:46:29",
|
250
|
+
"raw_node": "1cd79439434727b8e4b3cbf509a7acc56cfd2d29",
|
251
|
+
"parents": [
|
252
|
+
"42b916bd20aa"
|
253
|
+
],
|
254
|
+
"branch": "default",
|
255
|
+
"message": "fucking IE.",
|
256
|
+
"revision": 128,
|
257
|
+
"size": 409
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"node": "b119fb3263f7",
|
261
|
+
"files": [
|
262
|
+
{
|
263
|
+
"type": "modified",
|
264
|
+
"file": "sprox/widgets/dojo.py"
|
265
|
+
}
|
266
|
+
],
|
267
|
+
"author": "percious",
|
268
|
+
"timestamp": "2009-08-25 18:16:24",
|
269
|
+
"raw_node": "b119fb3263f7026792e001a9053ece2f8b157a35",
|
270
|
+
"parents": [
|
271
|
+
"1cd794394347"
|
272
|
+
],
|
273
|
+
"branch": "default",
|
274
|
+
"message": "simplified sprox dojo widgets considerably.",
|
275
|
+
"revision": 129,
|
276
|
+
"size": 1686
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"node": "0028aacefb28",
|
280
|
+
"files": [
|
281
|
+
{
|
282
|
+
"type": "modified",
|
283
|
+
"file": "sprox/iprovider.py"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"type": "modified",
|
287
|
+
"file": "sprox/metadata.py"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"type": "modified",
|
291
|
+
"file": "sprox/providerselector.py"
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"type": "modified",
|
295
|
+
"file": "sprox/saormprovider.py"
|
296
|
+
}
|
297
|
+
],
|
298
|
+
"author": "elpargo",
|
299
|
+
"timestamp": "2009-08-26 17:06:09",
|
300
|
+
"raw_node": "0028aacefb28ded40b2d429efbf0438e40fb754c",
|
301
|
+
"parents": [
|
302
|
+
"957b4e1f336f"
|
303
|
+
],
|
304
|
+
"branch": "default",
|
305
|
+
"message": "several minor bug fixes\n- iprovider.py missing methods\n- metadata.py fix for error handling\n- providerselector.py fix to the signature of get_provider\n- added comments to saormprovider.py regarding it's implementation",
|
306
|
+
"revision": 130,
|
307
|
+
"size": 324
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"node": "041529d47395",
|
311
|
+
"files": [
|
312
|
+
{
|
313
|
+
"type": "modified",
|
314
|
+
"file": "sprox/iprovider.py"
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"type": "modified",
|
318
|
+
"file": "sprox/validatorselector.py"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"type": "added",
|
322
|
+
"file": "sprox/mongokitprovider.py"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"type": "modified",
|
326
|
+
"file": "sprox/providerselector.py"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"type": "modified",
|
330
|
+
"file": "sprox/widgetselector.py"
|
331
|
+
}
|
332
|
+
],
|
333
|
+
"author": "elpargo",
|
334
|
+
"timestamp": "2009-08-26 17:11:04",
|
335
|
+
"raw_node": "041529d47395c79151040250bf863fdaec144936",
|
336
|
+
"parents": [
|
337
|
+
"0028aacefb28"
|
338
|
+
],
|
339
|
+
"branch": "default",
|
340
|
+
"message": "- initial support for Mongo using Mongokit, Currently only provider and widget selector, validators will come later",
|
341
|
+
"revision": 131,
|
342
|
+
"size": 7102
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"node": "10c1068f1171",
|
346
|
+
"files": [],
|
347
|
+
"author": "elpargo",
|
348
|
+
"timestamp": "2009-08-26 17:11:33",
|
349
|
+
"raw_node": "10c1068f117163e7c3e98d2a461799481367b727",
|
350
|
+
"parents": [
|
351
|
+
"041529d47395",
|
352
|
+
"b119fb3263f7"
|
353
|
+
],
|
354
|
+
"branch": "default",
|
355
|
+
"message": "- merging",
|
356
|
+
"revision": 132,
|
357
|
+
"size": 0
|
358
|
+
}
|
359
|
+
]
|
360
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
Success!
|
@@ -0,0 +1,100 @@
|
|
1
|
+
{
|
2
|
+
"count": 5,
|
3
|
+
"events": [
|
4
|
+
{
|
5
|
+
"node": null,
|
6
|
+
"description": null,
|
7
|
+
"repository": {
|
8
|
+
"website": "",
|
9
|
+
"slug": "test-repo",
|
10
|
+
"name": "test-repo",
|
11
|
+
"followers_count": 1,
|
12
|
+
"description": "Testing ticketmaster with this repo"
|
13
|
+
},
|
14
|
+
"created_on": "2010-12-09 19:46:15",
|
15
|
+
"user": {
|
16
|
+
"username": "cored",
|
17
|
+
"first_name": "Rafael",
|
18
|
+
"last_name": "George",
|
19
|
+
"resource_uri": "/1.0/users/cored/"
|
20
|
+
},
|
21
|
+
"event": "start_follow_repo"
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"node": null,
|
25
|
+
"description": null,
|
26
|
+
"repository": {
|
27
|
+
"website": "",
|
28
|
+
"slug": "test-repo",
|
29
|
+
"name": "test-repo",
|
30
|
+
"followers_count": 1,
|
31
|
+
"description": "Testing ticketmaster with this repo"
|
32
|
+
},
|
33
|
+
"created_on": "2010-12-09 19:46:12",
|
34
|
+
"user": {
|
35
|
+
"username": "cored",
|
36
|
+
"first_name": "Rafael",
|
37
|
+
"last_name": "George",
|
38
|
+
"resource_uri": "/1.0/users/cored/"
|
39
|
+
},
|
40
|
+
"event": "stop_follow_repo"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"node": null,
|
44
|
+
"description": null,
|
45
|
+
"repository": {
|
46
|
+
"website": "",
|
47
|
+
"slug": "test-repo",
|
48
|
+
"name": "test-repo",
|
49
|
+
"followers_count": 1,
|
50
|
+
"description": "Testing ticketmaster with this repo"
|
51
|
+
},
|
52
|
+
"created_on": "2010-12-06 20:16:38",
|
53
|
+
"user": {
|
54
|
+
"username": "cored",
|
55
|
+
"first_name": "Rafael",
|
56
|
+
"last_name": "George",
|
57
|
+
"resource_uri": "/1.0/users/cored/"
|
58
|
+
},
|
59
|
+
"event": "report_issue"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"node": null,
|
63
|
+
"description": null,
|
64
|
+
"repository": {
|
65
|
+
"website": "",
|
66
|
+
"slug": "test-repo",
|
67
|
+
"name": "test-repo",
|
68
|
+
"followers_count": 1,
|
69
|
+
"description": "Testing ticketmaster with this repo"
|
70
|
+
},
|
71
|
+
"created_on": "2010-11-29 16:20:57",
|
72
|
+
"user": {
|
73
|
+
"username": "cored",
|
74
|
+
"first_name": "Rafael",
|
75
|
+
"last_name": "George",
|
76
|
+
"resource_uri": "/1.0/users/cored/"
|
77
|
+
},
|
78
|
+
"event": "report_issue"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"node": null,
|
82
|
+
"description": null,
|
83
|
+
"repository": {
|
84
|
+
"website": "",
|
85
|
+
"slug": "test-repo",
|
86
|
+
"name": "test-repo",
|
87
|
+
"followers_count": 1,
|
88
|
+
"description": "Testing ticketmaster with this repo"
|
89
|
+
},
|
90
|
+
"created_on": "2010-11-29 16:20:34",
|
91
|
+
"user": {
|
92
|
+
"username": "cored",
|
93
|
+
"first_name": "Rafael",
|
94
|
+
"last_name": "George",
|
95
|
+
"resource_uri": "/1.0/users/cored/"
|
96
|
+
},
|
97
|
+
"event": "create"
|
98
|
+
}
|
99
|
+
]
|
100
|
+
}
|
@@ -0,0 +1,47 @@
|
|
1
|
+
{
|
2
|
+
"count": 3,
|
3
|
+
"followers": [
|
4
|
+
{
|
5
|
+
"website": "http://www.percious.com/",
|
6
|
+
"differ": "udiff",
|
7
|
+
"user_id": 1602,
|
8
|
+
"feature_per_user_pricing": true,
|
9
|
+
"_state": "<django.db.models.base.ModelState object at 0x360bdd0>",
|
10
|
+
"cname": null,
|
11
|
+
"location": "Denver, CO",
|
12
|
+
"email_notifications": false,
|
13
|
+
"plan_id": 7,
|
14
|
+
"avatar_id": null,
|
15
|
+
"id": 1600,
|
16
|
+
"digest": "b0634325ca1a1bb69bd227f521b9b20c"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"website": null,
|
20
|
+
"differ": "udiff",
|
21
|
+
"user_id": 7012,
|
22
|
+
"feature_per_user_pricing": true,
|
23
|
+
"_state": "<django.db.models.base.ModelState object at 0x360b290>",
|
24
|
+
"cname": null,
|
25
|
+
"location": null,
|
26
|
+
"email_notifications": true,
|
27
|
+
"plan_id": 7,
|
28
|
+
"avatar_id": null,
|
29
|
+
"id": 7010,
|
30
|
+
"digest": "861e1c2f15e3fc5f55b32a1e10f6ec78"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"website": "http://lost-theory.org/",
|
34
|
+
"differ": "udiff",
|
35
|
+
"user_id": 1908,
|
36
|
+
"feature_per_user_pricing": true,
|
37
|
+
"_state": "<django.db.models.base.ModelState object at 0x360b310>",
|
38
|
+
"cname": null,
|
39
|
+
"location": "Detroit, Michigan, USA",
|
40
|
+
"email_notifications": true,
|
41
|
+
"plan_id": 7,
|
42
|
+
"avatar_id": null,
|
43
|
+
"id": 1906,
|
44
|
+
"digest": "ccbf821637bbf87770e8f924e56dccaa"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
{
|
2
|
+
"repositories": [
|
3
|
+
{
|
4
|
+
"has_wiki": true,
|
5
|
+
"last_updated": "2010-11-29 16:20:34",
|
6
|
+
"shard": {
|
7
|
+
"short": "bitbucket03",
|
8
|
+
"name": "bitbucket03",
|
9
|
+
"ssh_forward": "207.223.240.182",
|
10
|
+
"http_forward": "207.223.240.182:9001",
|
11
|
+
"_state": "<django.db.models.base.ModelState object at 0xba1a590>",
|
12
|
+
"active": true,
|
13
|
+
"id": 11
|
14
|
+
},
|
15
|
+
"created_on": "2010-11-29 16:20:34",
|
16
|
+
"owner": "cored",
|
17
|
+
"email_mailinglist": "",
|
18
|
+
"is_mq": false,
|
19
|
+
"size": 0,
|
20
|
+
"read_only": false,
|
21
|
+
"fork_of": null,
|
22
|
+
"mq_of": null,
|
23
|
+
"website": "",
|
24
|
+
"description": "Testing ticketmaster with this repo",
|
25
|
+
"deleted": false,
|
26
|
+
"has_issues": true,
|
27
|
+
"is_fork": false,
|
28
|
+
"slug": "test-repo",
|
29
|
+
"is_private": false,
|
30
|
+
"name": "test-repo",
|
31
|
+
"language": "ruby",
|
32
|
+
"email_writers": true,
|
33
|
+
"no_public_forks": false
|
34
|
+
}
|
35
|
+
],
|
36
|
+
"user": {
|
37
|
+
"username": "cored",
|
38
|
+
"first_name": "Rafael",
|
39
|
+
"last_name": "George",
|
40
|
+
"email": "george.rafael@gmail.com",
|
41
|
+
"resource_uri": "/1.0/users/cored/"
|
42
|
+
}
|
43
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"title": "Test issue",
|
3
|
+
"reported_by": {
|
4
|
+
"username": "cored",
|
5
|
+
"first_name": "Rafael",
|
6
|
+
"last_name": "George",
|
7
|
+
"resource_uri": "/1.0/users/cored/"
|
8
|
+
},
|
9
|
+
"comment_count": 0,
|
10
|
+
"content": "Testing with this issue ticketmaster",
|
11
|
+
"created_on": "2010-11-29 16:20:57",
|
12
|
+
"local_id": 1,
|
13
|
+
"follower_count": 1,
|
14
|
+
"metadata": {
|
15
|
+
"kind": "bug",
|
16
|
+
"version": null,
|
17
|
+
"component": null,
|
18
|
+
"milestone": null
|
19
|
+
},
|
20
|
+
"resource_uri": "/1.0/repositories/cored/test-repo/issues/1/",
|
21
|
+
"is_spam": false
|
22
|
+
}
|
@@ -0,0 +1,51 @@
|
|
1
|
+
{
|
2
|
+
"count": 2,
|
3
|
+
"filter": {},
|
4
|
+
"search": null,
|
5
|
+
"issues": [
|
6
|
+
{
|
7
|
+
"title": "Another issue test",
|
8
|
+
"reported_by": {
|
9
|
+
"username": "cored",
|
10
|
+
"first_name": "Rafael",
|
11
|
+
"last_name": "George",
|
12
|
+
"resource_uri": "/1.0/users/cored/"
|
13
|
+
},
|
14
|
+
"comment_count": 0,
|
15
|
+
"content": "Test",
|
16
|
+
"created_on": "2010-12-06 20:16:38",
|
17
|
+
"local_id": 2,
|
18
|
+
"follower_count": 1,
|
19
|
+
"metadata": {
|
20
|
+
"kind": "bug",
|
21
|
+
"version": null,
|
22
|
+
"component": null,
|
23
|
+
"milestone": null
|
24
|
+
},
|
25
|
+
"resource_uri": "/1.0/repositories/cored/test-repo/issues/2/",
|
26
|
+
"is_spam": false
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"title": "Test issue",
|
30
|
+
"reported_by": {
|
31
|
+
"username": "cored",
|
32
|
+
"first_name": "Rafael",
|
33
|
+
"last_name": "George",
|
34
|
+
"resource_uri": "/1.0/users/cored/"
|
35
|
+
},
|
36
|
+
"comment_count": 0,
|
37
|
+
"content": "Testing with this issue ticketmaster",
|
38
|
+
"created_on": "2010-11-29 16:20:57",
|
39
|
+
"local_id": 1,
|
40
|
+
"follower_count": 1,
|
41
|
+
"metadata": {
|
42
|
+
"kind": "bug",
|
43
|
+
"version": null,
|
44
|
+
"component": null,
|
45
|
+
"milestone": null
|
46
|
+
},
|
47
|
+
"resource_uri": "/1.0/repositories/cored/test-repo/issues/1/",
|
48
|
+
"is_spam": false
|
49
|
+
}
|
50
|
+
]
|
51
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"title": "new issue",
|
3
|
+
"reported_by": {
|
4
|
+
"username": "cored",
|
5
|
+
"first_name": "Rafael",
|
6
|
+
"last_name": "George",
|
7
|
+
"email": "george.rafael@gmail.com",
|
8
|
+
"resource_uri": "/1.0/users/cored/"
|
9
|
+
},
|
10
|
+
"comment_count": 0,
|
11
|
+
"content": "",
|
12
|
+
"created_on": "2010-12-10 15:08:59",
|
13
|
+
"local_id": 3,
|
14
|
+
"follower_count": 0,
|
15
|
+
"metadata": {
|
16
|
+
"kind": "bug",
|
17
|
+
"version": null,
|
18
|
+
"component": null,
|
19
|
+
"milestone": null
|
20
|
+
},
|
21
|
+
"resource_uri": "/1.0/repositories/cored/test-repo/issues/3/",
|
22
|
+
"is_spam": false
|
23
|
+
}
|