home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

11 rows where "author_date" is on date 2022-01-20

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date (date)

author_date (date) 1 ✖

  • 2022-01-20 · 11 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
0467723ee57c2cbc0f02daa47cef632dd4651df0 New, improved favicon - refs #1603 2022-01-20T05:46:03Z 2022-01-20T05:46:03Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
14e320329f756b7d8e298c4e2251d8a0b194c9c4 Hidden tables data_licenses, KNN, KNN2 for SpatiaLite, closes #1601 2022-01-20T04:38:49Z 2022-01-20T04:38:49Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
150967d98ef6c5b6064587e7ed30cbdd9b992b8e Hand-edited pixel favicon, refs #1603 2022-01-20T18:43:15Z 2022-01-20T18:43:15Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
43c30ce0236ebbc7e9cec98a3822265eb2691430 Use cog to maintain default plugin list in plugins.rst, closes #1600 Also fixed a bug I spotted where datasette.filters showed the same hook three times. 2022-01-20T05:04:09Z 2022-01-20T05:04:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
58652dd925bb7509b43905423ec00083bd374dc1 Hidden tables sqlite1/2/3/4, closes #1587 2022-01-20T04:12:46Z 2022-01-20T04:12:46Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
7c67483f5e61f7c46410a433a55280d62280327f Make test_favicon flexible to changing icon sizes, refs #1603 2022-01-20T05:57:14Z 2022-01-20T05:57:14Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
b01c9b68d151e1656fc180815c0d8480e35fc961 Oops I pushed the wrong favicon, refs #1603 2022-01-20T05:54:41Z 2022-01-20T05:54:41Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
b2eebf5ebf222b61a21625527851b77347d3d662 No need to send this, it's got a default, refs #1603 2022-01-20T05:52:00Z 2022-01-20T05:52:00Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
e1770766ce3ae6669305662ba618be610367af77 Return plugins and hooks in predictable order 2022-01-20T05:14:04Z 2022-01-20T05:14:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
fae3983c51f4a3aca8335f3e01ff85ef27076fbf Drop support for Python 3.6, closes #1577 Refs #1606 2022-01-20T04:31:22Z 2022-01-20T04:31:22Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
ffca55dfd7cc9b53522c2e5a2fa1ff67c9beadf2 Show link to /stable/ on /latest/ pages, refs #1608 2022-01-20T22:40:44Z 2022-01-20T22:40:44Z 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 52.551ms · About: simonw/datasette-graphql