home / github

Menu
  • Search all tables
  • GraphQL API

pull_requests

Table actions
  • GraphQL API for pull_requests

6 rows where repo = 214746582

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, user, body, base, author_association, 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
338647378 MDExOlB1bGxSZXF1ZXN0MzM4NjQ3Mzc4 1 closed 0 Add parkrun-to-sqlite mrw34 1101318   2019-11-08T12:05:32Z 2020-10-12T00:35:16Z 2020-10-12T00:35:16Z 2020-10-12T00:35:16Z 58ca0c785fbf34250042379dd0269bf2d0c5ea7e     0 ccb86548e0ae6f02a83f1feb0974476ad0f2f2d8 2972bb001ab5f675eced62f7ba5adef2d3eba2ad CONTRIBUTOR dogsheep.github.io 214746582 https://github.com/dogsheep/dogsheep.github.io/pull/1    
357974326 MDExOlB1bGxSZXF1ZXN0MzU3OTc0MzI2 3 closed 0 Add todoist-to-sqlite bcongdon 706257 Really enjoying getting into the dogsheep/datasette ecosystem. I made a downloader for Todoist, and I think/hope others might find this useful 2019-12-30T04:02:59Z 2020-10-12T00:35:58Z 2020-10-12T00:35:57Z 2020-10-12T00:35:57Z 85af27dbff7e08a92656639fbf0cfa15c7d30b5c     0 49bc87a43555d10696044e8e40d700d93611a190 58ca0c785fbf34250042379dd0269bf2d0c5ea7e CONTRIBUTOR dogsheep.github.io 214746582 https://github.com/dogsheep/dogsheep.github.io/pull/3    
370024697 MDExOlB1bGxSZXF1ZXN0MzcwMDI0Njk3 4 closed 0 Add beeminder-to-sqlite bcongdon 706257   2020-02-02T15:51:36Z 2020-10-12T00:36:16Z 2020-10-12T00:36:16Z 2020-10-12T00:36:16Z 7e4c6ecdabc249c77e8049cd172b1b5af08a3371     0 6713b5c50178b95a9ec50227d4ef5793e71e8b0a 2972bb001ab5f675eced62f7ba5adef2d3eba2ad CONTRIBUTOR dogsheep.github.io 214746582 https://github.com/dogsheep/dogsheep.github.io/pull/4    
505076418 MDExOlB1bGxSZXF1ZXN0NTA1MDc2NDE4 5 open 0 Add fitbit-to-sqlite mrphil007 4632208   2020-10-16T20:04:05Z 2020-10-16T20:04:05Z     9b9a677a4fcb6a31be8c406b3050cfe1c6e7e398     0 db64d60ee92448b1d2a7e190d9da20eb306326b0 d0686ebed6f08e9b18b4b96c2b8170e043a69adb FIRST_TIME_CONTRIBUTOR dogsheep.github.io 214746582 https://github.com/dogsheep/dogsheep.github.io/pull/5    
602261092 MDExOlB1bGxSZXF1ZXN0NjAyMjYxMDky 6 closed 0 Add testres-db tool ligurio 1151557   2021-03-28T15:43:23Z 2022-02-16T05:12:05Z 2022-02-16T05:12:05Z   eceb016506b5db29b9c21bc7fcf5e6e77259c7b4     0 91cfa6f7dcab032e2d21e80657c81e69119e2018 92c6bb77629feeed661c7b8d9183a11367de39e0 NONE dogsheep.github.io 214746582 https://github.com/dogsheep/dogsheep.github.io/pull/6    
673872974 MDExOlB1bGxSZXF1ZXN0NjczODcyOTc0 7 open 0 Add instagram-to-sqlite gavindsouza 36654812 The tool covers only chat imports at the time of opening this PR but I'm planning to import everything else that I feel inquisitive about ref: https://github.com/gavindsouza/instagram-to-sqlite 2021-06-19T12:26:16Z 2021-07-28T07:58:59Z     66e9828db4a8ddc4049ab9932e1304288e571821     0 4e4c6baf41778071a960d288b0ef02bd01cb6376 92c6bb77629feeed661c7b8d9183a11367de39e0 FIRST_TIME_CONTRIBUTOR dogsheep.github.io 214746582 https://github.com/dogsheep/dogsheep.github.io/pull/7    

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.989ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows