From 40b537c9af805d0bc1b48ce216c47448cefcb8ee Mon Sep 17 00:00:00 2001 From: slevert Date: Wed, 13 Apr 2022 08:47:15 -0400 Subject: [PATCH] Renaming folder --- {udmd => udmif}/README.md | 0 {udmd => udmif}/api/.env.example | 0 {udmd => udmif}/api/.gitignore | 0 {udmd => udmif}/api/.husky/pre-commit | 0 {udmd => udmif}/api/Dockerfile | 0 {udmd => udmif}/api/README.md | 0 {udmd => udmif}/api/build.sh | 0 {udmd => udmif}/api/build.yml | 0 {udmd => udmif}/api/jest-mongogb-config.js | 0 {udmd => udmif}/api/jest.config.js | 0 {udmd => udmif}/api/package-lock.json | 0 {udmd => udmif}/api/package.json | 0 .../src/__tests__/device/DeviceDataSource.spec.ts | 0 .../api/src/__tests__/device/FilterParser.spec.ts | 0 .../src/__tests__/device/MockDeviceDataSource.ts | 0 .../__tests__/device/SearchOptionsValidator.spec.ts | 0 .../device/__snapshots__/resolve.spec.ts.snap | 0 .../__tests__/device/dao/DeviceDAOFactory.spec.ts | 0 .../__tests__/device/dao/mongo/MongoClient.spec.ts | 0 .../device/dao/mongo/MongoDeviceDAO.spec.ts | 0 .../device/dao/mongo/MongoFilterBuilder.spec.ts | 0 .../device/dao/mongo/MongoSortBuilder.spec.ts | 0 .../device/dao/static/StaticDeviceDAO.spec.ts | 0 .../device/dao/static/StaticDeviceFilter.spec.ts | 0 {udmd => udmif}/api/src/__tests__/device/data.ts | 0 .../api/src/__tests__/device/resolve.spec.ts | 0 .../api/src/__tests__/server/config.spec.ts | 0 .../api/src/__tests__/server/datasource.spec.ts | 0 {udmd => udmif}/api/src/app.ts | 0 {udmd => udmif}/api/src/common/logger.ts | 0 {udmd => udmif}/api/src/device/DeviceDataSource.ts | 0 {udmd => udmif}/api/src/device/FilterParser.ts | 0 .../api/src/device/SearchOptionsValidator.ts | 0 {udmd => udmif}/api/src/device/dao/DeviceDAO.ts | 0 .../api/src/device/dao/DeviceDAOFactory.ts | 0 .../api/src/device/dao/mongodb/MongoClient.ts | 0 .../api/src/device/dao/mongodb/MongoDeviceDAO.ts | 0 .../src/device/dao/mongodb/MongoFilterBuilder.ts | 0 .../api/src/device/dao/mongodb/MongoSortBuilder.ts | 0 .../api/src/device/dao/static/StaticDeviceDAO.ts | 0 .../api/src/device/dao/static/StaticDeviceFilter.ts | 0 {udmd => udmif}/api/src/device/model.ts | 0 {udmd => udmif}/api/src/device/resolvers.ts | 0 {udmd => udmif}/api/src/device/schema.graphql | 0 {udmd => udmif}/api/src/server/config.ts | 0 {udmd => udmif}/api/src/server/context.ts | 0 {udmd => udmif}/api/src/server/datasources.ts | 0 {udmd => udmif}/api/src/server/schema.ts | 0 {udmd => udmif}/api/tsconfig.json | 0 {udmd => udmif}/api/util/UDMI-Devices.js | 0 {udmd => udmif}/api/util/devices.json | 0 {udmd => udmif}/event-handler/.gitignore | 0 {udmd => udmif}/event-handler/README.md | 0 {udmd => udmif}/event-handler/decodedEvents.json | 0 .../event-handler/devicePointSetEvent.json | 0 .../event-handler/devicePointSetStatesEvent.json | 0 .../event-handler/deviceSystemEvent.json | 0 .../event-handler/deviceSystemStatesEvent.json | 0 {udmd => udmif}/event-handler/index.js | 0 {udmd => udmif}/event-handler/package-lock.json | 0 {udmd => udmif}/event-handler/package.json | 0 {udmd => udmif}/helm/udmi-api/.helmignore | 0 {udmd => udmif}/helm/udmi-api/Chart.yaml | 0 {udmd => udmif}/helm/udmi-api/templates/NOTES.txt | 0 .../helm/udmi-api/templates/_helpers.tpl | 0 .../helm/udmi-api/templates/deployment.yaml | 0 {udmd => udmif}/helm/udmi-api/templates/hpa.yaml | 0 .../helm/udmi-api/templates/ingress.yaml | 0 {udmd => udmif}/helm/udmi-api/templates/secret.yaml | 0 .../helm/udmi-api/templates/service.yaml | 0 .../helm/udmi-api/templates/serviceaccount.yaml | 0 .../udmi-api/templates/tests/test-connection.yaml | 0 {udmd => udmif}/helm/udmi-api/values.yaml | 0 {udmd => udmif}/helm/udmi-web/.helmignore | 0 {udmd => udmif}/helm/udmi-web/Chart.yaml | 0 {udmd => udmif}/helm/udmi-web/templates/NOTES.txt | 0 .../helm/udmi-web/templates/_helpers.tpl | 0 .../helm/udmi-web/templates/deployment.yaml | 0 .../helm/udmi-web/templates/frontendconfig.yaml | 0 {udmd => udmif}/helm/udmi-web/templates/hpa.yaml | 0 .../helm/udmi-web/templates/ingress.yaml | 0 {udmd => udmif}/helm/udmi-web/templates/secret.yaml | 0 .../helm/udmi-web/templates/service.yaml | 0 .../helm/udmi-web/templates/serviceaccount.yaml | 0 .../udmi-web/templates/tests/test-connection.yaml | 0 {udmd => udmif}/helm/udmi-web/values.yaml | 0 {udmd => udmif}/ingress.yaml | 0 {udmd => udmif}/package.json | 0 {udmd => udmif}/web/.browserslistrc | 0 {udmd => udmif}/web/.editorconfig | 0 {udmd => udmif}/web/.gitignore | 0 {udmd => udmif}/web/.husky/pre-commit | 0 {udmd => udmif}/web/Dockerfile | 0 {udmd => udmif}/web/README.md | 0 {udmd => udmif}/web/angular.json | 0 {udmd => udmif}/web/build.yml | 0 {udmd => udmif}/web/karma.conf.js | 0 {udmd => udmif}/web/package-lock.json | 0 {udmd => udmif}/web/package.json | 0 {udmd => udmif}/web/prod/nginx.conf | 0 {udmd => udmif}/web/src/app/app-routing.module.ts | 0 {udmd => udmif}/web/src/app/app.component.html | 0 {udmd => udmif}/web/src/app/app.component.scss | 0 {udmd => udmif}/web/src/app/app.component.spec.ts | 0 {udmd => udmif}/web/src/app/app.component.ts | 0 {udmd => udmif}/web/src/app/app.d.ts | 0 {udmd => udmif}/web/src/app/app.module.ts | 0 .../src/app/breadcrumb/breadcrumb.component.html | 0 .../src/app/breadcrumb/breadcrumb.component.scss | 0 .../src/app/breadcrumb/breadcrumb.component.spec.ts | 0 .../web/src/app/breadcrumb/breadcrumb.component.ts | 0 .../web/src/app/breadcrumb/breadcrumb.d.ts | 0 .../web/src/app/breadcrumb/breadcrumb.module.ts | 0 .../src/app/common/pipes/capitalize.pipe.spec.ts | 0 .../web/src/app/common/pipes/capitalize.pipe.ts | 0 .../web/src/app/common/pipes/pipes.module.ts | 0 .../web/src/app/device/device-routing.module.ts | 0 .../web/src/app/device/device.component.html | 0 .../web/src/app/device/device.component.scss | 0 .../web/src/app/device/device.component.spec.ts | 0 .../web/src/app/device/device.component.ts | 0 {udmd => udmif}/web/src/app/device/device.d.ts | 0 {udmd => udmif}/web/src/app/device/device.gql.ts | 0 {udmd => udmif}/web/src/app/device/device.module.ts | 0 .../web/src/app/device/device.service.spec.ts | 0 .../web/src/app/device/device.service.ts | 0 .../web/src/app/devices/devices-routing.module.ts | 0 .../web/src/app/devices/devices.component.html | 0 .../web/src/app/devices/devices.component.scss | 0 .../web/src/app/devices/devices.component.spec.ts | 0 .../web/src/app/devices/devices.component.ts | 0 {udmd => udmif}/web/src/app/devices/devices.d.ts | 0 {udmd => udmif}/web/src/app/devices/devices.gql.ts | 0 .../web/src/app/devices/devices.module.ts | 0 .../web/src/app/devices/devices.service.spec.ts | 0 .../web/src/app/devices/devices.service.ts | 0 .../web/src/app/graphql/graphql.module.ts | 0 .../src/app/navigation/navigation.component.html | 0 .../src/app/navigation/navigation.component.scss | 0 .../src/app/navigation/navigation.component.spec.ts | 0 .../web/src/app/navigation/navigation.component.ts | 0 .../web/src/app/navigation/navigation.module.ts | 0 .../page-not-found/page-not-found-routing.module.ts | 0 .../page-not-found/page-not-found.component.html | 0 .../page-not-found/page-not-found.component.scss | 0 .../page-not-found/page-not-found.component.spec.ts | 0 .../app/page-not-found/page-not-found.component.ts | 0 .../src/app/page-not-found/page-not-found.module.ts | 0 .../web/src/app/points/points-routing.module.ts | 0 .../web/src/app/points/points.component.html | 0 .../web/src/app/points/points.component.scss | 0 .../web/src/app/points/points.component.spec.ts | 0 .../web/src/app/points/points.component.ts | 0 {udmd => udmif}/web/src/app/points/points.d.ts | 0 {udmd => udmif}/web/src/app/points/points.gql.ts | 0 {udmd => udmif}/web/src/app/points/points.module.ts | 0 .../web/src/app/points/points.service.spec.ts | 0 .../web/src/app/points/points.service.ts | 0 .../app/search-filter/search-filter.component.html | 0 .../app/search-filter/search-filter.component.scss | 0 .../search-filter/search-filter.component.spec.ts | 0 .../app/search-filter/search-filter.component.ts | 0 .../web/src/app/search-filter/search-filter.d.ts | 0 .../src/app/search-filter/search-filter.module.ts | 0 {udmd => udmif}/web/src/assets/.gitkeep | 0 .../web/src/environments/environment.prod.ts | 0 {udmd => udmif}/web/src/environments/environment.ts | 0 {udmd => udmif}/web/src/favicon.ico | Bin {udmd => udmif}/web/src/index.html | 0 {udmd => udmif}/web/src/main.ts | 0 {udmd => udmif}/web/src/polyfills.ts | 0 {udmd => udmif}/web/src/proxy.conf.json | 0 {udmd => udmif}/web/src/styles/_variables.scss | 0 {udmd => udmif}/web/src/styles/styles.scss | 0 {udmd => udmif}/web/src/styles/theme.scss | 0 {udmd => udmif}/web/src/test.ts | 0 {udmd => udmif}/web/tsconfig.app.json | 0 {udmd => udmif}/web/tsconfig.json | 0 {udmd => udmif}/web/tsconfig.spec.json | 0 179 files changed, 0 insertions(+), 0 deletions(-) rename {udmd => udmif}/README.md (100%) rename {udmd => udmif}/api/.env.example (100%) rename {udmd => udmif}/api/.gitignore (100%) rename {udmd => udmif}/api/.husky/pre-commit (100%) rename {udmd => udmif}/api/Dockerfile (100%) rename {udmd => udmif}/api/README.md (100%) rename {udmd => udmif}/api/build.sh (100%) rename {udmd => udmif}/api/build.yml (100%) rename {udmd => udmif}/api/jest-mongogb-config.js (100%) rename {udmd => udmif}/api/jest.config.js (100%) rename {udmd => udmif}/api/package-lock.json (100%) rename {udmd => udmif}/api/package.json (100%) rename {udmd => udmif}/api/src/__tests__/device/DeviceDataSource.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/FilterParser.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/MockDeviceDataSource.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/SearchOptionsValidator.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/__snapshots__/resolve.spec.ts.snap (100%) rename {udmd => udmif}/api/src/__tests__/device/dao/DeviceDAOFactory.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/dao/mongo/MongoClient.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/dao/mongo/MongoDeviceDAO.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/dao/mongo/MongoFilterBuilder.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/dao/mongo/MongoSortBuilder.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/dao/static/StaticDeviceDAO.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/dao/static/StaticDeviceFilter.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/data.ts (100%) rename {udmd => udmif}/api/src/__tests__/device/resolve.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/server/config.spec.ts (100%) rename {udmd => udmif}/api/src/__tests__/server/datasource.spec.ts (100%) rename {udmd => udmif}/api/src/app.ts (100%) rename {udmd => udmif}/api/src/common/logger.ts (100%) rename {udmd => udmif}/api/src/device/DeviceDataSource.ts (100%) rename {udmd => udmif}/api/src/device/FilterParser.ts (100%) rename {udmd => udmif}/api/src/device/SearchOptionsValidator.ts (100%) rename {udmd => udmif}/api/src/device/dao/DeviceDAO.ts (100%) rename {udmd => udmif}/api/src/device/dao/DeviceDAOFactory.ts (100%) rename {udmd => udmif}/api/src/device/dao/mongodb/MongoClient.ts (100%) rename {udmd => udmif}/api/src/device/dao/mongodb/MongoDeviceDAO.ts (100%) rename {udmd => udmif}/api/src/device/dao/mongodb/MongoFilterBuilder.ts (100%) rename {udmd => udmif}/api/src/device/dao/mongodb/MongoSortBuilder.ts (100%) rename {udmd => udmif}/api/src/device/dao/static/StaticDeviceDAO.ts (100%) rename {udmd => udmif}/api/src/device/dao/static/StaticDeviceFilter.ts (100%) rename {udmd => udmif}/api/src/device/model.ts (100%) rename {udmd => udmif}/api/src/device/resolvers.ts (100%) rename {udmd => udmif}/api/src/device/schema.graphql (100%) rename {udmd => udmif}/api/src/server/config.ts (100%) rename {udmd => udmif}/api/src/server/context.ts (100%) rename {udmd => udmif}/api/src/server/datasources.ts (100%) rename {udmd => udmif}/api/src/server/schema.ts (100%) rename {udmd => udmif}/api/tsconfig.json (100%) rename {udmd => udmif}/api/util/UDMI-Devices.js (100%) rename {udmd => udmif}/api/util/devices.json (100%) rename {udmd => udmif}/event-handler/.gitignore (100%) rename {udmd => udmif}/event-handler/README.md (100%) rename {udmd => udmif}/event-handler/decodedEvents.json (100%) rename {udmd => udmif}/event-handler/devicePointSetEvent.json (100%) rename {udmd => udmif}/event-handler/devicePointSetStatesEvent.json (100%) rename {udmd => udmif}/event-handler/deviceSystemEvent.json (100%) rename {udmd => udmif}/event-handler/deviceSystemStatesEvent.json (100%) rename {udmd => udmif}/event-handler/index.js (100%) rename {udmd => udmif}/event-handler/package-lock.json (100%) rename {udmd => udmif}/event-handler/package.json (100%) rename {udmd => udmif}/helm/udmi-api/.helmignore (100%) rename {udmd => udmif}/helm/udmi-api/Chart.yaml (100%) rename {udmd => udmif}/helm/udmi-api/templates/NOTES.txt (100%) rename {udmd => udmif}/helm/udmi-api/templates/_helpers.tpl (100%) rename {udmd => udmif}/helm/udmi-api/templates/deployment.yaml (100%) rename {udmd => udmif}/helm/udmi-api/templates/hpa.yaml (100%) rename {udmd => udmif}/helm/udmi-api/templates/ingress.yaml (100%) rename {udmd => udmif}/helm/udmi-api/templates/secret.yaml (100%) rename {udmd => udmif}/helm/udmi-api/templates/service.yaml (100%) rename {udmd => udmif}/helm/udmi-api/templates/serviceaccount.yaml (100%) rename {udmd => udmif}/helm/udmi-api/templates/tests/test-connection.yaml (100%) rename {udmd => udmif}/helm/udmi-api/values.yaml (100%) rename {udmd => udmif}/helm/udmi-web/.helmignore (100%) rename {udmd => udmif}/helm/udmi-web/Chart.yaml (100%) rename {udmd => udmif}/helm/udmi-web/templates/NOTES.txt (100%) rename {udmd => udmif}/helm/udmi-web/templates/_helpers.tpl (100%) rename {udmd => udmif}/helm/udmi-web/templates/deployment.yaml (100%) rename {udmd => udmif}/helm/udmi-web/templates/frontendconfig.yaml (100%) rename {udmd => udmif}/helm/udmi-web/templates/hpa.yaml (100%) rename {udmd => udmif}/helm/udmi-web/templates/ingress.yaml (100%) rename {udmd => udmif}/helm/udmi-web/templates/secret.yaml (100%) rename {udmd => udmif}/helm/udmi-web/templates/service.yaml (100%) rename {udmd => udmif}/helm/udmi-web/templates/serviceaccount.yaml (100%) rename {udmd => udmif}/helm/udmi-web/templates/tests/test-connection.yaml (100%) rename {udmd => udmif}/helm/udmi-web/values.yaml (100%) rename {udmd => udmif}/ingress.yaml (100%) rename {udmd => udmif}/package.json (100%) rename {udmd => udmif}/web/.browserslistrc (100%) rename {udmd => udmif}/web/.editorconfig (100%) rename {udmd => udmif}/web/.gitignore (100%) rename {udmd => udmif}/web/.husky/pre-commit (100%) rename {udmd => udmif}/web/Dockerfile (100%) rename {udmd => udmif}/web/README.md (100%) rename {udmd => udmif}/web/angular.json (100%) rename {udmd => udmif}/web/build.yml (100%) rename {udmd => udmif}/web/karma.conf.js (100%) rename {udmd => udmif}/web/package-lock.json (100%) rename {udmd => udmif}/web/package.json (100%) rename {udmd => udmif}/web/prod/nginx.conf (100%) rename {udmd => udmif}/web/src/app/app-routing.module.ts (100%) rename {udmd => udmif}/web/src/app/app.component.html (100%) rename {udmd => udmif}/web/src/app/app.component.scss (100%) rename {udmd => udmif}/web/src/app/app.component.spec.ts (100%) rename {udmd => udmif}/web/src/app/app.component.ts (100%) rename {udmd => udmif}/web/src/app/app.d.ts (100%) rename {udmd => udmif}/web/src/app/app.module.ts (100%) rename {udmd => udmif}/web/src/app/breadcrumb/breadcrumb.component.html (100%) rename {udmd => udmif}/web/src/app/breadcrumb/breadcrumb.component.scss (100%) rename {udmd => udmif}/web/src/app/breadcrumb/breadcrumb.component.spec.ts (100%) rename {udmd => udmif}/web/src/app/breadcrumb/breadcrumb.component.ts (100%) rename {udmd => udmif}/web/src/app/breadcrumb/breadcrumb.d.ts (100%) rename {udmd => udmif}/web/src/app/breadcrumb/breadcrumb.module.ts (100%) rename {udmd => udmif}/web/src/app/common/pipes/capitalize.pipe.spec.ts (100%) rename {udmd => udmif}/web/src/app/common/pipes/capitalize.pipe.ts (100%) rename {udmd => udmif}/web/src/app/common/pipes/pipes.module.ts (100%) rename {udmd => udmif}/web/src/app/device/device-routing.module.ts (100%) rename {udmd => udmif}/web/src/app/device/device.component.html (100%) rename {udmd => udmif}/web/src/app/device/device.component.scss (100%) rename {udmd => udmif}/web/src/app/device/device.component.spec.ts (100%) rename {udmd => udmif}/web/src/app/device/device.component.ts (100%) rename {udmd => udmif}/web/src/app/device/device.d.ts (100%) rename {udmd => udmif}/web/src/app/device/device.gql.ts (100%) rename {udmd => udmif}/web/src/app/device/device.module.ts (100%) rename {udmd => udmif}/web/src/app/device/device.service.spec.ts (100%) rename {udmd => udmif}/web/src/app/device/device.service.ts (100%) rename {udmd => udmif}/web/src/app/devices/devices-routing.module.ts (100%) rename {udmd => udmif}/web/src/app/devices/devices.component.html (100%) rename {udmd => udmif}/web/src/app/devices/devices.component.scss (100%) rename {udmd => udmif}/web/src/app/devices/devices.component.spec.ts (100%) rename {udmd => udmif}/web/src/app/devices/devices.component.ts (100%) rename {udmd => udmif}/web/src/app/devices/devices.d.ts (100%) rename {udmd => udmif}/web/src/app/devices/devices.gql.ts (100%) rename {udmd => udmif}/web/src/app/devices/devices.module.ts (100%) rename {udmd => udmif}/web/src/app/devices/devices.service.spec.ts (100%) rename {udmd => udmif}/web/src/app/devices/devices.service.ts (100%) rename {udmd => udmif}/web/src/app/graphql/graphql.module.ts (100%) rename {udmd => udmif}/web/src/app/navigation/navigation.component.html (100%) rename {udmd => udmif}/web/src/app/navigation/navigation.component.scss (100%) rename {udmd => udmif}/web/src/app/navigation/navigation.component.spec.ts (100%) rename {udmd => udmif}/web/src/app/navigation/navigation.component.ts (100%) rename {udmd => udmif}/web/src/app/navigation/navigation.module.ts (100%) rename {udmd => udmif}/web/src/app/page-not-found/page-not-found-routing.module.ts (100%) rename {udmd => udmif}/web/src/app/page-not-found/page-not-found.component.html (100%) rename {udmd => udmif}/web/src/app/page-not-found/page-not-found.component.scss (100%) rename {udmd => udmif}/web/src/app/page-not-found/page-not-found.component.spec.ts (100%) rename {udmd => udmif}/web/src/app/page-not-found/page-not-found.component.ts (100%) rename {udmd => udmif}/web/src/app/page-not-found/page-not-found.module.ts (100%) rename {udmd => udmif}/web/src/app/points/points-routing.module.ts (100%) rename {udmd => udmif}/web/src/app/points/points.component.html (100%) rename {udmd => udmif}/web/src/app/points/points.component.scss (100%) rename {udmd => udmif}/web/src/app/points/points.component.spec.ts (100%) rename {udmd => udmif}/web/src/app/points/points.component.ts (100%) rename {udmd => udmif}/web/src/app/points/points.d.ts (100%) rename {udmd => udmif}/web/src/app/points/points.gql.ts (100%) rename {udmd => udmif}/web/src/app/points/points.module.ts (100%) rename {udmd => udmif}/web/src/app/points/points.service.spec.ts (100%) rename {udmd => udmif}/web/src/app/points/points.service.ts (100%) rename {udmd => udmif}/web/src/app/search-filter/search-filter.component.html (100%) rename {udmd => udmif}/web/src/app/search-filter/search-filter.component.scss (100%) rename {udmd => udmif}/web/src/app/search-filter/search-filter.component.spec.ts (100%) rename {udmd => udmif}/web/src/app/search-filter/search-filter.component.ts (100%) rename {udmd => udmif}/web/src/app/search-filter/search-filter.d.ts (100%) rename {udmd => udmif}/web/src/app/search-filter/search-filter.module.ts (100%) rename {udmd => udmif}/web/src/assets/.gitkeep (100%) rename {udmd => udmif}/web/src/environments/environment.prod.ts (100%) rename {udmd => udmif}/web/src/environments/environment.ts (100%) rename {udmd => udmif}/web/src/favicon.ico (100%) rename {udmd => udmif}/web/src/index.html (100%) rename {udmd => udmif}/web/src/main.ts (100%) rename {udmd => udmif}/web/src/polyfills.ts (100%) rename {udmd => udmif}/web/src/proxy.conf.json (100%) rename {udmd => udmif}/web/src/styles/_variables.scss (100%) rename {udmd => udmif}/web/src/styles/styles.scss (100%) rename {udmd => udmif}/web/src/styles/theme.scss (100%) rename {udmd => udmif}/web/src/test.ts (100%) rename {udmd => udmif}/web/tsconfig.app.json (100%) rename {udmd => udmif}/web/tsconfig.json (100%) rename {udmd => udmif}/web/tsconfig.spec.json (100%) diff --git a/udmd/README.md b/udmif/README.md similarity index 100% rename from udmd/README.md rename to udmif/README.md diff --git a/udmd/api/.env.example b/udmif/api/.env.example similarity index 100% rename from udmd/api/.env.example rename to udmif/api/.env.example diff --git a/udmd/api/.gitignore b/udmif/api/.gitignore similarity index 100% rename from udmd/api/.gitignore rename to udmif/api/.gitignore diff --git a/udmd/api/.husky/pre-commit b/udmif/api/.husky/pre-commit similarity index 100% rename from udmd/api/.husky/pre-commit rename to udmif/api/.husky/pre-commit diff --git a/udmd/api/Dockerfile b/udmif/api/Dockerfile similarity index 100% rename from udmd/api/Dockerfile rename to udmif/api/Dockerfile diff --git a/udmd/api/README.md b/udmif/api/README.md similarity index 100% rename from udmd/api/README.md rename to udmif/api/README.md diff --git a/udmd/api/build.sh b/udmif/api/build.sh similarity index 100% rename from udmd/api/build.sh rename to udmif/api/build.sh diff --git a/udmd/api/build.yml b/udmif/api/build.yml similarity index 100% rename from udmd/api/build.yml rename to udmif/api/build.yml diff --git a/udmd/api/jest-mongogb-config.js b/udmif/api/jest-mongogb-config.js similarity index 100% rename from udmd/api/jest-mongogb-config.js rename to udmif/api/jest-mongogb-config.js diff --git a/udmd/api/jest.config.js b/udmif/api/jest.config.js similarity index 100% rename from udmd/api/jest.config.js rename to udmif/api/jest.config.js diff --git a/udmd/api/package-lock.json b/udmif/api/package-lock.json similarity index 100% rename from udmd/api/package-lock.json rename to udmif/api/package-lock.json diff --git a/udmd/api/package.json b/udmif/api/package.json similarity index 100% rename from udmd/api/package.json rename to udmif/api/package.json diff --git a/udmd/api/src/__tests__/device/DeviceDataSource.spec.ts b/udmif/api/src/__tests__/device/DeviceDataSource.spec.ts similarity index 100% rename from udmd/api/src/__tests__/device/DeviceDataSource.spec.ts rename to udmif/api/src/__tests__/device/DeviceDataSource.spec.ts diff --git a/udmd/api/src/__tests__/device/FilterParser.spec.ts b/udmif/api/src/__tests__/device/FilterParser.spec.ts similarity index 100% rename from udmd/api/src/__tests__/device/FilterParser.spec.ts rename to udmif/api/src/__tests__/device/FilterParser.spec.ts diff --git a/udmd/api/src/__tests__/device/MockDeviceDataSource.ts b/udmif/api/src/__tests__/device/MockDeviceDataSource.ts similarity index 100% rename from udmd/api/src/__tests__/device/MockDeviceDataSource.ts rename to udmif/api/src/__tests__/device/MockDeviceDataSource.ts diff --git a/udmd/api/src/__tests__/device/SearchOptionsValidator.spec.ts b/udmif/api/src/__tests__/device/SearchOptionsValidator.spec.ts similarity index 100% rename from udmd/api/src/__tests__/device/SearchOptionsValidator.spec.ts rename to udmif/api/src/__tests__/device/SearchOptionsValidator.spec.ts diff --git a/udmd/api/src/__tests__/device/__snapshots__/resolve.spec.ts.snap b/udmif/api/src/__tests__/device/__snapshots__/resolve.spec.ts.snap similarity index 100% rename from udmd/api/src/__tests__/device/__snapshots__/resolve.spec.ts.snap rename to udmif/api/src/__tests__/device/__snapshots__/resolve.spec.ts.snap diff --git a/udmd/api/src/__tests__/device/dao/DeviceDAOFactory.spec.ts b/udmif/api/src/__tests__/device/dao/DeviceDAOFactory.spec.ts similarity index 100% rename from udmd/api/src/__tests__/device/dao/DeviceDAOFactory.spec.ts rename to udmif/api/src/__tests__/device/dao/DeviceDAOFactory.spec.ts diff --git a/udmd/api/src/__tests__/device/dao/mongo/MongoClient.spec.ts b/udmif/api/src/__tests__/device/dao/mongo/MongoClient.spec.ts similarity index 100% rename from udmd/api/src/__tests__/device/dao/mongo/MongoClient.spec.ts rename to udmif/api/src/__tests__/device/dao/mongo/MongoClient.spec.ts diff --git a/udmd/api/src/__tests__/device/dao/mongo/MongoDeviceDAO.spec.ts b/udmif/api/src/__tests__/device/dao/mongo/MongoDeviceDAO.spec.ts similarity index 100% rename from udmd/api/src/__tests__/device/dao/mongo/MongoDeviceDAO.spec.ts rename to udmif/api/src/__tests__/device/dao/mongo/MongoDeviceDAO.spec.ts diff --git a/udmd/api/src/__tests__/device/dao/mongo/MongoFilterBuilder.spec.ts b/udmif/api/src/__tests__/device/dao/mongo/MongoFilterBuilder.spec.ts similarity index 100% rename from udmd/api/src/__tests__/device/dao/mongo/MongoFilterBuilder.spec.ts rename to udmif/api/src/__tests__/device/dao/mongo/MongoFilterBuilder.spec.ts diff --git a/udmd/api/src/__tests__/device/dao/mongo/MongoSortBuilder.spec.ts b/udmif/api/src/__tests__/device/dao/mongo/MongoSortBuilder.spec.ts similarity index 100% rename from udmd/api/src/__tests__/device/dao/mongo/MongoSortBuilder.spec.ts rename to udmif/api/src/__tests__/device/dao/mongo/MongoSortBuilder.spec.ts diff --git a/udmd/api/src/__tests__/device/dao/static/StaticDeviceDAO.spec.ts b/udmif/api/src/__tests__/device/dao/static/StaticDeviceDAO.spec.ts similarity index 100% rename from udmd/api/src/__tests__/device/dao/static/StaticDeviceDAO.spec.ts rename to udmif/api/src/__tests__/device/dao/static/StaticDeviceDAO.spec.ts diff --git a/udmd/api/src/__tests__/device/dao/static/StaticDeviceFilter.spec.ts b/udmif/api/src/__tests__/device/dao/static/StaticDeviceFilter.spec.ts similarity index 100% rename from udmd/api/src/__tests__/device/dao/static/StaticDeviceFilter.spec.ts rename to udmif/api/src/__tests__/device/dao/static/StaticDeviceFilter.spec.ts diff --git a/udmd/api/src/__tests__/device/data.ts b/udmif/api/src/__tests__/device/data.ts similarity index 100% rename from udmd/api/src/__tests__/device/data.ts rename to udmif/api/src/__tests__/device/data.ts diff --git a/udmd/api/src/__tests__/device/resolve.spec.ts b/udmif/api/src/__tests__/device/resolve.spec.ts similarity index 100% rename from udmd/api/src/__tests__/device/resolve.spec.ts rename to udmif/api/src/__tests__/device/resolve.spec.ts diff --git a/udmd/api/src/__tests__/server/config.spec.ts b/udmif/api/src/__tests__/server/config.spec.ts similarity index 100% rename from udmd/api/src/__tests__/server/config.spec.ts rename to udmif/api/src/__tests__/server/config.spec.ts diff --git a/udmd/api/src/__tests__/server/datasource.spec.ts b/udmif/api/src/__tests__/server/datasource.spec.ts similarity index 100% rename from udmd/api/src/__tests__/server/datasource.spec.ts rename to udmif/api/src/__tests__/server/datasource.spec.ts diff --git a/udmd/api/src/app.ts b/udmif/api/src/app.ts similarity index 100% rename from udmd/api/src/app.ts rename to udmif/api/src/app.ts diff --git a/udmd/api/src/common/logger.ts b/udmif/api/src/common/logger.ts similarity index 100% rename from udmd/api/src/common/logger.ts rename to udmif/api/src/common/logger.ts diff --git a/udmd/api/src/device/DeviceDataSource.ts b/udmif/api/src/device/DeviceDataSource.ts similarity index 100% rename from udmd/api/src/device/DeviceDataSource.ts rename to udmif/api/src/device/DeviceDataSource.ts diff --git a/udmd/api/src/device/FilterParser.ts b/udmif/api/src/device/FilterParser.ts similarity index 100% rename from udmd/api/src/device/FilterParser.ts rename to udmif/api/src/device/FilterParser.ts diff --git a/udmd/api/src/device/SearchOptionsValidator.ts b/udmif/api/src/device/SearchOptionsValidator.ts similarity index 100% rename from udmd/api/src/device/SearchOptionsValidator.ts rename to udmif/api/src/device/SearchOptionsValidator.ts diff --git a/udmd/api/src/device/dao/DeviceDAO.ts b/udmif/api/src/device/dao/DeviceDAO.ts similarity index 100% rename from udmd/api/src/device/dao/DeviceDAO.ts rename to udmif/api/src/device/dao/DeviceDAO.ts diff --git a/udmd/api/src/device/dao/DeviceDAOFactory.ts b/udmif/api/src/device/dao/DeviceDAOFactory.ts similarity index 100% rename from udmd/api/src/device/dao/DeviceDAOFactory.ts rename to udmif/api/src/device/dao/DeviceDAOFactory.ts diff --git a/udmd/api/src/device/dao/mongodb/MongoClient.ts b/udmif/api/src/device/dao/mongodb/MongoClient.ts similarity index 100% rename from udmd/api/src/device/dao/mongodb/MongoClient.ts rename to udmif/api/src/device/dao/mongodb/MongoClient.ts diff --git a/udmd/api/src/device/dao/mongodb/MongoDeviceDAO.ts b/udmif/api/src/device/dao/mongodb/MongoDeviceDAO.ts similarity index 100% rename from udmd/api/src/device/dao/mongodb/MongoDeviceDAO.ts rename to udmif/api/src/device/dao/mongodb/MongoDeviceDAO.ts diff --git a/udmd/api/src/device/dao/mongodb/MongoFilterBuilder.ts b/udmif/api/src/device/dao/mongodb/MongoFilterBuilder.ts similarity index 100% rename from udmd/api/src/device/dao/mongodb/MongoFilterBuilder.ts rename to udmif/api/src/device/dao/mongodb/MongoFilterBuilder.ts diff --git a/udmd/api/src/device/dao/mongodb/MongoSortBuilder.ts b/udmif/api/src/device/dao/mongodb/MongoSortBuilder.ts similarity index 100% rename from udmd/api/src/device/dao/mongodb/MongoSortBuilder.ts rename to udmif/api/src/device/dao/mongodb/MongoSortBuilder.ts diff --git a/udmd/api/src/device/dao/static/StaticDeviceDAO.ts b/udmif/api/src/device/dao/static/StaticDeviceDAO.ts similarity index 100% rename from udmd/api/src/device/dao/static/StaticDeviceDAO.ts rename to udmif/api/src/device/dao/static/StaticDeviceDAO.ts diff --git a/udmd/api/src/device/dao/static/StaticDeviceFilter.ts b/udmif/api/src/device/dao/static/StaticDeviceFilter.ts similarity index 100% rename from udmd/api/src/device/dao/static/StaticDeviceFilter.ts rename to udmif/api/src/device/dao/static/StaticDeviceFilter.ts diff --git a/udmd/api/src/device/model.ts b/udmif/api/src/device/model.ts similarity index 100% rename from udmd/api/src/device/model.ts rename to udmif/api/src/device/model.ts diff --git a/udmd/api/src/device/resolvers.ts b/udmif/api/src/device/resolvers.ts similarity index 100% rename from udmd/api/src/device/resolvers.ts rename to udmif/api/src/device/resolvers.ts diff --git a/udmd/api/src/device/schema.graphql b/udmif/api/src/device/schema.graphql similarity index 100% rename from udmd/api/src/device/schema.graphql rename to udmif/api/src/device/schema.graphql diff --git a/udmd/api/src/server/config.ts b/udmif/api/src/server/config.ts similarity index 100% rename from udmd/api/src/server/config.ts rename to udmif/api/src/server/config.ts diff --git a/udmd/api/src/server/context.ts b/udmif/api/src/server/context.ts similarity index 100% rename from udmd/api/src/server/context.ts rename to udmif/api/src/server/context.ts diff --git a/udmd/api/src/server/datasources.ts b/udmif/api/src/server/datasources.ts similarity index 100% rename from udmd/api/src/server/datasources.ts rename to udmif/api/src/server/datasources.ts diff --git a/udmd/api/src/server/schema.ts b/udmif/api/src/server/schema.ts similarity index 100% rename from udmd/api/src/server/schema.ts rename to udmif/api/src/server/schema.ts diff --git a/udmd/api/tsconfig.json b/udmif/api/tsconfig.json similarity index 100% rename from udmd/api/tsconfig.json rename to udmif/api/tsconfig.json diff --git a/udmd/api/util/UDMI-Devices.js b/udmif/api/util/UDMI-Devices.js similarity index 100% rename from udmd/api/util/UDMI-Devices.js rename to udmif/api/util/UDMI-Devices.js diff --git a/udmd/api/util/devices.json b/udmif/api/util/devices.json similarity index 100% rename from udmd/api/util/devices.json rename to udmif/api/util/devices.json diff --git a/udmd/event-handler/.gitignore b/udmif/event-handler/.gitignore similarity index 100% rename from udmd/event-handler/.gitignore rename to udmif/event-handler/.gitignore diff --git a/udmd/event-handler/README.md b/udmif/event-handler/README.md similarity index 100% rename from udmd/event-handler/README.md rename to udmif/event-handler/README.md diff --git a/udmd/event-handler/decodedEvents.json b/udmif/event-handler/decodedEvents.json similarity index 100% rename from udmd/event-handler/decodedEvents.json rename to udmif/event-handler/decodedEvents.json diff --git a/udmd/event-handler/devicePointSetEvent.json b/udmif/event-handler/devicePointSetEvent.json similarity index 100% rename from udmd/event-handler/devicePointSetEvent.json rename to udmif/event-handler/devicePointSetEvent.json diff --git a/udmd/event-handler/devicePointSetStatesEvent.json b/udmif/event-handler/devicePointSetStatesEvent.json similarity index 100% rename from udmd/event-handler/devicePointSetStatesEvent.json rename to udmif/event-handler/devicePointSetStatesEvent.json diff --git a/udmd/event-handler/deviceSystemEvent.json b/udmif/event-handler/deviceSystemEvent.json similarity index 100% rename from udmd/event-handler/deviceSystemEvent.json rename to udmif/event-handler/deviceSystemEvent.json diff --git a/udmd/event-handler/deviceSystemStatesEvent.json b/udmif/event-handler/deviceSystemStatesEvent.json similarity index 100% rename from udmd/event-handler/deviceSystemStatesEvent.json rename to udmif/event-handler/deviceSystemStatesEvent.json diff --git a/udmd/event-handler/index.js b/udmif/event-handler/index.js similarity index 100% rename from udmd/event-handler/index.js rename to udmif/event-handler/index.js diff --git a/udmd/event-handler/package-lock.json b/udmif/event-handler/package-lock.json similarity index 100% rename from udmd/event-handler/package-lock.json rename to udmif/event-handler/package-lock.json diff --git a/udmd/event-handler/package.json b/udmif/event-handler/package.json similarity index 100% rename from udmd/event-handler/package.json rename to udmif/event-handler/package.json diff --git a/udmd/helm/udmi-api/.helmignore b/udmif/helm/udmi-api/.helmignore similarity index 100% rename from udmd/helm/udmi-api/.helmignore rename to udmif/helm/udmi-api/.helmignore diff --git a/udmd/helm/udmi-api/Chart.yaml b/udmif/helm/udmi-api/Chart.yaml similarity index 100% rename from udmd/helm/udmi-api/Chart.yaml rename to udmif/helm/udmi-api/Chart.yaml diff --git a/udmd/helm/udmi-api/templates/NOTES.txt b/udmif/helm/udmi-api/templates/NOTES.txt similarity index 100% rename from udmd/helm/udmi-api/templates/NOTES.txt rename to udmif/helm/udmi-api/templates/NOTES.txt diff --git a/udmd/helm/udmi-api/templates/_helpers.tpl b/udmif/helm/udmi-api/templates/_helpers.tpl similarity index 100% rename from udmd/helm/udmi-api/templates/_helpers.tpl rename to udmif/helm/udmi-api/templates/_helpers.tpl diff --git a/udmd/helm/udmi-api/templates/deployment.yaml b/udmif/helm/udmi-api/templates/deployment.yaml similarity index 100% rename from udmd/helm/udmi-api/templates/deployment.yaml rename to udmif/helm/udmi-api/templates/deployment.yaml diff --git a/udmd/helm/udmi-api/templates/hpa.yaml b/udmif/helm/udmi-api/templates/hpa.yaml similarity index 100% rename from udmd/helm/udmi-api/templates/hpa.yaml rename to udmif/helm/udmi-api/templates/hpa.yaml diff --git a/udmd/helm/udmi-api/templates/ingress.yaml b/udmif/helm/udmi-api/templates/ingress.yaml similarity index 100% rename from udmd/helm/udmi-api/templates/ingress.yaml rename to udmif/helm/udmi-api/templates/ingress.yaml diff --git a/udmd/helm/udmi-api/templates/secret.yaml b/udmif/helm/udmi-api/templates/secret.yaml similarity index 100% rename from udmd/helm/udmi-api/templates/secret.yaml rename to udmif/helm/udmi-api/templates/secret.yaml diff --git a/udmd/helm/udmi-api/templates/service.yaml b/udmif/helm/udmi-api/templates/service.yaml similarity index 100% rename from udmd/helm/udmi-api/templates/service.yaml rename to udmif/helm/udmi-api/templates/service.yaml diff --git a/udmd/helm/udmi-api/templates/serviceaccount.yaml b/udmif/helm/udmi-api/templates/serviceaccount.yaml similarity index 100% rename from udmd/helm/udmi-api/templates/serviceaccount.yaml rename to udmif/helm/udmi-api/templates/serviceaccount.yaml diff --git a/udmd/helm/udmi-api/templates/tests/test-connection.yaml b/udmif/helm/udmi-api/templates/tests/test-connection.yaml similarity index 100% rename from udmd/helm/udmi-api/templates/tests/test-connection.yaml rename to udmif/helm/udmi-api/templates/tests/test-connection.yaml diff --git a/udmd/helm/udmi-api/values.yaml b/udmif/helm/udmi-api/values.yaml similarity index 100% rename from udmd/helm/udmi-api/values.yaml rename to udmif/helm/udmi-api/values.yaml diff --git a/udmd/helm/udmi-web/.helmignore b/udmif/helm/udmi-web/.helmignore similarity index 100% rename from udmd/helm/udmi-web/.helmignore rename to udmif/helm/udmi-web/.helmignore diff --git a/udmd/helm/udmi-web/Chart.yaml b/udmif/helm/udmi-web/Chart.yaml similarity index 100% rename from udmd/helm/udmi-web/Chart.yaml rename to udmif/helm/udmi-web/Chart.yaml diff --git a/udmd/helm/udmi-web/templates/NOTES.txt b/udmif/helm/udmi-web/templates/NOTES.txt similarity index 100% rename from udmd/helm/udmi-web/templates/NOTES.txt rename to udmif/helm/udmi-web/templates/NOTES.txt diff --git a/udmd/helm/udmi-web/templates/_helpers.tpl b/udmif/helm/udmi-web/templates/_helpers.tpl similarity index 100% rename from udmd/helm/udmi-web/templates/_helpers.tpl rename to udmif/helm/udmi-web/templates/_helpers.tpl diff --git a/udmd/helm/udmi-web/templates/deployment.yaml b/udmif/helm/udmi-web/templates/deployment.yaml similarity index 100% rename from udmd/helm/udmi-web/templates/deployment.yaml rename to udmif/helm/udmi-web/templates/deployment.yaml diff --git a/udmd/helm/udmi-web/templates/frontendconfig.yaml b/udmif/helm/udmi-web/templates/frontendconfig.yaml similarity index 100% rename from udmd/helm/udmi-web/templates/frontendconfig.yaml rename to udmif/helm/udmi-web/templates/frontendconfig.yaml diff --git a/udmd/helm/udmi-web/templates/hpa.yaml b/udmif/helm/udmi-web/templates/hpa.yaml similarity index 100% rename from udmd/helm/udmi-web/templates/hpa.yaml rename to udmif/helm/udmi-web/templates/hpa.yaml diff --git a/udmd/helm/udmi-web/templates/ingress.yaml b/udmif/helm/udmi-web/templates/ingress.yaml similarity index 100% rename from udmd/helm/udmi-web/templates/ingress.yaml rename to udmif/helm/udmi-web/templates/ingress.yaml diff --git a/udmd/helm/udmi-web/templates/secret.yaml b/udmif/helm/udmi-web/templates/secret.yaml similarity index 100% rename from udmd/helm/udmi-web/templates/secret.yaml rename to udmif/helm/udmi-web/templates/secret.yaml diff --git a/udmd/helm/udmi-web/templates/service.yaml b/udmif/helm/udmi-web/templates/service.yaml similarity index 100% rename from udmd/helm/udmi-web/templates/service.yaml rename to udmif/helm/udmi-web/templates/service.yaml diff --git a/udmd/helm/udmi-web/templates/serviceaccount.yaml b/udmif/helm/udmi-web/templates/serviceaccount.yaml similarity index 100% rename from udmd/helm/udmi-web/templates/serviceaccount.yaml rename to udmif/helm/udmi-web/templates/serviceaccount.yaml diff --git a/udmd/helm/udmi-web/templates/tests/test-connection.yaml b/udmif/helm/udmi-web/templates/tests/test-connection.yaml similarity index 100% rename from udmd/helm/udmi-web/templates/tests/test-connection.yaml rename to udmif/helm/udmi-web/templates/tests/test-connection.yaml diff --git a/udmd/helm/udmi-web/values.yaml b/udmif/helm/udmi-web/values.yaml similarity index 100% rename from udmd/helm/udmi-web/values.yaml rename to udmif/helm/udmi-web/values.yaml diff --git a/udmd/ingress.yaml b/udmif/ingress.yaml similarity index 100% rename from udmd/ingress.yaml rename to udmif/ingress.yaml diff --git a/udmd/package.json b/udmif/package.json similarity index 100% rename from udmd/package.json rename to udmif/package.json diff --git a/udmd/web/.browserslistrc b/udmif/web/.browserslistrc similarity index 100% rename from udmd/web/.browserslistrc rename to udmif/web/.browserslistrc diff --git a/udmd/web/.editorconfig b/udmif/web/.editorconfig similarity index 100% rename from udmd/web/.editorconfig rename to udmif/web/.editorconfig diff --git a/udmd/web/.gitignore b/udmif/web/.gitignore similarity index 100% rename from udmd/web/.gitignore rename to udmif/web/.gitignore diff --git a/udmd/web/.husky/pre-commit b/udmif/web/.husky/pre-commit similarity index 100% rename from udmd/web/.husky/pre-commit rename to udmif/web/.husky/pre-commit diff --git a/udmd/web/Dockerfile b/udmif/web/Dockerfile similarity index 100% rename from udmd/web/Dockerfile rename to udmif/web/Dockerfile diff --git a/udmd/web/README.md b/udmif/web/README.md similarity index 100% rename from udmd/web/README.md rename to udmif/web/README.md diff --git a/udmd/web/angular.json b/udmif/web/angular.json similarity index 100% rename from udmd/web/angular.json rename to udmif/web/angular.json diff --git a/udmd/web/build.yml b/udmif/web/build.yml similarity index 100% rename from udmd/web/build.yml rename to udmif/web/build.yml diff --git a/udmd/web/karma.conf.js b/udmif/web/karma.conf.js similarity index 100% rename from udmd/web/karma.conf.js rename to udmif/web/karma.conf.js diff --git a/udmd/web/package-lock.json b/udmif/web/package-lock.json similarity index 100% rename from udmd/web/package-lock.json rename to udmif/web/package-lock.json diff --git a/udmd/web/package.json b/udmif/web/package.json similarity index 100% rename from udmd/web/package.json rename to udmif/web/package.json diff --git a/udmd/web/prod/nginx.conf b/udmif/web/prod/nginx.conf similarity index 100% rename from udmd/web/prod/nginx.conf rename to udmif/web/prod/nginx.conf diff --git a/udmd/web/src/app/app-routing.module.ts b/udmif/web/src/app/app-routing.module.ts similarity index 100% rename from udmd/web/src/app/app-routing.module.ts rename to udmif/web/src/app/app-routing.module.ts diff --git a/udmd/web/src/app/app.component.html b/udmif/web/src/app/app.component.html similarity index 100% rename from udmd/web/src/app/app.component.html rename to udmif/web/src/app/app.component.html diff --git a/udmd/web/src/app/app.component.scss b/udmif/web/src/app/app.component.scss similarity index 100% rename from udmd/web/src/app/app.component.scss rename to udmif/web/src/app/app.component.scss diff --git a/udmd/web/src/app/app.component.spec.ts b/udmif/web/src/app/app.component.spec.ts similarity index 100% rename from udmd/web/src/app/app.component.spec.ts rename to udmif/web/src/app/app.component.spec.ts diff --git a/udmd/web/src/app/app.component.ts b/udmif/web/src/app/app.component.ts similarity index 100% rename from udmd/web/src/app/app.component.ts rename to udmif/web/src/app/app.component.ts diff --git a/udmd/web/src/app/app.d.ts b/udmif/web/src/app/app.d.ts similarity index 100% rename from udmd/web/src/app/app.d.ts rename to udmif/web/src/app/app.d.ts diff --git a/udmd/web/src/app/app.module.ts b/udmif/web/src/app/app.module.ts similarity index 100% rename from udmd/web/src/app/app.module.ts rename to udmif/web/src/app/app.module.ts diff --git a/udmd/web/src/app/breadcrumb/breadcrumb.component.html b/udmif/web/src/app/breadcrumb/breadcrumb.component.html similarity index 100% rename from udmd/web/src/app/breadcrumb/breadcrumb.component.html rename to udmif/web/src/app/breadcrumb/breadcrumb.component.html diff --git a/udmd/web/src/app/breadcrumb/breadcrumb.component.scss b/udmif/web/src/app/breadcrumb/breadcrumb.component.scss similarity index 100% rename from udmd/web/src/app/breadcrumb/breadcrumb.component.scss rename to udmif/web/src/app/breadcrumb/breadcrumb.component.scss diff --git a/udmd/web/src/app/breadcrumb/breadcrumb.component.spec.ts b/udmif/web/src/app/breadcrumb/breadcrumb.component.spec.ts similarity index 100% rename from udmd/web/src/app/breadcrumb/breadcrumb.component.spec.ts rename to udmif/web/src/app/breadcrumb/breadcrumb.component.spec.ts diff --git a/udmd/web/src/app/breadcrumb/breadcrumb.component.ts b/udmif/web/src/app/breadcrumb/breadcrumb.component.ts similarity index 100% rename from udmd/web/src/app/breadcrumb/breadcrumb.component.ts rename to udmif/web/src/app/breadcrumb/breadcrumb.component.ts diff --git a/udmd/web/src/app/breadcrumb/breadcrumb.d.ts b/udmif/web/src/app/breadcrumb/breadcrumb.d.ts similarity index 100% rename from udmd/web/src/app/breadcrumb/breadcrumb.d.ts rename to udmif/web/src/app/breadcrumb/breadcrumb.d.ts diff --git a/udmd/web/src/app/breadcrumb/breadcrumb.module.ts b/udmif/web/src/app/breadcrumb/breadcrumb.module.ts similarity index 100% rename from udmd/web/src/app/breadcrumb/breadcrumb.module.ts rename to udmif/web/src/app/breadcrumb/breadcrumb.module.ts diff --git a/udmd/web/src/app/common/pipes/capitalize.pipe.spec.ts b/udmif/web/src/app/common/pipes/capitalize.pipe.spec.ts similarity index 100% rename from udmd/web/src/app/common/pipes/capitalize.pipe.spec.ts rename to udmif/web/src/app/common/pipes/capitalize.pipe.spec.ts diff --git a/udmd/web/src/app/common/pipes/capitalize.pipe.ts b/udmif/web/src/app/common/pipes/capitalize.pipe.ts similarity index 100% rename from udmd/web/src/app/common/pipes/capitalize.pipe.ts rename to udmif/web/src/app/common/pipes/capitalize.pipe.ts diff --git a/udmd/web/src/app/common/pipes/pipes.module.ts b/udmif/web/src/app/common/pipes/pipes.module.ts similarity index 100% rename from udmd/web/src/app/common/pipes/pipes.module.ts rename to udmif/web/src/app/common/pipes/pipes.module.ts diff --git a/udmd/web/src/app/device/device-routing.module.ts b/udmif/web/src/app/device/device-routing.module.ts similarity index 100% rename from udmd/web/src/app/device/device-routing.module.ts rename to udmif/web/src/app/device/device-routing.module.ts diff --git a/udmd/web/src/app/device/device.component.html b/udmif/web/src/app/device/device.component.html similarity index 100% rename from udmd/web/src/app/device/device.component.html rename to udmif/web/src/app/device/device.component.html diff --git a/udmd/web/src/app/device/device.component.scss b/udmif/web/src/app/device/device.component.scss similarity index 100% rename from udmd/web/src/app/device/device.component.scss rename to udmif/web/src/app/device/device.component.scss diff --git a/udmd/web/src/app/device/device.component.spec.ts b/udmif/web/src/app/device/device.component.spec.ts similarity index 100% rename from udmd/web/src/app/device/device.component.spec.ts rename to udmif/web/src/app/device/device.component.spec.ts diff --git a/udmd/web/src/app/device/device.component.ts b/udmif/web/src/app/device/device.component.ts similarity index 100% rename from udmd/web/src/app/device/device.component.ts rename to udmif/web/src/app/device/device.component.ts diff --git a/udmd/web/src/app/device/device.d.ts b/udmif/web/src/app/device/device.d.ts similarity index 100% rename from udmd/web/src/app/device/device.d.ts rename to udmif/web/src/app/device/device.d.ts diff --git a/udmd/web/src/app/device/device.gql.ts b/udmif/web/src/app/device/device.gql.ts similarity index 100% rename from udmd/web/src/app/device/device.gql.ts rename to udmif/web/src/app/device/device.gql.ts diff --git a/udmd/web/src/app/device/device.module.ts b/udmif/web/src/app/device/device.module.ts similarity index 100% rename from udmd/web/src/app/device/device.module.ts rename to udmif/web/src/app/device/device.module.ts diff --git a/udmd/web/src/app/device/device.service.spec.ts b/udmif/web/src/app/device/device.service.spec.ts similarity index 100% rename from udmd/web/src/app/device/device.service.spec.ts rename to udmif/web/src/app/device/device.service.spec.ts diff --git a/udmd/web/src/app/device/device.service.ts b/udmif/web/src/app/device/device.service.ts similarity index 100% rename from udmd/web/src/app/device/device.service.ts rename to udmif/web/src/app/device/device.service.ts diff --git a/udmd/web/src/app/devices/devices-routing.module.ts b/udmif/web/src/app/devices/devices-routing.module.ts similarity index 100% rename from udmd/web/src/app/devices/devices-routing.module.ts rename to udmif/web/src/app/devices/devices-routing.module.ts diff --git a/udmd/web/src/app/devices/devices.component.html b/udmif/web/src/app/devices/devices.component.html similarity index 100% rename from udmd/web/src/app/devices/devices.component.html rename to udmif/web/src/app/devices/devices.component.html diff --git a/udmd/web/src/app/devices/devices.component.scss b/udmif/web/src/app/devices/devices.component.scss similarity index 100% rename from udmd/web/src/app/devices/devices.component.scss rename to udmif/web/src/app/devices/devices.component.scss diff --git a/udmd/web/src/app/devices/devices.component.spec.ts b/udmif/web/src/app/devices/devices.component.spec.ts similarity index 100% rename from udmd/web/src/app/devices/devices.component.spec.ts rename to udmif/web/src/app/devices/devices.component.spec.ts diff --git a/udmd/web/src/app/devices/devices.component.ts b/udmif/web/src/app/devices/devices.component.ts similarity index 100% rename from udmd/web/src/app/devices/devices.component.ts rename to udmif/web/src/app/devices/devices.component.ts diff --git a/udmd/web/src/app/devices/devices.d.ts b/udmif/web/src/app/devices/devices.d.ts similarity index 100% rename from udmd/web/src/app/devices/devices.d.ts rename to udmif/web/src/app/devices/devices.d.ts diff --git a/udmd/web/src/app/devices/devices.gql.ts b/udmif/web/src/app/devices/devices.gql.ts similarity index 100% rename from udmd/web/src/app/devices/devices.gql.ts rename to udmif/web/src/app/devices/devices.gql.ts diff --git a/udmd/web/src/app/devices/devices.module.ts b/udmif/web/src/app/devices/devices.module.ts similarity index 100% rename from udmd/web/src/app/devices/devices.module.ts rename to udmif/web/src/app/devices/devices.module.ts diff --git a/udmd/web/src/app/devices/devices.service.spec.ts b/udmif/web/src/app/devices/devices.service.spec.ts similarity index 100% rename from udmd/web/src/app/devices/devices.service.spec.ts rename to udmif/web/src/app/devices/devices.service.spec.ts diff --git a/udmd/web/src/app/devices/devices.service.ts b/udmif/web/src/app/devices/devices.service.ts similarity index 100% rename from udmd/web/src/app/devices/devices.service.ts rename to udmif/web/src/app/devices/devices.service.ts diff --git a/udmd/web/src/app/graphql/graphql.module.ts b/udmif/web/src/app/graphql/graphql.module.ts similarity index 100% rename from udmd/web/src/app/graphql/graphql.module.ts rename to udmif/web/src/app/graphql/graphql.module.ts diff --git a/udmd/web/src/app/navigation/navigation.component.html b/udmif/web/src/app/navigation/navigation.component.html similarity index 100% rename from udmd/web/src/app/navigation/navigation.component.html rename to udmif/web/src/app/navigation/navigation.component.html diff --git a/udmd/web/src/app/navigation/navigation.component.scss b/udmif/web/src/app/navigation/navigation.component.scss similarity index 100% rename from udmd/web/src/app/navigation/navigation.component.scss rename to udmif/web/src/app/navigation/navigation.component.scss diff --git a/udmd/web/src/app/navigation/navigation.component.spec.ts b/udmif/web/src/app/navigation/navigation.component.spec.ts similarity index 100% rename from udmd/web/src/app/navigation/navigation.component.spec.ts rename to udmif/web/src/app/navigation/navigation.component.spec.ts diff --git a/udmd/web/src/app/navigation/navigation.component.ts b/udmif/web/src/app/navigation/navigation.component.ts similarity index 100% rename from udmd/web/src/app/navigation/navigation.component.ts rename to udmif/web/src/app/navigation/navigation.component.ts diff --git a/udmd/web/src/app/navigation/navigation.module.ts b/udmif/web/src/app/navigation/navigation.module.ts similarity index 100% rename from udmd/web/src/app/navigation/navigation.module.ts rename to udmif/web/src/app/navigation/navigation.module.ts diff --git a/udmd/web/src/app/page-not-found/page-not-found-routing.module.ts b/udmif/web/src/app/page-not-found/page-not-found-routing.module.ts similarity index 100% rename from udmd/web/src/app/page-not-found/page-not-found-routing.module.ts rename to udmif/web/src/app/page-not-found/page-not-found-routing.module.ts diff --git a/udmd/web/src/app/page-not-found/page-not-found.component.html b/udmif/web/src/app/page-not-found/page-not-found.component.html similarity index 100% rename from udmd/web/src/app/page-not-found/page-not-found.component.html rename to udmif/web/src/app/page-not-found/page-not-found.component.html diff --git a/udmd/web/src/app/page-not-found/page-not-found.component.scss b/udmif/web/src/app/page-not-found/page-not-found.component.scss similarity index 100% rename from udmd/web/src/app/page-not-found/page-not-found.component.scss rename to udmif/web/src/app/page-not-found/page-not-found.component.scss diff --git a/udmd/web/src/app/page-not-found/page-not-found.component.spec.ts b/udmif/web/src/app/page-not-found/page-not-found.component.spec.ts similarity index 100% rename from udmd/web/src/app/page-not-found/page-not-found.component.spec.ts rename to udmif/web/src/app/page-not-found/page-not-found.component.spec.ts diff --git a/udmd/web/src/app/page-not-found/page-not-found.component.ts b/udmif/web/src/app/page-not-found/page-not-found.component.ts similarity index 100% rename from udmd/web/src/app/page-not-found/page-not-found.component.ts rename to udmif/web/src/app/page-not-found/page-not-found.component.ts diff --git a/udmd/web/src/app/page-not-found/page-not-found.module.ts b/udmif/web/src/app/page-not-found/page-not-found.module.ts similarity index 100% rename from udmd/web/src/app/page-not-found/page-not-found.module.ts rename to udmif/web/src/app/page-not-found/page-not-found.module.ts diff --git a/udmd/web/src/app/points/points-routing.module.ts b/udmif/web/src/app/points/points-routing.module.ts similarity index 100% rename from udmd/web/src/app/points/points-routing.module.ts rename to udmif/web/src/app/points/points-routing.module.ts diff --git a/udmd/web/src/app/points/points.component.html b/udmif/web/src/app/points/points.component.html similarity index 100% rename from udmd/web/src/app/points/points.component.html rename to udmif/web/src/app/points/points.component.html diff --git a/udmd/web/src/app/points/points.component.scss b/udmif/web/src/app/points/points.component.scss similarity index 100% rename from udmd/web/src/app/points/points.component.scss rename to udmif/web/src/app/points/points.component.scss diff --git a/udmd/web/src/app/points/points.component.spec.ts b/udmif/web/src/app/points/points.component.spec.ts similarity index 100% rename from udmd/web/src/app/points/points.component.spec.ts rename to udmif/web/src/app/points/points.component.spec.ts diff --git a/udmd/web/src/app/points/points.component.ts b/udmif/web/src/app/points/points.component.ts similarity index 100% rename from udmd/web/src/app/points/points.component.ts rename to udmif/web/src/app/points/points.component.ts diff --git a/udmd/web/src/app/points/points.d.ts b/udmif/web/src/app/points/points.d.ts similarity index 100% rename from udmd/web/src/app/points/points.d.ts rename to udmif/web/src/app/points/points.d.ts diff --git a/udmd/web/src/app/points/points.gql.ts b/udmif/web/src/app/points/points.gql.ts similarity index 100% rename from udmd/web/src/app/points/points.gql.ts rename to udmif/web/src/app/points/points.gql.ts diff --git a/udmd/web/src/app/points/points.module.ts b/udmif/web/src/app/points/points.module.ts similarity index 100% rename from udmd/web/src/app/points/points.module.ts rename to udmif/web/src/app/points/points.module.ts diff --git a/udmd/web/src/app/points/points.service.spec.ts b/udmif/web/src/app/points/points.service.spec.ts similarity index 100% rename from udmd/web/src/app/points/points.service.spec.ts rename to udmif/web/src/app/points/points.service.spec.ts diff --git a/udmd/web/src/app/points/points.service.ts b/udmif/web/src/app/points/points.service.ts similarity index 100% rename from udmd/web/src/app/points/points.service.ts rename to udmif/web/src/app/points/points.service.ts diff --git a/udmd/web/src/app/search-filter/search-filter.component.html b/udmif/web/src/app/search-filter/search-filter.component.html similarity index 100% rename from udmd/web/src/app/search-filter/search-filter.component.html rename to udmif/web/src/app/search-filter/search-filter.component.html diff --git a/udmd/web/src/app/search-filter/search-filter.component.scss b/udmif/web/src/app/search-filter/search-filter.component.scss similarity index 100% rename from udmd/web/src/app/search-filter/search-filter.component.scss rename to udmif/web/src/app/search-filter/search-filter.component.scss diff --git a/udmd/web/src/app/search-filter/search-filter.component.spec.ts b/udmif/web/src/app/search-filter/search-filter.component.spec.ts similarity index 100% rename from udmd/web/src/app/search-filter/search-filter.component.spec.ts rename to udmif/web/src/app/search-filter/search-filter.component.spec.ts diff --git a/udmd/web/src/app/search-filter/search-filter.component.ts b/udmif/web/src/app/search-filter/search-filter.component.ts similarity index 100% rename from udmd/web/src/app/search-filter/search-filter.component.ts rename to udmif/web/src/app/search-filter/search-filter.component.ts diff --git a/udmd/web/src/app/search-filter/search-filter.d.ts b/udmif/web/src/app/search-filter/search-filter.d.ts similarity index 100% rename from udmd/web/src/app/search-filter/search-filter.d.ts rename to udmif/web/src/app/search-filter/search-filter.d.ts diff --git a/udmd/web/src/app/search-filter/search-filter.module.ts b/udmif/web/src/app/search-filter/search-filter.module.ts similarity index 100% rename from udmd/web/src/app/search-filter/search-filter.module.ts rename to udmif/web/src/app/search-filter/search-filter.module.ts diff --git a/udmd/web/src/assets/.gitkeep b/udmif/web/src/assets/.gitkeep similarity index 100% rename from udmd/web/src/assets/.gitkeep rename to udmif/web/src/assets/.gitkeep diff --git a/udmd/web/src/environments/environment.prod.ts b/udmif/web/src/environments/environment.prod.ts similarity index 100% rename from udmd/web/src/environments/environment.prod.ts rename to udmif/web/src/environments/environment.prod.ts diff --git a/udmd/web/src/environments/environment.ts b/udmif/web/src/environments/environment.ts similarity index 100% rename from udmd/web/src/environments/environment.ts rename to udmif/web/src/environments/environment.ts diff --git a/udmd/web/src/favicon.ico b/udmif/web/src/favicon.ico similarity index 100% rename from udmd/web/src/favicon.ico rename to udmif/web/src/favicon.ico diff --git a/udmd/web/src/index.html b/udmif/web/src/index.html similarity index 100% rename from udmd/web/src/index.html rename to udmif/web/src/index.html diff --git a/udmd/web/src/main.ts b/udmif/web/src/main.ts similarity index 100% rename from udmd/web/src/main.ts rename to udmif/web/src/main.ts diff --git a/udmd/web/src/polyfills.ts b/udmif/web/src/polyfills.ts similarity index 100% rename from udmd/web/src/polyfills.ts rename to udmif/web/src/polyfills.ts diff --git a/udmd/web/src/proxy.conf.json b/udmif/web/src/proxy.conf.json similarity index 100% rename from udmd/web/src/proxy.conf.json rename to udmif/web/src/proxy.conf.json diff --git a/udmd/web/src/styles/_variables.scss b/udmif/web/src/styles/_variables.scss similarity index 100% rename from udmd/web/src/styles/_variables.scss rename to udmif/web/src/styles/_variables.scss diff --git a/udmd/web/src/styles/styles.scss b/udmif/web/src/styles/styles.scss similarity index 100% rename from udmd/web/src/styles/styles.scss rename to udmif/web/src/styles/styles.scss diff --git a/udmd/web/src/styles/theme.scss b/udmif/web/src/styles/theme.scss similarity index 100% rename from udmd/web/src/styles/theme.scss rename to udmif/web/src/styles/theme.scss diff --git a/udmd/web/src/test.ts b/udmif/web/src/test.ts similarity index 100% rename from udmd/web/src/test.ts rename to udmif/web/src/test.ts diff --git a/udmd/web/tsconfig.app.json b/udmif/web/tsconfig.app.json similarity index 100% rename from udmd/web/tsconfig.app.json rename to udmif/web/tsconfig.app.json diff --git a/udmd/web/tsconfig.json b/udmif/web/tsconfig.json similarity index 100% rename from udmd/web/tsconfig.json rename to udmif/web/tsconfig.json diff --git a/udmd/web/tsconfig.spec.json b/udmif/web/tsconfig.spec.json similarity index 100% rename from udmd/web/tsconfig.spec.json rename to udmif/web/tsconfig.spec.json