Remove unused code 75/83375/1
authorAdam Wudzinski <adam.wudzinski@nokia.com>
Tue, 26 Mar 2019 15:47:06 +0000 (16:47 +0100)
committerawudzins <adam.wudzinski@nokia.com>
Tue, 26 Mar 2019 15:47:06 +0000 (16:47 +0100)
commitb0f2f345cc2d1cc3812ad8a06fc1898daf5842d0
treee6022e92e026a02912548e313ff2a02b5c27ddec
parentb2c7546f9027099161aeaf5791f1d0f3a52b92d2
Remove unused code

Remove unsed code from generic-components and change tests directory structure to reflect src structure

Change-Id: Iada2efb0f7cfb05557eb7cd709b8a0ed75976b03
Issue-ID: AAI-1618
Signed-off-by: awudzins <adam.wudzinski@nokia.com>
49 files changed:
resources/scss/_components.scss
src/generic-components/componentManager/ComponentManager.jsx [deleted file]
src/generic-components/componentManager/ComponentManagerConstants.js [deleted file]
src/generic-components/componentManager/ComponentManagerContainer.jsx [deleted file]
src/generic-components/confirmations/ConfirmationModalView.jsx [deleted file]
src/generic-components/dynamicViewLoader/DynamicViewLoaderActions.js [deleted file]
src/generic-components/dynamicViewLoader/DynamicViewLoaderConstants.js [deleted file]
src/generic-components/dynamicViewLoader/DynamicViewLoaderReducer.js [deleted file]
src/generic-components/dynamicViewLoader/dynamicViewLoader.jsx [deleted file]
src/generic-components/graph/SVGShape.jsx [deleted file]
src/generic-components/input/SelectInput.jsx [deleted file]
src/generic-components/input/ToggleInput.jsx [deleted file]
src/generic-components/input/inputOptions/InputOptions.jsx [deleted file]
src/generic-components/notifications/NotificationConstants.js [deleted file]
src/generic-components/notifications/NotificationModal.jsx [deleted file]
src/generic-components/notifications/NotificationReducer.js [deleted file]
src/generic-components/panel/SlidePanel.jsx [deleted file]
src/generic-components/toggleButtonGroup/ToggleButtonGroup.jsx [deleted file]
src/generic-components/toggleButtonGroup/ToggleButtonGroupActions.js [deleted file]
src/generic-components/toggleButtonGroup/ToggleButtonGroupConstants.js [deleted file]
src/generic-components/toggleButtonGroup/ToggleButtonGroupReducer.js [deleted file]
src/generic-components/treeNode/TreeNode.jsx [deleted file]
test/app/MainScreenWrapperReducer.test.js [moved from test/MainScreenWrapperReducer.test.js with 100% similarity]
test/app/configurableViews/ConfigurableViewActions.test.js [moved from test/configurableViews/ConfigurableViewActions.test.js with 100% similarity]
test/app/configurableViews/ConfigurableViewReducer.test.js [moved from test/configurableViews/ConfigurableViewReducer.test.js with 100% similarity]
test/app/globalAutoCompleteSearchBar/GlobalAutoCompleteSearchBar.test.js [moved from test/globalAutoCompleteSearchBar/GlobalAutoCompleteSearchBar.test.js with 100% similarity]
test/app/globalAutoCompleteSearchBar/GlobalAutoCompleteSearchBarReducer.test.js [moved from test/globalAutoCompleteSearchBar/GlobalAutoCompleteSearchBarReducer.test.js with 100% similarity]
test/app/globalInlineMessageBar/GlobalInlineMessageBar.test.js [moved from test/globalInlineMessageBar/GlobalInlineMessageBar.test.js with 100% similarity]
test/app/globalInlineMessageBar/GlobalInlineMessageBarAction.test.js [moved from test/globalInlineMessageBar/GlobalInlineMessageBarAction.test.js with 100% similarity]
test/app/globalInlineMessageBar/GlobalInlineMessageBarReducer.test.js [moved from test/globalInlineMessageBar/GlobalInlineMessageBarReducer.test.js with 100% similarity]
test/app/networking/NetworkCalls.test.js [moved from test/networking/NetworkCalls.test.js with 100% similarity]
test/app/networking/NetworkUtil.test.js [moved from test/networking/NetworkUtil.test.js with 100% similarity]
test/app/tierSupport/SelectedNodeDetails.test.js [moved from test/tierSupport/SelectedNodeDetails.test.js with 100% similarity]
test/app/tierSupport/SelectedNodeDetailsReducer.test.js [moved from test/tierSupport/SelectedNodeDetailsReducer.test.js with 100% similarity]
test/app/tierSupport/TierSupportActions.test.js [moved from test/tierSupport/TierSupportActions.test.js with 100% similarity]
test/app/tierSupport/TierSupportReducer.test.js [moved from test/tierSupport/TierSupportReducer.test.js with 100% similarity]
test/app/vnfSearch/VnfSearch.test.js [moved from test/vnfSearch/VnfSearch.test.js with 100% similarity]
test/app/vnfSearch/VnfSearchActions.test.js [moved from test/vnfSearch/VnfSearchActions.test.js with 100% similarity]
test/app/vnfSearch/VnfSearchNfRoleVisualization.test.js [moved from test/vnfSearch/VnfSearchNfRoleVisualization.test.js with 100% similarity]
test/app/vnfSearch/VnfSearchNfTypeVisualization.test.js [moved from test/vnfSearch/VnfSearchNfTypeVisualization.test.js with 100% similarity]
test/app/vnfSearch/VnfSearchOrchestratedStatusVisualization.test.js [moved from test/vnfSearch/VnfSearchOrchestratedStatusVisualization.test.js with 100% similarity]
test/app/vnfSearch/VnfSearchProvStatusVisualization.test.js [moved from test/vnfSearch/VnfSearchProvStatusVisualization.test.js with 100% similarity]
test/app/vnfSearch/VnfSearchReducer.test.js [moved from test/vnfSearch/VnfSearchReducer.test.js with 100% similarity]
test/app/vnfSearch/VnfSearchTotalCountVisualization.test.js [moved from test/vnfSearch/VnfSearchTotalCountVisualization.test.js with 100% similarity]
test/generic-components/autoCompleteSearchBar/AutoCompleteSearchBar.test.js [moved from test/autoCompleteSearchBar/AutoCompleteSearchBar.test.js with 100% similarity]
test/generic-components/notifications/NotificationReducer.test.js [deleted file]
test/generic-components/treeNode/TreeNode.test.js [deleted file]
test/input/SelectInput.test.js [deleted file]
test/input/ToggleInput.test.js [deleted file]