octokit 0.6.5 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.rspec +1 -2
- data/.travis.yml +0 -1
- data/CHANGELOG.md +1 -0
- data/Gemfile +1 -1
- data/README.md +41 -28
- data/Rakefile +11 -0
- data/lib/faraday/response/raise_octokit_error.rb +4 -2
- data/lib/octokit/client.rb +2 -0
- data/lib/octokit/client/commits.rb +12 -0
- data/lib/octokit/client/events.rb +26 -0
- data/lib/octokit/client/issues.rb +35 -7
- data/lib/octokit/client/labels.rb +5 -5
- data/lib/octokit/client/objects.rb +10 -6
- data/lib/octokit/client/organizations.rb +25 -21
- data/lib/octokit/client/pub_sub_hubbub/service_hooks.rb +2 -2
- data/lib/octokit/client/pulls.rb +4 -4
- data/lib/octokit/client/repositories.rb +18 -18
- data/lib/octokit/client/users.rb +19 -14
- data/lib/octokit/configuration.rb +14 -11
- data/lib/octokit/connection.rb +3 -3
- data/lib/octokit/request.rb +17 -1
- data/lib/octokit/version.rb +1 -1
- data/octokit.gemspec +13 -12
- data/spec/fixtures/v3/blob.json +7 -0
- data/spec/fixtures/v3/commit_comment.json +19 -0
- data/spec/fixtures/v3/commit_comments.json +78 -0
- data/spec/fixtures/v3/emails.json +4 -0
- data/spec/fixtures/v3/followers.json +212 -0
- data/spec/fixtures/v3/following.json +209 -0
- data/spec/fixtures/v3/issue.json +37 -0
- data/spec/fixtures/v3/issue_closed.json +37 -0
- data/spec/fixtures/v3/issue_event.json +44 -0
- data/spec/fixtures/v3/issue_events.json +72 -0
- data/spec/fixtures/v3/list_commit_comments.json +572 -0
- data/spec/fixtures/v3/organization-repositories.json +4292 -0
- data/spec/fixtures/v3/organization-repository.json +42 -0
- data/spec/fixtures/v3/organization.json +18 -0
- data/spec/fixtures/v3/organization_members.json +576 -0
- data/spec/fixtures/v3/organization_team_members.json +16 -0
- data/spec/fixtures/v3/organization_team_repos.json +62 -0
- data/spec/fixtures/v3/organizations.json +44 -0
- data/spec/fixtures/v3/public_events.json +1110 -0
- data/spec/fixtures/v3/pull_created.json +138 -0
- data/spec/fixtures/v3/pull_request.json +138 -0
- data/spec/fixtures/v3/pull_requests.json +187 -0
- data/spec/fixtures/v3/repo_events.json +1668 -0
- data/spec/fixtures/v3/repo_issues_events.json +134 -0
- data/spec/fixtures/v3/team.json +8 -0
- data/spec/fixtures/v3/teams.json +4 -4
- data/spec/fixtures/v3/tree.json +112 -0
- data/spec/fixtures/v3/watched.json +1022 -0
- data/spec/helper.rb +3 -3
- data/spec/octokit/client/commits_spec.rb +33 -0
- data/spec/octokit/client/events_spec.rb +27 -0
- data/spec/octokit/client/issue_events_spec.rb +30 -0
- data/spec/octokit/client/issues_spec.rb +31 -20
- data/spec/octokit/client/labels_spec.rb +1 -1
- data/spec/octokit/client/objects_spec.rb +9 -8
- data/spec/octokit/client/organizations_spec.rb +56 -67
- data/spec/octokit/client/pulls_spec.rb +19 -18
- data/spec/octokit/client/repositories_spec.rb +24 -38
- data/spec/octokit/client/users_spec.rb +50 -51
- data/spec/octokit/client_spec.rb +16 -0
- metadata +111 -81
- data/puppeteer.jpg +0 -0
- data/spec/fixtures/v2/blob.json +0 -1
- data/spec/fixtures/v2/comment.json +0 -1
- data/spec/fixtures/v2/comments.json +0 -1
- data/spec/fixtures/v2/delete_failure.json +0 -1
- data/spec/fixtures/v2/delete_token.json +0 -1
- data/spec/fixtures/v2/emails.json +0 -1
- data/spec/fixtures/v2/followers.json +0 -1
- data/spec/fixtures/v2/following.json +0 -1
- data/spec/fixtures/v2/issue.json +0 -1
- data/spec/fixtures/v2/labels.json +0 -1
- data/spec/fixtures/v2/organization.json +0 -1
- data/spec/fixtures/v2/organizations.json +0 -1
- data/spec/fixtures/v2/public_keys.json +0 -1
- data/spec/fixtures/v2/pull.json +0 -1
- data/spec/fixtures/v2/pulls.json +0 -1
- data/spec/fixtures/v2/tags.json +0 -1
- data/spec/fixtures/v2/team.json +0 -1
- data/spec/fixtures/v2/teams.json +0 -1
- data/spec/fixtures/v2/tree.json +0 -1
@@ -0,0 +1,209 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
|
4
|
+
"login": "rails",
|
5
|
+
"url": "https://api.github.com/orgs/rails",
|
6
|
+
"id": 4223
|
7
|
+
},
|
8
|
+
{
|
9
|
+
"avatar_url": "https://secure.gravatar.com/avatar/6d8ca4feec71d59cc926a9bfb8fd3869?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
10
|
+
"gravatar_id": "6d8ca4feec71d59cc926a9bfb8fd3869",
|
11
|
+
"login": "puls",
|
12
|
+
"url": "https://api.github.com/users/puls",
|
13
|
+
"id": 9763
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"avatar_url": "https://secure.gravatar.com/avatar/428167a3ec72235ba971162924492609?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
17
|
+
"gravatar_id": "428167a3ec72235ba971162924492609",
|
18
|
+
"login": "wycats",
|
19
|
+
"url": "https://api.github.com/users/wycats",
|
20
|
+
"id": 4
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"avatar_url": "https://secure.gravatar.com/avatar/ed9635566b34ade32274f510f0f9a6d2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
24
|
+
"gravatar_id": "ed9635566b34ade32274f510f0f9a6d2",
|
25
|
+
"login": "dhh",
|
26
|
+
"url": "https://api.github.com/users/dhh",
|
27
|
+
"id": 2741
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"avatar_url": "https://secure.gravatar.com/avatar/df3d720b0387da4124961d1de6622632?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
31
|
+
"gravatar_id": "df3d720b0387da4124961d1de6622632",
|
32
|
+
"login": "jm3",
|
33
|
+
"url": "https://api.github.com/users/jm3",
|
34
|
+
"id": 12213
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"avatar_url": "https://secure.gravatar.com/avatar/9f0f89bbd9e1ecfbaab6584e429b7a2f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
38
|
+
"gravatar_id": "9f0f89bbd9e1ecfbaab6584e429b7a2f",
|
39
|
+
"login": "joshsusser",
|
40
|
+
"url": "https://api.github.com/users/joshsusser",
|
41
|
+
"id": 156
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"avatar_url": "https://secure.gravatar.com/avatar/d9914cfbec64060f4053fc221a2a7536?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
45
|
+
"gravatar_id": "d9914cfbec64060f4053fc221a2a7536",
|
46
|
+
"login": "nkallen",
|
47
|
+
"url": "https://api.github.com/users/nkallen",
|
48
|
+
"id": 699
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"avatar_url": "https://secure.gravatar.com/avatar/821395fe70906c8290df7f18ac4ac6cf?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
52
|
+
"gravatar_id": "821395fe70906c8290df7f18ac4ac6cf",
|
53
|
+
"login": "technoweenie",
|
54
|
+
"url": "https://api.github.com/users/technoweenie",
|
55
|
+
"id": 21
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"avatar_url": "https://secure.gravatar.com/avatar/fa273befbb36b0323044fcf035b7ee39?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
59
|
+
"gravatar_id": "fa273befbb36b0323044fcf035b7ee39",
|
60
|
+
"login": "blaine",
|
61
|
+
"url": "https://api.github.com/users/blaine",
|
62
|
+
"id": 9954
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"avatar_url": "https://secure.gravatar.com/avatar/3fcb27e39d2ff47357a803e91347fee4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
66
|
+
"gravatar_id": "3fcb27e39d2ff47357a803e91347fee4",
|
67
|
+
"login": "al3x",
|
68
|
+
"url": "https://api.github.com/users/al3x",
|
69
|
+
"id": 152
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"avatar_url": "https://secure.gravatar.com/avatar/b8dbb1987e8e5318584865f880036796?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
73
|
+
"gravatar_id": "b8dbb1987e8e5318584865f880036796",
|
74
|
+
"login": "defunkt",
|
75
|
+
"url": "https://api.github.com/users/defunkt",
|
76
|
+
"id": 2
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"avatar_url": "https://secure.gravatar.com/avatar/9375a9529679f1b42b567a640d775e7d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
80
|
+
"gravatar_id": "9375a9529679f1b42b567a640d775e7d",
|
81
|
+
"login": "schacon",
|
82
|
+
"url": "https://api.github.com/users/schacon",
|
83
|
+
"id": 70
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1a250566b475961b9b36abf359950c76?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
87
|
+
"gravatar_id": "1a250566b475961b9b36abf359950c76",
|
88
|
+
"login": "bmizerany",
|
89
|
+
"url": "https://api.github.com/users/bmizerany",
|
90
|
+
"id": 46
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"avatar_url": "https://secure.gravatar.com/avatar/abfc88b96ae18c85ba7aac3bded2ec5e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
94
|
+
"gravatar_id": "abfc88b96ae18c85ba7aac3bded2ec5e",
|
95
|
+
"login": "rtomayko",
|
96
|
+
"url": "https://api.github.com/users/rtomayko",
|
97
|
+
"id": 404
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"avatar_url": "https://secure.gravatar.com/avatar/7c9a9a0dabb231717d63b20413988157?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
101
|
+
"gravatar_id": "7c9a9a0dabb231717d63b20413988157",
|
102
|
+
"login": "jpr5",
|
103
|
+
"url": "https://api.github.com/users/jpr5",
|
104
|
+
"id": 86957
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"avatar_url": "https://secure.gravatar.com/avatar/64fec2287666363ff9697ea37f0c3412?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
108
|
+
"gravatar_id": "64fec2287666363ff9697ea37f0c3412",
|
109
|
+
"login": "lholden",
|
110
|
+
"url": "https://api.github.com/users/lholden",
|
111
|
+
"id": 20953
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"avatar_url": "https://secure.gravatar.com/avatar/ae3f4aeecd2b103e1782c6df87211f98?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
|
115
|
+
"login": "140proof",
|
116
|
+
"url": "https://api.github.com/orgs/140proof",
|
117
|
+
"id": 100502
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"avatar_url": "https://secure.gravatar.com/avatar/074d18f816c0eef8468da7cde2d81dcd?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
121
|
+
"gravatar_id": "074d18f816c0eef8468da7cde2d81dcd",
|
122
|
+
"login": "kanevski",
|
123
|
+
"url": "https://api.github.com/users/kanevski",
|
124
|
+
"id": 59267
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"avatar_url": "https://secure.gravatar.com/avatar/d1c067780d4e27fd72212543162c7053?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
|
128
|
+
"login": "carlhuda",
|
129
|
+
"url": "https://api.github.com/orgs/carlhuda",
|
130
|
+
"id": 76794
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"avatar_url": "https://secure.gravatar.com/avatar/da5274b27cc6c0f505495bf5d504575d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
134
|
+
"gravatar_id": "da5274b27cc6c0f505495bf5d504575d",
|
135
|
+
"login": "carllerche",
|
136
|
+
"url": "https://api.github.com/users/carllerche",
|
137
|
+
"id": 6180
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"avatar_url": "https://secure.gravatar.com/avatar/e13c31390e0369fcd5972292ce0e7b92?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
141
|
+
"gravatar_id": "e13c31390e0369fcd5972292ce0e7b92",
|
142
|
+
"login": "jnunemaker",
|
143
|
+
"url": "https://api.github.com/users/jnunemaker",
|
144
|
+
"id": 235
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"avatar_url": "https://secure.gravatar.com/avatar/bbe5dc8dcf248706525ab76f46185520?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
148
|
+
"gravatar_id": "bbe5dc8dcf248706525ab76f46185520",
|
149
|
+
"login": "josh",
|
150
|
+
"url": "https://api.github.com/users/josh",
|
151
|
+
"id": 137
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1b0913ce73ee61d8305608037bcc4a0a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
155
|
+
"gravatar_id": "1b0913ce73ee61d8305608037bcc4a0a",
|
156
|
+
"login": "hoverbird",
|
157
|
+
"url": "https://api.github.com/users/hoverbird",
|
158
|
+
"id": 279
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"avatar_url": "https://secure.gravatar.com/avatar/7f67a350859f0ab846c91afa1f66cc4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
162
|
+
"gravatar_id": "7f67a350859f0ab846c91afa1f66cc4f",
|
163
|
+
"login": "jamiew",
|
164
|
+
"url": "https://api.github.com/users/jamiew",
|
165
|
+
"id": 1903
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"avatar_url": "https://secure.gravatar.com/avatar/f183bcc4176b308c9edabe79299e448f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
169
|
+
"gravatar_id": "f183bcc4176b308c9edabe79299e448f",
|
170
|
+
"login": "jeremyevans",
|
171
|
+
"url": "https://api.github.com/users/jeremyevans",
|
172
|
+
"id": 3846
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"avatar_url": "https://secure.gravatar.com/avatar/535d73db0b47b6f745e9981e80dabdb4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
176
|
+
"gravatar_id": "535d73db0b47b6f745e9981e80dabdb4",
|
177
|
+
"login": "brynary",
|
178
|
+
"url": "https://api.github.com/users/brynary",
|
179
|
+
"id": 19
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"avatar_url": "https://secure.gravatar.com/avatar/a0b49382b6dcd9dd4602c3088717724e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
183
|
+
"gravatar_id": "a0b49382b6dcd9dd4602c3088717724e",
|
184
|
+
"login": "mojodna",
|
185
|
+
"url": "https://api.github.com/users/mojodna",
|
186
|
+
"id": 45
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"avatar_url": "https://secure.gravatar.com/avatar/25c7c18223fb42a4c6ae1c8db6f50f9b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
190
|
+
"gravatar_id": "25c7c18223fb42a4c6ae1c8db6f50f9b",
|
191
|
+
"login": "mojombo",
|
192
|
+
"url": "https://api.github.com/users/mojombo",
|
193
|
+
"id": 1
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"avatar_url": "https://secure.gravatar.com/avatar/c7e2ce5b40f683dfb6c1bdf5e6af0c72?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
197
|
+
"gravatar_id": "c7e2ce5b40f683dfb6c1bdf5e6af0c72",
|
198
|
+
"login": "joshbuddy",
|
199
|
+
"url": "https://api.github.com/users/joshbuddy",
|
200
|
+
"id": 8898
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"avatar_url": "https://secure.gravatar.com/avatar/a17f0025641b4be419a6cd3845e55dd2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
204
|
+
"gravatar_id": "a17f0025641b4be419a6cd3845e55dd2",
|
205
|
+
"login": "igrigorik",
|
206
|
+
"url": "https://api.github.com/users/igrigorik",
|
207
|
+
"id": 10652
|
208
|
+
}
|
209
|
+
]
|
@@ -0,0 +1,37 @@
|
|
1
|
+
{
|
2
|
+
"pull_request": {
|
3
|
+
"html_url": null,
|
4
|
+
"diff_url": null,
|
5
|
+
"patch_url": null
|
6
|
+
},
|
7
|
+
"milestone": null,
|
8
|
+
"title": "Migrate issues to v3",
|
9
|
+
"user": {
|
10
|
+
"url": "https://api.github.com/users/ctshryock",
|
11
|
+
"login": "ctshryock",
|
12
|
+
"gravatar_id": "dfb3948650131e4f0385c3328187cfca",
|
13
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
14
|
+
"id": 61721
|
15
|
+
},
|
16
|
+
"url": "https://api.github.com/repos/ctshryock/octokit/issues/12",
|
17
|
+
"created_at": "2011-11-06T18:02:58Z",
|
18
|
+
"html_url": "https://github.com/ctshryock/octokit/issues/12",
|
19
|
+
"closed_at": null,
|
20
|
+
"state": "open",
|
21
|
+
"body": "Move all Issues calls to v3 of the API",
|
22
|
+
"comments": 0,
|
23
|
+
"closed_by": {
|
24
|
+
"url": "https://api.github.com/users/ctshryock",
|
25
|
+
"login": "ctshryock",
|
26
|
+
"gravatar_id": "dfb3948650131e4f0385c3328187cfca",
|
27
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
28
|
+
"id": 61721
|
29
|
+
},
|
30
|
+
"updated_at": "2011-11-08T01:52:32Z",
|
31
|
+
"labels": [
|
32
|
+
|
33
|
+
],
|
34
|
+
"number": 12,
|
35
|
+
"id": 2157157,
|
36
|
+
"assignee": null
|
37
|
+
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
{
|
2
|
+
"pull_request": {
|
3
|
+
"patch_url": null,
|
4
|
+
"diff_url": null,
|
5
|
+
"html_url": null
|
6
|
+
},
|
7
|
+
"closed_at": "2011-11-08T01:45:31Z",
|
8
|
+
"title": "Migrate issues to v3",
|
9
|
+
"user": {
|
10
|
+
"url": "https://api.github.com/users/ctshryock",
|
11
|
+
"gravatar_id": "dfb3948650131e4f0385c3328187cfca",
|
12
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
13
|
+
"login": "ctshryock",
|
14
|
+
"id": 61721
|
15
|
+
},
|
16
|
+
"url": "https://api.github.com/repos/ctshryock/octokit/issues/12",
|
17
|
+
"closed_by": {
|
18
|
+
"url": "https://api.github.com/users/ctshryock",
|
19
|
+
"gravatar_id": "dfb3948650131e4f0385c3328187cfca",
|
20
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
21
|
+
"login": "ctshryock",
|
22
|
+
"id": 61721
|
23
|
+
},
|
24
|
+
"milestone": null,
|
25
|
+
"created_at": "2011-11-06T18:02:58Z",
|
26
|
+
"state": "closed",
|
27
|
+
"body": "Move all Issues calls to v3 of the API",
|
28
|
+
"comments": 0,
|
29
|
+
"updated_at": "2011-11-08T01:45:31Z",
|
30
|
+
"labels": [
|
31
|
+
|
32
|
+
],
|
33
|
+
"number": 12,
|
34
|
+
"id": 2157157,
|
35
|
+
"assignee": null,
|
36
|
+
"html_url": "https://github.com/ctshryock/octokit/issues/12"
|
37
|
+
}
|
@@ -0,0 +1,44 @@
|
|
1
|
+
{
|
2
|
+
"actor": {
|
3
|
+
"url": "https://api.github.com/users/sferik",
|
4
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
5
|
+
"login": "sferik",
|
6
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
7
|
+
"id": 10308
|
8
|
+
},
|
9
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/events/3094334",
|
10
|
+
"created_at": "2011-09-08T15:14:06Z",
|
11
|
+
"commit_id": null,
|
12
|
+
"event": "closed",
|
13
|
+
"issue": {
|
14
|
+
"body": "This may just be my n00bness (and I apologize if it is), but I keep getting the following error when trying to use octokit with omniauth in a Sinatra project:\r\n\r\n raise_if_conflicts': Unable to activate octokit-0.6.4, because addressable-2.2.4 conflicts with addressable (~> 2.2.6), faraday-0.6.1 conflicts with faraday (~> 0.7.3) (Gem::LoadError)`\r\n\r\nIs there a way to easily fix this? I've never run into a problem like it, and would be great if I could use the two gems together.\r\n\r\nThank you!",
|
15
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/54",
|
16
|
+
"created_at": "2011-09-05T03:55:21Z",
|
17
|
+
"comments": 2,
|
18
|
+
"title": "Can't use octokit with omniauth",
|
19
|
+
"html_url": "https://github.com/pengwynn/octokit/issues/54",
|
20
|
+
"closed_at": "2011-09-08T15:14:06Z",
|
21
|
+
"assignee": null,
|
22
|
+
"milestone": null,
|
23
|
+
"labels": [
|
24
|
+
|
25
|
+
],
|
26
|
+
"number": 54,
|
27
|
+
"state": "closed",
|
28
|
+
"user": {
|
29
|
+
"url": "https://api.github.com/users/connormontgomery",
|
30
|
+
"gravatar_id": "f12ed6301268a1a8d40f292135e6bfca",
|
31
|
+
"login": "connormontgomery",
|
32
|
+
"avatar_url": "https://secure.gravatar.com/avatar/f12ed6301268a1a8d40f292135e6bfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
33
|
+
"id": 97697
|
34
|
+
},
|
35
|
+
"pull_request": {
|
36
|
+
"html_url": null,
|
37
|
+
"diff_url": null,
|
38
|
+
"patch_url": null
|
39
|
+
},
|
40
|
+
"updated_at": "2011-09-08T15:14:06Z",
|
41
|
+
"id": 1564650
|
42
|
+
},
|
43
|
+
"id": 3094334
|
44
|
+
}
|
@@ -0,0 +1,72 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"created_at": "2011-06-02T12:39:23Z",
|
4
|
+
"commit_id": null,
|
5
|
+
"event": "mentioned",
|
6
|
+
"actor": {
|
7
|
+
"url": "https://api.github.com/users/pengwynn",
|
8
|
+
"avatar_url": "https://secure.gravatar.com/avatar/7e19cd5486b5d6dc1ef90e671ba52ae0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
9
|
+
"id": 865,
|
10
|
+
"gravatar_id": "7e19cd5486b5d6dc1ef90e671ba52ae0",
|
11
|
+
"login": "pengwynn"
|
12
|
+
},
|
13
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/events/972711",
|
14
|
+
"id": 972711
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"created_at": "2011-06-02T12:39:23Z",
|
18
|
+
"commit_id": null,
|
19
|
+
"event": "subscribed",
|
20
|
+
"actor": {
|
21
|
+
"url": "https://api.github.com/users/pengwynn",
|
22
|
+
"avatar_url": "https://secure.gravatar.com/avatar/7e19cd5486b5d6dc1ef90e671ba52ae0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
23
|
+
"id": 865,
|
24
|
+
"gravatar_id": "7e19cd5486b5d6dc1ef90e671ba52ae0",
|
25
|
+
"login": "pengwynn"
|
26
|
+
},
|
27
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/events/972712",
|
28
|
+
"id": 972712
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"created_at": "2011-06-02T12:39:23Z",
|
32
|
+
"commit_id": null,
|
33
|
+
"event": "subscribed",
|
34
|
+
"actor": {
|
35
|
+
"url": "https://api.github.com/users/shock",
|
36
|
+
"avatar_url": "https://secure.gravatar.com/avatar/d2399743d3acbadec5b69550490b6c62?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
37
|
+
"id": 36064,
|
38
|
+
"gravatar_id": "d2399743d3acbadec5b69550490b6c62",
|
39
|
+
"login": "shock"
|
40
|
+
},
|
41
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/events/972713",
|
42
|
+
"id": 972713
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"created_at": "2011-06-02T20:02:35Z",
|
46
|
+
"commit_id": null,
|
47
|
+
"event": "subscribed",
|
48
|
+
"actor": {
|
49
|
+
"url": "https://api.github.com/users/sferik",
|
50
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
51
|
+
"id": 10308,
|
52
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
53
|
+
"login": "sferik"
|
54
|
+
},
|
55
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/events/981039",
|
56
|
+
"id": 981039
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"created_at": "2011-06-30T18:22:43Z",
|
60
|
+
"commit_id": null,
|
61
|
+
"event": "subscribed",
|
62
|
+
"actor": {
|
63
|
+
"url": "https://api.github.com/users/ctshryock",
|
64
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfb3948650131e4f0385c3328187cfca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
65
|
+
"id": 61721,
|
66
|
+
"gravatar_id": "dfb3948650131e4f0385c3328187cfca",
|
67
|
+
"login": "ctshryock"
|
68
|
+
},
|
69
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/issues/events/1503498",
|
70
|
+
"id": 1503498
|
71
|
+
}
|
72
|
+
]
|
@@ -0,0 +1,572 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"created_at": "2011-07-30T18:59:10Z",
|
4
|
+
"position": null,
|
5
|
+
"line": null,
|
6
|
+
"body": "This commit appears to have broken the build: http://ci.railsadmin.org/job/RailsAdmin/478/",
|
7
|
+
"commit_id": "0667424ae17990941624f1dc84dece421fecd595",
|
8
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/504455",
|
9
|
+
"updated_at": "2011-07-30T18:59:10Z",
|
10
|
+
"user": {
|
11
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
12
|
+
"url": "https://api.github.com/users/sferik",
|
13
|
+
"login": "sferik",
|
14
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
15
|
+
"id": 10308
|
16
|
+
},
|
17
|
+
"path": null,
|
18
|
+
"id": 504455,
|
19
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/0667424ae1#commitcomment-504455"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"created_at": "2010-12-22T12:33:46Z",
|
23
|
+
"position": null,
|
24
|
+
"line": null,
|
25
|
+
"body": "This is a really common mistake, should we add an assertion to test suite that dummy_app really outputs English? I bet it's confusing for many of the users who take RailsAdmin for a test drive using dummy_app when it outputs a foreign language.",
|
26
|
+
"commit_id": "07597b5fed5febe9ae159378b3c3f2dc0637489c",
|
27
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/224114",
|
28
|
+
"updated_at": "2010-12-22T12:33:46Z",
|
29
|
+
"user": {
|
30
|
+
"gravatar_id": "40a0afa49eb7b12db4dcda70b2e1520d",
|
31
|
+
"url": "https://api.github.com/users/kaapa",
|
32
|
+
"login": "kaapa",
|
33
|
+
"avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
34
|
+
"id": 215071
|
35
|
+
},
|
36
|
+
"path": "",
|
37
|
+
"id": 224114,
|
38
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/07597b5fed#commitcomment-224114"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"created_at": "2010-12-22T19:51:45Z",
|
42
|
+
"position": null,
|
43
|
+
"line": null,
|
44
|
+
"body": "Yes, I'd be in favor of adding that test. Thanks for catching this and fixing it.",
|
45
|
+
"commit_id": "07597b5fed5febe9ae159378b3c3f2dc0637489c",
|
46
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/224469",
|
47
|
+
"updated_at": "2010-12-22T19:51:45Z",
|
48
|
+
"user": {
|
49
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
50
|
+
"url": "https://api.github.com/users/sferik",
|
51
|
+
"login": "sferik",
|
52
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
53
|
+
"id": 10308
|
54
|
+
},
|
55
|
+
"path": "",
|
56
|
+
"id": 224469,
|
57
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/07597b5fed#commitcomment-224469"
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"created_at": "2010-12-22T22:14:29Z",
|
61
|
+
"position": null,
|
62
|
+
"line": null,
|
63
|
+
"body": "Added in ef73d5843b64083b5e9de26fb0bcc722e2484c53.",
|
64
|
+
"commit_id": "07597b5fed5febe9ae159378b3c3f2dc0637489c",
|
65
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/224582",
|
66
|
+
"updated_at": "2010-12-22T22:14:29Z",
|
67
|
+
"user": {
|
68
|
+
"gravatar_id": "40a0afa49eb7b12db4dcda70b2e1520d",
|
69
|
+
"url": "https://api.github.com/users/kaapa",
|
70
|
+
"login": "kaapa",
|
71
|
+
"avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
72
|
+
"id": 215071
|
73
|
+
},
|
74
|
+
"path": "",
|
75
|
+
"id": 224582,
|
76
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/07597b5fed#commitcomment-224582"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"created_at": "2011-09-06T23:29:20Z",
|
80
|
+
"position": null,
|
81
|
+
"line": null,
|
82
|
+
"body": "Nice one @bbenezech! You're on a roll.",
|
83
|
+
"commit_id": "08e296957f04ed07c7ad930ed41e66cb1e3c41ef",
|
84
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/573186",
|
85
|
+
"updated_at": "2011-09-06T23:29:20Z",
|
86
|
+
"user": {
|
87
|
+
"gravatar_id": "67c0c5d4a82a8b28405d2fe4f581cc65",
|
88
|
+
"url": "https://api.github.com/users/gunn",
|
89
|
+
"login": "gunn",
|
90
|
+
"avatar_url": "https://secure.gravatar.com/avatar/67c0c5d4a82a8b28405d2fe4f581cc65?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
91
|
+
"id": 42500
|
92
|
+
},
|
93
|
+
"path": null,
|
94
|
+
"id": 573186,
|
95
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/08e296957f#commitcomment-573186"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"created_at": "2010-11-16T18:32:36Z",
|
99
|
+
"position": null,
|
100
|
+
"line": null,
|
101
|
+
"body": "This one needs preview as well... The performance benefit here is big, but is it too risky to make it spec's responsibility to reset the environment once it's been run?",
|
102
|
+
"commit_id": "0f47569290af9fabb3002d0009cd57245e8453de",
|
103
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/195206",
|
104
|
+
"updated_at": "2010-11-16T18:32:48Z",
|
105
|
+
"user": {
|
106
|
+
"gravatar_id": "40a0afa49eb7b12db4dcda70b2e1520d",
|
107
|
+
"url": "https://api.github.com/users/kaapa",
|
108
|
+
"login": "kaapa",
|
109
|
+
"avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
110
|
+
"id": 215071
|
111
|
+
},
|
112
|
+
"path": "",
|
113
|
+
"id": 195206,
|
114
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/0f47569290#commitcomment-195206"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"created_at": "2010-11-16T20:15:57Z",
|
118
|
+
"position": null,
|
119
|
+
"line": null,
|
120
|
+
"body": "The risk is that someone might write a spec but forget to call reset, which could have side-effects? Or are there some other risk?\n\nIn my testing, these changes make the specs run 33% faster, which seems like a worthwhile tradeoff.",
|
121
|
+
"commit_id": "0f47569290af9fabb3002d0009cd57245e8453de",
|
122
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/195300",
|
123
|
+
"updated_at": "2010-11-16T22:32:05Z",
|
124
|
+
"user": {
|
125
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
126
|
+
"url": "https://api.github.com/users/sferik",
|
127
|
+
"login": "sferik",
|
128
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
129
|
+
"id": 10308
|
130
|
+
},
|
131
|
+
"path": "",
|
132
|
+
"id": 195300,
|
133
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/0f47569290#commitcomment-195300"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"created_at": "2010-11-16T20:31:26Z",
|
137
|
+
"position": null,
|
138
|
+
"line": null,
|
139
|
+
"body": "Indeed that's what I meant. It would have been nice to stick to automatic reset after each test, but I wanted to introduce this approach as it is a real time saver in development cycle. Good thing is though that it only affects the tests in the config section of the suite. Also the performance benefit will become even greater as more tests are written to the config section.",
|
140
|
+
"commit_id": "0f47569290af9fabb3002d0009cd57245e8453de",
|
141
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/195306",
|
142
|
+
"updated_at": "2010-11-16T20:31:26Z",
|
143
|
+
"user": {
|
144
|
+
"gravatar_id": "40a0afa49eb7b12db4dcda70b2e1520d",
|
145
|
+
"url": "https://api.github.com/users/kaapa",
|
146
|
+
"login": "kaapa",
|
147
|
+
"avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
148
|
+
"id": 215071
|
149
|
+
},
|
150
|
+
"path": "",
|
151
|
+
"id": 195306,
|
152
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/0f47569290#commitcomment-195306"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"created_at": "2010-11-16T20:56:03Z",
|
156
|
+
"position": null,
|
157
|
+
"line": null,
|
158
|
+
"body": "Can't we just split this big file into files dedicated to different features of the admin?\nWhen I develop a new feature I just run the tests that are specific to what I wrote and before pushing to master I run the whole suite.\nAnd the performance improvement is really great so it's worth the risk!",
|
159
|
+
"commit_id": "0f47569290af9fabb3002d0009cd57245e8453de",
|
160
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/195333",
|
161
|
+
"updated_at": "2010-11-16T20:59:22Z",
|
162
|
+
"user": {
|
163
|
+
"gravatar_id": "dfa3143343f3680753e0ae09de57bcd6",
|
164
|
+
"url": "https://api.github.com/users/hurrycane",
|
165
|
+
"login": "hurrycane",
|
166
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfa3143343f3680753e0ae09de57bcd6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
167
|
+
"id": 2641
|
168
|
+
},
|
169
|
+
"path": "",
|
170
|
+
"id": 195333,
|
171
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/0f47569290#commitcomment-195333"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"created_at": "2010-11-16T21:27:54Z",
|
175
|
+
"position": null,
|
176
|
+
"line": null,
|
177
|
+
"body": "yeah, splitting the file would be great - you can run just the file that you want during development and then run them all before you check in.\r\n\r\nyou can also tell rspec to run only specific specs, e.g.,\r\n$ rake spec SPEC_OPTS=\"-l 1539\" SPEC=\"spec/requests/rails_admin_spec.rb\"\r\n\r\nFor some unknown reason the \"-l\" flag (line number) works but the \"-e\" flag doesnt, it never matches anthing. Might be me doing it wrong:\r\n$ rake spec SPEC_OPTS=\"-e \\\"has-and-belongs\\\"\" SPEC=\"spec/requests/rails_admin_spec.rb\"\r\n\r\n(in /home/ccabot/rails_admin)\r\n/home/ccabot/.rvm/rubies/ruby-1.8.7-p302/bin/ruby -S bundle exec rspec spec/requests/rails_admin_spec.rb\r\nWARNING: SimpleCov is activated, but you're not running Ruby 1.9 - no coverage analysis will happen\r\nRun filtered using {:full_description=>/(?-mix:\"has-and-belongs\")/}\r\nNo examples were matched. Perhaps {:unless=>#<Proc:0xb73f8538@/home/ccabot/.rvm/gems/ruby-1.8.7-p302/gems/rspec-core-2.1.0/lib/rspec/core/configuration.rb:53>, :if=>#<Proc:0xb73f863c@/home/ccabot/.rvm/gems/ruby-1.8.7-p302/gems/rspec-core-2.1.0/lib/rspec/core/configuration.rb:52>} is excluding everything?\r\n",
|
178
|
+
"commit_id": "0f47569290af9fabb3002d0009cd57245e8453de",
|
179
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/195370",
|
180
|
+
"updated_at": "2010-11-16T21:27:54Z",
|
181
|
+
"user": {
|
182
|
+
"gravatar_id": "6d246f2dde05095bebd3ba3cb54c676a",
|
183
|
+
"url": "https://api.github.com/users/ccabot",
|
184
|
+
"login": "ccabot",
|
185
|
+
"avatar_url": "https://secure.gravatar.com/avatar/6d246f2dde05095bebd3ba3cb54c676a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
186
|
+
"id": 331883
|
187
|
+
},
|
188
|
+
"path": "",
|
189
|
+
"id": 195370,
|
190
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/0f47569290#commitcomment-195370"
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"created_at": "2010-11-16T22:06:44Z",
|
194
|
+
"position": null,
|
195
|
+
"line": null,
|
196
|
+
"body": "+1 on splitting the suite - great idea!",
|
197
|
+
"commit_id": "0f47569290af9fabb3002d0009cd57245e8453de",
|
198
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/195402",
|
199
|
+
"updated_at": "2010-11-16T22:06:44Z",
|
200
|
+
"user": {
|
201
|
+
"gravatar_id": "40a0afa49eb7b12db4dcda70b2e1520d",
|
202
|
+
"url": "https://api.github.com/users/kaapa",
|
203
|
+
"login": "kaapa",
|
204
|
+
"avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
205
|
+
"id": 215071
|
206
|
+
},
|
207
|
+
"path": "",
|
208
|
+
"id": 195402,
|
209
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/0f47569290#commitcomment-195402"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"created_at": "2010-11-16T22:11:24Z",
|
213
|
+
"position": null,
|
214
|
+
"line": null,
|
215
|
+
"body": "I nominate Bogdan (hurrycane) to do the splitting, since it was his idea. ;)",
|
216
|
+
"commit_id": "0f47569290af9fabb3002d0009cd57245e8453de",
|
217
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/195408",
|
218
|
+
"updated_at": "2010-11-16T22:11:24Z",
|
219
|
+
"user": {
|
220
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
221
|
+
"url": "https://api.github.com/users/sferik",
|
222
|
+
"login": "sferik",
|
223
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
224
|
+
"id": 10308
|
225
|
+
},
|
226
|
+
"path": "",
|
227
|
+
"id": 195408,
|
228
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/0f47569290#commitcomment-195408"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"created_at": "2010-11-16T22:27:32Z",
|
232
|
+
"position": null,
|
233
|
+
"line": null,
|
234
|
+
"body": "On it :D",
|
235
|
+
"commit_id": "0f47569290af9fabb3002d0009cd57245e8453de",
|
236
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/195419",
|
237
|
+
"updated_at": "2010-11-16T22:27:32Z",
|
238
|
+
"user": {
|
239
|
+
"gravatar_id": "dfa3143343f3680753e0ae09de57bcd6",
|
240
|
+
"url": "https://api.github.com/users/hurrycane",
|
241
|
+
"login": "hurrycane",
|
242
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dfa3143343f3680753e0ae09de57bcd6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
243
|
+
"id": 2641
|
244
|
+
},
|
245
|
+
"path": "",
|
246
|
+
"id": 195419,
|
247
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/0f47569290#commitcomment-195419"
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"created_at": "2011-07-31T18:24:18Z",
|
251
|
+
"position": null,
|
252
|
+
"line": null,
|
253
|
+
"body": "See the Markdown section of http://about.travis-ci.org/docs/user/status-images/",
|
254
|
+
"commit_id": "105ab72638b528b2542a22ece9736e2dd2e9dafa",
|
255
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/505142",
|
256
|
+
"updated_at": "2011-07-31T18:24:18Z",
|
257
|
+
"user": {
|
258
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
259
|
+
"url": "https://api.github.com/users/sferik",
|
260
|
+
"login": "sferik",
|
261
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
262
|
+
"id": 10308
|
263
|
+
},
|
264
|
+
"path": null,
|
265
|
+
"id": 505142,
|
266
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/105ab72638#commitcomment-505142"
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"created_at": "2010-12-21T21:16:37Z",
|
270
|
+
"position": null,
|
271
|
+
"line": null,
|
272
|
+
"body": "Sferik, please review this approach to support CI with multiple db backends.\r\n\r\nThe idea here is that the test suite has minimal relation to needs of the CI. With a setup like this Hudson can invoke a build with each ruby version / database backend with a command like this (when setup with a multi-axis build configuration):\r\n bash -l -c \"rvm use $CI_RUBY_VERSION && export CI_DB_ADAPTER=$CI_DB_ADAPTER && cd spec/dummy_app && bundle install && rake admin:prepare_ci_env && cd ../../ && bundle exec rake\"\r\n\r\nThere probably would be a better location for prepare_ci_env rake task somewhere within the engine itself, but that was beyond the scope of this first iteration.",
|
273
|
+
"commit_id": "107a4d2231a213eb46763d48f8feab4ec8a7c7ee",
|
274
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/223633",
|
275
|
+
"updated_at": "2010-12-21T21:16:37Z",
|
276
|
+
"user": {
|
277
|
+
"gravatar_id": "40a0afa49eb7b12db4dcda70b2e1520d",
|
278
|
+
"url": "https://api.github.com/users/kaapa",
|
279
|
+
"login": "kaapa",
|
280
|
+
"avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
281
|
+
"id": 215071
|
282
|
+
},
|
283
|
+
"path": "",
|
284
|
+
"id": 223633,
|
285
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/107a4d2231#commitcomment-223633"
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"created_at": "2010-12-21T21:19:27Z",
|
289
|
+
"position": null,
|
290
|
+
"line": null,
|
291
|
+
"body": "Also, I picked the db driver versions for the Gemfile from rubygems.org and only tested that it works on sqlite3.",
|
292
|
+
"commit_id": "107a4d2231a213eb46763d48f8feab4ec8a7c7ee",
|
293
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/223639",
|
294
|
+
"updated_at": "2010-12-21T21:19:27Z",
|
295
|
+
"user": {
|
296
|
+
"gravatar_id": "40a0afa49eb7b12db4dcda70b2e1520d",
|
297
|
+
"url": "https://api.github.com/users/kaapa",
|
298
|
+
"login": "kaapa",
|
299
|
+
"avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
300
|
+
"id": 215071
|
301
|
+
},
|
302
|
+
"path": "",
|
303
|
+
"id": 223639,
|
304
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/107a4d2231#commitcomment-223639"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"created_at": "2010-12-21T22:14:58Z",
|
308
|
+
"position": null,
|
309
|
+
"line": null,
|
310
|
+
"body": "This looks good to me! I can't wait to see this up and running with multiple backends.",
|
311
|
+
"commit_id": "107a4d2231a213eb46763d48f8feab4ec8a7c7ee",
|
312
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/223714",
|
313
|
+
"updated_at": "2010-12-21T22:16:29Z",
|
314
|
+
"user": {
|
315
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
316
|
+
"url": "https://api.github.com/users/sferik",
|
317
|
+
"login": "sferik",
|
318
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
319
|
+
"id": 10308
|
320
|
+
},
|
321
|
+
"path": "",
|
322
|
+
"id": 223714,
|
323
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/107a4d2231#commitcomment-223714"
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"created_at": "2010-11-13T13:27:00Z",
|
327
|
+
"position": null,
|
328
|
+
"line": null,
|
329
|
+
"body": "[About disabling registerable](https://github.com/plataformatec/devise/wiki/How-To:-Manage-users-through-a-CRUD-interface). Perhaps we now need to either document initial user creation or write it to the generator?",
|
330
|
+
"commit_id": "11440180fb09b3136840f277cf80bab05a7eb8ec",
|
331
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/193186",
|
332
|
+
"updated_at": "2010-11-13T13:27:00Z",
|
333
|
+
"user": {
|
334
|
+
"gravatar_id": "40a0afa49eb7b12db4dcda70b2e1520d",
|
335
|
+
"url": "https://api.github.com/users/kaapa",
|
336
|
+
"login": "kaapa",
|
337
|
+
"avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
338
|
+
"id": 215071
|
339
|
+
},
|
340
|
+
"path": "",
|
341
|
+
"id": 193186,
|
342
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/11440180fb#commitcomment-193186"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"created_at": "2010-12-21T22:03:43Z",
|
346
|
+
"position": null,
|
347
|
+
"line": null,
|
348
|
+
"body": "Removing :registerable makes it harder for new users to try out RailsAdmin by running the dummy app. I think I understand the rationale behind removing it in production apps, but I don't think this applies to the dummy app.\n\nAs an aside, I wish this was done in two separate commits, so I could revert just that change. As a general rule, if you find yourself using the word \"and\" in a commit message, you should consider splitting it up.",
|
349
|
+
"commit_id": "11440180fb09b3136840f277cf80bab05a7eb8ec",
|
350
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/223703",
|
351
|
+
"updated_at": "2010-12-21T22:24:20Z",
|
352
|
+
"user": {
|
353
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
354
|
+
"url": "https://api.github.com/users/sferik",
|
355
|
+
"login": "sferik",
|
356
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
357
|
+
"id": 10308
|
358
|
+
},
|
359
|
+
"path": "",
|
360
|
+
"id": 223703,
|
361
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/11440180fb#commitcomment-223703"
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"created_at": "2010-12-21T22:19:29Z",
|
365
|
+
"position": null,
|
366
|
+
"line": null,
|
367
|
+
"body": "True, didn't realize that point at the time. Good note about the commits also, there's definitely room for improvement for me there.",
|
368
|
+
"commit_id": "11440180fb09b3136840f277cf80bab05a7eb8ec",
|
369
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/223719",
|
370
|
+
"updated_at": "2010-12-21T22:19:29Z",
|
371
|
+
"user": {
|
372
|
+
"gravatar_id": "40a0afa49eb7b12db4dcda70b2e1520d",
|
373
|
+
"url": "https://api.github.com/users/kaapa",
|
374
|
+
"login": "kaapa",
|
375
|
+
"avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
376
|
+
"id": 215071
|
377
|
+
},
|
378
|
+
"path": "",
|
379
|
+
"id": 223719,
|
380
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/11440180fb#commitcomment-223719"
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"created_at": "2010-12-21T22:24:37Z",
|
384
|
+
"position": null,
|
385
|
+
"line": null,
|
386
|
+
"body": "No big deal. I'll manually revert the change.",
|
387
|
+
"commit_id": "11440180fb09b3136840f277cf80bab05a7eb8ec",
|
388
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/223730",
|
389
|
+
"updated_at": "2010-12-21T22:24:37Z",
|
390
|
+
"user": {
|
391
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
392
|
+
"url": "https://api.github.com/users/sferik",
|
393
|
+
"login": "sferik",
|
394
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
395
|
+
"id": 10308
|
396
|
+
},
|
397
|
+
"path": "",
|
398
|
+
"id": 223730,
|
399
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/11440180fb#commitcomment-223730"
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"created_at": "2011-07-27T21:38:09Z",
|
403
|
+
"position": null,
|
404
|
+
"line": null,
|
405
|
+
"body": "I like Aristo too, but can you elaborate why to diverge from the Activo theme?",
|
406
|
+
"commit_id": "12aa156d0bba244a1584f32f9f7a3862c8307ef7",
|
407
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/499913",
|
408
|
+
"updated_at": "2011-07-27T21:38:09Z",
|
409
|
+
"user": {
|
410
|
+
"gravatar_id": "40a0afa49eb7b12db4dcda70b2e1520d",
|
411
|
+
"url": "https://api.github.com/users/kaapa",
|
412
|
+
"login": "kaapa",
|
413
|
+
"avatar_url": "https://secure.gravatar.com/avatar/40a0afa49eb7b12db4dcda70b2e1520d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
414
|
+
"id": 215071
|
415
|
+
},
|
416
|
+
"path": null,
|
417
|
+
"id": 499913,
|
418
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/12aa156d0b#commitcomment-499913"
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"created_at": "2011-07-28T07:43:28Z",
|
422
|
+
"position": null,
|
423
|
+
"line": null,
|
424
|
+
"body": "Activo uses some default ugly jquery-ui theme, I just changed it to aristo. It's totally independent from Activo's styling.\r\nAn idea would be to make it configurable. (jquery-ui themes can be served by google CDN, and we can serve activo locally).",
|
425
|
+
"commit_id": "12aa156d0bba244a1584f32f9f7a3862c8307ef7",
|
426
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/500561",
|
427
|
+
"updated_at": "2011-07-28T07:43:28Z",
|
428
|
+
"user": {
|
429
|
+
"gravatar_id": "c1607873b99845b2cd53f8634860d4d4",
|
430
|
+
"url": "https://api.github.com/users/bbenezech",
|
431
|
+
"login": "bbenezech",
|
432
|
+
"avatar_url": "https://secure.gravatar.com/avatar/c1607873b99845b2cd53f8634860d4d4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
433
|
+
"id": 26794
|
434
|
+
},
|
435
|
+
"path": null,
|
436
|
+
"id": 500561,
|
437
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/12aa156d0b#commitcomment-500561"
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"created_at": "2011-08-25T15:20:57Z",
|
441
|
+
"position": null,
|
442
|
+
"line": null,
|
443
|
+
"body": "hi @bbenezech \r\n\r\ncan you please jump in #travis when you have a chance\r\n\r\nthanks",
|
444
|
+
"commit_id": "18fe8c2c9ff11c93b4c29d76de0e4dece3a16614",
|
445
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/551697",
|
446
|
+
"updated_at": "2011-08-25T15:20:57Z",
|
447
|
+
"user": {
|
448
|
+
"gravatar_id": "21b21efe14359ec323f9a70464b91e39",
|
449
|
+
"url": "https://api.github.com/users/joshk",
|
450
|
+
"login": "joshk",
|
451
|
+
"avatar_url": "https://secure.gravatar.com/avatar/21b21efe14359ec323f9a70464b91e39?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
452
|
+
"id": 8701
|
453
|
+
},
|
454
|
+
"path": null,
|
455
|
+
"id": 551697,
|
456
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/18fe8c2c9f#commitcomment-551697"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"created_at": "2011-08-27T19:52:10Z",
|
460
|
+
"position": null,
|
461
|
+
"line": null,
|
462
|
+
"body": "This causes tests to break in Ruby versions < 1.8: http://travis-ci.org/#!/sferik/rails_admin/builds/104957",
|
463
|
+
"commit_id": "18fe8c2c9ff11c93b4c29d76de0e4dece3a16614",
|
464
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/555420",
|
465
|
+
"updated_at": "2011-08-27T19:52:10Z",
|
466
|
+
"user": {
|
467
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
468
|
+
"url": "https://api.github.com/users/sferik",
|
469
|
+
"login": "sferik",
|
470
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
471
|
+
"id": 10308
|
472
|
+
},
|
473
|
+
"path": null,
|
474
|
+
"id": 555420,
|
475
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/18fe8c2c9f#commitcomment-555420"
|
476
|
+
},
|
477
|
+
{
|
478
|
+
"created_at": "2011-07-21T07:11:07Z",
|
479
|
+
"position": null,
|
480
|
+
"line": null,
|
481
|
+
"body": "This commit appears to be causing tests to fail: http://ci.railsadmin.org/job/RailsAdmin/437/\r\n\r\n@bbenezech Since you merged it, can you please make sure it either gets fixed or reverted?",
|
482
|
+
"commit_id": "1cf63f4b596df69db57a0db65337dba308b9358f",
|
483
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/488557",
|
484
|
+
"updated_at": "2011-07-21T07:11:07Z",
|
485
|
+
"user": {
|
486
|
+
"gravatar_id": "1f74b13f1e5c6c69cb5d7fbaabb1e2cb",
|
487
|
+
"url": "https://api.github.com/users/sferik",
|
488
|
+
"login": "sferik",
|
489
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
490
|
+
"id": 10308
|
491
|
+
},
|
492
|
+
"path": null,
|
493
|
+
"id": 488557,
|
494
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/1cf63f4b59#commitcomment-488557"
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"created_at": "2011-07-27T14:33:24Z",
|
498
|
+
"position": 5,
|
499
|
+
"line": 147,
|
500
|
+
"body": "I've always declared attributes as a hash. Is this new functionality in haml?",
|
501
|
+
"commit_id": "2282a77bac957849c3aec745d17df50b63f5bd0c",
|
502
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/499003",
|
503
|
+
"updated_at": "2011-07-27T14:33:24Z",
|
504
|
+
"user": {
|
505
|
+
"gravatar_id": "7b8632be88e93b4764bbab50c2515182",
|
506
|
+
"url": "https://api.github.com/users/jbrown",
|
507
|
+
"login": "jbrown",
|
508
|
+
"avatar_url": "https://secure.gravatar.com/avatar/7b8632be88e93b4764bbab50c2515182?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
509
|
+
"id": 47560
|
510
|
+
},
|
511
|
+
"path": "app/views/rails_admin/main/list.html.haml",
|
512
|
+
"id": 499003,
|
513
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/2282a77bac#commitcomment-499003"
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"created_at": "2011-09-13T06:36:46Z",
|
517
|
+
"position": 17,
|
518
|
+
"line": 13,
|
519
|
+
"body": "This change is actually breaking custom devise routing.\n\nI have a specific overload for the session controller in my app, which does not live in 'devise/sessions'\n\nI will fork, fix and submit a pull request\n\nNinja",
|
520
|
+
"commit_id": "22a7e9b2dc829909d641264bd91fb96252b5fa82",
|
521
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/585211",
|
522
|
+
"updated_at": "2011-09-13T06:36:46Z",
|
523
|
+
"user": {
|
524
|
+
"gravatar_id": "84e83f58b9a0e02926ffb700dbf3d88f",
|
525
|
+
"url": "https://api.github.com/users/davetheninja",
|
526
|
+
"login": "davetheninja",
|
527
|
+
"avatar_url": "https://secure.gravatar.com/avatar/84e83f58b9a0e02926ffb700dbf3d88f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
528
|
+
"id": 117323
|
529
|
+
},
|
530
|
+
"path": "app/views/layouts/rails_admin/_header.html.haml",
|
531
|
+
"id": 585211,
|
532
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/22a7e9b2dc#commitcomment-585211"
|
533
|
+
},
|
534
|
+
{
|
535
|
+
"created_at": "2011-07-01T01:44:41Z",
|
536
|
+
"position": 12,
|
537
|
+
"line": 27,
|
538
|
+
"body": "This change breaks some configurations. \n\nWhen I updated to this commit my ckeditor configuration throws the error:\n\n undefined method `sort_by!' for #<Array:0x1054d0d68>\n\nWhen I go back to the commit before this my ckeditor configuration works fine. My configuration currently looks like:\n\n config.model BlogPost do\n edit do\n field :title\n field :body, :text do\n ckeditor true\n end\n field :blog_id\n field :user_id\n end\n end",
|
539
|
+
"commit_id": "241a3bfb2f6f56021f94a74c16c657225f15afc2",
|
540
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/456491",
|
541
|
+
"updated_at": "2011-07-01T01:44:41Z",
|
542
|
+
"user": {
|
543
|
+
"gravatar_id": "3917b9c81197f1cd96f4546930b39d54",
|
544
|
+
"url": "https://api.github.com/users/jdutil",
|
545
|
+
"login": "jdutil",
|
546
|
+
"avatar_url": "https://secure.gravatar.com/avatar/3917b9c81197f1cd96f4546930b39d54?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
547
|
+
"id": 25104
|
548
|
+
},
|
549
|
+
"path": "lib/rails_admin/config/has_fields.rb",
|
550
|
+
"id": 456491,
|
551
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/241a3bfb2f#commitcomment-456491"
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"created_at": "2011-07-01T01:57:22Z",
|
555
|
+
"position": 12,
|
556
|
+
"line": 27,
|
557
|
+
"body": "Fix in this pull request https://github.com/sferik/rails_admin/pull/507",
|
558
|
+
"commit_id": "241a3bfb2f6f56021f94a74c16c657225f15afc2",
|
559
|
+
"url": "https://api.github.com/repos/sferik/rails_admin/comments/456497",
|
560
|
+
"updated_at": "2011-07-01T01:57:22Z",
|
561
|
+
"user": {
|
562
|
+
"gravatar_id": "3917b9c81197f1cd96f4546930b39d54",
|
563
|
+
"url": "https://api.github.com/users/jdutil",
|
564
|
+
"login": "jdutil",
|
565
|
+
"avatar_url": "https://secure.gravatar.com/avatar/3917b9c81197f1cd96f4546930b39d54?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
566
|
+
"id": 25104
|
567
|
+
},
|
568
|
+
"path": "lib/rails_admin/config/has_fields.rb",
|
569
|
+
"id": 456497,
|
570
|
+
"html_url": "https://github.com/sferik/rails_admin/commit/241a3bfb2f#commitcomment-456497"
|
571
|
+
}
|
572
|
+
]
|