releases
10 rows where repo = 243887036
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
24117861 | https://github.com/simonw/datasette-configure-fts/releases/tag/0.1a | simonw 9599 | MDc6UmVsZWFzZTI0MTE3ODYx | 0.1a | master | 0.1a | 0 | 0 | 2020-03-02T04:00:51Z | 2020-03-02T04:02:30Z | First working version. | datasette-configure-fts 243887036 | ||
24118206 | https://github.com/simonw/datasette-configure-fts/releases/tag/0.1.1a | simonw 9599 | MDc6UmVsZWFzZTI0MTE4MjA2 | 0.1.1a | master | 0.1.1a | 0 | 0 | 2020-03-02T04:14:34Z | 2020-03-02T04:30:35Z | Bump dependencies to fix a cookie encoding bug. | datasette-configure-fts 243887036 | ||
24118212 | https://github.com/simonw/datasette-configure-fts/releases/tag/0.2a | simonw 9599 | MDc6UmVsZWFzZTI0MTE4MjEy | 0.2a | master | 0.2a | 0 | 0 | 2020-03-02T04:30:58Z | 2020-03-02T04:31:28Z | Create triggers on tables so new records will also be searchable. #4 | datasette-configure-fts 243887036 | ||
24119626 | https://github.com/simonw/datasette-configure-fts/releases/tag/0.3a | simonw 9599 | MDc6UmVsZWFzZTI0MTE5NjI2 | 0.3a | master | 0.3a | 0 | 0 | 2020-03-02T05:55:21Z | 2020-03-02T06:25:59Z | Ability to link to individual table configuration pages, #5 | datasette-configure-fts 243887036 | ||
24119632 | https://github.com/simonw/datasette-configure-fts/releases/tag/0.3.1a | simonw 9599 | MDc6UmVsZWFzZTI0MTE5NjMy | 0.3.1a | master | 0.3.1a | 0 | 0 | 2020-03-02T06:14:24Z | 2020-03-02T06:26:32Z | Bump `sqlite-utils` to get bug fix that allows columns with spaces in their names to be made searchable. | datasette-configure-fts 243887036 | ||
24197822 | https://github.com/simonw/datasette-configure-fts/releases/tag/0.4 | simonw 9599 | MDc6UmVsZWFzZTI0MTk3ODIy | 0.4 | master | 0.4 | 0 | 0 | 2020-03-03T15:59:12Z | 2020-03-04T06:44:49Z | Only suggest text columns to make searchable. #6 | datasette-configure-fts 243887036 | ||
24197828 | https://github.com/simonw/datasette-configure-fts/releases/tag/0.4.1 | simonw 9599 | MDc6UmVsZWFzZTI0MTk3ODI4 | 0.4.1 | master | 0.4.1 | 0 | 0 | 2020-03-04T03:10:36Z | 2020-03-04T06:45:22Z | Breadcrumb navigation. | datasette-configure-fts 243887036 | ||
24197866 | https://github.com/simonw/datasette-configure-fts/releases/tag/0.4.2 | simonw 9599 | MDc6UmVsZWFzZTI0MTk3ODY2 | 0.4.2 | master | 0.4.2 | 0 | 0 | 2020-03-04T06:43:58Z | 2020-03-04T06:47:31Z | Fixed error when unchecking all columns. #7 | datasette-configure-fts 243887036 | ||
28271576 | https://github.com/simonw/datasette-configure-fts/releases/tag/1.0 | simonw 9599 | MDc6UmVsZWFzZTI4MjcxNTc2 | 1.0 | master | 1.0 | 0 | 0 | 2020-07-06T19:34:07Z | 2020-07-06T19:36:52Z | - Compatible with Datasette 0.44. #9 - Now checks for the `configure-fts` permission. #3 | datasette-configure-fts 243887036 | ||
33313763 | https://github.com/simonw/datasette-configure-fts/releases/tag/1.1 | simonw 9599 | MDc6UmVsZWFzZTMzMzEzNzYz | 1.1 | main | 1.1 | 0 | 0 | 2020-11-01T02:26:53Z | 2020-11-01T02:31:01Z | - Link to interface from table actions menu. #12 | datasette-configure-fts 243887036 |
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]);