home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

6 rows where "author_date" is on date 2019-11-13

✎ View and edit SQL

This data as json, CSV (advanced)

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

author_date (date) 1 ✖

  • 2019-11-13 · 6 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
16265f6a1a7c547e3925e0fc2d6b88754afb0435 Release notes for 0.31.1 2019-11-13T02:18:04Z 2019-11-13T02:18:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
848dec4deb0d3c140a4e0394cac45fbb2593349b Fix for datasette publish with just --source_url (#631) Closes #572 2019-11-13T04:28:42Z 2019-11-13T04:28:42Z Stanley Zheng 6c3a98f05c13cf31297e605e4d584d20fc12ab6b Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 stanzheng 3683993 simonw 9599
a22c7761b61baa61b8e3da7d30887468d61d6b83 Fixed typo in release notes 2019-11-13T02:18:39Z 2019-11-13T02:18:39Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
b51f258d00bb3c3b401f15d46a1fbd50394dbe1c Release notes for 0.31.2 2019-11-13T16:48:36Z 2019-11-13T16:48:36Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
bbd00e903cdd49067ecdbdb60a4d225833a44b05 Badge linking to datasette on hub.docker.com 2019-11-13T02:38:13Z 2019-11-13T02:38:13Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
f52451023025579ae9a13de4a7f00d69200184cd Fix "publish heroku" + upgrade to use Python 3.8.0 Closes #633. Closes #632. 2019-11-13T16:42:47Z 2019-11-13T16:42:47Z 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 50.75ms · About: simonw/datasette-graphql