home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

6 rows where "author_date" is on date 2020-11-08

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date (date)

author_date (date) 1 ✖

  • 2020-11-08 · 6 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
47abca07643da36d0bcc589332826eeb092808be Update README for 3.0 release, refs #194 2020-11-08T17:16:25Z 2020-11-08T17:16:25Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
60d3c4821be4cf25c41097c1e8b79b2e60c5ead5 Changes since the 3.0a0 alpha release 2020-11-08T17:23:38Z 2020-11-08T17:23:38Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
68637732e011afb699a0724854efea524b9b239c Release 3.0 Refs #192 #193 #196 #199 #198 #197 #200 #201 Closes #194 2020-11-08T17:19:20Z 2020-11-08T17:19:20Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
79109939c39c16fd206010ef179040d59704682b search --limit now defaults to everything, refs #192 2020-11-08T17:00:43Z 2020-11-08T17:00:43Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
c5a798c15fa6ee694890c5f8e87e2c7a6001a4f4 .search_sql() fully respects columns=, closes #201 Refs #192 and #197 2020-11-08T16:53:53Z 2020-11-08T16:53:53Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
ce2b07c358cd68e6de4c8942d7067591b7f1be96 Updated docs for .search_sql() method Also improved indentation of generated SQL queries. Refs #197 2020-11-08T17:04:33Z 2020-11-08T17:04:37Z 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 44.152ms · About: simonw/datasette-graphql