octokit 1.23.0 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +8 -0
- data/CONTRIBUTING.md +2 -2
- data/LICENSE.md +1 -1
- data/README.md +27 -12
- data/lib/octokit/client/commits.rb +8 -27
- data/lib/octokit/client/gists.rb +5 -1
- data/lib/octokit/client/issues.rb +70 -21
- data/lib/octokit/client/labels.rb +1 -1
- data/lib/octokit/client/milestones.rb +1 -1
- data/lib/octokit/client/notifications.rb +9 -15
- data/lib/octokit/client/pulls.rb +1 -1
- data/lib/octokit/client/repositories.rb +14 -1
- data/lib/octokit/client/users.rb +17 -6
- data/lib/octokit/connection.rb +1 -2
- data/lib/octokit/version.rb +1 -1
- data/octokit.gemspec +1 -1
- data/spec/fixtures/org_issues.json +710 -0
- data/spec/fixtures/user_issues.json +710 -0
- data/spec/helper.rb +10 -6
- data/spec/octokit/client/issues_spec.rb +26 -4
- data/spec/octokit/client/labels_spec.rb +1 -1
- data/spec/octokit/client/milestones_spec.rb +1 -1
- data/spec/octokit/client/pulls_spec.rb +1 -1
- data/spec/octokit/client/repositories_spec.rb +11 -0
- data/spec/octokit/client/users_spec.rb +11 -0
- metadata +8 -4
@@ -0,0 +1,710 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"repository": {
|
4
|
+
"forks": 18,
|
5
|
+
"git_url": "git://github.com/andrew/node-sass.git",
|
6
|
+
"mirror_url": null,
|
7
|
+
"git_tags_url": "https://api.github.com/repos/andrew/node-sass/git/tags{/sha}",
|
8
|
+
"clone_url": "https://github.com/andrew/node-sass.git",
|
9
|
+
"homepage": "https://npmjs.org/package/node-sass",
|
10
|
+
"git_commits_url": "https://api.github.com/repos/andrew/node-sass/git/commits{/sha}",
|
11
|
+
"hooks_url": "https://api.github.com/repos/andrew/node-sass/hooks",
|
12
|
+
"owner": {
|
13
|
+
"type": "User",
|
14
|
+
"repos_url": "https://api.github.com/users/andrew/repos",
|
15
|
+
"followers_url": "https://api.github.com/users/andrew/followers",
|
16
|
+
"subscriptions_url": "https://api.github.com/users/andrew/subscriptions",
|
17
|
+
"starred_url": "https://api.github.com/users/andrew/starred{/owner}{/repo}",
|
18
|
+
"gists_url": "https://api.github.com/users/andrew/gists{/gist_id}",
|
19
|
+
"following_url": "https://api.github.com/users/andrew/following",
|
20
|
+
"url": "https://api.github.com/users/andrew",
|
21
|
+
"received_events_url": "https://api.github.com/users/andrew/received_events",
|
22
|
+
"gravatar_id": "8ddbf811da78bb0daeeb3cacd7cf743f",
|
23
|
+
"organizations_url": "https://api.github.com/users/andrew/orgs",
|
24
|
+
"login": "andrew",
|
25
|
+
"id": 1060,
|
26
|
+
"events_url": "https://api.github.com/users/andrew/events{/privacy}",
|
27
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
28
|
+
},
|
29
|
+
"created_at": "2012-04-24T18:46:30Z",
|
30
|
+
"watchers_count": 148,
|
31
|
+
"has_wiki": true,
|
32
|
+
"git_refs_url": "https://api.github.com/repos/andrew/node-sass/git/refs{/sha}",
|
33
|
+
"url": "https://api.github.com/repos/andrew/node-sass",
|
34
|
+
"svn_url": "https://github.com/andrew/node-sass",
|
35
|
+
"contents_url": "https://api.github.com/repos/andrew/node-sass/contents/{+path}",
|
36
|
+
"languages_url": "https://api.github.com/repos/andrew/node-sass/languages",
|
37
|
+
"issue_events_url": "https://api.github.com/repos/andrew/node-sass/issues/events{/number}",
|
38
|
+
"keys_url": "https://api.github.com/repos/andrew/node-sass/keys{/key_id}",
|
39
|
+
"open_issues": 8,
|
40
|
+
"has_issues": true,
|
41
|
+
"forks_count": 18,
|
42
|
+
"issues_url": "https://api.github.com/repos/andrew/node-sass/issues{/number}",
|
43
|
+
"trees_url": "https://api.github.com/repos/andrew/node-sass/git/trees{/sha}",
|
44
|
+
"description": "Node.js bindings to libsass",
|
45
|
+
"ssh_url": "git@github.com:andrew/node-sass.git",
|
46
|
+
"language": "Shell",
|
47
|
+
"milestones_url": "https://api.github.com/repos/andrew/node-sass/milestones{/number}",
|
48
|
+
"merges_url": "https://api.github.com/repos/andrew/node-sass/merges",
|
49
|
+
"stargazers_url": "https://api.github.com/repos/andrew/node-sass/stargazers",
|
50
|
+
"assignees_url": "https://api.github.com/repos/andrew/node-sass/assignees{/user}",
|
51
|
+
"notifications_url": "https://api.github.com/repos/andrew/node-sass/notifications{?since,all,participating}",
|
52
|
+
"contributors_url": "https://api.github.com/repos/andrew/node-sass/contributors",
|
53
|
+
"statuses_url": "https://api.github.com/repos/andrew/node-sass/statuses/{sha}",
|
54
|
+
"forks_url": "https://api.github.com/repos/andrew/node-sass/forks",
|
55
|
+
"size": 212,
|
56
|
+
"archive_url": "https://api.github.com/repos/andrew/node-sass/{archive_format}{/ref}",
|
57
|
+
"issue_comment_url": "https://api.github.com/repos/andrew/node-sass/issues/comments/{number}",
|
58
|
+
"branches_url": "https://api.github.com/repos/andrew/node-sass/branches{/branch}",
|
59
|
+
"fork": false,
|
60
|
+
"html_url": "https://github.com/andrew/node-sass",
|
61
|
+
"watchers": 148,
|
62
|
+
"open_issues_count": 8,
|
63
|
+
"compare_url": "https://api.github.com/repos/andrew/node-sass/compare/{base}...{head}",
|
64
|
+
"subscribers_url": "https://api.github.com/repos/andrew/node-sass/subscribers",
|
65
|
+
"collaborators_url": "https://api.github.com/repos/andrew/node-sass/collaborators{/collaborator}",
|
66
|
+
"name": "node-sass",
|
67
|
+
"updated_at": "2013-02-07T15:23:13Z",
|
68
|
+
"has_downloads": true,
|
69
|
+
"labels_url": "https://api.github.com/repos/andrew/node-sass/labels{/name}",
|
70
|
+
"pulls_url": "https://api.github.com/repos/andrew/node-sass/pulls{/number}",
|
71
|
+
"downloads_url": "https://api.github.com/repos/andrew/node-sass/downloads",
|
72
|
+
"blobs_url": "https://api.github.com/repos/andrew/node-sass/git/blobs{/sha}",
|
73
|
+
"private": false,
|
74
|
+
"id": 4128353,
|
75
|
+
"pushed_at": "2013-02-03T22:16:26Z",
|
76
|
+
"comments_url": "https://api.github.com/repos/andrew/node-sass/comments{/number}",
|
77
|
+
"commits_url": "https://api.github.com/repos/andrew/node-sass/commits{/sha}",
|
78
|
+
"subscription_url": "https://api.github.com/repos/andrew/node-sass/subscription",
|
79
|
+
"tags_url": "https://api.github.com/repos/andrew/node-sass/tags{/tag}",
|
80
|
+
"events_url": "https://api.github.com/repos/andrew/node-sass/events",
|
81
|
+
"teams_url": "https://api.github.com/repos/andrew/node-sass/teams",
|
82
|
+
"full_name": "andrew/node-sass"
|
83
|
+
},
|
84
|
+
"created_at": "2012-12-02T15:52:32Z",
|
85
|
+
"url": "https://api.github.com/repos/andrew/node-sass/issues/43",
|
86
|
+
"body": "I noticed node-sass got a couple of options now. Any reason they're not in the usual JS camelCase?\n\n`include_paths` -> `includePaths`\n\nUsing underscore in variable names is not very JS like, and JSHint complains like a mad tool when I do use it.",
|
87
|
+
"user": {
|
88
|
+
"type": "User",
|
89
|
+
"repos_url": "https://api.github.com/users/sindresorhus/repos",
|
90
|
+
"followers_url": "https://api.github.com/users/sindresorhus/followers",
|
91
|
+
"subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions",
|
92
|
+
"starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}",
|
93
|
+
"gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}",
|
94
|
+
"following_url": "https://api.github.com/users/sindresorhus/following",
|
95
|
+
"url": "https://api.github.com/users/sindresorhus",
|
96
|
+
"received_events_url": "https://api.github.com/users/sindresorhus/received_events",
|
97
|
+
"gravatar_id": "d36a92237c75c5337c17b60d90686bf9",
|
98
|
+
"organizations_url": "https://api.github.com/users/sindresorhus/orgs",
|
99
|
+
"login": "sindresorhus",
|
100
|
+
"id": 170270,
|
101
|
+
"events_url": "https://api.github.com/users/sindresorhus/events{/privacy}",
|
102
|
+
"avatar_url": "https://secure.gravatar.com/avatar/d36a92237c75c5337c17b60d90686bf9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
103
|
+
},
|
104
|
+
"closed_at": null,
|
105
|
+
"milestone": null,
|
106
|
+
"state": "open",
|
107
|
+
"labels": [
|
108
|
+
{
|
109
|
+
"url": "https://api.github.com/repos/andrew/node-sass/labels/bug",
|
110
|
+
"name": "bug",
|
111
|
+
"color": "fc2929"
|
112
|
+
}
|
113
|
+
],
|
114
|
+
"title": "camelCase",
|
115
|
+
"number": 43,
|
116
|
+
"html_url": "https://github.com/andrew/node-sass/issues/43",
|
117
|
+
"pull_request": {
|
118
|
+
"diff_url": null,
|
119
|
+
"patch_url": null,
|
120
|
+
"html_url": null
|
121
|
+
},
|
122
|
+
"updated_at": "2013-02-02T16:12:29Z",
|
123
|
+
"id": 8923885,
|
124
|
+
"labels_url": "https://api.github.com/repos/andrew/node-sass/issues/43/labels{/name}",
|
125
|
+
"comments": 2,
|
126
|
+
"assignee": {
|
127
|
+
"type": "User",
|
128
|
+
"repos_url": "https://api.github.com/users/andrew/repos",
|
129
|
+
"followers_url": "https://api.github.com/users/andrew/followers",
|
130
|
+
"subscriptions_url": "https://api.github.com/users/andrew/subscriptions",
|
131
|
+
"starred_url": "https://api.github.com/users/andrew/starred{/owner}{/repo}",
|
132
|
+
"gists_url": "https://api.github.com/users/andrew/gists{/gist_id}",
|
133
|
+
"following_url": "https://api.github.com/users/andrew/following",
|
134
|
+
"url": "https://api.github.com/users/andrew",
|
135
|
+
"received_events_url": "https://api.github.com/users/andrew/received_events",
|
136
|
+
"gravatar_id": "8ddbf811da78bb0daeeb3cacd7cf743f",
|
137
|
+
"organizations_url": "https://api.github.com/users/andrew/orgs",
|
138
|
+
"login": "andrew",
|
139
|
+
"id": 1060,
|
140
|
+
"events_url": "https://api.github.com/users/andrew/events{/privacy}",
|
141
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
142
|
+
},
|
143
|
+
"events_url": "https://api.github.com/repos/andrew/node-sass/issues/43/events",
|
144
|
+
"comments_url": "https://api.github.com/repos/andrew/node-sass/issues/43/comments"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"repository": {
|
148
|
+
"forks": 18,
|
149
|
+
"git_url": "git://github.com/andrew/node-sass.git",
|
150
|
+
"mirror_url": null,
|
151
|
+
"git_tags_url": "https://api.github.com/repos/andrew/node-sass/git/tags{/sha}",
|
152
|
+
"clone_url": "https://github.com/andrew/node-sass.git",
|
153
|
+
"homepage": "https://npmjs.org/package/node-sass",
|
154
|
+
"git_commits_url": "https://api.github.com/repos/andrew/node-sass/git/commits{/sha}",
|
155
|
+
"hooks_url": "https://api.github.com/repos/andrew/node-sass/hooks",
|
156
|
+
"owner": {
|
157
|
+
"type": "User",
|
158
|
+
"repos_url": "https://api.github.com/users/andrew/repos",
|
159
|
+
"followers_url": "https://api.github.com/users/andrew/followers",
|
160
|
+
"subscriptions_url": "https://api.github.com/users/andrew/subscriptions",
|
161
|
+
"starred_url": "https://api.github.com/users/andrew/starred{/owner}{/repo}",
|
162
|
+
"gists_url": "https://api.github.com/users/andrew/gists{/gist_id}",
|
163
|
+
"following_url": "https://api.github.com/users/andrew/following",
|
164
|
+
"url": "https://api.github.com/users/andrew",
|
165
|
+
"received_events_url": "https://api.github.com/users/andrew/received_events",
|
166
|
+
"gravatar_id": "8ddbf811da78bb0daeeb3cacd7cf743f",
|
167
|
+
"organizations_url": "https://api.github.com/users/andrew/orgs",
|
168
|
+
"login": "andrew",
|
169
|
+
"id": 1060,
|
170
|
+
"events_url": "https://api.github.com/users/andrew/events{/privacy}",
|
171
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
172
|
+
},
|
173
|
+
"created_at": "2012-04-24T18:46:30Z",
|
174
|
+
"watchers_count": 148,
|
175
|
+
"has_wiki": true,
|
176
|
+
"git_refs_url": "https://api.github.com/repos/andrew/node-sass/git/refs{/sha}",
|
177
|
+
"url": "https://api.github.com/repos/andrew/node-sass",
|
178
|
+
"svn_url": "https://github.com/andrew/node-sass",
|
179
|
+
"contents_url": "https://api.github.com/repos/andrew/node-sass/contents/{+path}",
|
180
|
+
"languages_url": "https://api.github.com/repos/andrew/node-sass/languages",
|
181
|
+
"issue_events_url": "https://api.github.com/repos/andrew/node-sass/issues/events{/number}",
|
182
|
+
"keys_url": "https://api.github.com/repos/andrew/node-sass/keys{/key_id}",
|
183
|
+
"open_issues": 8,
|
184
|
+
"has_issues": true,
|
185
|
+
"forks_count": 18,
|
186
|
+
"issues_url": "https://api.github.com/repos/andrew/node-sass/issues{/number}",
|
187
|
+
"trees_url": "https://api.github.com/repos/andrew/node-sass/git/trees{/sha}",
|
188
|
+
"description": "Node.js bindings to libsass",
|
189
|
+
"ssh_url": "git@github.com:andrew/node-sass.git",
|
190
|
+
"language": "Shell",
|
191
|
+
"milestones_url": "https://api.github.com/repos/andrew/node-sass/milestones{/number}",
|
192
|
+
"merges_url": "https://api.github.com/repos/andrew/node-sass/merges",
|
193
|
+
"stargazers_url": "https://api.github.com/repos/andrew/node-sass/stargazers",
|
194
|
+
"assignees_url": "https://api.github.com/repos/andrew/node-sass/assignees{/user}",
|
195
|
+
"notifications_url": "https://api.github.com/repos/andrew/node-sass/notifications{?since,all,participating}",
|
196
|
+
"contributors_url": "https://api.github.com/repos/andrew/node-sass/contributors",
|
197
|
+
"statuses_url": "https://api.github.com/repos/andrew/node-sass/statuses/{sha}",
|
198
|
+
"forks_url": "https://api.github.com/repos/andrew/node-sass/forks",
|
199
|
+
"size": 212,
|
200
|
+
"archive_url": "https://api.github.com/repos/andrew/node-sass/{archive_format}{/ref}",
|
201
|
+
"issue_comment_url": "https://api.github.com/repos/andrew/node-sass/issues/comments/{number}",
|
202
|
+
"branches_url": "https://api.github.com/repos/andrew/node-sass/branches{/branch}",
|
203
|
+
"fork": false,
|
204
|
+
"html_url": "https://github.com/andrew/node-sass",
|
205
|
+
"watchers": 148,
|
206
|
+
"open_issues_count": 8,
|
207
|
+
"compare_url": "https://api.github.com/repos/andrew/node-sass/compare/{base}...{head}",
|
208
|
+
"subscribers_url": "https://api.github.com/repos/andrew/node-sass/subscribers",
|
209
|
+
"collaborators_url": "https://api.github.com/repos/andrew/node-sass/collaborators{/collaborator}",
|
210
|
+
"name": "node-sass",
|
211
|
+
"updated_at": "2013-02-07T15:23:13Z",
|
212
|
+
"has_downloads": true,
|
213
|
+
"labels_url": "https://api.github.com/repos/andrew/node-sass/labels{/name}",
|
214
|
+
"pulls_url": "https://api.github.com/repos/andrew/node-sass/pulls{/number}",
|
215
|
+
"downloads_url": "https://api.github.com/repos/andrew/node-sass/downloads",
|
216
|
+
"blobs_url": "https://api.github.com/repos/andrew/node-sass/git/blobs{/sha}",
|
217
|
+
"private": false,
|
218
|
+
"id": 4128353,
|
219
|
+
"pushed_at": "2013-02-03T22:16:26Z",
|
220
|
+
"comments_url": "https://api.github.com/repos/andrew/node-sass/comments{/number}",
|
221
|
+
"commits_url": "https://api.github.com/repos/andrew/node-sass/commits{/sha}",
|
222
|
+
"subscription_url": "https://api.github.com/repos/andrew/node-sass/subscription",
|
223
|
+
"tags_url": "https://api.github.com/repos/andrew/node-sass/tags{/tag}",
|
224
|
+
"events_url": "https://api.github.com/repos/andrew/node-sass/events",
|
225
|
+
"teams_url": "https://api.github.com/repos/andrew/node-sass/teams",
|
226
|
+
"full_name": "andrew/node-sass"
|
227
|
+
},
|
228
|
+
"created_at": "2012-11-12T21:29:56Z",
|
229
|
+
"url": "https://api.github.com/repos/andrew/node-sass/issues/37",
|
230
|
+
"body": "Andrew,\r\n\r\nI am fairly new to node. Can you give (or point me in the right direction) where your node plugin will interact with express and jade? I really want to use Sass instead of Stylus, so any help will be apreciated.\r\n\r\nThanks,\r\n\r\nKianosh",
|
231
|
+
"user": {
|
232
|
+
"type": "User",
|
233
|
+
"repos_url": "https://api.github.com/users/kianoshp/repos",
|
234
|
+
"followers_url": "https://api.github.com/users/kianoshp/followers",
|
235
|
+
"subscriptions_url": "https://api.github.com/users/kianoshp/subscriptions",
|
236
|
+
"starred_url": "https://api.github.com/users/kianoshp/starred{/owner}{/repo}",
|
237
|
+
"gists_url": "https://api.github.com/users/kianoshp/gists{/gist_id}",
|
238
|
+
"following_url": "https://api.github.com/users/kianoshp/following",
|
239
|
+
"url": "https://api.github.com/users/kianoshp",
|
240
|
+
"received_events_url": "https://api.github.com/users/kianoshp/received_events",
|
241
|
+
"gravatar_id": "725a2db6f323225ccdb1aec5f6dc9202",
|
242
|
+
"organizations_url": "https://api.github.com/users/kianoshp/orgs",
|
243
|
+
"login": "kianoshp",
|
244
|
+
"id": 698135,
|
245
|
+
"events_url": "https://api.github.com/users/kianoshp/events{/privacy}",
|
246
|
+
"avatar_url": "https://secure.gravatar.com/avatar/725a2db6f323225ccdb1aec5f6dc9202?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
247
|
+
},
|
248
|
+
"closed_at": null,
|
249
|
+
"milestone": null,
|
250
|
+
"state": "open",
|
251
|
+
"labels": [
|
252
|
+
|
253
|
+
],
|
254
|
+
"title": "More Comprehensive example",
|
255
|
+
"number": 37,
|
256
|
+
"html_url": "https://github.com/andrew/node-sass/issues/37",
|
257
|
+
"pull_request": {
|
258
|
+
"diff_url": null,
|
259
|
+
"patch_url": null,
|
260
|
+
"html_url": null
|
261
|
+
},
|
262
|
+
"updated_at": "2013-01-07T19:31:26Z",
|
263
|
+
"id": 8304239,
|
264
|
+
"labels_url": "https://api.github.com/repos/andrew/node-sass/issues/37/labels{/name}",
|
265
|
+
"comments": 3,
|
266
|
+
"assignee": {
|
267
|
+
"type": "User",
|
268
|
+
"repos_url": "https://api.github.com/users/andrew/repos",
|
269
|
+
"followers_url": "https://api.github.com/users/andrew/followers",
|
270
|
+
"subscriptions_url": "https://api.github.com/users/andrew/subscriptions",
|
271
|
+
"starred_url": "https://api.github.com/users/andrew/starred{/owner}{/repo}",
|
272
|
+
"gists_url": "https://api.github.com/users/andrew/gists{/gist_id}",
|
273
|
+
"following_url": "https://api.github.com/users/andrew/following",
|
274
|
+
"url": "https://api.github.com/users/andrew",
|
275
|
+
"received_events_url": "https://api.github.com/users/andrew/received_events",
|
276
|
+
"gravatar_id": "8ddbf811da78bb0daeeb3cacd7cf743f",
|
277
|
+
"organizations_url": "https://api.github.com/users/andrew/orgs",
|
278
|
+
"login": "andrew",
|
279
|
+
"id": 1060,
|
280
|
+
"events_url": "https://api.github.com/users/andrew/events{/privacy}",
|
281
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
282
|
+
},
|
283
|
+
"events_url": "https://api.github.com/repos/andrew/node-sass/issues/37/events",
|
284
|
+
"comments_url": "https://api.github.com/repos/andrew/node-sass/issues/37/comments"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"repository": {
|
288
|
+
"forks": 18,
|
289
|
+
"git_url": "git://github.com/andrew/node-sass.git",
|
290
|
+
"mirror_url": null,
|
291
|
+
"git_tags_url": "https://api.github.com/repos/andrew/node-sass/git/tags{/sha}",
|
292
|
+
"clone_url": "https://github.com/andrew/node-sass.git",
|
293
|
+
"homepage": "https://npmjs.org/package/node-sass",
|
294
|
+
"git_commits_url": "https://api.github.com/repos/andrew/node-sass/git/commits{/sha}",
|
295
|
+
"hooks_url": "https://api.github.com/repos/andrew/node-sass/hooks",
|
296
|
+
"owner": {
|
297
|
+
"type": "User",
|
298
|
+
"repos_url": "https://api.github.com/users/andrew/repos",
|
299
|
+
"followers_url": "https://api.github.com/users/andrew/followers",
|
300
|
+
"subscriptions_url": "https://api.github.com/users/andrew/subscriptions",
|
301
|
+
"starred_url": "https://api.github.com/users/andrew/starred{/owner}{/repo}",
|
302
|
+
"gists_url": "https://api.github.com/users/andrew/gists{/gist_id}",
|
303
|
+
"following_url": "https://api.github.com/users/andrew/following",
|
304
|
+
"url": "https://api.github.com/users/andrew",
|
305
|
+
"received_events_url": "https://api.github.com/users/andrew/received_events",
|
306
|
+
"gravatar_id": "8ddbf811da78bb0daeeb3cacd7cf743f",
|
307
|
+
"organizations_url": "https://api.github.com/users/andrew/orgs",
|
308
|
+
"login": "andrew",
|
309
|
+
"id": 1060,
|
310
|
+
"events_url": "https://api.github.com/users/andrew/events{/privacy}",
|
311
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
312
|
+
},
|
313
|
+
"created_at": "2012-04-24T18:46:30Z",
|
314
|
+
"watchers_count": 148,
|
315
|
+
"has_wiki": true,
|
316
|
+
"git_refs_url": "https://api.github.com/repos/andrew/node-sass/git/refs{/sha}",
|
317
|
+
"url": "https://api.github.com/repos/andrew/node-sass",
|
318
|
+
"svn_url": "https://github.com/andrew/node-sass",
|
319
|
+
"contents_url": "https://api.github.com/repos/andrew/node-sass/contents/{+path}",
|
320
|
+
"languages_url": "https://api.github.com/repos/andrew/node-sass/languages",
|
321
|
+
"issue_events_url": "https://api.github.com/repos/andrew/node-sass/issues/events{/number}",
|
322
|
+
"keys_url": "https://api.github.com/repos/andrew/node-sass/keys{/key_id}",
|
323
|
+
"open_issues": 8,
|
324
|
+
"has_issues": true,
|
325
|
+
"forks_count": 18,
|
326
|
+
"issues_url": "https://api.github.com/repos/andrew/node-sass/issues{/number}",
|
327
|
+
"trees_url": "https://api.github.com/repos/andrew/node-sass/git/trees{/sha}",
|
328
|
+
"description": "Node.js bindings to libsass",
|
329
|
+
"ssh_url": "git@github.com:andrew/node-sass.git",
|
330
|
+
"language": "Shell",
|
331
|
+
"milestones_url": "https://api.github.com/repos/andrew/node-sass/milestones{/number}",
|
332
|
+
"merges_url": "https://api.github.com/repos/andrew/node-sass/merges",
|
333
|
+
"stargazers_url": "https://api.github.com/repos/andrew/node-sass/stargazers",
|
334
|
+
"assignees_url": "https://api.github.com/repos/andrew/node-sass/assignees{/user}",
|
335
|
+
"notifications_url": "https://api.github.com/repos/andrew/node-sass/notifications{?since,all,participating}",
|
336
|
+
"contributors_url": "https://api.github.com/repos/andrew/node-sass/contributors",
|
337
|
+
"statuses_url": "https://api.github.com/repos/andrew/node-sass/statuses/{sha}",
|
338
|
+
"forks_url": "https://api.github.com/repos/andrew/node-sass/forks",
|
339
|
+
"size": 212,
|
340
|
+
"archive_url": "https://api.github.com/repos/andrew/node-sass/{archive_format}{/ref}",
|
341
|
+
"issue_comment_url": "https://api.github.com/repos/andrew/node-sass/issues/comments/{number}",
|
342
|
+
"branches_url": "https://api.github.com/repos/andrew/node-sass/branches{/branch}",
|
343
|
+
"fork": false,
|
344
|
+
"html_url": "https://github.com/andrew/node-sass",
|
345
|
+
"watchers": 148,
|
346
|
+
"open_issues_count": 8,
|
347
|
+
"compare_url": "https://api.github.com/repos/andrew/node-sass/compare/{base}...{head}",
|
348
|
+
"subscribers_url": "https://api.github.com/repos/andrew/node-sass/subscribers",
|
349
|
+
"collaborators_url": "https://api.github.com/repos/andrew/node-sass/collaborators{/collaborator}",
|
350
|
+
"name": "node-sass",
|
351
|
+
"updated_at": "2013-02-07T15:23:13Z",
|
352
|
+
"has_downloads": true,
|
353
|
+
"labels_url": "https://api.github.com/repos/andrew/node-sass/labels{/name}",
|
354
|
+
"pulls_url": "https://api.github.com/repos/andrew/node-sass/pulls{/number}",
|
355
|
+
"downloads_url": "https://api.github.com/repos/andrew/node-sass/downloads",
|
356
|
+
"blobs_url": "https://api.github.com/repos/andrew/node-sass/git/blobs{/sha}",
|
357
|
+
"private": false,
|
358
|
+
"id": 4128353,
|
359
|
+
"pushed_at": "2013-02-03T22:16:26Z",
|
360
|
+
"comments_url": "https://api.github.com/repos/andrew/node-sass/comments{/number}",
|
361
|
+
"commits_url": "https://api.github.com/repos/andrew/node-sass/commits{/sha}",
|
362
|
+
"subscription_url": "https://api.github.com/repos/andrew/node-sass/subscription",
|
363
|
+
"tags_url": "https://api.github.com/repos/andrew/node-sass/tags{/tag}",
|
364
|
+
"events_url": "https://api.github.com/repos/andrew/node-sass/events",
|
365
|
+
"teams_url": "https://api.github.com/repos/andrew/node-sass/teams",
|
366
|
+
"full_name": "andrew/node-sass"
|
367
|
+
},
|
368
|
+
"created_at": "2012-10-02T13:01:20Z",
|
369
|
+
"url": "https://api.github.com/repos/andrew/node-sass/issues/27",
|
370
|
+
"body": "When attempting to use a simple @import I get the following error message: -\r\n\r\n```\r\nERROR -- , line 1: error reading file \"variables\"\r\n```\r\n\r\nMy app config: -\r\n\r\n```javascript\r\n\r\napp.configure(function(){\r\n\r\n\tapp.set('views', __dirname + '/buildkit/views');\r\n\tapp.set('view engine', 'jade');\r\n\tapp.set('view options', {pretty: true});\r\n\tapp.use(express.favicon());\r\n\tapp.use(express.logger('dev'));\r\n\tapp.use(express.bodyParser());\r\n\tapp.use(express.methodOverride());\r\n\tapp.locals.pretty = true;\r\n\tapp.use(sass.middleware({\r\n\t\t\"src\" : __dirname + '/buildkit/assets/sass',\r\n\t\t\"dest\" : __dirname + '/buildkit/assets/',\r\n\t\t\"debug\" : true\r\n\t}));\r\n\tapp.use(express.static(__dirname + '/buildkit/assets'));\r\n\r\n});\r\n\r\n```\r\n\r\nMy SASS 'screen.scss' (in the same directory as '_variables.scss': -\r\n\r\n```css\r\n@import \"variables\";\r\n\r\nbody {\r\n\tbackground:red;\r\n}\r\n```\r\n\r\nI have also tried importing '_variables.scss'\r\n\r\nAny thoughts / help welcome. ",
|
371
|
+
"user": {
|
372
|
+
"type": "User",
|
373
|
+
"repos_url": "https://api.github.com/users/William-Owen/repos",
|
374
|
+
"followers_url": "https://api.github.com/users/William-Owen/followers",
|
375
|
+
"subscriptions_url": "https://api.github.com/users/William-Owen/subscriptions",
|
376
|
+
"starred_url": "https://api.github.com/users/William-Owen/starred{/owner}{/repo}",
|
377
|
+
"gists_url": "https://api.github.com/users/William-Owen/gists{/gist_id}",
|
378
|
+
"following_url": "https://api.github.com/users/William-Owen/following",
|
379
|
+
"url": "https://api.github.com/users/William-Owen",
|
380
|
+
"received_events_url": "https://api.github.com/users/William-Owen/received_events",
|
381
|
+
"gravatar_id": "d24f114dcc6792c16dfb0b5821fe4176",
|
382
|
+
"organizations_url": "https://api.github.com/users/William-Owen/orgs",
|
383
|
+
"login": "William-Owen",
|
384
|
+
"id": 1788835,
|
385
|
+
"events_url": "https://api.github.com/users/William-Owen/events{/privacy}",
|
386
|
+
"avatar_url": "https://secure.gravatar.com/avatar/d24f114dcc6792c16dfb0b5821fe4176?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
387
|
+
},
|
388
|
+
"closed_at": null,
|
389
|
+
"milestone": null,
|
390
|
+
"state": "open",
|
391
|
+
"labels": [
|
392
|
+
{
|
393
|
+
"url": "https://api.github.com/repos/andrew/node-sass/labels/bug",
|
394
|
+
"name": "bug",
|
395
|
+
"color": "fc2929"
|
396
|
+
}
|
397
|
+
],
|
398
|
+
"title": "@import fails in node-sass 0.2.4",
|
399
|
+
"number": 27,
|
400
|
+
"html_url": "https://github.com/andrew/node-sass/issues/27",
|
401
|
+
"pull_request": {
|
402
|
+
"diff_url": null,
|
403
|
+
"patch_url": null,
|
404
|
+
"html_url": null
|
405
|
+
},
|
406
|
+
"updated_at": "2013-02-03T23:42:09Z",
|
407
|
+
"id": 7292048,
|
408
|
+
"labels_url": "https://api.github.com/repos/andrew/node-sass/issues/27/labels{/name}",
|
409
|
+
"comments": 16,
|
410
|
+
"assignee": {
|
411
|
+
"type": "User",
|
412
|
+
"repos_url": "https://api.github.com/users/andrew/repos",
|
413
|
+
"followers_url": "https://api.github.com/users/andrew/followers",
|
414
|
+
"subscriptions_url": "https://api.github.com/users/andrew/subscriptions",
|
415
|
+
"starred_url": "https://api.github.com/users/andrew/starred{/owner}{/repo}",
|
416
|
+
"gists_url": "https://api.github.com/users/andrew/gists{/gist_id}",
|
417
|
+
"following_url": "https://api.github.com/users/andrew/following",
|
418
|
+
"url": "https://api.github.com/users/andrew",
|
419
|
+
"received_events_url": "https://api.github.com/users/andrew/received_events",
|
420
|
+
"gravatar_id": "8ddbf811da78bb0daeeb3cacd7cf743f",
|
421
|
+
"organizations_url": "https://api.github.com/users/andrew/orgs",
|
422
|
+
"login": "andrew",
|
423
|
+
"id": 1060,
|
424
|
+
"events_url": "https://api.github.com/users/andrew/events{/privacy}",
|
425
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
426
|
+
},
|
427
|
+
"events_url": "https://api.github.com/repos/andrew/node-sass/issues/27/events",
|
428
|
+
"comments_url": "https://api.github.com/repos/andrew/node-sass/issues/27/comments"
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"repository": {
|
432
|
+
"forks": 18,
|
433
|
+
"git_url": "git://github.com/andrew/node-sass.git",
|
434
|
+
"mirror_url": null,
|
435
|
+
"git_tags_url": "https://api.github.com/repos/andrew/node-sass/git/tags{/sha}",
|
436
|
+
"clone_url": "https://github.com/andrew/node-sass.git",
|
437
|
+
"homepage": "https://npmjs.org/package/node-sass",
|
438
|
+
"git_commits_url": "https://api.github.com/repos/andrew/node-sass/git/commits{/sha}",
|
439
|
+
"hooks_url": "https://api.github.com/repos/andrew/node-sass/hooks",
|
440
|
+
"owner": {
|
441
|
+
"type": "User",
|
442
|
+
"repos_url": "https://api.github.com/users/andrew/repos",
|
443
|
+
"followers_url": "https://api.github.com/users/andrew/followers",
|
444
|
+
"subscriptions_url": "https://api.github.com/users/andrew/subscriptions",
|
445
|
+
"starred_url": "https://api.github.com/users/andrew/starred{/owner}{/repo}",
|
446
|
+
"gists_url": "https://api.github.com/users/andrew/gists{/gist_id}",
|
447
|
+
"following_url": "https://api.github.com/users/andrew/following",
|
448
|
+
"url": "https://api.github.com/users/andrew",
|
449
|
+
"received_events_url": "https://api.github.com/users/andrew/received_events",
|
450
|
+
"gravatar_id": "8ddbf811da78bb0daeeb3cacd7cf743f",
|
451
|
+
"organizations_url": "https://api.github.com/users/andrew/orgs",
|
452
|
+
"login": "andrew",
|
453
|
+
"id": 1060,
|
454
|
+
"events_url": "https://api.github.com/users/andrew/events{/privacy}",
|
455
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
456
|
+
},
|
457
|
+
"created_at": "2012-04-24T18:46:30Z",
|
458
|
+
"watchers_count": 148,
|
459
|
+
"has_wiki": true,
|
460
|
+
"git_refs_url": "https://api.github.com/repos/andrew/node-sass/git/refs{/sha}",
|
461
|
+
"url": "https://api.github.com/repos/andrew/node-sass",
|
462
|
+
"svn_url": "https://github.com/andrew/node-sass",
|
463
|
+
"contents_url": "https://api.github.com/repos/andrew/node-sass/contents/{+path}",
|
464
|
+
"languages_url": "https://api.github.com/repos/andrew/node-sass/languages",
|
465
|
+
"issue_events_url": "https://api.github.com/repos/andrew/node-sass/issues/events{/number}",
|
466
|
+
"keys_url": "https://api.github.com/repos/andrew/node-sass/keys{/key_id}",
|
467
|
+
"open_issues": 8,
|
468
|
+
"has_issues": true,
|
469
|
+
"forks_count": 18,
|
470
|
+
"issues_url": "https://api.github.com/repos/andrew/node-sass/issues{/number}",
|
471
|
+
"trees_url": "https://api.github.com/repos/andrew/node-sass/git/trees{/sha}",
|
472
|
+
"description": "Node.js bindings to libsass",
|
473
|
+
"ssh_url": "git@github.com:andrew/node-sass.git",
|
474
|
+
"language": "Shell",
|
475
|
+
"milestones_url": "https://api.github.com/repos/andrew/node-sass/milestones{/number}",
|
476
|
+
"merges_url": "https://api.github.com/repos/andrew/node-sass/merges",
|
477
|
+
"stargazers_url": "https://api.github.com/repos/andrew/node-sass/stargazers",
|
478
|
+
"assignees_url": "https://api.github.com/repos/andrew/node-sass/assignees{/user}",
|
479
|
+
"notifications_url": "https://api.github.com/repos/andrew/node-sass/notifications{?since,all,participating}",
|
480
|
+
"contributors_url": "https://api.github.com/repos/andrew/node-sass/contributors",
|
481
|
+
"statuses_url": "https://api.github.com/repos/andrew/node-sass/statuses/{sha}",
|
482
|
+
"forks_url": "https://api.github.com/repos/andrew/node-sass/forks",
|
483
|
+
"size": 212,
|
484
|
+
"archive_url": "https://api.github.com/repos/andrew/node-sass/{archive_format}{/ref}",
|
485
|
+
"issue_comment_url": "https://api.github.com/repos/andrew/node-sass/issues/comments/{number}",
|
486
|
+
"branches_url": "https://api.github.com/repos/andrew/node-sass/branches{/branch}",
|
487
|
+
"fork": false,
|
488
|
+
"html_url": "https://github.com/andrew/node-sass",
|
489
|
+
"watchers": 148,
|
490
|
+
"open_issues_count": 8,
|
491
|
+
"compare_url": "https://api.github.com/repos/andrew/node-sass/compare/{base}...{head}",
|
492
|
+
"subscribers_url": "https://api.github.com/repos/andrew/node-sass/subscribers",
|
493
|
+
"collaborators_url": "https://api.github.com/repos/andrew/node-sass/collaborators{/collaborator}",
|
494
|
+
"name": "node-sass",
|
495
|
+
"updated_at": "2013-02-07T15:23:13Z",
|
496
|
+
"has_downloads": true,
|
497
|
+
"labels_url": "https://api.github.com/repos/andrew/node-sass/labels{/name}",
|
498
|
+
"pulls_url": "https://api.github.com/repos/andrew/node-sass/pulls{/number}",
|
499
|
+
"downloads_url": "https://api.github.com/repos/andrew/node-sass/downloads",
|
500
|
+
"blobs_url": "https://api.github.com/repos/andrew/node-sass/git/blobs{/sha}",
|
501
|
+
"private": false,
|
502
|
+
"id": 4128353,
|
503
|
+
"pushed_at": "2013-02-03T22:16:26Z",
|
504
|
+
"comments_url": "https://api.github.com/repos/andrew/node-sass/comments{/number}",
|
505
|
+
"commits_url": "https://api.github.com/repos/andrew/node-sass/commits{/sha}",
|
506
|
+
"subscription_url": "https://api.github.com/repos/andrew/node-sass/subscription",
|
507
|
+
"tags_url": "https://api.github.com/repos/andrew/node-sass/tags{/tag}",
|
508
|
+
"events_url": "https://api.github.com/repos/andrew/node-sass/events",
|
509
|
+
"teams_url": "https://api.github.com/repos/andrew/node-sass/teams",
|
510
|
+
"full_name": "andrew/node-sass"
|
511
|
+
},
|
512
|
+
"created_at": "2012-09-24T21:10:57Z",
|
513
|
+
"url": "https://api.github.com/repos/andrew/node-sass/issues/25",
|
514
|
+
"body": "Would be very useful with some folder context so you can specify relative imports.",
|
515
|
+
"user": {
|
516
|
+
"type": "User",
|
517
|
+
"repos_url": "https://api.github.com/users/sindresorhus/repos",
|
518
|
+
"followers_url": "https://api.github.com/users/sindresorhus/followers",
|
519
|
+
"subscriptions_url": "https://api.github.com/users/sindresorhus/subscriptions",
|
520
|
+
"starred_url": "https://api.github.com/users/sindresorhus/starred{/owner}{/repo}",
|
521
|
+
"gists_url": "https://api.github.com/users/sindresorhus/gists{/gist_id}",
|
522
|
+
"following_url": "https://api.github.com/users/sindresorhus/following",
|
523
|
+
"url": "https://api.github.com/users/sindresorhus",
|
524
|
+
"received_events_url": "https://api.github.com/users/sindresorhus/received_events",
|
525
|
+
"gravatar_id": "d36a92237c75c5337c17b60d90686bf9",
|
526
|
+
"organizations_url": "https://api.github.com/users/sindresorhus/orgs",
|
527
|
+
"login": "sindresorhus",
|
528
|
+
"id": 170270,
|
529
|
+
"events_url": "https://api.github.com/users/sindresorhus/events{/privacy}",
|
530
|
+
"avatar_url": "https://secure.gravatar.com/avatar/d36a92237c75c5337c17b60d90686bf9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
531
|
+
},
|
532
|
+
"closed_at": null,
|
533
|
+
"milestone": null,
|
534
|
+
"state": "open",
|
535
|
+
"labels": [
|
536
|
+
|
537
|
+
],
|
538
|
+
"title": "Folder context",
|
539
|
+
"number": 25,
|
540
|
+
"html_url": "https://github.com/andrew/node-sass/issues/25",
|
541
|
+
"pull_request": {
|
542
|
+
"diff_url": null,
|
543
|
+
"patch_url": null,
|
544
|
+
"html_url": null
|
545
|
+
},
|
546
|
+
"updated_at": "2013-01-07T23:03:22Z",
|
547
|
+
"id": 7105829,
|
548
|
+
"labels_url": "https://api.github.com/repos/andrew/node-sass/issues/25/labels{/name}",
|
549
|
+
"comments": 1,
|
550
|
+
"assignee": {
|
551
|
+
"type": "User",
|
552
|
+
"repos_url": "https://api.github.com/users/andrew/repos",
|
553
|
+
"followers_url": "https://api.github.com/users/andrew/followers",
|
554
|
+
"subscriptions_url": "https://api.github.com/users/andrew/subscriptions",
|
555
|
+
"starred_url": "https://api.github.com/users/andrew/starred{/owner}{/repo}",
|
556
|
+
"gists_url": "https://api.github.com/users/andrew/gists{/gist_id}",
|
557
|
+
"following_url": "https://api.github.com/users/andrew/following",
|
558
|
+
"url": "https://api.github.com/users/andrew",
|
559
|
+
"received_events_url": "https://api.github.com/users/andrew/received_events",
|
560
|
+
"gravatar_id": "8ddbf811da78bb0daeeb3cacd7cf743f",
|
561
|
+
"organizations_url": "https://api.github.com/users/andrew/orgs",
|
562
|
+
"login": "andrew",
|
563
|
+
"id": 1060,
|
564
|
+
"events_url": "https://api.github.com/users/andrew/events{/privacy}",
|
565
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
566
|
+
},
|
567
|
+
"events_url": "https://api.github.com/repos/andrew/node-sass/issues/25/events",
|
568
|
+
"comments_url": "https://api.github.com/repos/andrew/node-sass/issues/25/comments"
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"repository": {
|
572
|
+
"forks": 8,
|
573
|
+
"git_url": "git://github.com/andrew/split-analytics.git",
|
574
|
+
"mirror_url": null,
|
575
|
+
"git_tags_url": "https://api.github.com/repos/andrew/split-analytics/git/tags{/sha}",
|
576
|
+
"clone_url": "https://github.com/andrew/split-analytics.git",
|
577
|
+
"homepage": "https://rubygems.org/gems/split-analytics",
|
578
|
+
"git_commits_url": "https://api.github.com/repos/andrew/split-analytics/git/commits{/sha}",
|
579
|
+
"hooks_url": "https://api.github.com/repos/andrew/split-analytics/hooks",
|
580
|
+
"owner": {
|
581
|
+
"type": "User",
|
582
|
+
"repos_url": "https://api.github.com/users/andrew/repos",
|
583
|
+
"followers_url": "https://api.github.com/users/andrew/followers",
|
584
|
+
"subscriptions_url": "https://api.github.com/users/andrew/subscriptions",
|
585
|
+
"starred_url": "https://api.github.com/users/andrew/starred{/owner}{/repo}",
|
586
|
+
"gists_url": "https://api.github.com/users/andrew/gists{/gist_id}",
|
587
|
+
"following_url": "https://api.github.com/users/andrew/following",
|
588
|
+
"url": "https://api.github.com/users/andrew",
|
589
|
+
"received_events_url": "https://api.github.com/users/andrew/received_events",
|
590
|
+
"gravatar_id": "8ddbf811da78bb0daeeb3cacd7cf743f",
|
591
|
+
"organizations_url": "https://api.github.com/users/andrew/orgs",
|
592
|
+
"login": "andrew",
|
593
|
+
"id": 1060,
|
594
|
+
"events_url": "https://api.github.com/users/andrew/events{/privacy}",
|
595
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
596
|
+
},
|
597
|
+
"created_at": "2011-06-21T20:47:51Z",
|
598
|
+
"watchers_count": 23,
|
599
|
+
"has_wiki": true,
|
600
|
+
"git_refs_url": "https://api.github.com/repos/andrew/split-analytics/git/refs{/sha}",
|
601
|
+
"url": "https://api.github.com/repos/andrew/split-analytics",
|
602
|
+
"svn_url": "https://github.com/andrew/split-analytics",
|
603
|
+
"contents_url": "https://api.github.com/repos/andrew/split-analytics/contents/{+path}",
|
604
|
+
"languages_url": "https://api.github.com/repos/andrew/split-analytics/languages",
|
605
|
+
"issue_events_url": "https://api.github.com/repos/andrew/split-analytics/issues/events{/number}",
|
606
|
+
"keys_url": "https://api.github.com/repos/andrew/split-analytics/keys{/key_id}",
|
607
|
+
"open_issues": 2,
|
608
|
+
"has_issues": true,
|
609
|
+
"forks_count": 8,
|
610
|
+
"issues_url": "https://api.github.com/repos/andrew/split-analytics/issues{/number}",
|
611
|
+
"trees_url": "https://api.github.com/repos/andrew/split-analytics/git/trees{/sha}",
|
612
|
+
"description": "An extension to Split to push test data to google analytics.",
|
613
|
+
"ssh_url": "git@github.com:andrew/split-analytics.git",
|
614
|
+
"language": "Ruby",
|
615
|
+
"milestones_url": "https://api.github.com/repos/andrew/split-analytics/milestones{/number}",
|
616
|
+
"merges_url": "https://api.github.com/repos/andrew/split-analytics/merges",
|
617
|
+
"stargazers_url": "https://api.github.com/repos/andrew/split-analytics/stargazers",
|
618
|
+
"assignees_url": "https://api.github.com/repos/andrew/split-analytics/assignees{/user}",
|
619
|
+
"notifications_url": "https://api.github.com/repos/andrew/split-analytics/notifications{?since,all,participating}",
|
620
|
+
"contributors_url": "https://api.github.com/repos/andrew/split-analytics/contributors",
|
621
|
+
"statuses_url": "https://api.github.com/repos/andrew/split-analytics/statuses/{sha}",
|
622
|
+
"forks_url": "https://api.github.com/repos/andrew/split-analytics/forks",
|
623
|
+
"size": 140,
|
624
|
+
"archive_url": "https://api.github.com/repos/andrew/split-analytics/{archive_format}{/ref}",
|
625
|
+
"issue_comment_url": "https://api.github.com/repos/andrew/split-analytics/issues/comments/{number}",
|
626
|
+
"branches_url": "https://api.github.com/repos/andrew/split-analytics/branches{/branch}",
|
627
|
+
"fork": false,
|
628
|
+
"html_url": "https://github.com/andrew/split-analytics",
|
629
|
+
"watchers": 23,
|
630
|
+
"open_issues_count": 2,
|
631
|
+
"compare_url": "https://api.github.com/repos/andrew/split-analytics/compare/{base}...{head}",
|
632
|
+
"subscribers_url": "https://api.github.com/repos/andrew/split-analytics/subscribers",
|
633
|
+
"collaborators_url": "https://api.github.com/repos/andrew/split-analytics/collaborators{/collaborator}",
|
634
|
+
"name": "split-analytics",
|
635
|
+
"updated_at": "2013-01-24T06:17:54Z",
|
636
|
+
"has_downloads": true,
|
637
|
+
"labels_url": "https://api.github.com/repos/andrew/split-analytics/labels{/name}",
|
638
|
+
"pulls_url": "https://api.github.com/repos/andrew/split-analytics/pulls{/number}",
|
639
|
+
"downloads_url": "https://api.github.com/repos/andrew/split-analytics/downloads",
|
640
|
+
"blobs_url": "https://api.github.com/repos/andrew/split-analytics/git/blobs{/sha}",
|
641
|
+
"private": false,
|
642
|
+
"id": 1931518,
|
643
|
+
"pushed_at": "2013-01-14T09:37:42Z",
|
644
|
+
"comments_url": "https://api.github.com/repos/andrew/split-analytics/comments{/number}",
|
645
|
+
"commits_url": "https://api.github.com/repos/andrew/split-analytics/commits{/sha}",
|
646
|
+
"subscription_url": "https://api.github.com/repos/andrew/split-analytics/subscription",
|
647
|
+
"tags_url": "https://api.github.com/repos/andrew/split-analytics/tags{/tag}",
|
648
|
+
"events_url": "https://api.github.com/repos/andrew/split-analytics/events",
|
649
|
+
"teams_url": "https://api.github.com/repos/andrew/split-analytics/teams",
|
650
|
+
"full_name": "andrew/split-analytics"
|
651
|
+
},
|
652
|
+
"created_at": "2012-04-03T15:24:44Z",
|
653
|
+
"url": "https://api.github.com/repos/andrew/split-analytics/issues/3",
|
654
|
+
"body": "In the custom variables in analytics I am getting the version number in each custom variable keys.\r\n\r\nThe thing is that for the same test I have three different lines due to that number. When is the version changed ??",
|
655
|
+
"user": {
|
656
|
+
"type": "User",
|
657
|
+
"repos_url": "https://api.github.com/users/arcanoid/repos",
|
658
|
+
"followers_url": "https://api.github.com/users/arcanoid/followers",
|
659
|
+
"subscriptions_url": "https://api.github.com/users/arcanoid/subscriptions",
|
660
|
+
"starred_url": "https://api.github.com/users/arcanoid/starred{/owner}{/repo}",
|
661
|
+
"gists_url": "https://api.github.com/users/arcanoid/gists{/gist_id}",
|
662
|
+
"following_url": "https://api.github.com/users/arcanoid/following",
|
663
|
+
"url": "https://api.github.com/users/arcanoid",
|
664
|
+
"received_events_url": "https://api.github.com/users/arcanoid/received_events",
|
665
|
+
"gravatar_id": "f43143823b61e9e40ea092b9eda4c933",
|
666
|
+
"organizations_url": "https://api.github.com/users/arcanoid/orgs",
|
667
|
+
"login": "arcanoid",
|
668
|
+
"id": 1608127,
|
669
|
+
"events_url": "https://api.github.com/users/arcanoid/events{/privacy}",
|
670
|
+
"avatar_url": "https://secure.gravatar.com/avatar/f43143823b61e9e40ea092b9eda4c933?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
671
|
+
},
|
672
|
+
"closed_at": null,
|
673
|
+
"milestone": null,
|
674
|
+
"state": "open",
|
675
|
+
"labels": [
|
676
|
+
|
677
|
+
],
|
678
|
+
"title": "version in test name in analytics",
|
679
|
+
"number": 3,
|
680
|
+
"html_url": "https://github.com/andrew/split-analytics/issues/3",
|
681
|
+
"pull_request": {
|
682
|
+
"diff_url": null,
|
683
|
+
"patch_url": null,
|
684
|
+
"html_url": null
|
685
|
+
},
|
686
|
+
"updated_at": "2012-04-03T15:34:52Z",
|
687
|
+
"id": 3946975,
|
688
|
+
"labels_url": "https://api.github.com/repos/andrew/split-analytics/issues/3/labels{/name}",
|
689
|
+
"comments": 0,
|
690
|
+
"assignee": {
|
691
|
+
"type": "User",
|
692
|
+
"repos_url": "https://api.github.com/users/andrew/repos",
|
693
|
+
"followers_url": "https://api.github.com/users/andrew/followers",
|
694
|
+
"subscriptions_url": "https://api.github.com/users/andrew/subscriptions",
|
695
|
+
"starred_url": "https://api.github.com/users/andrew/starred{/owner}{/repo}",
|
696
|
+
"gists_url": "https://api.github.com/users/andrew/gists{/gist_id}",
|
697
|
+
"following_url": "https://api.github.com/users/andrew/following",
|
698
|
+
"url": "https://api.github.com/users/andrew",
|
699
|
+
"received_events_url": "https://api.github.com/users/andrew/received_events",
|
700
|
+
"gravatar_id": "8ddbf811da78bb0daeeb3cacd7cf743f",
|
701
|
+
"organizations_url": "https://api.github.com/users/andrew/orgs",
|
702
|
+
"login": "andrew",
|
703
|
+
"id": 1060,
|
704
|
+
"events_url": "https://api.github.com/users/andrew/events{/privacy}",
|
705
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"
|
706
|
+
},
|
707
|
+
"events_url": "https://api.github.com/repos/andrew/split-analytics/issues/3/events",
|
708
|
+
"comments_url": "https://api.github.com/repos/andrew/split-analytics/issues/3/comments"
|
709
|
+
}
|
710
|
+
]
|