forked from pomu0325/pierre-decheck
-
Notifications
You must be signed in to change notification settings - Fork 1
/
issue_comment.json
206 lines (205 loc) · 11.2 KB
/
issue_comment.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
{
"action": "created",
"issue": {
"url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/issues/28",
"repository_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck",
"labels_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/issues/28/labels{/name}",
"comments_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/issues/28/comments",
"events_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/issues/28/events",
"html_url": "https://github.com/alvarocavalcanti/pierre-decheck/issues/28",
"id": 303094723,
"number": 28,
"title": "Properly handle unknown dependencies",
"user": {
"login": "alvarocavalcanti",
"id": 512234,
"avatar_url": "https://avatars2.githubusercontent.com/u/512234?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alvarocavalcanti",
"html_url": "https://github.com/alvarocavalcanti",
"followers_url": "https://api.github.com/users/alvarocavalcanti/followers",
"following_url": "https://api.github.com/users/alvarocavalcanti/following{/other_user}",
"gists_url": "https://api.github.com/users/alvarocavalcanti/gists{/gist_id}",
"starred_url": "https://api.github.com/users/alvarocavalcanti/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alvarocavalcanti/subscriptions",
"organizations_url": "https://api.github.com/users/alvarocavalcanti/orgs",
"repos_url": "https://api.github.com/users/alvarocavalcanti/repos",
"events_url": "https://api.github.com/users/alvarocavalcanti/events{/privacy}",
"received_events_url": "https://api.github.com/users/alvarocavalcanti/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"id": 802967090,
"url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/labels/bug",
"name": "bug",
"color": "ee0701",
"default": true
},
{
"id": 845427172,
"url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/labels/up-for-grabs",
"name": "up-for-grabs",
"color": "e5cd14",
"default": false
}
],
"state": "open",
"locked": false,
"assignee": null,
"assignees": [
],
"milestone": null,
"comments": 1,
"created_at": "2018-03-07T13:18:38Z",
"updated_at": "2018-03-07T13:20:57Z",
"closed_at": null,
"author_association": "OWNER",
"body": "Currently, Pierre does not handle unknown dependencies."
},
"comment": {
"url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/issues/comments/371136088",
"html_url": "https://github.com/alvarocavalcanti/pierre-decheck/issues/28#issuecomment-371136088",
"issue_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/issues/28",
"id": 371136088,
"user": {
"login": "alvarocavalcanti",
"id": 512234,
"avatar_url": "https://avatars2.githubusercontent.com/u/512234?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alvarocavalcanti",
"html_url": "https://github.com/alvarocavalcanti",
"followers_url": "https://api.github.com/users/alvarocavalcanti/followers",
"following_url": "https://api.github.com/users/alvarocavalcanti/following{/other_user}",
"gists_url": "https://api.github.com/users/alvarocavalcanti/gists{/gist_id}",
"starred_url": "https://api.github.com/users/alvarocavalcanti/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alvarocavalcanti/subscriptions",
"organizations_url": "https://api.github.com/users/alvarocavalcanti/orgs",
"repos_url": "https://api.github.com/users/alvarocavalcanti/repos",
"events_url": "https://api.github.com/users/alvarocavalcanti/events{/privacy}",
"received_events_url": "https://api.github.com/users/alvarocavalcanti/received_events",
"type": "User",
"site_admin": false
},
"created_at": "2018-03-07T13:20:56Z",
"updated_at": "2018-03-07T13:20:56Z",
"author_association": "OWNER",
"body": "As can be seen here https://github.com/alvarocavalcanti/pierre-decheck/pull/24 it does not display any dependency check at all."
},
"repository": {
"id": 117260108,
"name": "pierre-decheck",
"full_name": "alvarocavalcanti/pierre-decheck",
"owner": {
"login": "alvarocavalcanti",
"id": 512234,
"avatar_url": "https://avatars2.githubusercontent.com/u/512234?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alvarocavalcanti",
"html_url": "https://github.com/alvarocavalcanti",
"followers_url": "https://api.github.com/users/alvarocavalcanti/followers",
"following_url": "https://api.github.com/users/alvarocavalcanti/following{/other_user}",
"gists_url": "https://api.github.com/users/alvarocavalcanti/gists{/gist_id}",
"starred_url": "https://api.github.com/users/alvarocavalcanti/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alvarocavalcanti/subscriptions",
"organizations_url": "https://api.github.com/users/alvarocavalcanti/orgs",
"repos_url": "https://api.github.com/users/alvarocavalcanti/repos",
"events_url": "https://api.github.com/users/alvarocavalcanti/events{/privacy}",
"received_events_url": "https://api.github.com/users/alvarocavalcanti/received_events",
"type": "User",
"site_admin": false
},
"private": false,
"html_url": "https://github.com/alvarocavalcanti/pierre-decheck",
"description": "Checks the Dependencies of Pull Requests",
"fork": false,
"url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck",
"forks_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/forks",
"keys_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/teams",
"hooks_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/hooks",
"issue_events_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/issues/events{/number}",
"events_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/events",
"assignees_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/assignees{/user}",
"branches_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/branches{/branch}",
"tags_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/tags",
"blobs_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/statuses/{sha}",
"languages_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/languages",
"stargazers_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/stargazers",
"contributors_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/contributors",
"subscribers_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/subscribers",
"subscription_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/subscription",
"commits_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/contents/{+path}",
"compare_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/merges",
"archive_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/downloads",
"issues_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/issues{/number}",
"pulls_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/pulls{/number}",
"milestones_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/milestones{/number}",
"notifications_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/labels{/name}",
"releases_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/releases{/id}",
"deployments_url": "https://api.github.com/repos/alvarocavalcanti/pierre-decheck/deployments",
"created_at": "2018-01-12T15:56:48Z",
"updated_at": "2018-03-07T12:11:49Z",
"pushed_at": "2018-03-07T13:17:09Z",
"git_url": "git://github.com/alvarocavalcanti/pierre-decheck.git",
"ssh_url": "[email protected]:alvarocavalcanti/pierre-decheck.git",
"clone_url": "https://github.com/alvarocavalcanti/pierre-decheck.git",
"svn_url": "https://github.com/alvarocavalcanti/pierre-decheck",
"homepage": "",
"size": 502,
"stargazers_count": 2,
"watchers_count": 2,
"language": "Python",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"open_issues_count": 6,
"license": {
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit"
},
"forks": 0,
"open_issues": 6,
"watchers": 2,
"default_branch": "master"
},
"sender": {
"login": "alvarocavalcanti",
"id": 512234,
"avatar_url": "https://avatars2.githubusercontent.com/u/512234?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alvarocavalcanti",
"html_url": "https://github.com/alvarocavalcanti",
"followers_url": "https://api.github.com/users/alvarocavalcanti/followers",
"following_url": "https://api.github.com/users/alvarocavalcanti/following{/other_user}",
"gists_url": "https://api.github.com/users/alvarocavalcanti/gists{/gist_id}",
"starred_url": "https://api.github.com/users/alvarocavalcanti/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/alvarocavalcanti/subscriptions",
"organizations_url": "https://api.github.com/users/alvarocavalcanti/orgs",
"repos_url": "https://api.github.com/users/alvarocavalcanti/repos",
"events_url": "https://api.github.com/users/alvarocavalcanti/events{/privacy}",
"received_events_url": "https://api.github.com/users/alvarocavalcanti/received_events",
"type": "User",
"site_admin": false
}
}