home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

12 rows where "author_date" is on date 2020-08-12

✎ View and edit SQL

This data as json, CSV (advanced)

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

author_date (date) 1 ✖

  • 2020-08-12 · 12 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
03418ee037057aa85204f5a3feb2066cbb6a9b3e Release 0.47 Refs #335, #923, #925, #926, #928 2020-08-12T00:42:47Z 2020-08-12T00:42:47Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
10ce9ce3bcfd1ea967df8da63a4774f4afef3035 Include templates/ in MANIFEST, refs #930 2020-08-12T02:34:39Z 2020-08-12T02:34:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
1a805288abe8d155b6dad227221e5f70311d06c3 Updating homebrew plugin installation instructions This will start working as soon as Datasette 0.47 ships. Refs #923 2020-08-12T00:31:53Z 2020-08-12T00:31:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
309d7191a1e4e321b4f44345105a696001d65593 Fixed broken rST link 2020-08-12T05:11:08Z 2020-08-12T05:11:08Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
7702ea602188899ee9b0446a874a6a9b546b564d Release 0.47.2 Refs #931 2020-08-12T20:54:33Z 2020-08-12T20:54:33Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
83eda049af3f38d4289118d3576f96b2535084b1 Fixed rST bug 2020-08-12T00:10:12Z 2020-08-12T00:10:12Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
b8c09a9334faabeeba728a64fb28226ccf163400 Suggest "allow": false instead of "allow": {} 2020-08-12T05:56:52Z 2020-08-12T05:56:52Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
c8d796919281e6d97fe470d74f8580cc35fea625 Release 2.15.1 Refs #133 2020-08-12T16:59:48Z 2020-08-12T16:59:48Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 sqlite-utils 140912432 simonw 9599 simonw 9599
cd8c79d30ac38639a7904a0fd01518121bcaadf1 Release 0.47.1 Refs #930 2020-08-12T02:37:24Z 2020-08-12T02:37:24Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
d03fc607b355f22f7bfee4387d46f13f12463420 Package as sdist as well, refs #133 Also refs https://github.com/simonw/homebrew-datasette/issues/10 2020-08-12T16:56:36Z 2020-08-12T16:56:36Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f sqlite-utils 140912432 simonw 9599 web-flow 19864447
e139a7619f63d45ca2ff1ee108b933e17b5675b3 'datasette --get' option, closes #926 Also made a start on the datasette.utils.testing module, refs #898 2020-08-12T00:24:40Z 2020-08-12T00:24:40Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
e3e387fae78ea6c4c60d30303dc5a010d73c68d1 Fixed URLs to SpatiaLite files, refs #931 2020-08-12T20:49:50Z 2020-08-12T20:49:50Z 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 59.84ms · About: simonw/datasette-graphql