open-consul/ui-v2/app
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
..
adapters UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
components UI: Use custom block-slots for changeableset 2019-05-01 18:22:12 +00:00
computed ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
controllers ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
forms UI: Move legacy ACLs, KVs and Intentions to use `form` functionality (#4936) 2019-05-01 18:21:43 +00:00
helpers UI: [BUGFIX] Decode/encode urls (#5206) 2019-01-23 13:46:59 +00:00
initializers UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
instance-initializers ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
mixins ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
models ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
routes ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
routing UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
search/filters UI: Move legacy ACLs to use the new searchables/changeable-sets (#4933) 2019-05-01 18:21:42 +00:00
serializers ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
services ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
styles UI: Amends blocking queries text and toggle component in settings (#5467) 2019-05-01 18:22:20 +00:00
templates ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
utils UI: Add blocking cursor validation and more straightforward throttle (#5470) 2019-05-01 18:22:21 +00:00
validations UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
app.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
index.html ui: Adds multi syntax linting to the code editor (#4814) 2018-10-19 17:36:38 +01:00
resolver.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
router.js UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00