Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Releases: splitgraph/splitgraph.com

Release 2020-05-18-1309.108178019

18 May 13:09

Choose a tag to compare

Update docs (latest: v0.1.0)

- Versions created: 1
- Versions modified: None
- Versions deleted: None
- Versions unchanged: None

Release 2020-05-18-1110.108077489

18 May 11:10

Choose a tag to compare

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

17 May 23:33

Choose a tag to compare

Update docs (latest: v0.1.0)

- Versions created: 1
- Versions modified: None
- Versions deleted: None
- Versions unchanged: None

Release 2020-05-12-0201.102050376

12 May 02:01

Choose a tag to compare

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

11 May 17:00

Choose a tag to compare

Add basic ToS and privacy policy

Release 2020-05-09-1450.100008404

09 May 14:50

Choose a tag to compare

Update docs (latest: v0.1.0)

- Versions created: 1
- Versions modified: None
- Versions deleted: None
- Versions unchanged: None

Release 2020-05-08-2342.99586499

08 May 23:42

Choose a tag to compare

Hotfix: Include static directories in the `proxyDirectories` regex

- `proxyDirectories` should include `_next|static`

Release 2020-05-08-2305.99562616

08 May 23:05

Choose a tag to compare

Use correctly qualified path when copying `proxyDirectories.txt` into…

Release 2020-05-05-1334.96187520

05 May 13:34

Choose a tag to compare

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

01 May 19:56

Choose a tag to compare

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.