consul/ui/packages/consul-ui/tests
John Cowen d49ee8e355
ui: Ensure proxy instance health is taken into account in Service Instance Listings (#12279)
We noticed that the Service Instance listing on both Node and Service views where not taking into account proxy instance health. This fixes that up so that the small health check information in each Service Instance row includes the proxy instances health checks when displaying Service Instance health (afterall if the proxy instance is unhealthy then so is the service instance that it should be proxying)

* Refactor Consul::InstanceChecks with docs

* Add to-hash helper, which will return an object keyed by a prop

* Stop using/relying on ember-data type things, just use a hash lookup

* For the moment add an equivalent "just give me proxies" model prop

* Start stitching things together, this one requires an extra HTTP request

..previously we weren't even requesting proxies instances here

* Finish up the stitching

* Document Consul::ServiceInstance::List while I'm here

* Fix up navigation mocks Name > Service
2022-02-10 15:28:26 +00:00
..
acceptance ui: Ensure proxy instance health is taken into account in Service Instance Listings (#12279) 2022-02-10 15:28:26 +00:00
helpers ui: Ensure the partition is passed through to the request for the SSO auth URL (#11979) 2022-01-11 11:02:46 +00:00
integration ui: Ensure service instance data does not get re-written on blocking refresh (#11903) 2022-01-07 19:16:21 +00:00
lib ui: Support Route optional parameters/segments (#10212) 2021-05-26 17:43:46 +01:00
pages ui: [BUGFIX] Fixes an issue when editing intentions from the service > intentions sub tab (#11937) 2022-01-07 19:09:40 +00:00
steps ui: Ensure the partition is passed through to the request for the SSO auth URL (#11979) 2022-01-11 11:02:46 +00:00
unit ui: Allow templateName paths to be relative (#11955) 2022-01-12 09:27:00 +00:00
dictionary.js ui: Adds Partitions to the HTTP layer (#10447) 2021-09-15 18:09:55 +01:00
index.html ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
pages.js ui: Create Routing Configurations route and page (#10835) 2021-08-16 12:04:04 -04:00
steps.js ui: Ensure the partition is passed through to the request for the SSO auth URL (#11979) 2022-01-11 11:02:46 +00:00
test-helper.js ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00