-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.json
352 lines (346 loc) · 17.9 KB
/
test.json
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
[
{
"url": "https://api.github.com/repos/ssanj/scoggle-gen/pulls/1",
"id": 828474245,
"node_id": "PR_kwDOGkpvi84xYYOF",
"html_url": "https://github.com/ssanj/scoggle-gen/pull/1",
"diff_url": "https://github.com/ssanj/scoggle-gen/pull/1.diff",
"patch_url": "https://github.com/ssanj/scoggle-gen/pull/1.patch",
"issue_url": "https://api.github.com/repos/ssanj/scoggle-gen/issues/1",
"number": 1,
"state": "closed",
"locked": false,
"title": "Sbt mem support",
"user": {
"login": "ssanj",
"id": 366640,
"node_id": "MDQ6VXNlcjM2NjY0MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/366640?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ssanj",
"html_url": "https://github.com/ssanj",
"followers_url": "https://api.github.com/users/ssanj/followers",
"following_url": "https://api.github.com/users/ssanj/following{/other_user}",
"gists_url": "https://api.github.com/users/ssanj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ssanj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ssanj/subscriptions",
"organizations_url": "https://api.github.com/users/ssanj/orgs",
"repos_url": "https://api.github.com/users/ssanj/repos",
"events_url": "https://api.github.com/users/ssanj/events{/privacy}",
"received_events_url": "https://api.github.com/users/ssanj/received_events",
"type": "User",
"site_admin": false
},
"body": "Add support for supplied heap memory to SBT.\r\n\r\nI created this to support [weaver-test](https://github.com/disneystreaming/weaver-test) but alas, the base directories supplied from SBT are not the correct source directories. 😢 ",
"created_at": "2022-01-21T12:20:06Z",
"updated_at": "2022-01-21T12:20:29Z",
"closed_at": "2022-01-21T12:20:24Z",
"merged_at": "2022-01-21T12:20:24Z",
"merge_commit_sha": "36b28e7198bc91afac62d2ea6972b9e371071af1",
"assignee": null,
"assignees": [
],
"requested_reviewers": [
],
"requested_teams": [
],
"labels": [
],
"milestone": null,
"draft": false,
"commits_url": "https://api.github.com/repos/ssanj/scoggle-gen/pulls/1/commits",
"review_comments_url": "https://api.github.com/repos/ssanj/scoggle-gen/pulls/1/comments",
"review_comment_url": "https://api.github.com/repos/ssanj/scoggle-gen/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/ssanj/scoggle-gen/issues/1/comments",
"statuses_url": "https://api.github.com/repos/ssanj/scoggle-gen/statuses/727e468322f2aa3cd86c8834ae2d05e7320439ba",
"head": {
"label": "ssanj:sbt-mem-support",
"ref": "sbt-mem-support",
"sha": "727e468322f2aa3cd86c8834ae2d05e7320439ba",
"user": {
"login": "ssanj",
"id": 366640,
"node_id": "MDQ6VXNlcjM2NjY0MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/366640?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ssanj",
"html_url": "https://github.com/ssanj",
"followers_url": "https://api.github.com/users/ssanj/followers",
"following_url": "https://api.github.com/users/ssanj/following{/other_user}",
"gists_url": "https://api.github.com/users/ssanj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ssanj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ssanj/subscriptions",
"organizations_url": "https://api.github.com/users/ssanj/orgs",
"repos_url": "https://api.github.com/users/ssanj/repos",
"events_url": "https://api.github.com/users/ssanj/events{/privacy}",
"received_events_url": "https://api.github.com/users/ssanj/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 441085835,
"node_id": "R_kgDOGkpviw",
"name": "scoggle-gen",
"full_name": "ssanj/scoggle-gen",
"private": false,
"owner": {
"login": "ssanj",
"id": 366640,
"node_id": "MDQ6VXNlcjM2NjY0MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/366640?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ssanj",
"html_url": "https://github.com/ssanj",
"followers_url": "https://api.github.com/users/ssanj/followers",
"following_url": "https://api.github.com/users/ssanj/following{/other_user}",
"gists_url": "https://api.github.com/users/ssanj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ssanj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ssanj/subscriptions",
"organizations_url": "https://api.github.com/users/ssanj/orgs",
"repos_url": "https://api.github.com/users/ssanj/repos",
"events_url": "https://api.github.com/users/ssanj/events{/privacy}",
"received_events_url": "https://api.github.com/users/ssanj/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/ssanj/scoggle-gen",
"description": "Sublime Text project generator for the Scoggle Plugin: https://packagecontrol.io/packages/Scoggle",
"fork": false,
"url": "https://api.github.com/repos/ssanj/scoggle-gen",
"forks_url": "https://api.github.com/repos/ssanj/scoggle-gen/forks",
"keys_url": "https://api.github.com/repos/ssanj/scoggle-gen/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/ssanj/scoggle-gen/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/ssanj/scoggle-gen/teams",
"hooks_url": "https://api.github.com/repos/ssanj/scoggle-gen/hooks",
"issue_events_url": "https://api.github.com/repos/ssanj/scoggle-gen/issues/events{/number}",
"events_url": "https://api.github.com/repos/ssanj/scoggle-gen/events",
"assignees_url": "https://api.github.com/repos/ssanj/scoggle-gen/assignees{/user}",
"branches_url": "https://api.github.com/repos/ssanj/scoggle-gen/branches{/branch}",
"tags_url": "https://api.github.com/repos/ssanj/scoggle-gen/tags",
"blobs_url": "https://api.github.com/repos/ssanj/scoggle-gen/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/ssanj/scoggle-gen/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/ssanj/scoggle-gen/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/ssanj/scoggle-gen/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/ssanj/scoggle-gen/statuses/{sha}",
"languages_url": "https://api.github.com/repos/ssanj/scoggle-gen/languages",
"stargazers_url": "https://api.github.com/repos/ssanj/scoggle-gen/stargazers",
"contributors_url": "https://api.github.com/repos/ssanj/scoggle-gen/contributors",
"subscribers_url": "https://api.github.com/repos/ssanj/scoggle-gen/subscribers",
"subscription_url": "https://api.github.com/repos/ssanj/scoggle-gen/subscription",
"commits_url": "https://api.github.com/repos/ssanj/scoggle-gen/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/ssanj/scoggle-gen/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/ssanj/scoggle-gen/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/ssanj/scoggle-gen/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/ssanj/scoggle-gen/contents/{+path}",
"compare_url": "https://api.github.com/repos/ssanj/scoggle-gen/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/ssanj/scoggle-gen/merges",
"archive_url": "https://api.github.com/repos/ssanj/scoggle-gen/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/ssanj/scoggle-gen/downloads",
"issues_url": "https://api.github.com/repos/ssanj/scoggle-gen/issues{/number}",
"pulls_url": "https://api.github.com/repos/ssanj/scoggle-gen/pulls{/number}",
"milestones_url": "https://api.github.com/repos/ssanj/scoggle-gen/milestones{/number}",
"notifications_url": "https://api.github.com/repos/ssanj/scoggle-gen/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/ssanj/scoggle-gen/labels{/name}",
"releases_url": "https://api.github.com/repos/ssanj/scoggle-gen/releases{/id}",
"deployments_url": "https://api.github.com/repos/ssanj/scoggle-gen/deployments",
"created_at": "2021-12-23T06:33:22Z",
"updated_at": "2022-01-10T11:26:27Z",
"pushed_at": "2022-01-21T12:28:26Z",
"git_url": "git://github.com/ssanj/scoggle-gen.git",
"ssh_url": "git@github.com:ssanj/scoggle-gen.git",
"clone_url": "https://github.com/ssanj/scoggle-gen.git",
"svn_url": "https://github.com/ssanj/scoggle-gen",
"homepage": "",
"size": 76,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Rust",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": {
"key": "bsd-3-clause",
"name": "BSD 3-Clause \"New\" or \"Revised\" License",
"spdx_id": "BSD-3-Clause",
"url": "https://api.github.com/licenses/bsd-3-clause",
"node_id": "MDc6TGljZW5zZTU="
},
"allow_forking": true,
"is_template": false,
"topics": [
],
"visibility": "public",
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main"
}
},
"base": {
"label": "ssanj:main",
"ref": "main",
"sha": "faf20e397e74221965ecff1b8e985ae0fcb0c133",
"user": {
"login": "ssanj",
"id": 366640,
"node_id": "MDQ6VXNlcjM2NjY0MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/366640?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ssanj",
"html_url": "https://github.com/ssanj",
"followers_url": "https://api.github.com/users/ssanj/followers",
"following_url": "https://api.github.com/users/ssanj/following{/other_user}",
"gists_url": "https://api.github.com/users/ssanj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ssanj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ssanj/subscriptions",
"organizations_url": "https://api.github.com/users/ssanj/orgs",
"repos_url": "https://api.github.com/users/ssanj/repos",
"events_url": "https://api.github.com/users/ssanj/events{/privacy}",
"received_events_url": "https://api.github.com/users/ssanj/received_events",
"type": "User",
"site_admin": false
},
"repo": {
"id": 441085835,
"node_id": "R_kgDOGkpviw",
"name": "scoggle-gen",
"full_name": "ssanj/scoggle-gen",
"private": false,
"owner": {
"login": "ssanj",
"id": 366640,
"node_id": "MDQ6VXNlcjM2NjY0MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/366640?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ssanj",
"html_url": "https://github.com/ssanj",
"followers_url": "https://api.github.com/users/ssanj/followers",
"following_url": "https://api.github.com/users/ssanj/following{/other_user}",
"gists_url": "https://api.github.com/users/ssanj/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ssanj/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ssanj/subscriptions",
"organizations_url": "https://api.github.com/users/ssanj/orgs",
"repos_url": "https://api.github.com/users/ssanj/repos",
"events_url": "https://api.github.com/users/ssanj/events{/privacy}",
"received_events_url": "https://api.github.com/users/ssanj/received_events",
"type": "User",
"site_admin": false
},
"html_url": "https://github.com/ssanj/scoggle-gen",
"description": "Sublime Text project generator for the Scoggle Plugin: https://packagecontrol.io/packages/Scoggle",
"fork": false,
"url": "https://api.github.com/repos/ssanj/scoggle-gen",
"forks_url": "https://api.github.com/repos/ssanj/scoggle-gen/forks",
"keys_url": "https://api.github.com/repos/ssanj/scoggle-gen/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/ssanj/scoggle-gen/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/ssanj/scoggle-gen/teams",
"hooks_url": "https://api.github.com/repos/ssanj/scoggle-gen/hooks",
"issue_events_url": "https://api.github.com/repos/ssanj/scoggle-gen/issues/events{/number}",
"events_url": "https://api.github.com/repos/ssanj/scoggle-gen/events",
"assignees_url": "https://api.github.com/repos/ssanj/scoggle-gen/assignees{/user}",
"branches_url": "https://api.github.com/repos/ssanj/scoggle-gen/branches{/branch}",
"tags_url": "https://api.github.com/repos/ssanj/scoggle-gen/tags",
"blobs_url": "https://api.github.com/repos/ssanj/scoggle-gen/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/ssanj/scoggle-gen/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/ssanj/scoggle-gen/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/ssanj/scoggle-gen/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/ssanj/scoggle-gen/statuses/{sha}",
"languages_url": "https://api.github.com/repos/ssanj/scoggle-gen/languages",
"stargazers_url": "https://api.github.com/repos/ssanj/scoggle-gen/stargazers",
"contributors_url": "https://api.github.com/repos/ssanj/scoggle-gen/contributors",
"subscribers_url": "https://api.github.com/repos/ssanj/scoggle-gen/subscribers",
"subscription_url": "https://api.github.com/repos/ssanj/scoggle-gen/subscription",
"commits_url": "https://api.github.com/repos/ssanj/scoggle-gen/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/ssanj/scoggle-gen/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/ssanj/scoggle-gen/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/ssanj/scoggle-gen/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/ssanj/scoggle-gen/contents/{+path}",
"compare_url": "https://api.github.com/repos/ssanj/scoggle-gen/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/ssanj/scoggle-gen/merges",
"archive_url": "https://api.github.com/repos/ssanj/scoggle-gen/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/ssanj/scoggle-gen/downloads",
"issues_url": "https://api.github.com/repos/ssanj/scoggle-gen/issues{/number}",
"pulls_url": "https://api.github.com/repos/ssanj/scoggle-gen/pulls{/number}",
"milestones_url": "https://api.github.com/repos/ssanj/scoggle-gen/milestones{/number}",
"notifications_url": "https://api.github.com/repos/ssanj/scoggle-gen/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/ssanj/scoggle-gen/labels{/name}",
"releases_url": "https://api.github.com/repos/ssanj/scoggle-gen/releases{/id}",
"deployments_url": "https://api.github.com/repos/ssanj/scoggle-gen/deployments",
"created_at": "2021-12-23T06:33:22Z",
"updated_at": "2022-01-10T11:26:27Z",
"pushed_at": "2022-01-21T12:28:26Z",
"git_url": "git://github.com/ssanj/scoggle-gen.git",
"ssh_url": "git@github.com:ssanj/scoggle-gen.git",
"clone_url": "https://github.com/ssanj/scoggle-gen.git",
"svn_url": "https://github.com/ssanj/scoggle-gen",
"homepage": "",
"size": 76,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Rust",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": {
"key": "bsd-3-clause",
"name": "BSD 3-Clause \"New\" or \"Revised\" License",
"spdx_id": "BSD-3-Clause",
"url": "https://api.github.com/licenses/bsd-3-clause",
"node_id": "MDc6TGljZW5zZTU="
},
"allow_forking": true,
"is_template": false,
"topics": [
],
"visibility": "public",
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/ssanj/scoggle-gen/pulls/1"
},
"html": {
"href": "https://github.com/ssanj/scoggle-gen/pull/1"
},
"issue": {
"href": "https://api.github.com/repos/ssanj/scoggle-gen/issues/1"
},
"comments": {
"href": "https://api.github.com/repos/ssanj/scoggle-gen/issues/1/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/ssanj/scoggle-gen/pulls/1/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/ssanj/scoggle-gen/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/ssanj/scoggle-gen/pulls/1/commits"
},
"statuses": {
"href": "https://api.github.com/repos/ssanj/scoggle-gen/statuses/727e468322f2aa3cd86c8834ae2d05e7320439ba"
}
},
"author_association": "OWNER",
"auto_merge": null,
"active_lock_reason": null
}
]