home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

10 rows where "author_date" is on date 2019-05-25

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: repo, committer_date (date)

author_date (date) 1 ✖

  • 2019-05-25 · 10 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
092e1368edc4e7f4cb337a62eabd9a6e1245006b Fixed typo 2019-05-25T14:24:17Z 2019-05-25T14:24:17Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
182a3017c24e3fa3af60e4ac0c91c7e48f8736fd Sort keys to past tests in Python 3.5 2019-05-25T16:22:02Z 2019-05-25T16:22:02Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
251e4730412210e7fdb1efd476c730ed3ff10e81 --json-cols option for outputting nested JSON, closes #20 2019-05-25T00:56:44Z 2019-05-25T00:56:44Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
5ef3b2d6c902622b349a35d33eefc39f2a85e59e Don't use -v with pytest in Travis It seems to slow things down more than I expected. 2019-05-25T16:19:30Z 2019-05-25T16:19:30Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
747ea5d6bc31b31fd046e036d90fb603c55307b5 Fixed help text for sqlite-utils enable-fts Closes #19 2019-05-25T00:43:41Z 2019-05-25T00:43:46Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
8ab7dcb4f939f38a9a8f8d92e79f4271fa0a6874 Update description, don't package tests/ 2019-05-25T00:37:29Z 2019-05-25T00:37:29Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
9bd39672dead0da8570a9e68b70f9ca7a2b4e63e Better label detection, refs #485 This needs unit tests. 2019-05-25T16:14:57Z 2019-05-25T16:14:57Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
d923d847545e829bf946bb9170bebfc7c3f9d993 Facet by many-to-many, closes #365 2019-05-25T16:05:52Z 2019-05-25T16:06:32Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
ee017cdbddfb7cdbf522149d195dd41416b24ecd Release notes for 1.0, closes #22 2019-05-25T01:06:38Z 2019-05-25T01:06:38Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
eff52023c6d316ead336c198a2a9365ce4f91b09 alter=True/--alter option to automatically add missing columns Closes #18 2019-05-25T00:41:04Z 2019-05-25T00:41:04Z 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 49.523ms · About: simonw/datasette-graphql