Updated Sparky to add ECOMP functionality Browse, Specialized Search, BYOQ, and the... 25/116925/8
authorwr148d <wr148d@att.com>
Fri, 15 Jan 2021 20:32:00 +0000 (15:32 -0500)
committerwr148d <wr148d@att.com>
Thu, 11 Feb 2021 14:47:17 +0000 (09:47 -0500)
commit5ee7367a101143715c2869d72ea4a6fbf55f5af6
tree84bf43601c0cce4fb37b5b3b494e113c96d5591e
parentddc05d4ea0254b427fea6ec80e2b03950eeca4ce
Updated Sparky to add ECOMP functionality Browse, Specialized Search, BYOQ, and the Builder FE Updates

Issue-ID: AAI-3250
Change-Id: I576e37f77f7e9b40d72e4a5e7de645e9f62bc7d2
Signed-off-by: wr148d <wr148d@att.com>
156 files changed:
README.MD
package-lock.json
package.json
resources/css/bootstrap-slider.css [new file with mode: 0644]
resources/css/font-awesome.min.css
resources/icons/browse/vnfSearchicon.png [new file with mode: 0644]
resources/icons/browse/vnfSearchicon_active.png [new file with mode: 0644]
resources/icons/browse/vnfSearchicon_hover.png [new file with mode: 0644]
resources/icons/byoq/hw_ext.png [new file with mode: 0644]
resources/icons/byoq/hw_ext_active.png [new file with mode: 0644]
resources/icons/byoq/hw_ext_hover.png [new file with mode: 0644]
resources/icons/byoq/vnfSearchicon.png [new file with mode: 0644]
resources/icons/byoq/vnfSearchicon_active.png [new file with mode: 0644]
resources/icons/byoq/vnfSearchicon_hover.png [new file with mode: 0644]
resources/icons/hw_ext.png [new file with mode: 0644]
resources/icons/hw_ext_active.png [new file with mode: 0644]
resources/icons/hw_ext_hover.png [new file with mode: 0644]
resources/icons/vnfSearchicon.png [new file with mode: 0644]
resources/icons/vnfSearchicon_active.png [new file with mode: 0644]
resources/icons/vnfSearchicon_hover.png [new file with mode: 0644]
resources/scss/_browse.scss [new file with mode: 0644]
resources/scss/_custom.scss [new file with mode: 0644]
resources/scss/_customByoq.scss [new file with mode: 0644]
resources/scss/_spinner.scss [new file with mode: 0644]
resources/scss/_typography.scss [new file with mode: 0644]
resources/scss/_variables.scss [new file with mode: 0644]
resources/scss/bootstrap-cust/_buttons.scss
resources/scss/bootstrap-cust/_card.scss [new file with mode: 0644]
resources/scss/bootstrap-cust/_panels.scss
resources/scss/bootstrap.scss
resources/scss/common/_layout.scss
resources/scss/common/_variables.scss
resources/scss/customQuery/_customQuery.scss [new file with mode: 0644]
resources/scss/filter/_filter.scss [new file with mode: 0644]
resources/scss/header/_layout.scss
resources/scss/model/_model.scss [new file with mode: 0644]
resources/scss/style.scss
resources/scss/tier-support/_search.scss
resources/styles/images/svg/master/controls/magnifyingglass.svg [new file with mode: 0644]
resources/views/defaultViews.json [new file with mode: 0644]
resources/views/defaultViews_onap.json [new file with mode: 0644]
sparkyInstallAndRun.bat [new file with mode: 0644]
sparkyRun.bat [new file with mode: 0644]
src/app/AppStore.js
src/app/MainScreenHeader.jsx
src/app/MainScreenWrapper.jsx
src/app/MainScreenWrapperConstants.js
src/app/MainScreenWrapperReducer.js
src/app/assets/configuration/aai/CustomQueryList.json [new file with mode: 0644]
src/app/assets/configuration/aai/InvList.json [new file with mode: 0644]
src/app/assets/configuration/aai/dbedgeRules.json [new file with mode: 0644]
src/app/assets/configuration/aai/oxm.xml [new file with mode: 0644]
src/app/assets/configuration/aai/reference/types.json [new file with mode: 0644]
src/app/assets/configuration/app_config.json [new file with mode: 0644]
src/app/assets/configuration/dsl_detailedHelp.json [new file with mode: 0644]
src/app/assets/configuration/dsl_hints.json [new file with mode: 0644]
src/app/assets/configuration/test.json [new file with mode: 0644]
src/app/assets/stubs/BYOQCommunityQueries.json [new file with mode: 0644]
src/app/assets/stubs/BYOQDefault.json [new file with mode: 0644]
src/app/assets/stubs/BYOQDefaultError.json [new file with mode: 0644]
src/app/assets/stubs/BYOQDeleteQuery.json [new file with mode: 0644]
src/app/assets/stubs/BYOQLargeSet.json [new file with mode: 0644]
src/app/assets/stubs/BYOQNoResults.json [new file with mode: 0644]
src/app/assets/stubs/BYOQPersonalQueries.json [new file with mode: 0644]
src/app/assets/stubs/BYOQPublicQueries.json [new file with mode: 0644]
src/app/assets/stubs/BYOQSaveInfo.json [new file with mode: 0644]
src/app/assets/stubs/CQDefault.json [new file with mode: 0644]
src/app/assets/stubs/ConvertQueryToTree.json [new file with mode: 0644]
src/app/assets/stubs/SingleTransactionEdit.json [new file with mode: 0644]
src/app/assets/stubs/currentBYOQState.json [new file with mode: 0644]
src/app/assets/stubs/currentCQState.json [new file with mode: 0644]
src/app/assets/stubs/currentNodeState.json [new file with mode: 0644]
src/app/assets/stubs/historicalBYOQChanges.json [new file with mode: 0644]
src/app/assets/stubs/historicalBYOQState.json [new file with mode: 0644]
src/app/assets/stubs/historicalCQChanges.json [new file with mode: 0644]
src/app/assets/stubs/historicalCQState.json [new file with mode: 0644]
src/app/assets/stubs/historicalNodeState.json [new file with mode: 0644]
src/app/assets/stubs/historicalNodeStateChanges.json [new file with mode: 0644]
src/app/assets/stubs/modelDefault.json [new file with mode: 0644]
src/app/assets/stubs/nodeLifeCycle.json [new file with mode: 0644]
src/app/assets/stubs/nodeLifeCycleSince.json [new file with mode: 0644]
src/app/browse/Browse.jsx [new file with mode: 0644]
src/app/browse/BrowseCard.jsx [new file with mode: 0644]
src/app/browse/BrowseConstants.js [new file with mode: 0644]
src/app/browse/BrowseGallery.jsx [new file with mode: 0644]
src/app/byoq/CustomDSLSaveLoad.jsx [new file with mode: 0644]
src/app/byoq/CustomDsl.jsx [new file with mode: 0644]
src/app/byoq/CustomDslBuilder.jsx [new file with mode: 0644]
src/app/byoq/PathFilterDslBuilder.jsx [new file with mode: 0644]
src/app/customQuery/CustomQuery.jsx [new file with mode: 0644]
src/app/customQuery/CustomQueryData.js [new file with mode: 0644]
src/app/customQuery/components/CustomQueryCard.jsx [new file with mode: 0644]
src/app/main.app.jsx
src/app/model/CustomQueryMultiNode.json [new file with mode: 0644]
src/app/model/ModelDisplay.jsx [new file with mode: 0644]
src/app/model/history/History.jsx [new file with mode: 0644]
src/app/model/history/HistoryActions.js [new file with mode: 0644]
src/app/model/history/HistoryConstants.js [new file with mode: 0644]
src/app/model/history/HistoryQuery.jsx [new file with mode: 0644]
src/app/model/history/HistoryReducer.js [new file with mode: 0644]
src/app/model/history/components/AnimationControls.jsx [new file with mode: 0644]
src/app/model/history/components/HistoryCard.jsx [new file with mode: 0644]
src/app/model/history/components/HistoryEntry.jsx [new file with mode: 0644]
src/app/model/history/components/HistoryGallery.jsx [new file with mode: 0644]
src/app/model/history/components/NodeDiffCard.jsx [new file with mode: 0644]
src/app/model/history/components/TopologyDiffCard.jsx [new file with mode: 0644]
src/app/model/modelSearch/Model.jsx [new file with mode: 0644]
src/app/model/modelSearch/ModelActions.js [new file with mode: 0644]
src/app/model/modelSearch/ModelConstants.js [new file with mode: 0644]
src/app/model/modelSearch/ModelReducer.js [new file with mode: 0644]
src/app/model/modelSearch/components/ModelBreadcrumb.jsx [new file with mode: 0644]
src/app/model/modelSearch/components/ModelCard.jsx [new file with mode: 0644]
src/app/model/modelSearch/components/ModelGallery.jsx [new file with mode: 0644]
src/app/model/modelSearch/components/ModelNodeCard.jsx [new file with mode: 0644]
src/app/model/modelSearch/components/ModelNodeGallery.jsx [new file with mode: 0644]
src/app/model/modelSearch/components/ModelRelationships.jsx [new file with mode: 0644]
src/app/model/modelSearch/components/ModelTabularView.jsx [new file with mode: 0644]
src/app/model/test.jsx [new file with mode: 0644]
src/app/model/testGallery.jsx [new file with mode: 0644]
src/app/modifications/Modifications.jsx [new file with mode: 0644]
src/app/modifications/ModificationsActions.js [new file with mode: 0644]
src/app/modifications/ModificationsConstants.js [new file with mode: 0644]
src/app/modifications/ModificationsReducer.js [new file with mode: 0644]
src/app/module/index.js [new file with mode: 0644]
src/app/networking/NetworkConstants.js
src/app/personlaization/PersonalizationActions.js
src/app/personlaization/PersonalizationConstans.js
src/app/specializedSearch/SpecializedSearch.jsx [new file with mode: 0644]
src/app/specializedSearch/SpecializedSearchActions.js [new file with mode: 0644]
src/app/specializedSearch/SpecializedSearchConstants.js [new file with mode: 0644]
src/app/specializedSearch/SpecializedSearchReducer.js [new file with mode: 0644]
src/generic-components/DownloadRangeModel.jsx [new file with mode: 0644]
src/generic-components/InfoToggle.jsx [new file with mode: 0644]
src/generic-components/MultiSelectDropDown.jsx [new file with mode: 0644]
src/generic-components/OutputToggle.jsx [new file with mode: 0644]
src/generic-components/OutputVisualization.jsx [new file with mode: 0644]
src/generic-components/autoCompleteSearchBar/AutoCompleteSearchBar.jsx
src/generic-components/autoCompleteSearchBar/AutoCompleteSearchBarConstants.js
src/generic-components/filter/Filter.jsx [new file with mode: 0644]
src/generic-components/filter/components/AddFilters.jsx [new file with mode: 0644]
src/generic-components/filter/components/ClearFilter.jsx [new file with mode: 0644]
src/generic-components/filter/components/FilterTypes.jsx [new file with mode: 0644]
src/generic-components/filter/components/RunFilterQuery.jsx [new file with mode: 0644]
src/generic-components/filter/components/SelectFilter.jsx [new file with mode: 0644]
src/utils/CSV.js [new file with mode: 0644]
src/utils/CommonAPIService.js [new file with mode: 0644]
src/utils/DiffUtil.js [new file with mode: 0644]
src/utils/ExportExcel.js [new file with mode: 0644]
src/utils/GeneralCommonFunctions.js [new file with mode: 0644]
src/utils/GlobalConstants.js
src/utils/GlobalExtConstants.js [new file with mode: 0644]
src/utils/OxmUtility.js [new file with mode: 0644]
src/utils/Routes.js
src/utils/SpinnerContainer.jsx
webpack.config.js
webpack.devConfig.js