Import data type in UI 42/132842/19
authorfranciscovila <javier.paradela.vila@est.tech>
Thu, 24 Nov 2022 10:29:04 +0000 (10:29 +0000)
committerMichael Morris <michael.morris@est.tech>
Thu, 26 Jan 2023 23:32:10 +0000 (23:32 +0000)
commit701e441228724c5b701d94cc3f1e520ce656398a
tree5900482086d86f8b8e465e6d4b57db4bd7a94184
parent1bbecd7edbdd907a53812d303d378236d23d071e
Import data type in UI

Develop all necessary changes in the UI to allow importing a data type from a yaml file

Issue-ID: SDC-4279
Signed-off-by: franciscovila <javier.paradela.vila@est.tech>
Change-Id: Id413386fad8b362e8c4a1d25c859a22178189074
34 files changed:
catalog-be/src/main/java/org/openecomp/sdc/be/components/impl/CommonImportManager.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/DataTypeServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/TypesUploadServlet.java
catalog-model/src/main/java/org/openecomp/sdc/be/model/operations/impl/DataTypeOperation.java
catalog-model/src/main/java/org/openecomp/sdc/be/model/operations/impl/ModelOperation.java
catalog-ui/src/app/app.ts
catalog-ui/src/app/ng2/components/ui/modal-import-type/modal-import-type.component.html [new file with mode: 0644]
catalog-ui/src/app/ng2/components/ui/modal-import-type/modal-import-type.component.less [new file with mode: 0644]
catalog-ui/src/app/ng2/components/ui/modal-import-type/modal-import-type.component.spec.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/components/ui/modal-import-type/modal-import-type.component.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/components/ui/ui-elements.module.ts
catalog-ui/src/app/ng2/pages/home/__snapshots__/home.component.spec.ts.snap
catalog-ui/src/app/ng2/pages/home/home.component.html
catalog-ui/src/app/ng2/pages/home/home.component.spec.ts
catalog-ui/src/app/ng2/pages/home/home.component.ts
catalog-ui/src/app/ng2/pages/home/home.module.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-general/type-workspace-general.component.html
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-general/type-workspace-general.component.spec.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-general/type-workspace-general.component.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/type-workspace-properties.component.spec.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/type-workspace-properties.component.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.html
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.spec.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.module.ts
catalog-ui/src/app/ng2/pages/type-workspace/workspace-menu/workspace-menu.component.html
catalog-ui/src/app/ng2/pages/type-workspace/workspace-menu/workspace-menu.component.spec.ts
catalog-ui/src/app/ng2/pages/type-workspace/workspace-menu/workspace-menu.component.ts
catalog-ui/src/app/ng2/services/data-type.service.ts
catalog-ui/src/app/ng2/services/model.service.ts
catalog-ui/src/app/services/data-types-service.ts
catalog-ui/src/app/utils/service-data-type-reader.ts [new file with mode: 0644]
catalog-ui/src/app/view-models/workspace/workspace-view-model.ts
catalog-ui/src/assets/languages/en_US.json