open-consul/ui-v2/tests/integration/components
John Cowen 52705125a1
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
..
app-view-test.js
aria-menu-test.js
auth-dialog-test.js UI: Improved Login/Logout flow inc SSO support (#7790) 2020-05-12 17:14:51 +00:00
auth-profile-test.js UI: Improved Login/Logout flow inc SSO support (#7790) 2020-05-12 17:14:51 +00:00
changeable-set-test.js ui: Remove WithSearching mixin, use helpers instead (#7961) 2020-06-03 16:46:53 +00:00
code-editor-test.js ui: Change code-editor tested to use querySelectorAll (#8087) (#8131) 2020-06-17 14:17:00 +01:00
confirmation-dialog-test.js
consul-external-source-test.js
consul-kind.js ui: Redesign - Service List page with Gateways (#7781) 2020-05-12 17:14:42 +00:00
consul-service-instance-list-test.js
consul-service-list-test.js
data-source-test.js
delete-confirmation-test.js
discovery-chain-test.js
dom-buffer-flush-test.js
dom-buffer-test.js
event-source-test.js ui: Remove WithEventSource mixin, use a component instead (#7953) 2020-06-17 14:19:50 +01:00
freetext-filter-test.js
hashicorp-consul-test.js
healthcheck-info-test.js
healthcheck-list-test.js
healthcheck-status-test.js
healthchecked-resource-test.js
jwt-source-test.js UI: Improved Login/Logout flow inc SSO support (#7790) 2020-05-12 17:14:51 +00:00
list-collection-test.js
modal-dialog-test.js
modal-layer-test.js
oidc-select-test.js UI: Improved Login/Logout flow inc SSO support (#7790) 2020-05-12 17:14:51 +00:00
popover-menu-test.js
radio-group-test.js
ref-test.js
resolver-card-test.js
route-card-test.js
search-bar-test.js ui: Remove WithSearching mixin, use helpers instead (#7961) 2020-06-03 16:46:53 +00:00
secret-button-test.js
service-identity-test.js
splitter-card-test.js
state-test.js
stats-card-test.js
tab-nav-test.js ui: Tab Improvements (animations/branding) (#7772) 2020-05-12 17:14:43 +00:00
tab-section-test.js
tabular-collection-test.js
tabular-details-test.js
tag-list-test.js ui: refactor out the taglist component to use a recursive pattern (#7837) 2020-05-12 17:14:54 +00:00
templated-anchor-test.js
toggle-button-test.js
token-list-test.js
tomography-graph-test.js
tooltip-test.js ui: Implement EmberTooltips to Upstreams (#7930) 2020-06-03 16:46:44 +00:00