pull_requests
4 rows where user = 302469
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), closed_at (date), merged_at (date)
id ▼ | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | auto_merge | repo | url | merged_by |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
109447275 | MDExOlB1bGxSZXF1ZXN0MTA5NDQ3Mjc1 | 1298 | closed | 0 | netcdf4/h5netcdf cross engine test broken on Python 2 | QuLogic 302469 | 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 ( `H5NetCDFDataTest.test_cross_engine_read_write_netcdf4`). I noticed that the requirements list `netcdf4` twice; I assume this was a typo and the second one should be `h5netcdf`. By switching the duplicate out, I'm hoping to trigger the problem on CI as a way to report this bug. - [ ] closes #xxxx - [ ] tests added / passed - [ ] passes ``git diff upstream/master | flake8 --diff`` - [ ] whatsnew entry | 2017-03-07T10:21:54Z | 2017-04-07T04:21:10Z | 2017-04-07T03:41:17Z | 25dfe2646472ffe6adca615e45570a52091306cc | 0 | a4bf85b0751d12c7e99683b7b8c8d16734c825b2 | e92a8079d119d6f65936657be721605156c8bfbd | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/1298 | |||||
312939705 | MDExOlB1bGxSZXF1ZXN0MzEyOTM5NzA1 | 3273 | closed | 0 | Don't set box-forced in Cartopy example. | QuLogic 302469 | It is deprecated in Matplotlib 2.2, removed in 3.1, and appears to have no effect on the result. <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #3219 - [N/A] Tests added - [x] Passes `black . && mypy . && flake8` - [N/A] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API | 2019-08-31T08:20:12Z | 2019-08-31T09:19:20Z | 2019-08-31T09:18:22Z | 2019-08-31T09:18:22Z | 683aaf66bb84d380f2f8c37b4e2c49a17e7148b9 | 0 | ea6be7c062203e701e5f1c5a81f6009005e543ea | 41fecd8658ba50ddda0a52e04c21cec5e53415ac | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/3273 | ||||
312940380 | MDExOlB1bGxSZXF1ZXN0MzEyOTQwMzgw | 3274 | closed | 0 | Use drawstyle instead of linestyle in plot.step. | QuLogic 302469 | 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.) - [x] See #3266 - [x] Tests added - [x] Passes `black . && mypy . && flake8` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API | 2019-08-31T08:33:54Z | 2020-03-26T00:57:02Z | 2020-03-26T00:47:43Z | 2020-03-26T00:47:43Z | 6378a711d50ba7f1ba9b2a451d4d1f5e1fb37353 | 0 | fb9adcbe0479469e9d96054a47d4ec6eab9aa86d | ec215daecec642db94102dc24156448f8440f52d | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/3274 | ||||
683234245 | MDExOlB1bGxSZXF1ZXN0NjgzMjM0MjQ1 | 5574 | closed | 0 | Fix type inference for dask push. | QuLogic 302469 | - [x] Closes #5342 - [ ] Tests added - [x] Passes `pre-commit run --all-files` - [n/a] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [n/a] New functions/methods are listed in `api.rst` | 2021-07-04T20:43:23Z | 2021-07-05T20:05:02Z | 2021-07-05T17:24:27Z | 2021-07-05T17:24:26Z | 67d1955cc1d6941edd12a325090da7e4d029b84c | 0 | 54d2fe985b836cf62f57b5073f3b4ee8549c543b | 80905135d1c9dea93c6263c40e4c903536193f7c | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/5574 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [pull_requests] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [state] TEXT, [locked] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [body] TEXT, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [merged_at] TEXT, [merge_commit_sha] TEXT, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [draft] INTEGER, [head] TEXT, [base] TEXT, [author_association] TEXT, [auto_merge] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [url] TEXT, [merged_by] INTEGER REFERENCES [users]([id]) ); CREATE INDEX [idx_pull_requests_merged_by] ON [pull_requests] ([merged_by]); CREATE INDEX [idx_pull_requests_repo] ON [pull_requests] ([repo]); CREATE INDEX [idx_pull_requests_milestone] ON [pull_requests] ([milestone]); CREATE INDEX [idx_pull_requests_assignee] ON [pull_requests] ([assignee]); CREATE INDEX [idx_pull_requests_user] ON [pull_requests] ([user]);