home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 244887

✖
✖

✎ 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
166935356 MDExOlB1bGxSZXF1ZXN0MTY2OTM1MzU2 1884 closed 0 links from docstrings to documentation for apply_ufunc and open_mfdataset gajomi 244887 Adds links and inline prose to docstrings referencing relevant sections of online documentation. - [x] Closes #1783 (remove if there is no corresponding issue, which should only be the case for minor changes) 2018-02-03T00:51:05Z 2018-02-04T21:43:56Z 2018-02-04T21:43:51Z 2018-02-04T21:43:51Z 23866d0447da2765a0d655138edeefa454d99af1     0 e234f66dc4a9b62b157cd2abd39e7af324f5d97e e9b98d032adf75509c430056c086389f5f3134fc CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/1884  
183205505 MDExOlB1bGxSZXF1ZXN0MTgzMjA1NTA1 2070 closed 0 Keep attrs in call to astype gajomi 244887 - [ ] Possible route to close #2049 (discussion needed on strategy with variable, docstrings) - [x] Tests added (for all bug fixes or enhancements) - [x] Tests passed (for all non-documentation changes) 2018-04-21T04:37:59Z 2020-08-19T20:34:34Z 2020-08-19T20:34:34Z   c91dc031d03eebb0be22dfb3c0106e20253d4bad     0 6c16e469f801c490a231d3c0460b73d76002fc1c 7bf9df9d75c40bcbf2dd28c47204529a76561a3f CONTRIBUTOR   xarray 13221727 https://github.com/pydata/xarray/pull/2070  

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 36.065ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows