home / content

releases

6 rows where repo = 261634807

✎ 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
26297519 https://github.com/simonw/datasette-media/releases/tag/0.1a simonw 9599 MDc6UmVsZWFzZTI2Mjk3NTE5 0.1a master 0.1a 0 0 2020-05-08T03:01:14Z 2020-05-08T03:06:00Z * First working version - can serve static files from disk. #2 datasette-media 261634807    
26321556 https://github.com/simonw/datasette-media/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTI2MzIxNTU2 0.1 master 0.1 0 0 2020-05-08T18:08:42Z 2020-05-08T18:14:09Z * Documented, supported ability to serve static files from disk. #2 datasette-media 261634807    
26647879 https://github.com/simonw/datasette-media/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTI2NjQ3ODc5 0.2 master 0.2 0 0 2020-05-18T22:24:48Z 2020-05-18T22:25:40Z * Ability to resize and convert image formats using SQL columns. #5 datasette-media 261634807    
28336868 https://github.com/simonw/datasette-media/releases/tag/0.3 simonw 9599 MDc6UmVsZWFzZTI4MzM2ODY4 0.3 main 0.3 0 0 2020-07-08T00:34:24Z 2020-07-08T00:35:49Z - Now compatible with Datasette 0.44 and higher. #13 datasette-media 261634807    
29003085 https://github.com/simonw/datasette-media/releases/tag/0.4 simonw 9599 MDc6UmVsZWFzZTI5MDAzMDg1 0.4 main 0.4 0 0 2020-07-27T20:20:52Z 2020-07-27T20:22:21Z - Plugin can now be configured to serve BLOB content directly from a database column. #14 - New `enable_transform` option which allows custom resizing using `?w=`, `?h=` and `?format=`. #6 datasette-media 261634807    
29093033 https://github.com/simonw/datasette-media/releases/tag/0.5 simonw 9599 MDc6UmVsZWFzZTI5MDkzMDMz 0.5 main 0.5 0 0 2020-07-29T22:03:48Z 2020-07-29T22:05:36Z * SQL queries can now return `content_url` and the plugin will proxy and deliver content from that URL. #4 * Content is proxied as it is streamed, taking advantage of ASGI streaming. #21 * A `content_filename` column can be returned, which will cause the browser to prompt a file download using the specified file name. #19 datasette-media 261634807    

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 25.252ms