Add SDN-R odlux performance 41/83641/1
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Thu, 28 Mar 2019 18:00:35 +0000 (19:00 +0100)
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Thu, 28 Mar 2019 18:01:01 +0000 (19:01 +0100)
commit62e834802dae0bd15504785503060d7875c7b4ad
tree0b3d3ae0c62b279773a2aea3daebcad5f8ad78a2
parentf2bb490d9c82decbdb50c1e4db1be2f34b28d097
Add SDN-R odlux performance

A UI displaying performance monitoring data

Change-Id: I2a9c28549aee1bcac366354c343a63f884bf09e0
Issue-ID: SDNC-585
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
126 files changed:
sdnr/wt/odlux/LICENSE
sdnr/wt/odlux/README.md
sdnr/wt/odlux/apps/apiDemo/pom.xml
sdnr/wt/odlux/apps/app-feature/pom.xml
sdnr/wt/odlux/apps/app-installer/pom.xml
sdnr/wt/odlux/apps/connectApp/pom.xml
sdnr/wt/odlux/apps/connectApp/src/components/requiredNetworkElements.tsx
sdnr/wt/odlux/apps/connectApp/src/components/unknownNetworkElements.tsx
sdnr/wt/odlux/apps/connectApp/src/handlers/connectAppRootHandler.tsx
sdnr/wt/odlux/apps/connectApp/src/handlers/connectionStatusLogHandler.tsx
sdnr/wt/odlux/apps/connectApp/src/handlers/requiredNetworkElementsHandler.tsx
sdnr/wt/odlux/apps/connectApp/src/plugin.tsx
sdnr/wt/odlux/apps/demoApp/pom.xml
sdnr/wt/odlux/apps/demoApp/src/handlers/demoAppRootHandler.ts
sdnr/wt/odlux/apps/demoApp/src/plugin.tsx
sdnr/wt/odlux/apps/demoApp/src/views/authorsList.tsx
sdnr/wt/odlux/apps/faultApp/pom.xml
sdnr/wt/odlux/apps/faultApp/src/handlers/alarmLogEntriesHandler.ts
sdnr/wt/odlux/apps/faultApp/src/handlers/currentProblemsHandler.ts
sdnr/wt/odlux/apps/faultApp/src/handlers/faultAppRootHandler.ts
sdnr/wt/odlux/apps/faultApp/src/plugin.tsx
sdnr/wt/odlux/apps/faultApp/src/views/faultApplication.tsx
sdnr/wt/odlux/apps/helpApp/pom.xml
sdnr/wt/odlux/apps/helpApp/src/components/subMenuEntry.tsx
sdnr/wt/odlux/apps/helpApp/src/handlers/helpAppRootHandler.ts
sdnr/wt/odlux/apps/helpApp/src/index.html
sdnr/wt/odlux/apps/helpApp/src/plugin.tsx
sdnr/wt/odlux/apps/helpApp/src/services/helpService.ts
sdnr/wt/odlux/apps/helpApp/src/views/helpApplication.tsx
sdnr/wt/odlux/apps/helpApp/webpack.config.js
sdnr/wt/odlux/apps/inventoryApp/pom.xml
sdnr/wt/odlux/apps/inventoryApp/src/plugin.tsx
sdnr/wt/odlux/apps/inventoryApp/src/views/dashboard.tsx
sdnr/wt/odlux/apps/maintenanceApp/pom.xml
sdnr/wt/odlux/apps/maintenanceApp/src/actions/maintenenceActions.ts
sdnr/wt/odlux/apps/maintenanceApp/src/handlers/maintenanceAppRootHandler.ts
sdnr/wt/odlux/apps/maintenanceApp/src/plugin.tsx
sdnr/wt/odlux/apps/maintenanceApp/src/views/maintenenceView.tsx
sdnr/wt/odlux/apps/maintenanceApp/webpack.config.js
sdnr/wt/odlux/apps/mediatorApp/pom.xml
sdnr/wt/odlux/apps/mediatorApp/src/actions/mediatorConfigActions.ts
sdnr/wt/odlux/apps/mediatorApp/src/actions/mediatorServerActions.ts
sdnr/wt/odlux/apps/mediatorApp/src/components/editMediatorConfigDialog.tsx
sdnr/wt/odlux/apps/mediatorApp/src/components/editMediatorServerDialog.tsx
sdnr/wt/odlux/apps/mediatorApp/src/handlers/avaliableMediatorServersHandler.ts
sdnr/wt/odlux/apps/mediatorApp/src/handlers/mediatorAppRootHandler.ts
sdnr/wt/odlux/apps/mediatorApp/src/plugin.tsx
sdnr/wt/odlux/apps/mediatorApp/src/views/mediatorApplication.tsx
sdnr/wt/odlux/apps/mediatorApp/src/views/mediatorServerSelection.tsx
sdnr/wt/odlux/apps/minimumApp/pom.xml
sdnr/wt/odlux/apps/minimumApp/src/handlers/minimumAppRootHandler.ts
sdnr/wt/odlux/apps/minimumApp/src/plugin.tsx
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/connectedNetworkElementsActions.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/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/adaptiveModulation15minHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/adaptiveModulation24hoursHandler.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/connectedNetworkElementsActionHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/crossPolarDiscrimination15minHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/crossPolarDiscrimination24hoursHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/performanceData15minHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/performanceData24hoursHandler.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/receiveLevel15minHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/receiveLevel24hoursHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/signalToInterference15minHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/signalToInterference24hoursHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/temperature15minHandler.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/temperature24hoursHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/transmissionPower15minHandler.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/handlers/transmissionPower24hoursHandler.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/connectedNetworkElements.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/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/plugin.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/performanceHistoryApp/src/services/performanceHistoryService.tsx [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
sdnr/wt/odlux/core/installer/pom.xml
sdnr/wt/odlux/core/model/pom.xml
sdnr/wt/odlux/core/pom.xml
sdnr/wt/odlux/core/provider/pom.xml
sdnr/wt/odlux/framework/pom.xml
sdnr/wt/odlux/framework/src/components/material-table/index.tsx
sdnr/wt/odlux/framework/src/components/material-table/utilities.ts
sdnr/wt/odlux/framework/src/components/material-ui/index.ts
sdnr/wt/odlux/framework/src/components/navigationMenu.tsx
sdnr/wt/odlux/framework/src/components/titleBar.tsx
sdnr/wt/odlux/framework/src/design/default.ts
sdnr/wt/odlux/framework/src/index.html
sdnr/wt/odlux/framework/src/models/elasticSearch.ts
sdnr/wt/odlux/framework/src/utilities/elasticSearch.ts
sdnr/wt/odlux/framework/src/views/about.tsx
sdnr/wt/odlux/framework/src/views/frame.tsx
sdnr/wt/odlux/framework/src/views/home.tsx
sdnr/wt/odlux/framework/src/views/login.tsx
sdnr/wt/odlux/framework/src/views/test.tsx [new file with mode: 0644]
sdnr/wt/odlux/package.json
sdnr/wt/odlux/pom.xml
sdnr/wt/odlux/yarn.lock