consul/ui-v2/tests
John Cowen 49ec61e523
ui: Remove WithEventSource mixin, use a component instead (#7953)
The WithEventSource mixin was responsible for catching EventSource
errors and cleaning up events sources then the user left a Controller.

As we are trying to avoid mixin usage, we moved this all to an
`EventSource` component, which can clean up when the component is
removed from the page, and also fires an onerror event.

Moving to a component firing an onerror event means we can also remove
all of our custom computed property work that we were using previously
to catch errors (thrown when a service etc. is removed)
2020-06-17 14:19:50 +01:00
..
acceptance ui: Don't show duplicate services in the intentions form dropdown (#8133) 2020-06-17 14:11:40 +01:00
helpers ui: Delete the Promise rsvp imports from codebase (#7372) 2020-05-12 17:14:12 +00:00
integration ui: Remove WithEventSource mixin, use a component instead (#7953) 2020-06-17 14:19:50 +01:00
lib ui: Colocate pageobject components with their components (#8098) 2020-06-12 16:50:09 +01:00
pages ui: Token listing redesign (#8117) 2020-06-17 10:25:54 +01: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
index.html
pages.js ui: Token listing redesign (#8117) 2020-06-17 10:25:54 +01: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