consul/ui-v2/app
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
..
adapters ui: Add blocking queries to gateways (#7967) 2020-06-03 16:46:52 +00:00
components ui: Remove WithEventSource mixin, use a component instead (#7953) 2020-06-17 14:19:50 +01:00
controllers ui: Remove WithEventSource mixin, use a component instead (#7953) 2020-06-17 14:19:50 +01:00
forms ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
helpers ui: Don't show duplicate services in the intentions form dropdown (#8133) 2020-06-17 14:11:40 +01:00
initializers ui: Move healthcheck ordering to use new comparators (#8096) 2020-06-16 14:13:29 +01:00
instance-initializers ui: Remove WithEventSource mixin, use a component instead (#7953) 2020-06-17 14:19:50 +01:00
mixins ui: Remove WithEventSource mixin, use a component instead (#7953) 2020-06-17 14:19:50 +01:00
models Merge pull request #8080 from hashicorp/ui-staging 2020-06-10 17:40:22 +01:00
routes ui: Token listing redesign (#8117) 2020-06-17 10:25:54 +01:00
routing ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
search/filters ui: Add ability to search nodes listing page with IP Address (#7204) 2020-02-04 10:45:25 -05:00
serializers ui: Add blocking queries to gateways (#7967) 2020-06-03 16:46:52 +00:00
services Merge pull request #8080 from hashicorp/ui-staging 2020-06-10 17:40:22 +01:00
sort/comparators ui: Move healthcheck ordering to use new comparators (#8096) 2020-06-16 14:13:29 +01:00
styles ui: Token listing redesign (#8117) 2020-06-17 10:25:54 +01:00
templates ui: Remove WithEventSource mixin, use a component instead (#7953) 2020-06-17 14:19:50 +01:00
utils ui: Remove WithEventSource mixin, use a component instead (#7953) 2020-06-17 14:19:50 +01:00
validations ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
app.js ui: Upgrade to ember 3.16 Octane Edition (#7334) 2020-05-12 17:14:10 +00:00
env.js ui: Improve configuration/env/feature flag usage (also add build time year detection) (#7072) 2020-01-21 17:52:40 +00:00
index.html ui: Keyboard navigation improvements (#7090) 2020-01-20 14:15:15 +00:00
router.js ui: Create Tags & Meta tab (#7954) 2020-06-03 16:46:48 +00:00