switch to rfc8040 restconf 25/110225/1
authorMichael Dürre <michael.duerre@highstreet-technologies.com>
Thu, 16 Jul 2020 03:55:07 +0000 (05:55 +0200)
committerMichael Dürre <michael.duerre@highstreet-technologies.com>
Thu, 16 Jul 2020 03:55:21 +0000 (05:55 +0200)
commit7dbe38ba0522b346a0fcd9851e797f0fd71ecd5e
treecc19db7e0637c8e392d40cdf3a53bb5e5f3e0d30
parent25b3759a0907d06e0d8e391f751c6fcf067087f5
switch to rfc8040 restconf

change rest interface and some small code cleanups

Issue-ID: CCSDK-2572
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I3475bd2574b32950c4bf84fbd1c2a9dac9af208a
64 files changed:
sdnr/wt/odlux/apps/apiDemo/package.json
sdnr/wt/odlux/apps/configurationApp/package.json
sdnr/wt/odlux/apps/configurationApp/src/actions/deviceActions.ts
sdnr/wt/odlux/apps/configurationApp/src/components/uiElementSelection.tsx
sdnr/wt/odlux/apps/configurationApp/src/handlers/valueSelectorHandler.ts
sdnr/wt/odlux/apps/configurationApp/src/handlers/viewDescriptionHandler.ts
sdnr/wt/odlux/apps/configurationApp/src/models/uiModels.ts
sdnr/wt/odlux/apps/configurationApp/src/services/restServices.ts
sdnr/wt/odlux/apps/configurationApp/src/views/configurationApplication.tsx
sdnr/wt/odlux/apps/configurationApp/src/yang/yangParser.ts
sdnr/wt/odlux/apps/connectApp/package.json
sdnr/wt/odlux/apps/connectApp/src/components/editNetworkElementDialog.tsx
sdnr/wt/odlux/apps/demoApp/package.json
sdnr/wt/odlux/apps/eventLogApp/package.json
sdnr/wt/odlux/apps/faultApp/package.json
sdnr/wt/odlux/apps/helpApp/package.json
sdnr/wt/odlux/apps/inventoryApp/package.json
sdnr/wt/odlux/apps/inventoryApp/src/actions/inventoryTreeActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/actions/panelActions.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/fakeData/index.ts
sdnr/wt/odlux/apps/inventoryApp/src/handlers/connectedNetworkElementsHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/handlers/inventoryAppRootHandler.ts
sdnr/wt/odlux/apps/inventoryApp/src/handlers/inventoryElementsHandler.ts [moved from sdnr/wt/odlux/apps/inventoryApp/src/handlers/inventoryElementsHandler.tsx with 100% similarity]
sdnr/wt/odlux/apps/inventoryApp/src/handlers/inventoryTreeHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/handlers/panelHandler.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/index.html
sdnr/wt/odlux/apps/inventoryApp/src/models/inventory.ts
sdnr/wt/odlux/apps/inventoryApp/src/models/networkElementConnection.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/models/panelId.ts [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/src/pluginInventory.tsx
sdnr/wt/odlux/apps/inventoryApp/src/services/inventoryService.ts
sdnr/wt/odlux/apps/inventoryApp/src/views/dashboard.tsx
sdnr/wt/odlux/apps/inventoryApp/src/views/treeview.tsx [new file with mode: 0644]
sdnr/wt/odlux/apps/inventoryApp/webpack.config.js
sdnr/wt/odlux/apps/maintenanceApp/package.json
sdnr/wt/odlux/apps/mediatorApp/package.json
sdnr/wt/odlux/apps/minimumApp/package.json
sdnr/wt/odlux/apps/performanceHistoryApp/package.json
sdnr/wt/odlux/apps/performanceHistoryApp/src/components/toggleContainer.tsx
sdnr/wt/odlux/apps/performanceHistoryApp/webpack.config.js
sdnr/wt/odlux/core/features/pom.xml
sdnr/wt/odlux/core/model/src/main/java/com/opensymphony/xwork2/util/ClassLoaderUtil.java
sdnr/wt/odlux/core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/model/bundles/ClassLoaderUtilExt.java
sdnr/wt/odlux/core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/model/bundles/OdluxBundle.java
sdnr/wt/odlux/core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/model/bundles/OdluxBundleLoader.java
sdnr/wt/odlux/core/model/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/model/bundles/OdluxBundleResourceAccess.java
sdnr/wt/odlux/core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/IndexOdluxBundle.java
sdnr/wt/odlux/core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/IndexServlet.java
sdnr/wt/odlux/core/provider/src/main/java/org/onap/ccsdk/features/sdnr/wt/odlux/ResFilesServlet.java
sdnr/wt/odlux/core/provider/src/test/java/org/onap/ccsdk/features/sdnr/odlux/test/TestBundleLoaderImpl.java
sdnr/wt/odlux/core/provider/src/test/java/org/onap/ccsdk/features/sdnr/odlux/test/TestLoadResources.java
sdnr/wt/odlux/core/provider/src/test/java/org/onap/ccsdk/features/sdnr/odlux/test/TestRedirect.java
sdnr/wt/odlux/core/provider/src/test/java/org/onap/ccsdk/features/sdnr/odlux/test/TestResFileServlet.java
sdnr/wt/odlux/framework/package.json
sdnr/wt/odlux/framework/pom.xml
sdnr/wt/odlux/framework/src/components/material-ui/treeView.tsx
sdnr/wt/odlux/framework/src/components/objectDump/index.tsx [new file with mode: 0644]
sdnr/wt/odlux/framework/src/index.html
sdnr/wt/odlux/framework/src/services/authenticationService.ts
sdnr/wt/odlux/framework/src/views/about.tsx
sdnr/wt/odlux/framework/src/views/login.tsx
sdnr/wt/odlux/framework/webpack.config.js
sdnr/wt/odlux/package.json
sdnr/wt/odlux/yarn.lock