releases
3 rows where repo = 238339412
This data as json, CSV (advanced)
Suggested facets: target_commitish, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
28030556 | https://github.com/simonw/datasette-debug-asgi/releases/tag/0.1.1 | simonw 9599 | MDc6UmVsZWFzZTI4MDMwNTU2 | 0.1.1 | master | 0.1.1 | 0 | 0 | 2020-06-29T16:23:11Z | 2020-06-29T16:23:38Z | - Fixed bug triggered by ASGI lifespan protocol. #1 | datasette-debug-asgi 238339412 | ||
37090393 | https://github.com/simonw/datasette-debug-asgi/releases/tag/1.0 | simonw 9599 | MDc6UmVsZWFzZTM3MDkwMzkz | 1.0 | main | 1.0 | 0 | 0 | 2021-01-29T15:31:20Z | 2021-01-29T15:31:50Z | - Switched to using the `register_routes()` Datasette plugin hook. #2 | datasette-debug-asgi 238339412 | ||
48010527 | https://github.com/simonw/datasette-debug-asgi/releases/tag/1.1 | simonw 9599 | MDc6UmVsZWFzZTQ4MDEwNTI3 | 1.1 | main | 1.1 | 0 | 0 | 2021-08-17T23:39:56Z | 2021-08-17T23:41:03Z | - Allow `/-/asgi-scope/extras` with extra path components. [#3](https://github.com/simonw/datasette-debug-asgi/issues/3) | datasette-debug-asgi 238339412 |
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]);