home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

5 rows where "author_date" is on date 2020-02-07

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, committer_date (date)

repo 2 ✖

  • twitter-to-sqlite 3
  • sqlite-utils 2

author_date (date) 1 ✖

  • 2020-02-07 · 5 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
35c18a09fa664324dcb75e5e58ccb90644456d02 Documentation for friends, closes #31 2020-02-07T07:03:22Z 2020-02-07T07:03:22Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 twitter-to-sqlite 206156866 simonw 9599 simonw 9599
4cbade256414844961af5006e93c1cdc5bb84868 Release 2.2.1 2020-02-07T07:20:03Z 2020-02-07T07:20:03Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
7c28a4d133b6a639fa70ba22b22cd43cb0746394 Fix for upsert(hash_id=) bug, closes #84 2020-02-07T07:17:06Z 2020-02-07T07:17:06Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
a4c50fb6451329b37d869f974ca9c2fa4a43a244 Release 0.16 2020-02-07T07:42:45Z 2020-02-07T07:42:45Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 twitter-to-sqlite 206156866 simonw 9599 simonw 9599
eb79f2e6f4379780a4aafcfc8248d803bc02c413 Documented favorites, closes #32 2020-02-07T06:59:09Z 2020-02-07T06:59:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f twitter-to-sqlite 206156866 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 92.395ms · About: simonw/datasette-graphql