This puts back the fixes from the revert with the exception of ember-concurrency
Something in the internals of this is breaking when we iframe into the vue dashboard.
Reverting this particular change fixes it. Since this was not a required change but a nicety I've decided to revert until I have more time to investigate.
v3.21.2...v3.24.0
update node 10 -> 12 lts
audit updates
hide link-to-external when switching scopes
this action causes the route info to be unavailable to the current route lookup before we transition out of the alert lib
Remove ember object and use regular object instead
Found durning upgrade to 3.12, I'm not sure why we'd even need to declare an
ember object for this return anyway.
Get the current cluster's id from scope servervice
Found durning upgrade to 3.12, not sure how this ever worked as I looked on live
and it was failing but the system didn't explode on 3.8. In 3.12
transistion.params is undefined and the whole system explodes. We were never
passing the queryparams so they wouldn't have come through. I changed this so we
fetched the current cluster id from the scope service and everything seems to
work correctly.
Ensure that accordion items only try to expand once during the init
Found durning upgrade to 3.12, expanded was being double rendered.
lint fix
test fixes
lint
loading overlay would stick on login sometimes
first update for auto importer
add required unsafe eval
remove project level xterm loading
ansi up
lazy-load dot-object
lazy load marked
Move logger models out of logging engine, it prevents lazy loading
add auto-importer config to logging
semver & json2yaml
lazy load pretty cron
lazy load shell quote
bug - typo in function name
remove debugger
lint and bugs
add shellquote constant to deal with undef error
Remove async from global and load module properly
add ignore file for silver-searcher
auto-import d3 lib
auto-import Identicon
auto-import jquery growl
update jsondiffpatch and auto-import
Remove unneeded voids
ember-auto-load jszip
pipeline bug
Refactor verify-auth route for lazy engines
auto-import to all engines/addons
auto-import momentjs
auto-import yaml
auto-import file-saver
update globals
bugs
review changes
yarn lock
move bable option back into the right place
bug fixes
decouple dependencies for nodes engine
decouple dependencies for global-admin
decouple dependencies for login engine
decouple dependencies for alerts engine
decouple dependencies for logging engine
decouple dependencies for pipeline engine
Lint sync and fix
review bugs
updates for rebase