home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where "author_date" is on date 2020-09-15 sorted by author

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, committer_date (date)

author_date (date) 1 ✖

  • 2020-09-15 · 5 ✖
sha message author_date committer_date raw_author raw_committer repo author ▼ committer
432a3d675fa3697bd92fcc559d66e0c403d30c16 sqlite3.enable_callback_tracebacks(True), closes #891 2020-09-15T21:59:17Z 2020-09-15T21:59:17Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
d456b250326822b35169bbd52be5c143b6599fdc Release 0.49.1 Refs #967, #966, #956 2020-09-15T20:20:15Z 2020-09-15T20:20:15Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
448d13ea6b15a9c5c9165a4f6049d073f1524a5e Fix for MagicParameters error with no POST body, closes #967 2020-09-15T20:10:25Z 2020-09-15T20:12:57Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
65ca17d729182277b8fbf81825ec90814ef24d6e Fix for DeprecationWarning: invalid escape sequence 2020-09-15T18:55:52Z 2020-09-15T20:10:38Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
853c5fc37011a7bc09ca3a1af287102f00827c82 Fixed incorrect canned query example, closes #966 2020-09-15T03:52:44Z 2020-09-15T03:52:44Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447

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 54.691ms · About: simonw/datasette-graphql