home / github

Menu
  • GraphQL API

releases

Table actions
  • GraphQL API for releases

3 rows where "published_at" is on date 2019-11-13

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), published_at (date)

id ▼ html_url node_id tag_name target_commitish name draft author prerelease created_at published_at body repo reactions
21426008 https://github.com/simonw/datasette/releases/tag/0.31 MDc6UmVsZWFzZTIxNDI2MDA4 0.31 master Datasette 0.31 0 simonw 9599 0 2019-11-12T05:33:51Z 2019-11-13T02:16:15Z This version adds compatibility with Python 3.8 and breaks compatibility with Python 3.5. Full release notes: https://datasette.readthedocs.io/en/stable/changelog.html#v0-31 datasette 107914493  
21426299 https://github.com/simonw/datasette/releases/tag/0.31.1 MDc6UmVsZWFzZTIxNDI2Mjk5 0.31.1 master 0.31.1 0 simonw 9599 0 2019-11-13T02:18:39Z 2019-11-13T02:40:53Z - Deployments created using `datasette publish` now use `python:3.8` base Docker image (#629) https://datasette.readthedocs.io/en/latest/changelog.html#v0-31-1 datasette 107914493  
21449006 https://github.com/simonw/datasette/releases/tag/0.31.2 MDc6UmVsZWFzZTIxNDQ5MDA2 0.31.2 master 0.31.2 0 simonw 9599 0 2019-11-13T16:48:36Z 2019-11-13T17:38:59Z - Fixed a bug where datasette publish heroku applications failed to start (#633) - Fix for datasette publish with just --source_url - thanks, Stanley Zheng (#572) - Deployments to Heroku now use Python 3.8.0 (#632) https://datasette.readthedocs.io/en/latest/changelog.html#v0-31-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,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT);
CREATE INDEX [idx_releases_repo]
                ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
                ON [releases] ([author]);
Powered by Datasette · Queries took 37.142ms · About: simonw/datasette-graphql