open-consul/ui/packages/consul-ui/tests/integration/services/repository
John Cowen d4a8316bd8
ui: Convert Service.GatewayConfig to a model fragment (#9586)
* ui: Convert Service.GatewayConfig to a model fragment

We added the ember-intl addon, which has its own format-number helper.
We replaced our own similarly named helper with this one, but the
ember-intl one is far stricter and errors if the arguments passed are
undefined. Our previously one would cope with this.

We'd rather continue to use the stricter ember-intl helper, so here we
convert the GatewayConfig property to a model fragment so that we can
give the GatewayConfig.AssociatedServices property a default zero value.
2021-01-20 15:36:23 +00:00
..
acl-test.js
coordinate-test.js
dc-test.js ui: Show local datacenter by default on first visit (#9377) 2020-12-14 15:29:40 +00:00
discovery-chain-test.js
kv-test.js
node-test.js ui: HealthCheck Search/Sort/Filtering (#9314) 2020-12-07 09:14:30 +00:00
policy-test.js
role-test.js
service-test.js ui: Convert Service.GatewayConfig to a model fragment (#9586) 2021-01-20 15:36:23 +00:00
session-test.js
token-test.js
topology-test.js