home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "author_date" is on date 2020-08-28

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_author, raw_committer, repo, author, committer, author_date (date), committer_date (date)

sha ▼ message author_date committer_date raw_author raw_committer repo author committer
01c7784be54d14ee5b653753c38005d823fcdd09 CI is now GitHub Actions, closes #143 2020-08-28T22:41:29Z 2020-08-28T22:41:29Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
10c6fbc3689311091a18ad4f8d1098e6761c35bc Applied Black 20.8b1, refs #142 2020-08-28T22:30:57Z 2020-08-28T22:30:57Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
1a9dab86fe22b122ea44e2161887fe3c0129297f Release 2.16.1 Refs #139, #142, #143 2020-08-28T22:45:11Z 2020-08-28T22:45:11Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
7178126d902e2cfca606be0b0cff96c6c679c5b8 Release notes for 0.49a0 Refs #953, #945 2020-08-28T23:12:47Z 2020-08-28T23:12:47Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
799ecae94824640bdff21f86997f69844048d5c3 register_output_renderer can now return Response, closes #953 2020-08-28T04:02:50Z 2020-08-28T04:02:50Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
8c405965e9f0b55900a41ff16ae7e6077bca6ef6 GitHub Actions workflows, refs #143 2020-08-28T22:36:55Z 2020-08-28T22:36:55Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
947bb7626fd1763608a470adf9cf5f156ef003e9 insert_all(..., alter=True) works for columns introduced after first 100 records * Insert all columns for every chunk * Update unit test to reflect new behaviour * Test that exception is raised * Update documentation Closes #139. Thanks, Simon Wiles! 2020-08-28T22:30:13Z 2020-08-28T22:30:13Z Simon Wiles a02cf01c415b3ca2d3b4458167191f30850ff9dd GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonwiles 96218 web-flow 19864447
cbc22ef20cf7326b90a11661931f155f81f700fd Add numpy to the matrix, refs #144 2020-08-28T22:56:06Z 2020-08-28T22:56:06Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
d7d3f962861ef32c5ead8f514c8756f5b6f7c4a0 Black now runs in GitHub actions, refs #143 2020-08-28T22:37:45Z 2020-08-28T22:37:45Z 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 319.174ms · About: simonw/datasette-graphql