open-consul/ui-v2/app/mixins
John Cowen 1625a09372 ui: Adds blocking query support to the service detail page (#5479)
This commit includes several pieces of functionality to enable services
to be removed and the page to present information that this has happened
but also keep the deleted information on the page. Along with the more
usual blocking query based listing.

To enable this:

1. Implements `meta` on the model (only available on collections in
ember)
2. Adds new `catchable` ComputedProperty alongside a `listen` helper for
working with specific errors that can be thrown from EventSources in an
ember-like way. Briefly, normal computed properties update when a
property changes, EventSources can additionally throw errors so we can
catch them and show different visuals based on that.
2019-05-01 18:22:22 +00:00
..
acl UI: Catch 500 error on token endpoint and revert to legacy tokens (#4874) 2018-11-02 14:44:36 +00:00
intention ui: [BUGFIX] Intentions were showing the wrong notification on creation (#4658) 2018-09-12 20:41:43 +01:00
kv UI: Simplify/refactor the actions/notification layer (#4572) + (#4573) 2018-08-29 19:14:31 +01:00
policy UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
token UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
click-outside.js ui: Adds `document` and `viewport` methods to the dom service (#5052) 2019-05-01 18:21:57 +00:00
creating-route.js UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
with-blocking-actions.js UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
with-event-source.js ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
with-filtering.js UI: Add EventSource ready for implementing blocking queries (#5070) 2019-05-01 18:22:06 +00:00
with-health-filtering.js UI: Service Numbers (#5348) 2019-05-01 18:22:11 +00:00
with-listeners.js ui: Adds controller lifecycle `reset` hook (#5056) 2019-05-01 18:21:59 +00:00
with-resizing.js ui: Adds `document` and `viewport` methods to the dom service (#5052) 2019-05-01 18:21:57 +00:00
with-searching.js ui: Async Search (#4859) 2019-05-01 18:21:34 +00:00