Update ODLUX 42/123142/1
authorAijana Schumann <aijana.schumann@highstreet-technologies.com>
Thu, 5 Aug 2021 06:50:16 +0000 (08:50 +0200)
committerAijana Schumann <aijana.schumann@highstreet-technologies.com>
Thu, 5 Aug 2021 06:50:16 +0000 (08:50 +0200)
commit3ba5eb125ac8890968e4437b098e39195d699434
treeac58a39013fc9ab2cd468da83e4c41cd2d62b600
parent437f67407aece6f7aed8e989638b0d64075f0c0a
Update ODLUX

Add LineOfSightApp, update Framework, Connect, Performance and LinkCalculatorApp

Issue-ID: CCSDK-3417
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
Change-Id: I651a2fb771d2963aea70f916c70c8fdfd3443e87
50 files changed:
sdnr/wt/odlux/apps/app-feature/pom.xml
sdnr/wt/odlux/apps/app-installer/pom.xml
sdnr/wt/odlux/apps/connectApp/src/components/networkElements.tsx
sdnr/wt/odlux/apps/connectApp/src/models/networkElementConnection.ts
sdnr/wt/odlux/apps/lineOfSightApp/.babelrc [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/package.json [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/pom.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/actions/commonActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/actions/mapActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/components/ConnectionErrorPoup.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/components/heightChart.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/components/map.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/components/mapContextMenu.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/components/mapInfo.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/config.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/handlers/mapHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/handlers/rootHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/hooks/d3.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/index.html [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/model/GPSProfileResult.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/model/Height.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/model/LatLon.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/pluginLineOfSight.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/services/heightService.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/styles/index.css [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/styles/mapbox-gl.css [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/utils/map.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/utils/math.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src/views/main.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src2/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/MyOdluxBundle.java [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src2/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/src2/test/resources/test.js [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/tsconfig.json [new file with mode: 0644]
sdnr/wt/odlux/apps/lineOfSightApp/webpack.config.js [new file with mode: 0644]
sdnr/wt/odlux/apps/linkCalculationApp/src/actions/commonLinkCalculationActions.ts
sdnr/wt/odlux/apps/linkCalculationApp/src/handlers/linkCalculationAppRootHandler.ts
sdnr/wt/odlux/apps/linkCalculationApp/src/index.html
sdnr/wt/odlux/apps/linkCalculationApp/src/pluginLinkCalculation.tsx
sdnr/wt/odlux/apps/linkCalculationApp/src/views/linkCalculationComponent.tsx
sdnr/wt/odlux/apps/linkCalculationApp/webpack.config.js
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/ltpSelection.tsx
sdnr/wt/odlux/framework/package.json
sdnr/wt/odlux/framework/pom.xml
sdnr/wt/odlux/framework/src/views/about.tsx
sdnr/wt/odlux/installer/pom.xml
sdnr/wt/odlux/odlux.properties
sdnr/wt/odlux/package.json
sdnr/wt/odlux/pom.xml
sdnr/wt/odlux/yarn.lock