open-consul/ui/packages/consul-ui/app/services/repository
John Cowen c24c70af46
ui: Dev/Test environment configurable metrics (#9345)
In order to test certain setups for our metrics visualizations we need to be able to setup several different `ui_config` settings during development/testing. Generally in the UI, we use the Web Inspector to set various cookie values to configure the UI how we need to see it whilst developing, so this PR:

1. Routes `ui_config` through a dev time only `CONSUL_UI_CONFIG` env variable so we can change it via cookies vars.
2. Adds `CONSUL_METRICS_PROXY_ENABLE`, `CONSUL_METRICS_PROVIDER` and `CONSUL_SERVICE_DASHBOARD_URL` so it's easy to set/unset these only values during development.
3. Adds an acceptance testing step so we can setup `ui_config` to whatever we want during testing.
4. Adds an async 'repository-like' method to the `UiConfig` Service so it feels like a repository - incase we ever need to get this via an HTTP API+blocking query.
5. Vaguely unrelated: we allow cookie values to be set via the location.hash whilst in development only e.g. `/ui/services#CONSUL_METRICS_PROXY_ENABLE=1` so we can link to different setups if we ever need to.

All values added here are empty/falsey by default, so in order to see how it was previously you'll need to set the appropriate cookies values, but you can now also easily preview/test the the metrics viz in different/disabled states (with differing `ui_config`)
2020-12-15 15:34:54 +00:00
..
nspace ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
acl.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
coordinate.js ui: Refactor tomography graph component to glimmer and remove deprecation (#9219) 2020-11-18 18:55:59 +00:00
dc.js ui: Show local datacenter by default on first visit (#9377) 2020-12-14 15:29:40 +00:00
discovery-chain.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
intention-permission-http-header.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
intention-permission.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
intention.js ui: Add vendor directory as a target for JS linting and lint (#9157) 2020-11-11 16:59:15 +00:00
kv.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
metrics.js ui: Dev/Test environment configurable metrics (#9345) 2020-12-15 15:34:54 +00:00
node.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
nspace.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
oidc-provider.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
policy.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
proxy.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
role.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
service-instance.js ui: Move linting to the `node:test` script (#9385) 2020-12-14 15:28:35 +00:00
service.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
session.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
token.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
topology.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00