home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

6 rows where user = 46687291

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: body, 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
291669129 MDExOlB1bGxSZXF1ZXN0MjkxNjY5MTI5 3042 closed 0 Added rename_coords and rename_dims jukent 46687291 <!-- Feel free to remove check-list items aren't relevant to your change --> - [ ] Closes #xxxx - [ ] Tests added - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API 2019-06-25T17:59:21Z 2019-06-25T22:22:59Z 2019-06-25T22:14:36Z   feec2bc5c443b6aac411460ed82dead6cf82e0f0     0 d3f6db9d1eee54b51d2b0cd9a0a01a411d2148b7 d3f6db9d1eee54b51d2b0cd9a0a01a411d2148b7 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3042  
291759766 MDExOlB1bGxSZXF1ZXN0MjkxNzU5NzY2 3045 closed 0 Add rename_vars and rename_dims jukent 46687291 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Closes #3026 - [x] Tests added - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API 2019-06-25T22:50:33Z 2019-07-03T09:53:55Z 2019-07-02T20:24:55Z 2019-07-02T20:24:54Z af37ddd0e09024cb23438a9403ec0670e2dae5e4     0 b3232ad9f140bc622b5cda8868331bc3a4c9b8fc 0aeee7fc1bfdfc8a31064522a7668984df402d2b CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3045  
292101299 MDExOlB1bGxSZXF1ZXN0MjkyMTAxMjk5 3048 closed 0 Added rename_vars and rename_dims jukent 46687291 2019-06-26T18:08:27Z 2019-06-27T18:29:49Z 2019-06-27T18:29:37Z   ca503e72d8062ea25580009abbfebfc4fda0c940     0 8958c0954ebc3dd4fb4342a20daa7eaf2a47a25a 9728e89cdfd4afb9a0d79bae79a60021514df6b2 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3048  
292103136 MDExOlB1bGxSZXF1ZXN0MjkyMTAzMTM2 3049 closed 0 Update whats-new.rst with rename_vars and rename_dims jukent 46687291 <!-- Feel free to remove check-list items aren't relevant to your change --> - [ ] Closes #xxxx - [ ] Tests added - [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API 2019-06-26T18:13:52Z 2019-06-27T18:33:26Z 2019-06-27T18:29:04Z   28d083c54a49ff89c98f8923d3bb2f55114bacc8     0 15433daf235a57aca138626e6f447f6fe5535de6 9728e89cdfd4afb9a0d79bae79a60021514df6b2 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/3049  
471258175 MDExOlB1bGxSZXF1ZXN0NDcxMjU4MTc1 4360 closed 0 Preserve attrs with coarsen jukent 46687291 - [x] Closes #4120 - [x] Tests added - [x] Passes `isort . && black . && mypy . && flake8` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` 2020-08-20T21:47:02Z 2020-09-09T19:18:42Z 2020-09-09T18:56:36Z 2020-09-09T18:56:36Z 572a52883c11c53fa0d82c86b95fbf2be5647b90     0 438de494d0dddb1d85198106a11fbcbcc5840ce9 66259d1853b85590bfbf6640fdfb868843812312 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/4360  
666346732 MDExOlB1bGxSZXF1ZXN0NjY2MzQ2NzMy 5457 closed 0 add xarray tutorial jukent 46687291 Added today's seminar by @andersy005 to the tutorials and videos page per conversation with @dcherian. 2021-06-09T22:10:44Z 2021-06-15T14:59:28Z 2021-06-15T14:33:27Z 2021-06-15T14:33:27Z 4e61a26fca46635a5f6c1eba60950fc33d88459a     0 123e266c4f384dd317f66942652105b98ad70389 4434f034a36886609ac0492d3307954163ecbea6 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/5457  

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