home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

10 rows where "author_date" is on date 2021-06-23

✎ View and edit SQL

This data as json, CSV (advanced)

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

author_date (date) 1 ✖

  • 2021-06-23 · 10 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
02898bf7af4a4e484ecc8ec852d5fee98463277b Run flake8 in CI, refs #291 2021-06-23T01:23:12Z 2021-06-23T01:23:12Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
02b19c7a9afd328f22040ab33b5c1911cd904c7c Removed rogue pdb=True, refs #1377 2021-06-23T22:50:48Z 2021-06-23T22:50:48Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
1fba60537dcac8be664de0e3ba2c66143cc996bd Try more aggressive noqa, refs #291 2021-06-23T02:06:18Z 2021-06-23T02:06:18Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
3a500155663a07720a8a7baa04acda8c4c937692 datasette-publish-now is now called datasette-publish-vercel 2021-06-23T19:51:19Z 2021-06-23T19:51:19Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
403e370e5a3649333812edbbcba8467e6134cc16 Fixed reference to default publish implementation 2021-06-23T19:50:19Z 2021-06-23T19:50:19Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
4a3e8561ab109f3f171726bc2a7ebac1f23b72a6 Default 405 for POST, plus tests 2021-06-23T22:27:30Z 2021-06-23T22:40:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
7bc85b26d6b9c865caf949ff4660d855526c346e Deploy stable-docs.datasette.io on publish Refs https://github.com/simonw/datasette.io/issues/67 2021-06-23T19:30:03Z 2021-06-23T19:30:03Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
90e211e3e2f36d2ff911ecf1afe4470ff45c7c0d Now complies with flake8, refs #291 2021-06-23T01:22:08Z 2021-06-23T01:22:08Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
93c7fd9868fed3193a1732b39bfac539e5812b0b Ignore this entire file, refs #291 2021-06-23T02:08:52Z 2021-06-23T02:08:52Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
b1fd24ac9f9035464af0a8ce92391c166a783253 skip_csrf(datasette, scope) plugin hook, refs #1377 2021-06-23T22:39:52Z 2021-06-23T22:40:09Z 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 51.337ms · About: simonw/datasette-graphql