Skip to content

Releases: glotcode/glot-www

2021-03-07

07 Mar 10:38
Compare
Choose a tag to compare

glot-run is now incorporated into glot-www and is no longer needed.
The canonical url for the run api is now: https://glot.io/api/run

Upgrade notes

glot-www needs these new environment variables

DOCKER_RUN_BASE_URL
DOCKER_RUN_ACCESS_TOKEN
DOCKER_RUN_RESPONSE_TIMEOUT

These environment variables can be removed

RUN_API_BASE_URL
RUN_API_ADMIN_TOKEN
RUN_API_ANONYMOUS_TOKEN

Run this db query before starting glot-www

ALTER TABLE "api_user" DROP COLUMN "run_id";

2021-02-27

27 Feb 11:39
Compare
Choose a tag to compare

This release deprecates glot-snippets (and CouchDB) and all new snippets will be saved in PostgreSQL.

Upgrade notes

Run this db query before starting glot-www

ALTER TABLE "api_user" DROP COLUMN "snippets_id";

Old snippets stored in CouchDB are not automatically migrated.
glot-snippets-migration-tool can be used to migrate the snippets.

2020-12-25

25 Dec 12:37
edc681d
Compare
Choose a tag to compare
Merge pull request #38 from styfle/patch-1

Updated csharp default content

2017-05-21

18 Aug 16:49
Compare
Choose a tag to compare
Program id can't be main