home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

3 rows where "author_date" is on date 2019-12-27 sorted by message

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date, committer_date (date)

author_date (date) 1 ✖

  • 2019-12-27 · 3 ✖
sha message ▼ author_date committer_date raw_author raw_committer repo author committer
cfbc09967e1bf69df9355a4a57e3f63882019b41 Ran black, plus added comments for next step Refs #66 2019-12-27T09:30:29Z 2019-12-30T05:29:23Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
dc0a62556ec092be7b341c5220e0410354f7cd02 Run Travis tests on Ubuntu Bionic, fixes #71 2019-12-27T09:46:51Z 2019-12-27T09:49:07Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
607a2a9ff63b2bf8b14ed67b66ead5d00c77f2b7 insert --replace and insert(..., replace=True) Refs #66 2019-12-27T09:15:31Z 2019-12-30T05:29:23Z 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 89.74ms · About: simonw/datasette-graphql