home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

3 rows where user = 14019925

✎ 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
191563898 MDExOlB1bGxSZXF1ZXN0MTkxNTYzODk4 2202 closed 0 iris conversion tv3141 14019925 - [x] Closes #2201 (remove if there is no corresponding issue, which should only be the case for minor changes) - [x] Tests added (for all bug fixes or enhancements) - [x] Tests passed (for all non-documentation changes) - [x] Fully documented, including `whats-new.rst` for all changes 2018-05-30T19:58:48Z 2018-08-10T14:59:14Z 2018-07-19T05:56:24Z 2018-07-19T05:56:24Z 9ecd406347738f222e835ca719d5f4d46e6ebd1a     0 3f7902ee200b07a44e878c244d8306baca337a47 b5a8d86bc174694bc48cc3ddd9966f131d26f7bf CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2202  
204502910 MDExOlB1bGxSZXF1ZXN0MjA0NTAyOTEw 2321 closed 0 Add libraries to show_versions tv3141 14019925 Added missing libraries to `show_versions`, and the installation documentation. The order of libraries in `show_versions` follows the order of libraries in the installation documentation. 2018-07-27T18:11:31Z 2018-08-10T14:58:57Z 2018-07-28T16:37:14Z 2018-07-28T16:37:14Z f281945fcacbfc1dbaa48fb15546fae5317bdda8     0 70ec26a7253a4fe20751006bad9799da8fc8acea 9802d618251eae88474f680999db4c23967c8f7a CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2321  
208700811 MDExOlB1bGxSZXF1ZXN0MjA4NzAwODEx 2369 closed 0 uncomment python -OO test tv3141 14019925 2018-08-15T22:39:34Z 2018-08-15T23:05:58Z 2018-08-15T23:05:41Z 2018-08-15T23:05:41Z 5155ef9ed2be7b3b201925c4902e8d633fec87a8     0 39a0489341ed2ac267c02ef44b6e8abe1d7f9b13 cbb2aeb6492ad5364694396fb10e3b86abfe0aa6 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2369  

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