home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "author_date" is on date 2020-11-07

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, committer_date (date)

author_date (date) 1 ✖

  • 2020-11-07 · 9 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
2bc1e9c5b42f5ecb076e5e966d3907853b9b9055 Added test for .search_sql() and FTS4, refs #197 2020-11-07T00:32:40Z 2020-11-07T00:32:40Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
309ae84336fd1d0262cad49adef7ce3dc72c531c '-f' must now always be specified as '--fmt', refs #194 2020-11-07T00:17:15Z 2020-11-07T00:19:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
60f4aff9b002009b76dd9386c84d4b80e73f6b0e Link changelog badge to /en/latest/changelog.html That way you can see the changelog for alpha releases. Refs #194. 2020-11-07T02:23:56Z 2020-11-07T02:23:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
6785e89cc04e58382ea2bff34a4ee66ebe4c4434 Release 3.0a0 Refs #192 #193 #194 #196 #199 #198 #197 #200 2020-11-07T01:22:24Z 2020-11-07T01:22:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
6863dc267745bc0a3392912f00c6aeb628e5ee3f sqlite-utils rows -c, closes #200 2020-11-07T00:28:41Z 2020-11-07T00:28:41Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
a8acafbfe06640ff8aebe2af6338c9d01b76b85c Fixed RST typo 2020-11-07T02:49:24Z 2020-11-08T16:38:02Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
afee15f04b060a557897fa876f6e5d37f6d898cb --tsv output option, closes #193 2020-11-07T00:09:42Z 2020-11-07T00:09:42Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
bce18721093489c0047792444b6f6eda5e8cc20b order= is now order_by=, refs #197 2020-11-07T00:43:33Z 2020-11-07T00:43:33Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
cbc9841646761718095b6efba4fd1b4cd963090a Docs for .search() and .search_sql(), refs #197 2020-11-07T00:58:57Z 2020-11-07T00:58:57Z 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 48.956ms · About: simonw/datasette-graphql