issues
5 rows where state = "closed", type = "pull" and user = 56925856 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
904149592 | MDExOlB1bGxSZXF1ZXN0NjU1MzIyNTU1 | 5389 | ignore this | AndrewILWilliams 56925856 | closed | 0 | 0 | 2021-05-27T20:16:22Z | 2021-05-27T20:22:43Z | 2021-05-27T20:16:45Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5389 | ignore this, I did the branching wrong... |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5389/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
882876804 | MDExOlB1bGxSZXF1ZXN0NjM2Mzg1Mjc2 | 5284 | Dask-friendly nan check in xr.corr() and xr.cov() | AndrewILWilliams 56925856 | closed | 0 | 8 | 2021-05-09T22:06:03Z | 2021-05-27T17:31:07Z | 2021-05-27T17:31:07Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5284 | Was reading the discussion here and thought I'd draft a PR to implement some of the changes people suggested. It seems like the main problem is that currently in
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5284/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
625064501 | MDExOlB1bGxSZXF1ZXN0NDIzMzU0MjIw | 4096 | Corrcov typo fix | AndrewILWilliams 56925856 | closed | 0 | 4 | 2020-05-26T17:44:07Z | 2020-05-27T03:09:37Z | 2020-05-26T19:03:25Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/4096 | Fixing typo in recent PR #4089
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4096/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
623751213 | MDExOlB1bGxSZXF1ZXN0NDIyMzMzMTg0 | 4089 | xr.cov() and xr.corr() | AndrewILWilliams 56925856 | closed | 0 | 20 | 2020-05-23T22:09:07Z | 2020-05-26T18:31:31Z | 2020-05-25T16:55:33Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/4089 | PR for the TODO:
- [x] ~Write a reasonable set of tests, maybe not using CHECKLIST:
- [x] Closes #3784, #3550, #2652, #1115
- [x] Tests added
- [x] Passes |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4089/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
618828102 | MDExOlB1bGxSZXF1ZXN0NDE4NDc4MjY5 | 4064 | Auto chunk | AndrewILWilliams 56925856 | closed | 0 | 23 | 2020-05-15T09:25:13Z | 2020-05-25T20:38:53Z | 2020-05-25T19:23:45Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/4064 | Adding
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4064/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]);