home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

9 rows where "author_date" is on date 2020-03-25

✎ View and edit SQL

This data as json, CSV (advanced)

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

author_date (date) 1 ✖

  • 2020-03-25 · 9 ✖
sha ▼ message author_date committer_date raw_author raw_committer repo author committer
267efaf75f2f9a09a721d568916460b2bbc20c38 Configure demo with demo-metadata.json This includes datasette-render-markdown 2020-03-25T05:03:35Z 2020-03-25T05:03:35Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
7656fd64d8b6a32ebc34d89c1b8711cc5ea240f7 base_url configuration setting, closes #394 * base_url configuration setting * base_url works for static assets as well 2020-03-25T00:18:43Z 2020-03-25T00:18:43Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
90015b26895fd2bd29676bc375f096102b0587ed Deploy latest.datasett.io to Cloud Run, refs #705 2020-03-25T02:26:02Z 2020-03-25T02:26:02Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
99b1e919651c4be781aea162fe517e45f1f2a9c3 Fixed RST bug 2020-03-25T04:46:52Z 2020-03-25T04:46:52Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
a351d353bc0d6b0f737f789a0c2953e2531ed92d Fixed typo in GitHub Action configuration, refs #705 2020-03-25T02:30:50Z 2020-03-25T02:30:50Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
c3f7fc6925c6c34d64c26d436356ab917da0917d --install=py-gfm 2020-03-25T05:17:20Z 2020-03-25T05:17:20Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
c53bd21b66b24558b0e219f93eceed4021c36939 --service github-to-sqlite 2020-03-25T05:09:04Z 2020-03-25T05:09:04Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 github-to-sqlite 207052882 simonw 9599 simonw 9599
cc4445801eb7c86a686b0e65fbd815d5aef857ec Removed deploy to Zeit Now, refs #705 2020-03-25T02:17:27Z 2020-03-25T02:17:27Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
dedd775512daee49925882654f252df61a9e3b6d Release 0.39 2020-03-25T04:02:37Z 2020-03-25T04:02:37Z 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 389.861ms · About: simonw/datasette-graphql