open-consul/ui/packages/consul-ui/tests/integration
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
..
adapters ui: [BUGFIX] Request intention listing with ns parameter (#9432) 2021-01-04 17:22:10 +00:00
components ui: Remove old style 'filterable' searching (#9356) 2020-12-09 19:12:17 +00:00
helpers ui: Install ember-intl (#9399) 2020-12-15 18:29:32 +00:00
serializers ui: Move linting to the `node:test` script (#9385) 2020-12-14 15:28:35 +00:00
services/repository ui: Convert Service.GatewayConfig to a model fragment (#9586) 2021-01-20 15:36:23 +00:00
utils/dom/event-source ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00