home / github

Menu
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

3 rows where user = 50527

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: repo, 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
152360740 MDExOlB1bGxSZXF1ZXN0MTUyMzYwNzQw 81 closed 0 :fire: Removes DS_Store jefftriplett 50527   2017-11-13T22:07:52Z 2017-11-14T02:24:54Z 2017-11-13T22:16:55Z 2017-11-13T22:16:55Z 06a826c3188af82f27bb6b4e09cc89b782d30bd6     0 c66d297eac556a7f4fd4dcdb15cfb9466fddac77 d75f423b6fcfc074b7c6f8f7679da8876f181edd CONTRIBUTOR datasette 107914493 https://github.com/simonw/datasette/pull/81    
249680944 MDExOlB1bGxSZXF1ZXN0MjQ5NjgwOTQ0 9 closed 0 :pencil: Updates my_database.py to my_database.db jefftriplett 50527 I noticed that both `.py` and `.db` were used in the docs and assumed you'd prefer `.db`. 2019-02-01T17:35:43Z 2019-02-24T03:55:04Z 2019-02-24T03:55:04Z 2019-02-24T03:55:04Z c5068a0972651b3e359ebc2d6c1486b8b7d2c242     0 1ad604fbbd3311f041357190796a3613c0c729d1 441c131db5cc68e197db19f0623ff8a96c90c3ff CONTRIBUTOR sqlite-utils 140912432 https://github.com/simonw/sqlite-utils/pull/9    
528997614 MDExOlB1bGxSZXF1ZXN0NTI4OTk3NjE0 1112 closed 0 Fix --metadata doc usage jefftriplett 50527 I stumbled on this while trying to figure out how to configure datasette-ripgrep via https://github.com/simonw/datasette-ripgrep/issues/15 You may not want to update the changelog (those are annoying) so I added two commits in case that's easier. 2020-11-28T19:19:51Z 2020-11-28T23:28:21Z 2020-11-28T19:53:48Z 2020-11-28T19:53:48Z bbde835a1fec01458e8d00929e7bab6d6a5ba948   Datasette 0.52 6055094 0 1a30fc259205df736daf068c57a0a6ae2c21ffa9 37d18a5bce08c9ee53c080f613bae84fc2ccc853 CONTRIBUTOR datasette 107914493 https://github.com/simonw/datasette/pull/1112    

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 36.539ms · About: simonw/datasette-graphql