home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

8 rows where "author_date" is on date 2020-09-01

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, committer_date (date)

author_date (date) 1 ✖

  • 2020-09-01 · 8 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
2e0ff04b804be9d83fed5eb13d7bd77cf55f4a9b Release 0.2 Refs #2 2020-09-01T20:40:52Z 2020-09-01T20:40:52Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep-beta 197431109 simonw 9599 web-flow 19864447
5f1800f72ab13d23f513f3a0e3031eb0d5c0a191 Optimize and vacuum, closes #4 2020-09-01T06:10:01Z 2020-09-01T06:10:01Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-beta 197431109 simonw 9599 simonw 9599
83feae01d0ede90bc806beaaecb26d976bea2de1 First working version 2020-09-01T04:16:59Z 2020-09-01T04:16:59Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-beta 197431109 simonw 9599 simonw 9599
903a756928c3fded74b61c92a12d8975cd5aca63 Release 0.1a2 Refs #1 2020-09-01T04:49:41Z 2020-09-01T04:49:41Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f dogsheep-beta 197431109 simonw 9599 web-flow 19864447
bda594ef50d24cc20d4e7a8ecb44547c68787150 Use porter stemming by default, closes #2 2020-09-01T20:40:17Z 2020-09-01T20:40:17Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-beta 197431109 simonw 9599 simonw 9599
cb5ad5f8bdebbc356cc3648da6b0647f3e57fc6c Ensure timestamp index exists, closes #1 2020-09-01T04:49:18Z 2020-09-01T04:49:18Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-beta 197431109 simonw 9599 simonw 9599
cd833e068657adf0a92704e30229e1898803230e Basic test for index command 2020-09-01T04:44:46Z 2020-09-01T04:44:46Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-beta 197431109 simonw 9599 simonw 9599
fd00ca2e91ec42d09b4225606f9021979d6f33f4 Release 0.1 Refs #4 2020-09-01T06:10:44Z 2020-09-01T06:10:44Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 dogsheep-beta 197431109 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 52.786ms · About: simonw/datasette-graphql