home / github

Menu
  • GraphQL API

commits

Table actions
  • GraphQL API for commits

8 rows where "author_date" is on date 2019-11-12 sorted by author

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: raw_committer, committer, committer_date (date)

author_date (date) 1 ✖

  • 2019-11-12 · 8 ✖
sha message author_date committer_date raw_author raw_committer repo author ▼ committer
d977fbadf70a96bf2eea1407d01f99d98e092dec datasette publish uses python:3.8 base Docker image, closes #629 2019-11-12T06:03:09Z 2019-11-12T06:03:09Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
f554be39fc14ddc18921ca29d3920d55aad03d46 ReST fix 2019-11-12T06:00:13Z 2019-11-12T06:00:13Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
1c518680e9692a9a77022af54f3de3e77fb1aaf4 Final steps: build stable branch of Read The Docs 2019-11-12T05:57:48Z 2019-11-12T05:57:48Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
7f89928062b1a1fdb2625a946f7cd5161e597401 Removed code that conditionally installs black Since we no longer support Python 3.5 we don't need this any more. 2019-11-12T05:33:51Z 2019-11-12T05:33:51Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
c633c035dc8d4c60f1d13cb074918406bbdb3734 Datasette 0.31 in news section 2019-11-12T05:26:56Z 2019-11-12T05:26:56Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
76fc6a9c7317ce4fbf3cc3d327c849f7274d960a Release notes for 0.31 2019-11-12T05:17:59Z 2019-11-12T05:18:17Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 datasette 107914493 simonw 9599 simonw 9599
cf7776d36fbacefa874cbd6e5fcdc9fff7661203 Support Python 3.8, stop supporting Python 3.5 (#627) * Upgrade to uvicorn 0.10.4 * Drop support for Python 3.5 * Bump all dependencies to latest releases * Update docs to reflect we no longer support 3.5 * Removed code that skipped black unit test on 3.5 Closes #622 2019-11-12T05:09:11Z 2019-11-12T05:09:11Z Simon Willison 13ae486343ea6454a93114c6f558ffea2f2c6874 GitHub cd792325681cbad9f663f2879d8b69f1edbb678f datasette 107914493 simonw 9599 web-flow 19864447
5bc2570121aea8141ff88790e214765472882b08 Include uvicorn version in /-/versions, refs #622 2019-11-12T04:45:12Z 2019-11-12T04:45:12Z 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 239.153ms · About: simonw/datasette-graphql