releases
2 rows where repo = 246108561
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
24361128 | https://github.com/simonw/datasette-column-inspect/releases/tag/0.1a | simonw 9599 | MDc6UmVsZWFzZTI0MzYxMTI4 | 0.1a | master | 0.1a | 0 | 0 | 2020-03-09T18:31:54Z | 2020-03-09T18:36:34Z | Initial alpha release. | datasette-column-inspect 246108561 | ||
35067944 | https://github.com/simonw/datasette-column-inspect/releases/tag/0.2a | simonw 9599 | MDc6UmVsZWFzZTM1MDY3OTQ0 | 0.2a | main | 0.2a | 0 | 1 | 2020-12-09T21:46:02Z | 2020-12-09T21:47:38Z | - Correctly parse column links. #3 - Show a message encouraging mobile users to rotate to landscape. #2 | datasette-column-inspect 246108561 |
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]);