releases
2 rows where repo = 441024802
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
55864844 | https://github.com/simonw/datasette-tiddlywiki/releases/tag/0.1 | simonw 9599 | RE_kwDOGkmBIs4DVG4M | 0.1 | main | 0.1 | 0 | 0 | 2021-12-23T01:10:08Z | 2021-12-23T01:11:03Z | - Initial release. | datasette-tiddlywiki 441024802 | ||
59460814 | https://github.com/simonw/datasette-tiddlywiki/releases/tag/0.2 | simonw 9599 | RE_kwDOGkmBIs4Di0zO | 0.2 | main | 0.2 | 0 | 0 | 2022-02-14T05:49:12Z | 2022-02-14T05:51:45Z | - Authentication and permissions: TiddlyWiki can now only be edited by authenticated users with the `edit-tiddlywiki` permission. The `root` user has this permission by default, so running Datasette with `datasette tiddlywiki.db --root` will provide a URL that can be accessed to sign in as a user with write permissions to the wiki. [#3](https://github.com/simonw/datasette-tiddlywiki/issues/3) - All APIs now sit under the `/-/tiddlywiki/` namespace, and take the `base_url` setting into account. [#9](https://github.com/simonw/datasette-tiddlywiki/issues/9) | datasette-tiddlywiki 441024802 |
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]);