home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 7213793

✎ 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
216333916 MDExOlB1bGxSZXF1ZXN0MjE2MzMzOTE2 2420 closed 0 Fix small typo in docs canyon289 7213793 - [ ] Closes #xxxx (remove if there is no corresponding issue, which should only be the case for minor changes) - [ ] Tests added (for all bug fixes or enhancements) - [ ] Tests passed (for all non-documentation changes) - [ ] 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) I believe this is a minor fix that means I don't need the things above, but If I'm mistaken please let me know and I can update the PR. Thanks in advance! 2018-09-18T14:42:03Z 2018-09-18T14:47:39Z 2018-09-18T14:47:36Z 2018-09-18T14:47:36Z 8385fec954612bade1cb947f7b72bbda37eb5652     0 7f1cc88d9d4a8801359496f49932867c92faad34 4de8dbc3b1de461c0c9d3b002e55d60b46d2e6d2 CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2420  
645448584 MDExOlB1bGxSZXF1ZXN0NjQ1NDQ4NTg0 5321 closed 0 Remove precipitation var from dataarray docstring canyon289 7213793 Making PR from github code editor. Hopefully this works out, - [x] Closes #5320 - [x] Passes `pre-commit run --all-files` 2021-05-17T03:10:47Z 2021-05-17T03:52:37Z 2021-05-17T03:52:37Z 2021-05-17T03:52:37Z 2578fc3a598140b19d499d6e6a1c6eba521619fc     0 fb8cf6bb8c688ade3b1ce84fcf916e66838b7611 601219b1bb32e66701493a0fcf3f886082e1661e CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/5321  

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