releases
2 rows where repo = 545764894
This data as json, CSV (advanced)
Suggested facets: created_at (date), published_at (date)
id ▼ | html_url | author | node_id | tag_name | target_commitish | name | draft | prerelease | created_at | published_at | body | repo | reactions | mentions_count |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
79008476 | https://github.com/simonw/datasette-public/releases/tag/0.1 | simonw 9599 | RE_kwDOIIe2Hs4EtZLc | 0.1 | main | 0.1 | 0 | 0 | 2022-10-05T00:02:42Z | 2022-10-05T00:05:59Z | - Initial release. Provides a mechanism for toggling specific tables public even if the overall Datasette instance is private. [#1](https://github.com/simonw/datasette-public/issues/1) | datasette-public 545764894 | ||
79317209 | https://github.com/simonw/datasette-public/releases/tag/0.2 | simonw 9599 | RE_kwDOIIe2Hs4EukjZ | 0.2 | main | 0.2 | 0 | 0 | 2022-10-07T22:33:04Z | 2022-10-07T22:34:48Z | - Fix compatibility bug when installed alongside `datasette-leaflet-geojson`. [#4](https://github.com/simonw/datasette-public/issues/4) - The `execute-sql` permission check now checks to see if the user has the `view-database` permission. [#3](https://github.com/simonw/datasette-public/issues/3) | datasette-public 545764894 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [releases] ( [html_url] TEXT, [id] INTEGER PRIMARY KEY, [author] INTEGER REFERENCES [users]([id]), [node_id] TEXT, [tag_name] TEXT, [target_commitish] TEXT, [name] TEXT, [draft] INTEGER, [prerelease] INTEGER, [created_at] TEXT, [published_at] TEXT, [body] TEXT, [repo] INTEGER REFERENCES [repos]([id]) , [reactions] TEXT, [mentions_count] INTEGER); CREATE INDEX [idx_releases_repo] ON [releases] ([repo]); CREATE INDEX [idx_releases_author] ON [releases] ([author]);