open-consul/ui-v2/tests
John Cowen 2dec484724
ui: Reduce discovery-chain log errors (#8065)
* ui: Reduce discovery-chain log spam

Currently the only way that the UI can know whether connect is enabled
or not is whether we get 500 errors from certain endpoints.

One of these endpoints we already use, so aswell as recovering from a
500 error, we also remember that connect is disabled for the rest of the
page 'session' (so until the page is refreshed), and make no further
http requests to the endpoint for that specific datacenter.

This means that log spam is reduced to only 1 log per page refresh/dc
instead of 1 log per service navigation.

Longer term we'll need some way to dynamically discover whether connect
is enabled per datacenter without relying on something that will add
error logs to consul.
2020-06-10 16:07:06 +01:00
..
acceptance ui: Reduce discovery-chain log errors (#8065) 2020-06-10 16:07:06 +01:00
helpers ui: Delete the Promise rsvp imports from codebase (#7372) 2020-05-12 17:14:12 +00:00
integration ui: remove sort-control component (#8077) 2020-06-10 14:27:21 +01:00
lib ui: Remove WithSearching mixin, use helpers instead (#7961) 2020-06-03 16:46:53 +00:00
pages ui: Create Tags & Meta tab (#7954) 2020-06-03 16:46:48 +00:00
steps ui: Reduce discovery-chain log errors (#8065) 2020-06-10 16:07:06 +01:00
unit ui: Add ability to sort service based on health (#7989) 2020-06-03 16:46:57 +00:00
dictionary.js ui: Run 2 separate test runs oss and ent (#7214) 2020-02-07 11:02:53 +00:00
index.html ui: Implements the ember-page-title addon to the UI (#7118) 2020-01-28 09:25:52 -05:00
pages.js ui: Test Improvements (#7854) 2020-05-12 17:14:57 +00:00
steps.js ui: Reduce discovery-chain log errors (#8065) 2020-06-10 16:07:06 +01:00
test-helper.js fix ember parallelization (#7221) 2020-05-12 17:13:52 +00:00