releases
3 rows where repo = 191022928
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
17874587 | https://github.com/simonw/datasette-render-binary/releases/tag/0.1 | simonw 9599 | MDc6UmVsZWFzZTE3ODc0NTg3 | 0.1 | master | 0.1 | 0 | 0 | 2019-06-09T16:01:27Z | 2019-06-09T16:10:36Z | datasette-render-binary 191022928 | |||
17976835 | https://github.com/simonw/datasette-render-binary/releases/tag/0.2 | simonw 9599 | MDc6UmVsZWFzZTE3OTc2ODM1 | 0.2 | master | 0.2 | 0 | 0 | 2019-06-09T16:20:28Z | 2019-06-13T16:14:52Z | Added screenshot. | datasette-render-binary 191022928 | ||
17976887 | https://github.com/simonw/datasette-render-binary/releases/tag/0.3 | simonw 9599 | MDc6UmVsZWFzZTE3OTc2ODg3 | 0.3 | master | 0.3 | 0 | 0 | 2019-06-13T16:14:18Z | 2019-06-13T16:16:36Z | Now uses the [filetype](https://pypi.org/project/filetype/) module to suggest a possible format. <img width="600" alt="many-photos-tables__RKFaceCrop__58_rows" src="https://user-images.githubusercontent.com/9599/59449428-df85cf00-8dbb-11e9-8817-0fd09ff539c7.png"> | datasette-render-binary 191022928 |
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]);