issue_comments
4 rows where author_association = "MEMBER" and issue = 228036180 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- BUG: Allow unsigned integer indexing, fixes #1405 · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
326617238 | https://github.com/pydata/xarray/pull/1406#issuecomment-326617238 | https://api.github.com/repos/pydata/xarray/issues/1406 | MDEyOklzc3VlQ29tbWVudDMyNjYxNzIzOA== | jhamman 2443309 | 2017-09-01T15:54:41Z | 2017-09-01T15:54:41Z | MEMBER | I'm closing in favor of #1473 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
BUG: Allow unsigned integer indexing, fixes #1405 228036180 | |
326454246 | https://github.com/pydata/xarray/pull/1406#issuecomment-326454246 | https://api.github.com/repos/pydata/xarray/issues/1406 | MDEyOklzc3VlQ29tbWVudDMyNjQ1NDI0Ng== | jhamman 2443309 | 2017-09-01T00:22:53Z | 2017-09-01T00:22:53Z | MEMBER | I have an updated version of this PR up at #1544 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
BUG: Allow unsigned integer indexing, fixes #1405 228036180 | |
303040397 | https://github.com/pydata/xarray/pull/1406#issuecomment-303040397 | https://api.github.com/repos/pydata/xarray/issues/1406 | MDEyOklzc3VlQ29tbWVudDMwMzA0MDM5Nw== | fmaussion 10050469 | 2017-05-22T08:56:13Z | 2017-05-22T08:56:13Z | MEMBER | @gerritholl when files are edited on github it creates a branch on your fork (here gerritholl:patch-3) which you can clone locally and update with the usual workflow. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
BUG: Allow unsigned integer indexing, fixes #1405 228036180 | |
300831359 | https://github.com/pydata/xarray/pull/1406#issuecomment-300831359 | https://api.github.com/repos/pydata/xarray/issues/1406 | MDEyOklzc3VlQ29tbWVudDMwMDgzMTM1OQ== | shoyer 1217238 | 2017-05-11T15:45:20Z | 2017-05-11T15:45:20Z | MEMBER | Indeed, looks like this should do the trick, but we definitely need a regression test before merging this (also a bugfix note, see the checklist in your first comment). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
BUG: Allow unsigned integer indexing, fixes #1405 228036180 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 3