releases

3 rows where "created_at" is on date 2019-07-14

View and edit SQL

Suggested facets: repo, published_at (date)

created_at (date)

  • 2019-07-14 · 3
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18598299 https://github.com/simonw/datasette-auth-github/releases/tag/0.9 MDc6UmVsZWFzZTE4NTk4Mjk5 0.9 master 0.9 0 simonw 9599 0 2019-07-14T00:40:16Z 2019-07-14T00:41:33Z [] - Explicit log in screen now includes SVG GitHub logo on the button - #42 - Default signed cookie TTL is now 1 hour, not 24 hours - #43 datasette-auth-github 195087137
18598348 https://github.com/simonw/datasette-auth-github/releases/tag/0.9.1 MDc6UmVsZWFzZTE4NTk4MzQ4 0.9.1 master 0.9.1 0 simonw 9599 0 2019-07-14T00:58:35Z 2019-07-14T00:59:24Z [] - Updated documentation to reflect new one hour `cookie_ttl` default - #43 datasette-auth-github 195087137
19704661 https://github.com/simonw/datasette/releases/tag/0.29.2 MDc6UmVsZWFzZTE5NzA0NjYx 0.29.2 master 0.29.2 0 simonw 9599 0 2019-07-14T03:04:05Z 2019-09-03T00:33:35Z [] * Bumped Uvicorn to 0.8.4, fixing a bug where the querystring was not included in the server logs. (#559) * Fixed bug where the navigation breadcrumbs were not displayed correctly on the page for a custom query. (#558) * Fixed bug where custom query names containing unicode characters caused errors. https://datasette.readthedocs.io/en/stable/changelog.html#v0-29-2 datasette 107914493

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [author] INTEGER REFERENCES [users]([id]),
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [assets] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
)
Powered by Datasette · Query took 27.487ms · About: github-to-sqlite