issues
4 rows where user = 2380665 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
467897998 | MDExOlB1bGxSZXF1ZXN0Mjk3NDM3NDIy | 3130 | Merge broadcast_like docstrings, analyze implementation problem | DavidMertz 2380665 | closed | 0 | 6 | 2019-07-14T23:45:29Z | 2019-07-16T17:43:57Z | 2019-07-16T17:43:37Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3130 | This PR fixed the forked code connected to #3129.
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3130/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
467897057 | MDU6SXNzdWU0Njc4OTcwNTc= | 3129 | New .broadcast_like() incorrect | DavidMertz 2380665 | closed | 0 | 2 | 2019-07-14T23:33:49Z | 2019-07-16T17:43:37Z | 2019-07-16T17:43:37Z | CONTRIBUTOR | Unfortunately, more robust tests show there is some logic problem in the @dcherian solution to #2885. I was merging my work in #3127 with his more-principled refactoring in #3086, and my tests showed an error in the refactoring. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3129/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue | ||||||
467862319 | MDExOlB1bGxSZXF1ZXN0Mjk3NDEyMzY1 | 3127 | Feature/2885 broadcast like | DavidMertz 2380665 | closed | 0 | 7 | 2019-07-14T17:02:21Z | 2019-07-14T22:54:54Z | 2019-07-14T20:25:40Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3127 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3127/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
467766947 | MDExOlB1bGxSZXF1ZXN0Mjk3MzQ4MDkw | 3114 | Better docs and errors about expand_dims() view | DavidMertz 2380665 | closed | 0 | 3 | 2019-07-13T21:13:45Z | 2019-07-14T18:57:54Z | 2019-07-14T18:57:39Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3114 |
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3114/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull |
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]);