home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where "author_date" is on date 2019-10-13

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, repo, committer, committer_date (date)

author_date (date) 1 ✖

  • 2019-10-13 · 5 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
01b7a6a71ca121ec91ca4cc18f46a565098441fd List of all current Dogsheep tools 2019-10-13T02:23:10Z 2019-10-13T02:23:10Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 simonw 9599 web-flow 19864447
5e3bd8c176345c0ae11a2c988be9e03152d0db0a Initial commit 2019-10-13T02:10:13Z 2019-10-13T02:10:13Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 simonw 9599 web-flow 19864447
68df9bf80627d8608a82480ea016de32ebb29ce7 Added goodreads-to-sqlite 2019-10-13T02:27:04Z 2019-10-13T02:27:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep.github.io 214746582 simonw 9599 web-flow 19864447
8c9b5558a1549803ac0cb648c78a21767cccce86 issue-comments command, closes #7 Also added --issue option to issues command, for fetching one specific issue. 2019-10-13T05:24:25Z 2019-10-13T05:24:25Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
ae9035f8fe5aff1c54bff4c6b4c2e808a44f0f2a Release 0.5 2019-10-13T05:28:24Z 2019-10-13T05:28:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [commits] (
   [sha] TEXT PRIMARY KEY,
   [message] TEXT,
   [author_date] TEXT,
   [committer_date] TEXT,
   [raw_author] TEXT REFERENCES [raw_authors]([id]),
   [raw_committer] TEXT REFERENCES [raw_authors]([id]),
   [repo] INTEGER REFERENCES [repos]([id]),
   [author] INTEGER REFERENCES [users]([id]),
   [committer] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_commits_committer]
                ON [commits] ([committer]);
CREATE INDEX [idx_commits_author]
                ON [commits] ([author]);
CREATE INDEX [idx_commits_repo]
                ON [commits] ([repo]);
CREATE INDEX [idx_commits_raw_committer]
                ON [commits] ([raw_committer]);
CREATE INDEX [idx_commits_raw_author]
                ON [commits] ([raw_author]);
Powered by Datasette · Queries took 46.887ms · About: simonw/datasette-graphql