home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

2 rows where user = 813732

✖
✖

✎ 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 repo url merged_by auto_merge
280205502 MDExOlB1bGxSZXF1ZXN0MjgwMjA1NTAy 480 closed 0 Split pypi and docker travis tasks glasnt 813732 Resolves #478 This *should* work, but because this is a change that'll only really be testable on a) this repo, b) master branch, this might fail fast if I didn't get the configurations right. Looking at #478 it should just be as simple as splitting out the docker and pypi processes into separate jobs, but it might end up being more complicated than that, depending on what pre-processes the pypi deployment needs, and how travisci treats deployment steps without scripts in general. 2019-05-19T23:14:37Z 2019-07-07T20:03:20Z 2019-07-07T20:03:20Z 2019-07-07T20:03:20Z d95048031edb02bbc9892879507f55a4f29c5459   Datasette 0.29 4471010 0 8b667898b6c2dd57fa68310c6d3c62d77b68f321 4246e138f9512686413e97878659ef953337e57b CONTRIBUTOR datasette 107914493 https://github.com/simonw/datasette/pull/480    
365218391 MDExOlB1bGxSZXF1ZXN0MzY1MjE4Mzkx 660 closed 0 gcloud run is now GA, s/beta// glasnt 813732   2020-01-21T10:08:38Z 2020-01-22T03:41:09Z 2020-01-21T23:28:12Z 2020-01-21T23:28:12Z 34d77d780f68b778fd9d6ebbaf69f250436f055f     0 894e96026b838288f926f62914123a1f86139793 3c861f363df02a59a67c59036278338e4760d2ed CONTRIBUTOR datasette 107914493 https://github.com/simonw/datasette/pull/660    

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,
   [repo] INTEGER REFERENCES [repos]([id]),
   [url] TEXT,
   [merged_by] INTEGER REFERENCES [users]([id])
, [auto_merge] TEXT);
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 24.557ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows