home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

8 rows where "author_date" is on date 2020-04-22

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, repo, committer, committer_date (date)

author_date (date) 1 ✖

  • 2020-04-22 · 8 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
227bb3e91fe34811a9374150798643a5af98ed79 Added more example plugins 2020-04-22T13:47:20Z 2020-04-22T13:47:20Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
37eedc06c0e23ecbe3bbfb666a243b17f29a47ff Added missing issue-comments.json, refs #32 2020-04-22T01:15:34Z 2020-04-22T01:15:34Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
44611df1524a03ce305405e5902c9615e3c73a72 Release 2.0 Backwards incompatible schema change, refs #31 2020-04-22T01:20:52Z 2020-04-22T01:20:52Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
6237994433d9c5518ea6295e79d6f400fdc78aa2 Removed debug output, refs #32 2020-04-22T01:16:17Z 2020-04-22T01:16:17Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
89e3d9260d2edaf066a1a3b7722bbff0265ce477 Debug list of files in tests, for #32 2020-04-22T01:14:17Z 2020-04-22T01:14:17Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
8da108193b08abf140716f8ac499f32309dfe9cf Fixed a couple of spelling errors 2020-04-22T04:06:39Z 2020-04-22T04:06:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
c34d5a18bfc41fa08755ba3d5cf9fe09ff204238 Default milestones facets are now repo and state 2020-04-22T01:26:57Z 2020-04-22T01:26:57Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f github-to-sqlite 207052882 simonw 9599 web-flow 19864447
edb39c91f75c97b6b55f1db6b7626e66cb8f2d45 Release Datasette 0.40 2020-04-22T04:00:34Z 2020-04-22T04:00:34Z 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 47.39ms · About: simonw/datasette-graphql