home / content

releases

8 rows where repo = 248385299

✎ 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
24865567 https://github.com/simonw/datasette-publish-fly/releases/tag/0.1a simonw 9599 MDc6UmVsZWFzZTI0ODY1NTY3 0.1a master 0.1a 0 0 2020-03-19T01:46:31Z 2020-03-25T19:48:02Z * First working version datasette-publish-fly 248385299    
24865594 https://github.com/simonw/datasette-publish-fly/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTI0ODY1NTk0 0.2 master 0.2 0 0 2020-03-25T19:47:43Z 2020-03-25T19:48:48Z * First non-alpha release * Fixed bug when `flyctl` returns an upgrade message. #3 datasette-publish-fly 248385299    
28461576 https://github.com/simonw/datasette-publish-fly/releases/tag/1.0 simonw 9599 MDc6UmVsZWFzZTI4NDYxNTc2 1.0 master 1.0 0 0 2020-07-11T01:02:53Z 2020-07-11T01:03:58Z - Fixed compatibility with Datasette 0.44. #6 - Fix for Python 3.6. #4 datasette-publish-fly 248385299    
35194353 https://github.com/simonw/datasette-publish-fly/releases/tag/1.0.1 simonw 9599 MDc6UmVsZWFzZTM1MTk0MzUz 1.0.1 main 1.0.1 0 0 2020-12-12T21:10:24Z 2020-12-12T21:11:49Z - Fixed various errors that occurred when using latest version of `flyctl`. #7 datasette-publish-fly 248385299    
47075887 https://github.com/simonw/datasette-publish-fly/releases/tag/1.0.2 simonw 9599 MDc6UmVsZWFzZTQ3MDc1ODg3 1.0.2 main 1.0.2 0 0 2021-07-30T22:10:17Z 2021-07-30T22:11:11Z - Now uses `--json` option to read existing application names from `flyctl apps list`. [#5](https://github.com/simonw/datasette-publish-fly/issues/5) datasette-publish-fly 248385299    
59290130 https://github.com/simonw/datasette-publish-fly/releases/tag/1.1 simonw 9599 RE_kwDODs4PE84DiLIS 1.1 main 1.1 0 0 2022-02-11T01:08:58Z 2022-02-11T01:13:36Z - New `--create-volume` and `--create-db` options for adding a [Fly volume](https://fly.io/docs/reference/volumes/) to the instance and creating a read-write database that will persist data between deployments. See [Using Fly volumes for writable databases](https://github.com/simonw/datasette-publish-fly/blob/1.1/README.md#using-fly-volumes-for-writable-databases) for details. [#10](https://github.com/simonw/datasette-publish-fly/issues/10) - `--generate-dir` option creates a directory with the `fly.toml` and `Dockerfile` needed for the deployment without deploying them. [#13](https://github.com/simonw/datasette-publish-fly/issues/13) - `--plugin-secret` option now stores secrets using the [Fly secrets](https://fly.io/docs/reference/secrets/) mechanism [#14](https://github.com/simonw/datasette-publish-fly/issues/14) - Fixed to work with the latest version of the `flyctl` tool datasette-publish-fly 248385299    
59557622 https://github.com/simonw/datasette-publish-fly/releases/tag/1.1.1 simonw 9599 RE_kwDODs4PE84DjMb2 1.1.1 main 1.1.1 0 0 2022-02-14T22:39:17Z 2022-02-14T22:39:37Z - Fixed bug where a `*.db` database file was created when an application with a volume was first deployed. [#17](https://github.com/simonw/datasette-publish-fly/issues/17) datasette-publish-fly 248385299 {"url": "https://api.github.com/repos/simonw/datasette-publish-fly/releases/59557622/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0}  
78615058 https://github.com/simonw/datasette-publish-fly/releases/tag/1.2 simonw 9599 RE_kwDODs4PE84Er5IS 1.2 main 1.2 0 0 2022-09-29T17:23:42Z 2022-09-29T17:25:15Z - New `-o/--org` option for specifying the Fly organization to deploy to - defaults to "personal". [#22](https://github.com/simonw/datasette-publish-fly/issues/22) - Fixed bug where port no needs to be specified as an integer. [#21](https://github.com/simonw/datasette-publish-fly/issues/21) datasette-publish-fly 248385299    

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