releases
3 rows where repo = 394107614
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
47507311 | https://github.com/simonw/datasette-query-links/releases/tag/0.1 | simonw 9599 | MDc6UmVsZWFzZTQ3NTA3MzEx | 0.1 | main | 0.1 | 0 | 0 | 2021-08-09T01:18:33Z | 2021-08-09T01:23:58Z | - Initial working release. Requires Datasette 0.59a1 or higher. | datasette-query-links 394107614 | ||
47507930 | https://github.com/simonw/datasette-query-links/releases/tag/0.1.1 | simonw 9599 | MDc6UmVsZWFzZTQ3NTA3OTMw | 0.1.1 | main | 0.1.1 | 0 | 0 | 2021-08-09T01:58:47Z | 2021-08-09T01:58:53Z | - Fixed XSS security bug. [#2](https://github.com/simonw/datasette-query-links/issues/2) | datasette-query-links 394107614 | ||
47509188 | https://github.com/simonw/datasette-query-links/releases/tag/0.1.2 | simonw 9599 | MDc6UmVsZWFzZTQ3NTA5MTg4 | 0.1.2 | main | 0.1.2 | 0 | 0 | 2021-08-09T02:55:08Z | 2021-08-09T02:56:40Z | - More efficient way to verify queries using `EXPLAIN` - thanks, Dr. Beto Dealmeida. [#3](https://github.com/simonw/datasette-query-links/issues/3) | datasette-query-links 394107614 |
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]);