pull_requests
2 rows where user = 10512793
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
163215860 | MDExOlB1bGxSZXF1ZXN0MTYzMjE1ODYw | 1835 | closed | 0 | Add warning for netCDF4 bug | braaannigan 10512793 | Closes #1745 by adding a warning message for a bug in netCDF4. The bug occurs when the filepath has 88 characters and the netCDF4 engine has been used with version less than 1.3.1. The warning message has been added at the first point where the length of the file path is known and the netcdf4 version number is known. I don't think there is any corresponding test, as the bug leads to a seg fault rather than a python output/exception. Passes ``git diff upstream/master **/*py | flake8 --diff`` (remove if you did not edit any Python files) Updated `whats-new.rst` | 2018-01-16T15:54:22Z | 2018-01-20T23:35:33Z | 2018-01-20T23:35:33Z | 1b6ee559a3ee92d4a2a9e1889ddcb90e14620d78 | 0 | e5d7a92d044de6dd4e8521f0b70c04cb34fd4bf5 | f3deb2f2495220af819021b199a5305b0d62ef36 | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/1835 | |||||
164256057 | MDExOlB1bGxSZXF1ZXN0MTY0MjU2MDU3 | 1848 | closed | 0 | added apply_ufunc example to toy weather data | braaannigan 10512793 | - Closes #1844 with an example for using apply_ufunc - No python code changed - Added comment to `whats-new.rst` | 2018-01-22T09:21:22Z | 2018-01-23T17:07:18Z | 2018-01-23T17:07:17Z | 2018-01-23T17:07:17Z | b55143d3a54d95f3d6a8356835bd27be369824da | 0 | b031bcc8b689bd104ce1844c9609a347a7467313 | e31cf43e8d183c63474b2898a0776fda72abc82c | CONTRIBUTOR | xarray 13221727 | https://github.com/pydata/xarray/pull/1848 |
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]);