home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

4 rows where user = 15331990

✎ 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
207508813 MDExOlB1bGxSZXF1ZXN0MjA3NTA4ODEz 2360 closed 0 Add option to not roll coords ahuang11 15331990 - [x] Closes #1875 - [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 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) ![image](https://user-images.githubusercontent.com/15331990/43939848-6a4c4912-9c21-11e8-9a06-f8ebe0c4b891.png) Will add the others stuff from the checklist soon. 2018-08-10T05:14:35Z 2018-08-15T08:11:57Z 2018-08-15T08:11:29Z 2018-08-15T08:11:29Z cbb2aeb6492ad5364694396fb10e3b86abfe0aa6     0 3f9dc4af91c84a8e3bfa38d498675c2196f08704 c27ca436321654a97e776aa0d055dfef357bc5a8 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2360  
602395117 MDExOlB1bGxSZXF1ZXN0NjAyMzk1MTE3 5089 closed 0 Add drop duplicates ahuang11 15331990 Semi related to https://github.com/pydata/xarray/issues/2795, but not really; still want a separate unique function - [ ] Closes #xxxx - [x] Tests added - [x] Passes `pre-commit run --all-files` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [x] New functions/methods are listed in `api.rst` ![image](https://user-images.githubusercontent.com/15331990/113523068-4bc25b80-956b-11eb-8856-b87a8c725041.png) 2021-03-29T03:51:07Z 2021-05-01T03:25:48Z 2021-05-01T03:25:47Z   da07b1c6f24c0dfb3cd6989bc7a1ceca2abf032b     0 a77f78d540d6d0521453d2ad3c9a2fa4e79f0176 01b6cc76c6b7c77f2f93fc1766eb76f851529b5d CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/5089  
603276614 MDExOlB1bGxSZXF1ZXN0NjAzMjc2NjE0 5091 closed 0 Add unique method ahuang11 15331990 - [x] Closes #2795 - [x] Tests added - [x] Passes `pre-commit run --all-files` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [x] New functions/methods are listed in `api.rst` 2021-03-30T01:09:09Z 2022-08-16T23:35:14Z 2022-08-16T23:35:14Z   7df0b31673b5504f64db6f49d7867b1bb100066a     0 fb6f860db651db45f0c984dfa52d9e2e8aab69d8 d1e4164f3961d7bbb3eb79037e96cae14f7182f8 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/5091  
628320091 MDExOlB1bGxSZXF1ZXN0NjI4MzIwMDkx 5239 closed 0 Add drop_duplicates for dims ahuang11 15331990 Ruined https://github.com/pydata/xarray/pull/5089 with reverting so remaking the PR for just dims - [ ] Closes #xxxx - [x] Tests added - [x] Passes `pre-commit run --all-files` - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [x] New functions/methods are listed in `api.rst` 2021-05-01T03:23:26Z 2021-05-15T17:46:06Z 2021-05-15T17:46:06Z 2021-05-15T17:46:06Z b1bd6c8236cc070d3cdece0b52746825b4c280cd     0 d4a0462812eb817374342147c3520db0dc4297e7 1305d9b624723b86050ca5b2d854e5326bbaa8e6 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/5239  

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