consul/ui-v2/tests
John Cowen 2b0b1e61d2 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 13:20:42 +00:00
..
acceptance ui: Don't show duplicate services in the intentions form dropdown (#8133) 2020-06-17 13:12:17 +00: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 13:20:42 +00:00
lib ui: Colocate pageobject components with their components (#8098) 2020-06-12 15:50:34 +00:00
pages ui: Token listing redesign (#8117) 2020-06-17 09:33:17 +00:00
steps Merge pull request #8080 from hashicorp/ui-staging 2020-06-10 16:41:25 +00:00
unit Merge pull request #8013 from hashicorp/ui-staging 2020-06-03 17:46:46 +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: Token listing redesign (#8117) 2020-06-17 09:33:17 +00:00
steps.js Merge pull request #8080 from hashicorp/ui-staging 2020-06-10 16:41:25 +00:00
test-helper.js fix ember parallelization (#7221) 2020-05-12 17:13:52 +00:00