update odlux and featureaggregator 34/99634/5
authorherbert <herbert.eiselt@highstreet-technologies.com>
Sat, 14 Dec 2019 00:05:47 +0000 (01:05 +0100)
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Mon, 16 Dec 2019 12:52:11 +0000 (12:52 +0000)
commite6d0d67fdbe3fc70c996c8df33bd65d3b151dfad
tree0d2da7d1da74c6ebca6b53039741617d35f65d96
parent6b98928b7b1b0ebc28d2ef286e8c932fca67c305
update odlux and featureaggregator

v2 update odlux and featureaggregator bundles

Issue-ID: SDNC-1008
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: I0018d7bfa3a0e6896c1b210b539a574af9808e22
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
402 files changed:
sdnr/wt/devicemanager/provider/pom.xml
sdnr/wt/featureaggregator/feature/pom.xml [new file with mode: 0644]
sdnr/wt/featureaggregator/installer/pom.xml [new file with mode: 0755]
sdnr/wt/featureaggregator/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0755]
sdnr/wt/featureaggregator/pom.xml [new file with mode: 0755]
sdnr/wt/odlux/.gitignore [new file with mode: 0644]
sdnr/wt/odlux/LICENSE [new file with mode: 0644]
sdnr/wt/odlux/README.md [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/src/actions/modulesSuccess.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/src/handlers/apiDemoRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/src/handlers/modulesHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/src/models/module.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/src/plugin.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/apiDemo/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/app-feature/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/app-installer/pom.xml [new file with mode: 0755]
sdnr/wt/odlux/apps/app-installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/actions/deviceActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/handlers/configurationAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/handlers/connectedNetworkElementsHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/handlers/deviceDescriptionHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/handlers/valueSelectorHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/handlers/viewDescriptionHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/models/networkElementConnection.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/models/uiModels.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/models/yang.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/pluginConfiguration.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/services/restServices.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/services/yangService.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/views/configurationApplication.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/views/networkElementSelector.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src/yang/yangParser.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/configurationApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/actions/commonNetworkElementsActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/actions/infoNetworkElementActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/actions/mountedNetworkElementsActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/actions/networkElementsActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/components/connectionStatusLog.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/components/editNetworkElementDialog.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/components/infoNetworkElementDialog.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/components/networkElements.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/handlers/connectAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/handlers/connectionStatusLogHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/handlers/infoNetworkElementHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/handlers/networkElementsHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/models/connectionStatusLog.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/models/guiCutTrough.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/models/networkElementBase.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/models/networkElementConnection.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/models/networkElementConnectionLog.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/models/panelId.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/models/topologyNetconf.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/models/yangCapabilitiesType.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/pluginConnect.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/services/connectService.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src/views/connectView.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/connectApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src/actions/authorActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src/components/counter.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src/handlers/demoAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src/handlers/editAuthorHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src/handlers/listAuthorsHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src/models/author.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src/plugin.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src/services/authorService.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src/views/authorsList.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src/views/editAuthor.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/demoApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/src/handlers/eventLogAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/src/handlers/eventLogHandler.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/src/models/eventLogType.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/src/pluginEventLog.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/src/views/eventLog.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/eventLogApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/actions/clearStuckAlarmsAction.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/actions/notificationActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/actions/panelChangeActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/actions/statusActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/components/clearStuckAlarmsDialog.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/components/faultStatus.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/handlers/alarmLogEntriesHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/handlers/clearStuckAlarmsHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/handlers/currentProblemsHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/handlers/faultAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/handlers/faultStatusHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/handlers/notificationsHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/models/fault.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/models/panelId.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/pluginFault.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/services/faultStatusService.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src/views/faultApplication.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/faultApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/actions/helpActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/components/helpStatus.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/components/markdown.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/components/tocEntry.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/handlers/helpAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/models/tocNode.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/plugin.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/services/helpService.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/utilities/path.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/views/helpApplication.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src/views/helpTocApp.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/helpApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/handlers/inventoryAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/handlers/inventoryElementsHandler.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/models/inventory.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/pluginInventory.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/views/dashboard.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/views/detail.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src/actions/maintenenceActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src/components/editMaintenenceEntryDialog.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src/handlers/maintenanceAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src/handlers/maintenenceEntriesHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src/models/maintenenceEntryType.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src/pluginMaintenance.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src/services/maintenenceService.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src/utils/timeUtils.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src/views/maintenenceView.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/maintenanceApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/actions/avaliableMediatorServersActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/actions/mediatorConfigActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/actions/mediatorServerActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/components/editMediatorConfigDialog.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/components/editMediatorServerDialog.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/components/showMeditaorInfoDialog.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/handlers/avaliableMediatorServersHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/handlers/mediatorAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/handlers/mediatorServerHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/models/mediatorServer.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/plugin.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/services/mediatorService.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/views/mediatorApplication.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src/views/mediatorServerSelection.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/tslint.json [new file with mode: 0644]
sdnr/wt/odlux/apps/mediatorApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/src/handlers/minimumAppRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/src/plugin.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/minimumApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/actions/deviceListActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/actions/ltpAction.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/actions/panelChangeActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/actions/timeChangeAction.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/adaptiveModulation.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/crossPolarDiscrimination.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/performanceData.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/receiveLevel.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/signalToInterference.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/temperature.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/transmissionPower.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/adaptiveModulationHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/availableLtpsActionHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/crossPolarDiscriminationHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/deviceListActionHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/performanceDataHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/performanceHistoryRootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/receiveLevelHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/signalToInterferenceHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/temperatureHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/transmissionPowerHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/adaptiveModulationDataType.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/availableLtps.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/chartTypes.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/crossPolarDiscriminationDataType.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/deviceListType.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/panelId.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/performanceDataType.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/receiveLevelDataType.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/signalToInteferenceDataType.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/temperatureDataType.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/topologyNetconf.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/models/transmissionPowerDataType.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/pluginPerformance.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/services/performanceHistoryService.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/utils/chartUtils.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/utils/tableUtils.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/views/performanceHistoryApplication.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/core/features/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/core/installer/pom.xml [new file with mode: 0755]
sdnr/wt/odlux/core/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
sdnr/wt/odlux/core/model/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/core/model/src/main/java/com/opensymphony/xwork2/util/ClassLoaderUtil.java [new file with mode: 0644]
sdnr/wt/odlux/core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/model/bundles/ClassLoaderUtilExt.java [new file with mode: 0644]
sdnr/wt/odlux/core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/model/bundles/IndexOdlBundle.java [new file with mode: 0644]
sdnr/wt/odlux/core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/model/bundles/OdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/model/bundles/OdluxBundleLoader.java [new file with mode: 0644]
sdnr/wt/odlux/core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/model/bundles/OdluxBundleResourceAccess.java [new file with mode: 0644]
sdnr/wt/odlux/core/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/core/provider/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/IndexOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/IndexServlet.java [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/OdluxBundleLoaderImpl.java [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/ResFilesServlet.java [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/test/java/org/onap/ccsdk/features/sdnr/odlux/test/TestBundleLoaderImpl.java [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/test/java/org/onap/ccsdk/features/sdnr/odlux/test/TestLoadResources.java [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/test/java/org/onap/ccsdk/features/sdnr/odlux/test/TestRedirect.java [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/test/java/org/onap/ccsdk/features/sdnr/odlux/test/TestResFileServlet.java [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/test/resources/index.html [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/test/resources/index2.html [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/test/resources/odlux/index.html [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/test/resources/odlux/index2.html [new file with mode: 0644]
sdnr/wt/odlux/core/provider/src/test/resources/simplelogger.properties [new file with mode: 0644]
sdnr/wt/odlux/framework/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/framework/LICENSE [new file with mode: 0644]
sdnr/wt/odlux/framework/package.json [new file with mode: 0644]
sdnr/wt/odlux/framework/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/framework/src/actions/authentication.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/actions/errorActions.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/actions/menuAction.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/actions/navigationActions.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/actions/snackbarActions.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/actions/titleActions.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/actions/websocketAction.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/app.css [new file with mode: 0644]
sdnr/wt/odlux/framework/src/app.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/assets/images/defaultLogo.svg [new file with mode: 0644]
sdnr/wt/odlux/framework/src/assets/images/defaultLogo.svg.d.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/common/event.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/errorDisplay.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/logo.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-table/columnModel.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-table/index.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-table/tableFilter.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-table/tableHead.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-table/tableToolbar.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-table/utilities.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-ui/index.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-ui/listItemLink.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-ui/loader.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-ui/panel.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-ui/snackDisplay.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-ui/toggleButton.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-ui/toggleButtonGroup.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/material-ui/treeView.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/navigationMenu.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/routing/appFrame.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/components/titleBar.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/design/default.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/favicon.ico [new file with mode: 0644]
sdnr/wt/odlux/framework/src/flux/action.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/flux/connect.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/flux/middleware.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/flux/store.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/handlers/applicationRegistryHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/handlers/applicationStateHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/handlers/authenticationHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/handlers/navigationStateHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/index.dev.html [new file with mode: 0644]
sdnr/wt/odlux/framework/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/framework/src/middleware/api.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/middleware/logger.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/middleware/navigation.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/middleware/thunk.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/models/applicationInfo.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/models/authentication.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/models/elasticSearch.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/models/errorInfo.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/models/iconDefinition.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/models/index.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/models/restService.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/models/snackbarItem.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/run.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/services/applicationApi.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/services/applicationManager.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/services/authenticationService.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/services/forceLogoutService.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/services/index.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/services/notificationService.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/services/restAccessorService.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/services/restService.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/services/snackbarService.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/store/applicationStore.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/styles/att.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/utilities/elasticSearch.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/utilities/withComponents.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/utilities/yangHelper.ts [new file with mode: 0644]
sdnr/wt/odlux/framework/src/views/about.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/views/frame.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/views/home.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/views/login.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/views/test.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/framework/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/framework/webpack.runner.js [new file with mode: 0644]
sdnr/wt/odlux/framework/webpack.vendor.js [new file with mode: 0644]
sdnr/wt/odlux/jest.json [new file with mode: 0644]
sdnr/wt/odlux/lerna.json [new file with mode: 0644]
sdnr/wt/odlux/package.json [new file with mode: 0644]
sdnr/wt/odlux/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/yarn.lock [new file with mode: 0644]
sdnr/wt/pom.xml