home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

7 rows where "author_date" is on date 2019-10-30

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: repo, committer, committer_date (date)

raw_committer 2 ✖

  • Simon Willison 6
  • GitHub 1

author_date (date) 1 ✖

  • 2019-10-30 · 7 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
3ca290e0db03bb4747e24203c445873f74512107 Fixed dumb error 2019-10-30T19:00:21Z 2019-10-30T19:00:21Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
518f9ae704cf325aad66d945798bcbd6c8cc7f3f New mentions-timeline command, refs #26 2019-10-30T02:15:31Z 2019-10-30T02:16:18Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 twitter-to-sqlite 206156866 simonw 9599 simonw 9599
5dd4d2b2d3abcfd507a6df47e7c2fbad3c552fd8 Update to latest black (#609) 2019-10-30T18:49:01Z 2019-10-30T18:49:01Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
7275abb5573f00e1ea60707cfe243346a6e0ece6 Documentation for mentions-timeline command, refs #26 2019-10-30T02:19:23Z 2019-10-30T02:19:23Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 twitter-to-sqlite 206156866 simonw 9599 simonw 9599
dd093b4edd6d2034a2917ff260f1bbaa12e1d285 Release 0.13 2019-10-30T02:20:09Z 2019-10-30T02:20:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 twitter-to-sqlite 206156866 simonw 9599 simonw 9599
e2c390500e6782aa476a7edc05c46cf907875a6e Persist _where= in hidden fields, closes #604 2019-10-30T18:49:26Z 2019-10-30T18:49:26Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
f5f6cbe03cbf05737d848f44779372b5daa79a25 Release 0.30.1 2019-10-30T18:56:04Z 2019-10-30T18:56:04Z 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 91.791ms · About: simonw/datasette-graphql