home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

7 rows where user = 14314623

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: base, 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
212780252 MDExOlB1bGxSZXF1ZXN0MjEyNzgwMjUy 2397 closed 0 add options for nondivergent and divergent cmap jbusecke 14314623 - [ ] Closes #2394 (remove if there is no corresponding issue, which should only be the case for minor changes) - [ ] Tests passed (for all non-documentation changes) - [ ] Tests added (for all bug fixes or enhancements) - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) 2018-09-03T15:31:26Z 2018-09-05T15:17:23Z 2018-09-05T15:17:23Z 2018-09-05T15:17:23Z fc9ef81dbda163348316a9014bc44e7dae93a5ed     0 3e6de792d2c535424e7e37d06f88e2e9da78e388 e5ae4088f3512eb805b13ea138087350b8180d69 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2397  
243850655 MDExOlB1bGxSZXF1ZXN0MjQzODUwNjU1 2665 closed 0 enable internal plotting with cftime datetime jbusecke 14314623 This PR is meant to restore the internal plotting capabilities for objects with cftime.datetime dimensions. Based mostly on the discussions in #2164 - [x] Closes #2164 - [x] Tests added - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API 2019-01-10T22:23:31Z 2019-02-08T18:15:26Z 2019-02-08T00:11:14Z 2019-02-08T00:11:14Z 8a1a8a1f13462440543581cd12fb96f22f0748bc     0 325b00a024dc6edfd93907bee1921ba39ffebc65 27cf53f24c6c3b6ec05a435d3606ebba977b6343 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2665  
270617649 MDExOlB1bGxSZXF1ZXN0MjcwNjE3NjQ5 2894 closed 0 Added docs example for `xarray.Dataset.get()` jbusecke 14314623 <!-- Feel free to remove check-list items aren't relevant to your change --> Added example of `xarray.Dataset.get` method and alternative `ds[var_list]` syntax. - [ ] Closes #2884 2019-04-15T18:03:20Z 2019-04-16T12:44:13Z 2019-04-16T12:44:13Z 2019-04-16T12:44:13Z 08942c2358c41a37e99fe6744c14513e9a40ce03     0 ced493ca8f192c16e956bc2d1d870ef0cb7c4f26 fad6d624f0716657f903f5955f16422d97275407 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2894  
270707860 MDExOlB1bGxSZXF1ZXN0MjcwNzA3ODYw 2897 closed 0 Bugfix for docs build instructions jbusecke 14314623 <!-- Feel free to remove check-list items aren't relevant to your change --> Added clearer instructions on how to build xarray documentation for contribution guide - [x] Closes #2893 2019-04-15T23:42:36Z 2019-04-16T04:22:43Z 2019-04-16T03:57:28Z 2019-04-16T03:57:28Z 64d2720ee70b048d9eae813105ca01431025a143     0 38d8e5f7fa972362a07cf2519cada248bd88d6ce fad6d624f0716657f903f5955f16422d97275407 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2897  
513484334 MDExOlB1bGxSZXF1ZXN0NTEzNDg0MzM0 4559 closed 0 Dask friendly check in `.weighted()` jbusecke 14314623 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #4541 - [x] Tests added - [x] Passes `isort . && black . && mypy . && flake8` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2020-10-31T19:11:37Z 2020-11-09T16:22:51Z 2020-11-09T16:22:45Z 2020-11-09T16:22:45Z 5a603542dd63b8d3808cd48795a3d79c47e3b8eb     0 1d59e0ff3e9b6787f5bd0e3ebc6a263d358baf05 7ce0110f727b37a776d509174365cf0905163234 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/4559  
535217849 MDExOlB1bGxSZXF1ZXN0NTM1MjE3ODQ5 4668 closed 0 Fixing non-lazy behavior of sampled+weighted jbusecke 14314623 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #4625 - [x] Tests added - [x] Passes `isort . && black . && mypy . && flake8` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2020-12-09T14:26:08Z 2020-12-16T19:05:30Z 2020-12-16T19:05:30Z 2020-12-16T19:05:30Z 778a16ef392edd13cd14e1548700842e53e4656f     0 b304256c14a7838160275c741aaab05602e4cfed 9802411b35291a6149d850e8e573cde71a93bfbf CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/4668  
655193784 MDExOlB1bGxSZXF1ZXN0NjU1MTkzNzg0 5388 closed 0 Inconsistent docstring for isel etc. jbusecke 14314623 I found that the options for the `missing_dims` parameter where described inconsistently in the docstring (`"warning" vs "warn"). Not sure I found all occurrences of it here. <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Passes `pre-commit run --all-files` - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2021-05-27T17:10:17Z 2021-05-27T19:37:40Z 2021-05-27T19:37:06Z 2021-05-27T19:37:05Z 2a3965c16ad8ab8251b04970336f8b8d41baedb3     0 005f5a9451b8c275058f86bf7f3a1029402ff833 a6a1e48b57499f91db7e7c15593aadc7930020e8 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/5388  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 22.51ms · About: xarray-datasette