home / github

Menu
  • GraphQL API
  • Search all tables

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where milestone = 1816292

✎ 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
78247334 MDExOlB1bGxSZXF1ZXN0NzgyNDczMzQ= 914 closed 0 Fix printing of unicode attributes on Python 2 shoyer 1217238 Fixes #834 2016-07-21T02:02:01Z 2016-07-24T02:55:43Z 2016-07-24T02:55:41Z 2016-07-24T02:55:41Z 70611a930f82422c667461578d2a808eaa61f952   0.8.0 1816292 0 627d767981799f54ed45ad9447a4cdab17c31890 884b247742af2480e269bb54c9102f08c867fdaa MEMBER   xarray 13221727 https://github.com/pydata/xarray/pull/914  
79303607 MDExOlB1bGxSZXF1ZXN0NzkzMDM2MDc= 922 closed 0 Doc fixes shoyer 1217238   2016-07-29T03:57:50Z 2016-07-29T03:58:31Z 2016-07-29T03:58:31Z 2016-07-29T03:58:31Z b2bbd455b155297303893394f13818e86c2de16e   0.8.0 1816292 0 a7f495e8abd8755590b2494fcadeda647cbd2067 5433d9d759d6c0a1aba5a8b23c557fd44fef6d3a MEMBER   xarray 13221727 https://github.com/pydata/xarray/pull/922  

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