home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

4 rows where user = 4666753

✎ View and edit SQL

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
371034066 MDExOlB1bGxSZXF1ZXN0MzcxMDM0MDY2 3752 closed 0 Fix swap_dims() index names (issue #3748) jaicher 4666753 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #3748 - [x] Tests added - [x] Passes `isort -rc . && black . && mypy . && flake8` - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API 2020-02-04T20:25:18Z 2020-02-24T23:33:05Z 2020-02-24T22:34:59Z 2020-02-24T22:34:58Z 18e34cc8746ea2ce7be785edcaeee0bd7d4a0200     0 52c192d9a0f867f84fb796f28fc14960ad74a89f 5e41b607b367bc49c37f34704923aba4bf164c13 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3752  
720811648 MDExOlB1bGxSZXF1ZXN0NzIwODExNjQ4 5742 closed 0 Fix saving chunked datasets with zero length dimensions jaicher 4666753 This fixes #5741 by loading to memory all variables with zero length before saving with `Dataset.to_zarr()` - [x] Closes #5741 - [x] Tests added - [x] Passes `pre-commit run --all-files` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2021-08-26T20:12:08Z 2021-10-10T00:12:34Z 2021-10-10T00:02:42Z 2021-10-10T00:02:42Z 97887fd9bbfb2be58b491155c6bb08498ce294ca     0 7a4b2c32aaae0f313f91a037ff9b5ee63082b309 fd424496f81c8802e5f9447b2e7fb7737ca7fb04 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/5742  
799523950 PR_kwDOAMm_X84vp8Ru 6064 closed 0 Revert "Single matplotlib import" jaicher 4666753 Revert pydata/xarray#5794, which causes failure to import when used without display (issue #6062). - [ ] Closes #6102 - [ ] Closes #6062 2021-12-10T03:24:54Z 2021-12-29T07:56:59Z 2021-12-29T07:56:59Z 2021-12-29T07:56:59Z 2694046c748a51125de6d460073635f1d789958e     0 9716890ce1186d631d3899e63274adb787a99686 3960ea3ba08f81d211899827612550f6ac2de804 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/6064  
886823572 PR_kwDOAMm_X84029qU 6402 closed 0 No chunk warning if empty jaicher 4666753 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #6401 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2022-03-23T06:43:54Z 2022-04-09T20:27:46Z 2022-04-09T20:27:40Z 2022-04-09T20:27:40Z 851dadeb0338403e5021c3fbe80cbc9127ee672d     0 5dc7e8f945026970bd15c9e0e76aaac1a5905c3a 8389fe6e8c86a04d57f25fe137b6f2db77065523 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/6402  

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 20.16ms · About: xarray-datasette