home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: committer_date (date)

author_date (date) 1 ✖

  • 2022-01-14 · 11 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
10659c3f1f82458adfa65c61f4dcc8d9af5467ed datasette-debug-asgi plugin to help investigate #1590 2022-01-14T00:38:53Z 2022-01-14T00:38:53Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
3664ddd400062123e99500d28b160c7944408c1a Replace update-docs-help.py with cog, closes #1598 2022-01-14T00:47:53Z 2022-01-14T00:47:53Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
3a0f7d64889cd79d5d00d3251e8ab77ff52de60d Fixed hidden form fields bug #1527 2022-01-14T00:27:21Z 2022-01-14T00:27:21Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
515f8d38ebae203efc15ca79a8b42848276b35e5 Help summaries for publish cloudrun/heroku 2022-01-14T00:12:54Z 2022-01-14T00:12:54Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
714b4df1b1b2aeab8cde3a309627c42355439dda Fixed reStructuredText warning, refs #1594 2022-01-14T00:36:28Z 2022-01-14T00:36:28Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
76d66d5b2bf10249c0beaac0999b93ac8d757f48 Tweak order of documentation contents 2022-01-14T00:30:00Z 2022-01-14T00:30:00Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
88bc2ceae1151ec859f477d527b40f7e36012017 --help summary for 'datasette inspect', closes #1597 2022-01-14T00:07:30Z 2022-01-14T00:07:30Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
8cf4b77a92f5170c33e0079f2bab48a4f36b6934 Better copy for 'datasette plugins --help' 2022-01-14T00:10:52Z 2022-01-14T00:11:07Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
8f5c44a1669427019b288f5b5debec67a90f908b Better --help summaries for install and uninstall 2022-01-14T00:09:38Z 2022-01-14T00:09:38Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
ab7d6a7179e9939c2764989e508bfa8eba31f3b1 Updated settings help URL to avoid redirect 2022-01-14T00:38:16Z 2022-01-14T00:38:16Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
cb29119db9115b1f40de2fb45263ed77e3bfbb3e Release 0.60 Refs #473, #625, #1527, #1544, #1547, #1551, #1552, #1555, #1556, #1557, #1563, #1564, #1568, #1570, #1575, #1579, #1588, #1594 2022-01-14T01:36:51Z 2022-01-14T01:36:51Z 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 57.772ms · About: simonw/datasette-graphql