home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "author_date" is on date 2020-12-03

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date, raw_author, raw_committer, author, committer

committer_date (date) 1 ✖

  • 2020-12-03 9

author_date (date) 1 ✖

  • 2020-12-03 · 9 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
00185af74a91646d47aa54f2369c1a19a6f76a27 Show pysqlite3 version on /-/versions, if installed - #1125 2020-12-03T22:08:50Z 2020-12-03T22:08:50Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
13c960c03b46e35f3432063a19f3f528ca249e23 Test is no longer order dependent, closes #1123 2020-12-03T00:49:43Z 2020-12-03T00:49:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
4cce5516661b24afeddaf35bee84b00fbf5c7f89 Release 0.52.3 Refs #1124 2020-12-03T19:07:05Z 2020-12-03T19:07:05Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
63efcb35ce879fe68ee02411c8dd2fd5f127cc32 More tweaks to root_path handling, refs #1124 2020-12-03T19:02:53Z 2020-12-03T19:02:53Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
6b4c55efea3e9d34d92cbe5f0066553ad9b14071 Fix for Amazon Linux static assets 404ing, refs #1124 2020-12-03T18:53:26Z 2020-12-03T18:53:26Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
a45a3dff3ea01a2382dcedae5923a7b821a12aec Fix for OPTIONS request against /db, closes #1100 2020-12-03T00:44:03Z 2020-12-03T00:49:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
ca6e8e53dc9b094a5ce169d81a69d872546e595a More helpful 404 messages, refs #1124 2020-12-03T19:05:12Z 2020-12-03T19:05:12Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
daae35be46ec5cb8a207aa20986a4fa62e94777e Fix misaligned table actions cog Closes #1121. Thanks, @abdusco 2020-12-03T00:33:36Z 2020-12-03T00:33:36Z Abdussamet Koçak caa5b5002180b0bc856f66473e9ba8058a4c820e GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 abdusco 3243482 web-flow 19864447
e048791a9a2686f47d81a2c8aa88aa1966d82521 Release 0.52.2 Refs #1116, #1115, #1100, #749, #1121 2020-12-03T00:57:40Z 2020-12-03T00:57:40Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 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 229.391ms · About: simonw/datasette-graphql