home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where "author_date" is on date 2020-07-22

✎ View and edit SQL

This data as json, CSV (advanced)

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

author_date (date) 1 ✖

  • 2020-07-22 · 5 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
028f193dd6233fa116262ab4b07b13df7dcec9be How to use a custom domain with Cloud Run 2020-07-22T18:17:05Z 2020-07-22T18:17:05Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
213e6a892636408d289dd75511327c4312c438e4 content-length for DB downloads, closes #905 2020-07-22T04:52:35Z 2020-07-22T04:52:35Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
40d7530317b9b30a1c4bd3b73dac6f8b0669585b Placeholder for markdown-toc, refs #48 2020-07-22T18:55:05Z 2020-07-22T19:00:42Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 twitter-to-sqlite 206156866 simonw 9599 simonw 9599
76906215d157effae224f0cb2089070050de0248 Updated README 2020-07-22T19:02:13Z 2020-07-22T19:02:13Z README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c README-bot f0031cc286d7f7a2dc1ac63c2100b9870639429c twitter-to-sqlite 206156866    
e1777ab6db51fa37a05943c2c83fbf2281ec3ec7 GitHub Action running markdown-toc, refs #48 2020-07-22T19:01:07Z 2020-07-22T19:01:33Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 twitter-to-sqlite 206156866 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 48.021ms · About: simonw/datasette-graphql