issues
3 rows where user = 1392657 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: closed_at, created_at (date), updated_at (date), closed_at (date)
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at ▲ | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
223623733 | MDExOlB1bGxSZXF1ZXN0MTE3MTQyNDU1 | 1382 | attempt to fix #497 | gidden 1392657 | closed | 0 | 7 | 2017-04-23T09:26:10Z | 2017-05-29T07:39:28Z | 2017-05-25T02:06:07Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/1382 |
This is a suggested fix to #497. I am happy to clean it up, etc., if the maintainers think it is worthwhile. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1382/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
225672435 | MDExOlB1bGxSZXF1ZXN0MTE4NTM5MDUx | 1393 | dl tutorial files to tmp directory, then move them once successful | gidden 1392657 | closed | 0 | 10 | 2017-05-02T11:52:46Z | 2017-05-21T19:04:26Z | 2017-05-21T19:04:20Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/1393 | closes #1392
I'm not sure how to best add tests for this. Also not sure how best to import |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1393/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
225671666 | MDU6SXNzdWUyMjU2NzE2NjY= | 1392 | tutorial datasets can be corrupted on dl with bad connection | gidden 1392657 | closed | 0 | 0 | 2017-05-02T11:48:51Z | 2017-05-21T19:04:20Z | 2017-05-21T19:04:20Z | CONTRIBUTOR | Corrupted datasets then do not perform as expected during tutorial exercises. See the list discussion for more details: https://groups.google.com/forum/#!topic/xarray/F5UKkZZsMec |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/1392/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [state] TEXT, [locked] INTEGER, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [comments] INTEGER, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [author_association] TEXT, [active_lock_reason] TEXT, [draft] INTEGER, [pull_request] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [state_reason] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [type] TEXT ); CREATE INDEX [idx_issues_repo] ON [issues] ([repo]); CREATE INDEX [idx_issues_milestone] ON [issues] ([milestone]); CREATE INDEX [idx_issues_assignee] ON [issues] ([assignee]); CREATE INDEX [idx_issues_user] ON [issues] ([user]);