issues
4 rows where state = "closed", type = "pull" and user = 302469 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 936536548 | MDExOlB1bGxSZXF1ZXN0NjgzMjM0MjQ1 | 5574 | Fix type inference for dask push. | QuLogic 302469 | closed | 0 | 2 | 2021-07-04T20:43:23Z | 2021-07-05T20:05:02Z | 2021-07-05T17:24:27Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/5574 |
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/5574/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 487746465 | MDExOlB1bGxSZXF1ZXN0MzEyOTQwMzgw | 3274 | Use drawstyle instead of linestyle in plot.step. | QuLogic 302469 | closed | 0 | 13 | 2019-08-31T08:33:54Z | 2020-03-26T00:57:02Z | 2020-03-26T00:47:43Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3274 | Mixing the two is deprecated in Matplotlib 3.1, and breaks the doc build if warnings are set to errors (which they are in new IPython sphinx extensions.)
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/3274/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 487745268 | MDExOlB1bGxSZXF1ZXN0MzEyOTM5NzA1 | 3273 | Don't set box-forced in Cartopy example. | QuLogic 302469 | closed | 0 | 1 | 2019-08-31T08:20:12Z | 2019-08-31T09:19:20Z | 2019-08-31T09:18:22Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3273 | It is deprecated in Matplotlib 2.2, removed in 3.1, and appears to have no effect on the result.
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/3273/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
xarray 13221727 | pull | |||||
| 212388758 | MDExOlB1bGxSZXF1ZXN0MTA5NDQ3Mjc1 | 1298 | netcdf4/h5netcdf cross engine test broken on Python 2 | QuLogic 302469 | closed | 0 | 6 | 2017-03-07T10:21:54Z | 2017-04-07T04:21:10Z | 2017-04-07T03:41:17Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/1298 | This is not really a bugfix or enhancement. In fact, it's just a bug report right now. I'm having trouble running tests on Python 2 with both netcdf4 and h5netcdf installed due to the cross engine test (
I noticed that the requirements list
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/1298/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]);