home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where "author_date" is on date 2020-11-06

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date, committer_date (date)

author_date (date) 1 ✖

  • 2020-11-06 · 5 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
27b67f1cae3f4edf206cf9886aa6a31b2a0ffe63 @db.register_function(..., replace=True), closes #199 2020-11-06T15:53:22Z 2020-11-06T18:30:41Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
476825a224b382febbbd8569e89c78be3e8d426b How to use register_function as a method, not a decorator 2020-11-06T16:03:25Z 2020-11-06T18:30:41Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
63e2bdf18d9db092ebafc2f054eebf5be791db26 Added test for sqlite-utils search, refs #192 2020-11-06T23:40:42Z 2020-11-06T23:40:42Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
771bd81b62b73b69a61cec5e71be97c0a7e2c5f9 search_sql() returns most relevant first, not least Refs #192 2020-11-06T23:50:02Z 2020-11-06T23:50:02Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
d411fba1f4124047429ac9d1175a04b36bf5bee9 .search() works for FTS4, yields dicts Closes #198, refs #197 2020-11-06T18:23:16Z 2020-11-06T18:30:41Z 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 90.169ms · About: simonw/datasette-graphql