Create schema set REST API and service level 93/116293/13
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Thu, 10 Dec 2020 08:49:59 +0000 (10:49 +0200)
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Thu, 24 Dec 2020 07:57:48 +0000 (09:57 +0200)
commitacfb2078d510f5cec7b6ce57c03ba42663b8f3ee
tree0ed0437b534e2d94208c51398afb3dff682e8d12
parent1d9845679de45007db30eee42c105edcffd972fb
Create schema set REST API and service level

Issue-ID: CPS-123
Change-Id: Ie6d5fd4755454331415af7b80eaf85925efab395
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
14 files changed:
cps-rest/docs/api/swagger/openapi.yml
cps-rest/src/main/java/org/onap/cps/rest/controller/AdminRestController.java
cps-rest/src/main/java/org/onap/cps/rest/utils/MultipartFileUtil.java [new file with mode: 0644]
cps-rest/src/test/groovy/org/onap/cps/rest/controller/AdminRestControllerSpec.groovy [new file with mode: 0644]
cps-rest/src/test/groovy/org/onap/cps/rest/exceptions/CpsRestExceptionHandlerSpec.groovy
cps-rest/src/test/groovy/org/onap/cps/rest/utils/MultipartFileUtilSpec.groovy [new file with mode: 0644]
cps-ri/src/main/java/org/onap/cps/spi/impl/CpsModulePersistenceServiceImpl.java
cps-service/src/main/java/org/onap/cps/api/CpsModuleService.java
cps-service/src/main/java/org/onap/cps/api/impl/CpsModuleServiceImpl.java
cps-service/src/main/java/org/onap/cps/spi/exceptions/ModelValidationException.java
cps-service/src/main/java/org/onap/cps/yang/YangTextSchemaSourceSetBuilder.java
cps-service/src/test/groovy/org/onap/cps/api/impl/CpsModuleServiceImplSpec.groovy [moved from cps-service/src/test/groovy/org/onap/cps/api/impl/CpsModulePersistenceServiceImplSpec.groovy with 54% similarity]
cps-service/src/test/groovy/org/onap/cps/utils/YangTextSchemaSourceSetSpec.groovy
cps-service/src/test/resources/invalid-missing-import.yang [new file with mode: 0644]