home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

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

✎ 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-07-31 · 5 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
2d7fa8b9058dfbf9c7c371cdeec115d32a177dc9 Use None as a default arg (#901) Thanks, @fcatus! * Use None as a default arg * Black formatting fix Co-authored-by: Simon Willison <swillison@gmail.com> 2020-07-31T18:42:38Z 2020-07-31T18:42:38Z fcatus 46e4cbbe1f073e93ec59b6ee14963e6b1c627496 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 Alyetama 56323389 web-flow 19864447
73bb59a9b5edae2097af2155b4de0b122940f196 Mirror master and main, refs #849 2020-07-31T23:19:43Z 2020-07-31T23:19:43Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
7ca8c0521ac1ea48a3cd8d0fe9275d1316e54b43 Calculate coverage on pushes to main Refs #849 2020-07-31T23:23:02Z 2020-07-31T23:23:02Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
84c162dec377d7ac8ea286dc42142273fc22a49c Deploy latest on pushes to main Refs #849 2020-07-31T23:22:31Z 2020-07-31T23:22:31Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
d71b0c0cb951e973d2d1d1a2540961f19aa9eb00 Publishing to Vercel section Closes #912 2020-07-31T17:06:32Z 2020-07-31T17:06:32Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 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 132.995ms · About: simonw/datasette-graphql