home / github

Menu
  • GraphQL API

releases

Table actions
  • GraphQL API for releases

2 rows where target_commitish = "0.60.x"

✎ 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
57629048 https://github.com/simonw/datasette/releases/tag/0.60.1 RE_kwDOBm6k_c4Db1l4 0.60.1 0.60.x 0.60.1 0 simonw 9599 0 2022-01-21T02:08:20Z 2022-01-21T02:12:54Z - Fixed a bug where installation on Python 3.6 stopped working due to a change to an underlying dependency. This release can now be installed on Python 3.6, but is the last release of Datasette that will support anything less than Python 3.7. ([#1609](https://github.com/simonw/datasette/issues/1609)) datasette 107914493 {"url": "https://api.github.com/repos/simonw/datasette/releases/57629048/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}
58950482 https://github.com/simonw/datasette/releases/tag/0.60.2 RE_kwDOBm6k_c4Dg4NS 0.60.2 0.60.x 0.60.2 0 simonw 9599 0 2022-02-07T23:42:59Z 2022-02-07T23:49:38Z - Fixed a bug where Datasette would open the same file twice with two different database names if you ran `datasette file.db file.db`. ([#1632](https://github.com/simonw/datasette/issues/1632)) datasette 107914493 {"url": "https://api.github.com/repos/simonw/datasette/releases/58950482/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}

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 30.797ms · About: simonw/datasette-graphql