graphql-engine/.circleci
Shahidh K Muhammed 76ceb707f4
bundle console assets into server (close #516, close #521, close #2130) (#2192)
This PR builds console static assets into the server docker image at `/srv/console-assets`. When env var `HASURA_GRAPHQL_CONSOLE_ASSETS_DIR=/srv/console-assets` or flag `--console-assets-dir=/srv/console-assets` is set on the server, the files in this directory are served at `/console/assets/*`.

The console html template will have a variable called `cdnAssets: false` when this flag is set and it loads assets from server itself instead of CDN.

The assets are moved to a new bucket with a new naming scheme:

```
graphql-engine-cdn.hasura.io/console/assets/
   /common/{}
   /versioned/<version/{}
   /channel/<channel>/<version>/{}
```

Console served by CLI will still load assets from CDN - will fix that in the next release.
2019-05-16 13:15:29 +05:30
..
pgbouncer run graphql tests on both http and websocket; add parallelism (close #1868) (#1921) 2019-04-08 12:52:38 +05:30
server-upgrade test server upgrade from last release (close #570) (#1667) 2019-02-27 20:42:47 +05:30
.gitignore run graphql tests on both http and websocket; add parallelism (close #1868) (#1921) 2019-04-08 12:52:38 +05:30
build-docker-image.sh circleci integration (#74) 2018-07-10 10:01:02 +00:00
ciignore.sh skip ciignore check for release branches 2019-03-07 21:47:27 +05:30
cli-builder.dockerfile update tests to use access key (close #113) (#296) 2018-08-30 21:24:12 +05:30
config.yml bundle console assets into server (close #516, close #521, close #2130) (#2192) 2019-05-16 13:15:29 +05:30
console-builder.dockerfile bundle console assets into server (close #516, close #521, close #2130) (#2192) 2019-05-16 13:15:29 +05:30
deploy.sh bundle console assets into server (close #516, close #521, close #2130) (#2192) 2019-05-16 13:15:29 +05:30
deployer.dockerfile avoid run apt-get upgrade and dist-upgrade (#796) 2018-10-20 09:02:57 +05:30
release_notes.template.md remove manifests directory from init (close #254) (#258) 2018-08-06 17:03:17 +05:30
server-builder.dockerfile optimise server startup time (close #1430) (#2120) 2019-05-08 13:06:42 +05:30
test-cli-with-last-release.sh rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
test-cli.sh rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
test-console.sh remove sleep for the console tests to start (close #1377) (#1378) 2019-01-15 10:49:06 +05:30
test-deprecated-server-flags.sh rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
test-server-flags.sh rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
test-server.sh support allow-list for graphql queries (closes #989) (#2075) 2019-05-16 11:43:25 +05:30