open-consul/ui/packages/consul-ui/app
John Cowen 23adad684b
ui: HealthCheck Search/Sort/Filtering (#9314)
* Adds model layer changes around HealthChecks

1. Makes a HealthCheck model fragment and uses it in ServiceInstances and
Nodes
2. Manually adds a relationship between a ServiceInstance and its
potential ServiceInstanceProxy
3. Misc changes related to the above such as an Exposed property on
MeshChecks, MeshChecks itself

* Add a potential temporary endpoint to distinguish ProxyServiceInstance

* Fix up Node search bar class

* Add search/sort/filter logic

* Fixup Service default sort key

* Add Healthcheck search/sort/filtering

* Tweak CSS add a default Type of 'Serf' when type is blank

* Fix up tests and new test support

* Add ability to search on Service/Node name depending on where you are

* Fixup CheckID search predicate

* Use computed for DataCollection to use caching

* Alpha sort the Type menu

* Temporary fix for new non-changing style Ember Proxys

* Only special case EventSource proxies
2020-12-07 09:14:30 +00:00
..
adapters ui: Correct AdapterError import (#9147) 2020-11-10 14:36:45 +00:00
components ui: HealthCheck Search/Sort/Filtering (#9314) 2020-12-07 09:14:30 +00:00
controllers ui: Add 'Search Across' for finer grained searching (#9282) 2020-12-01 15:45:09 +00:00
filter/predicates ui: HealthCheck Search/Sort/Filtering (#9314) 2020-12-07 09:14:30 +00:00
forms ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
helpers ui: Remove unused helpers or swap for helpers in ember-string-fns (#9294) 2020-11-30 17:19:44 +00:00
initializers ui: Remove unnecessay reopens from sort and form services (#9146) 2020-11-10 14:36:27 +00:00
instance-initializers ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
mixins ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
models ui: HealthCheck Search/Sort/Filtering (#9314) 2020-12-07 09:14:30 +00:00
modifiers ui: New overlays (#9305) 2020-12-02 09:43:34 +00:00
routes ui: HealthCheck Search/Sort/Filtering (#9314) 2020-12-07 09:14:30 +00:00
routing ui: Add 'Search Across' for finer grained searching (#9282) 2020-12-01 15:45:09 +00:00
search ui: HealthCheck Search/Sort/Filtering (#9314) 2020-12-07 09:14:30 +00:00
serializers ui: Topology Intentions Popovers (#9137) 2020-11-12 10:40:15 -05:00
services ui: HealthCheck Search/Sort/Filtering (#9314) 2020-12-07 09:14:30 +00:00
sort/comparators ui: HealthCheck Search/Sort/Filtering (#9314) 2020-12-07 09:14:30 +00:00
styles ui: HealthCheck Search/Sort/Filtering (#9314) 2020-12-07 09:14:30 +00:00
templates ui: HealthCheck Search/Sort/Filtering (#9314) 2020-12-07 09:14:30 +00:00
utils ui: Add 'Search Across' for finer grained searching (#9282) 2020-12-01 15:45:09 +00:00
validations ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
app.js ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
env.js ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
index.html ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
router.js ui: Delete Proxy Info tab (#9141) 2020-11-10 11:31:47 -05:00