home / content

releases

8 rows where repo = 245856731

✎ View and edit SQL

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
24331033 https://github.com/simonw/datasette-search-all/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTI0MzMxMDMz 0.1 master 0.1 0 0 2020-03-08T23:44:56Z 2020-03-08T23:57:19Z First working version. datasette-search-all 245856731    
24331039 https://github.com/simonw/datasette-search-all/releases/tag/0.1.1 simonw 9599 MDc6UmVsZWFzZTI0MzMxMDM5 0.1.1 master 0.1.1 0 0 2020-03-08T23:56:57Z 2020-03-08T23:58:04Z Fixed bug: `AttributeError: module 'cgi' has no attribute 'parse_qsl'` #5 datasette-search-all 245856731    
24331305 https://github.com/simonw/datasette-search-all/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTI0MzMxMzA1 0.2 master 0.2 0 0 2020-03-09T00:28:42Z 2020-03-09T00:29:51Z Non-JavaScript fallback: #6. datasette-search-all 245856731    
24529755 https://github.com/simonw/datasette-search-all/releases/tag/0.2.1 simonw 9599 MDc6UmVsZWFzZTI0NTI5NzU1 0.2.1 master 0.2.1 0 0 2020-03-14T18:58:15Z 2020-03-14T18:58:37Z Improvements to the README. datasette-search-all 245856731    
28238264 https://github.com/simonw/datasette-search-all/releases/tag/0.3 simonw 9599 MDc6UmVsZWFzZTI4MjM4MjY0 0.3 master 0.3 0 0 2020-07-06T00:54:44Z 2020-07-06T00:56:17Z - Fix for compatibility with Datasette 0.45, through switching to new `register_routes` plugin hook. #8 datasette-search-all 245856731    
33885850 https://github.com/simonw/datasette-search-all/releases/tag/1.0 simonw 9599 MDc6UmVsZWFzZTMzODg1ODUw 1.0 main 1.0 0 0 2020-11-12T22:32:50Z 2020-11-12T22:34:18Z - Added loading indicators. #7 - URLs in search results are turned into links. #9 - Now uses `datasette.urls` to construct paths that work with the `base_url` config setting. #10 - Adds a link to Datasette navigation menu. #11 datasette-search-all 245856731    
34851272 https://github.com/simonw/datasette-search-all/releases/tag/1.0.1 simonw 9599 MDc6UmVsZWFzZTM0ODUxMjcy 1.0.1 main 1.0.1 0 0 2020-12-04T21:11:15Z 2020-12-04T21:12:26Z - Form inputs are now wrapped in a paragraph, making form less cramped when displayed next to metadata. #12 datasette-search-all 245856731    
79012640 https://github.com/simonw/datasette-search-all/releases/tag/1.1 simonw 9599 RE_kwDODqd5284EtaMg 1.1 main 1.1 0 0 2022-10-05T01:52:37Z 2022-10-05T01:53:33Z - Plugin now checks table permissions, and only attempts to search tables that the user has permission to view. [#16](https://github.com/simonw/datasette-search-all/issues/16) - Now requires Datasette 0.61 or higher datasette-search-all 245856731    

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 18.299ms