graphql-engine/cli/version
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
..
compatibility_test.go compare only major and minor versions for cli-server (fix #331) (#332) 2018-08-30 16:14:07 +05:30
compatibility.go add anonymous telemetry (#1401) 2019-01-28 19:25:28 +05:30
console_test.go bundle console assets into server (close #516, close #521, close #2130) (#2192) 2019-05-16 13:15:29 +05:30
console.go bundle console assets into server (close #516, close #521, close #2130) (#2192) 2019-05-16 13:15:29 +05:30
feature_flags.go rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
server.go go vet cli code (#110) 2018-07-11 17:43:31 +05:30
version_test.go cli: close #38 handle server, cli and console versions (#43) 2018-07-04 18:13:52 +05:30
version.go cli: close #38 handle server, cli and console versions (#43) 2018-07-04 18:13:52 +05:30