RIFT-15726 - optimize download size -> lodash usage in UI
authorBob Gallagher <bob.gallagher@riftio.com>
Fri, 17 Mar 2017 12:25:37 +0000 (08:25 -0400)
committerBob Gallagher <bob.gallagher@riftio.com>
Fri, 17 Mar 2017 12:25:37 +0000 (08:25 -0400)
commit4ef8c40c2c013c21f5487330daeab2561ba25fb3
tree3aa2b82c01cb6dbed41ad3d5acc500246f3f0905
parent7f02fe01671d62e6c3c9a523cf0d21b251960365
RIFT-15726 - optimize download size -> lodash usage in UI
- Isolate specific lodash utilities to be included
- covert usage of underscore library to lodash
- did not make changes to backend api

Change-Id: Ic2fb75c0f25e35dee179c3603ab8f714e51e32af
Signed-off-by: Bob Gallagher <bob.gallagher@riftio.com>
53 files changed:
skyquake/framework/utils/rw.js
skyquake/framework/utils/utils.js
skyquake/framework/widgets/listy/listy.js
skyquake/framework/widgets/login/login.jsx
skyquake/framework/widgets/skyquake_container/eventCenter.jsx
skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx
skyquake/framework/widgets/skyquake_container/skyquakeContainerSource.js
skyquake/framework/widgets/skyquake_container/skyquakeContainerStore.js
skyquake/framework/widgets/skyquake_container/skyquakeNav.jsx
skyquake/framework/widgets/topology/topologyTree.jsx
skyquake/plugins/accounts/src/account/account.jsx
skyquake/plugins/composer/src/src/components/CanvasPanel.js
skyquake/plugins/composer/src/src/components/CatalogPanel.js
skyquake/plugins/composer/src/src/components/DetailsPanel.js
skyquake/plugins/composer/src/src/components/EditDescriptorModelProperties.js
skyquake/plugins/composer/src/src/components/filemanager/FileManager.jsx
skyquake/plugins/composer/src/src/components/filemanager/FileManagerSource.js
skyquake/plugins/composer/src/src/libraries/DeletionManager.js
skyquake/plugins/composer/src/src/libraries/SelectionManager.js
skyquake/plugins/composer/src/src/libraries/graph/DescriptorGraph.js
skyquake/plugins/composer/src/src/libraries/graph/HighlightRecordServicePaths.js
skyquake/plugins/composer/src/src/libraries/graph/layouts/RelationsAndNetworksLayout.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorModel.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorModelFactory.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorModelMetaFactory.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorModelMetaProperty.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorModelSerializer.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorTemplateFactory.js
skyquake/plugins/composer/src/src/libraries/model/descriptors/ForwardingGraph.js
skyquake/plugins/composer/src/src/libraries/model/descriptors/NetworkService.js
skyquake/plugins/composer/src/src/libraries/model/descriptors/RecordServicePath.js
skyquake/plugins/composer/src/src/libraries/utils.js
skyquake/plugins/composer/src/src/sources/CatalogDataSource.js
skyquake/plugins/composer/src/src/stores/CatalogDataStore.js
skyquake/plugins/composer/src/src/stores/CatalogPackageManagerStore.js
skyquake/plugins/composer/src/src/stores/ComposerAppStore.js
skyquake/plugins/composer/test/spec/libraries/DescriptorModelFactorySpec.js
skyquake/plugins/composer/test/spec/libraries/DescriptorModelSpec.js
skyquake/plugins/config/src/dashboard/inputs.jsx
skyquake/plugins/launchpad/src/instantiate/instantiateStore.js
skyquake/plugins/launchpad/src/launchpad.jsx
skyquake/plugins/launchpad/src/launchpadFleetStore.js
skyquake/plugins/launchpad/src/launchpad_card/nsrScalingGroups.jsx
skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx
skyquake/plugins/launchpad/src/recordViewer/recordViewStore.js
skyquake/plugins/launchpad/src/ssh_keys/sshKeyStore.js
skyquake/plugins/launchpad/src/topologyL2View/detailView.jsx
skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinkCreate.jsx
skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinkCreateStore.js
skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinkDetails.jsx
skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinks.jsx
skyquake/plugins/logging/src/loggingGeneral.jsx
skyquake/plugins/logging/src/loggingStore.js