home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "author_date" is on date 2019-01-26

✎ View and edit SQL

This data as json, CSV (advanced)

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

raw_author 2 ✖

  • Simon Willison 8
  • Simon Willison 1

author_date (date) 1 ✖

  • 2019-01-26 · 9 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
20a744fb5a75425b048951ad8826c594af8102ed More detailed README 2019-01-26T02:21:55Z 2019-01-26T02:21:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
3a944d0c077c203277f13dd69387eb84b5c88d3e Run Travis tests against Python 3.8-dev (#5) 2019-01-26T02:37:54Z 2019-01-26T02:37:54Z Simon Willison 2946d096d0cdefdc017559e6b57e87658736e843 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
3db4f08f19b2b1a19431a092f43605031092b97f Release 0.8 2019-01-26T02:13:29Z 2019-01-26T02:13:29Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
3f2e711a4bb59c868abd03d8b95c53617cef7740 Refactored to use itertools Found an itertools mechanism that works for iterating through the current and next row in the cursor. 2019-01-26T18:58:45Z 2019-01-26T18:59:01Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
4e9045e5b0bfb7ecf0a45dc2634a438d08a2cbd6 Documentation typo 2019-01-26T02:19:15Z 2019-01-26T02:19:15Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
5466c9745dfef858286146ea158ffd5a71391d10 sqlite-utils json dogs.db "select * from dogs" 2019-01-26T02:06:29Z 2019-01-26T02:06:29Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
909cc8fbdfc9c05e447f40e9a73489809602c3cd New 'datasette plugins' command to list installed plugins 2019-01-26T20:01:16Z 2019-01-26T20:01:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
9a4d1ff0a268c7df7839389acd92d48752d24b95 Releasing 0.8.1 (just a better README) 2019-01-26T02:22:18Z 2019-01-26T02:22:18Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
ea17c63cc52cf7290e8bbcba9f869698c2c2ea44 Tests for json returning single row 2019-01-26T18:58:00Z 2019-01-26T18:59:01Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 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 91.428ms · About: simonw/datasette-graphql