releases
2 rows where repo = 430224716
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
53781368 | https://github.com/simonw/datasette-redirect-to-https/releases/tag/0.1 | simonw 9599 | RE_kwDOGaS1TM4DNKN4 | 0.1 | main | 0.1 | 0 | 0 | 2021-11-20T23:25:56Z | 2021-11-20T23:26:59Z | - Initial release. | datasette-redirect-to-https 430224716 | ||
71160174 | https://github.com/simonw/datasette-redirect-to-https/releases/tag/0.2 | simonw 9599 | RE_kwDOGaS1TM4EPdFu | 0.2 | main | 0.2 | 0 | 0 | 2022-07-04T01:01:25Z | 2022-07-04T01:02:25Z | - Optional support for `x-forwarded-proto: http` headers, using a new configuration setting. [#2](https://github.com/simonw/datasette-redirect-to-https/issues/2) | datasette-redirect-to-https 430224716 |
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]);