This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
Releases: splitgraph/splitgraph.com
Releases · splitgraph/splitgraph.com
Release 2020-05-18-1309.108178019
Update docs (latest: v0.1.0) - Versions created: 1 - Versions modified: None - Versions deleted: None - Versions unchanged: None
Release 2020-05-18-1110.108077489
Doc fixes: * Add a note that the user might need to do `CREATE EXTENSION postgis` when upgrading to Postgis for the first time * Switch demo/benchmark URLs to use the master branch instead of a pinned version * Elaborate on forking in TOS, link to the new account settings page for deletion and turn support mail into links.
Release 2020-05-17-2333.107604016
Update docs (latest: v0.1.0) - Versions created: 1 - Versions modified: None - Versions deleted: None - Versions unchanged: None
Release 2020-05-12-0201.102050376
Fix bug where link was not working when target page imported CSS (?!?) - Links on index page were mysteriously not working - Tracked problem to the fact that target page was importing CSS - Solution: move CSS to global import (I think this is required as of 9.3 anyway) - Ref: https://github.com/zeit/next.js/issues/5598 - Note: may cause problems linking to sphinx files (?) which still import CSS, but appears to work fine in docs??? what?? Makes very little sense why this fixes it, and still a bit inconsistent. Luckily the problem seems to be related only to the dev server + HMR (??) Check how the built version works in CI...
Release 2020-05-11-1700.101654337
Add basic ToS and privacy policy
Release 2020-05-09-1450.100008404
Update docs (latest: v0.1.0) - Versions created: 1 - Versions modified: None - Versions deleted: None - Versions unchanged: None
Release 2020-05-08-2342.99586499
Hotfix: Include static directories in the `proxyDirectories` regex - `proxyDirectories` should include `_next|static`
Release 2020-05-08-2305.99562616
Use correctly qualified path when copying `proxyDirectories.txt` into…
Release 2020-05-05-1334.96187520
Small changes to build scripts - Make `setup.sh` take an optional argument `$1` of the "root directory" (default its own), so that other packages can call it without duplicating code - Make `build_js_static.sh` use `buildlibs.sh`
Release 2020-05-01-1956.93351567
Add syntax highlighting languages to various snippets. A few hacks were needed for Bash that had newline escapes that didn't work with `bash` or `shell-session` -- these are either `python` or nothing at all.