home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where "author_date" is on date 2020-11-28 sorted by author_date

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_author, raw_committer, author, committer, committer_date (date)

author_date (date) 1 ✖

  • 2020-11-28 · 3 ✖
sha message author_date ▼ committer_date raw_author raw_committer repo author committer
bbde835a1fec01458e8d00929e7bab6d6a5ba948 Fix --metadata doc usage (#1112) Thanks, @jefftriplett. 2020-11-28T19:53:48Z 2020-11-28T19:53:48Z Jeff Triplett 207bb2132044fa5a4fe28a579f7588c2eee6e391 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 jefftriplett 50527 web-flow 19864447
50cc6af01672526791900df7c8834a62fa094852 Fixed some broken internal links, refs #1106 2020-11-28T23:34:56Z 2020-11-28T23:34:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
a8e66f9065fb55a3863cc05dfb2ce52f9618cdb7 Release 0.52 Refs #992, #1103, #1104, #1107, #1077, #1110, #1089, #1086, #1088, #1084 2020-11-28T23:54:35Z 2020-11-28T23:54:35Z 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 107.016ms · About: simonw/datasette-graphql