Resource Configuration Snapshots Executor and API 98/93098/8
authorSerge Simard <serge@agilitae.com>
Thu, 8 Aug 2019 14:55:57 +0000 (10:55 -0400)
committerSerge Simard <serge@agilitae.com>
Tue, 13 Aug 2019 14:57:10 +0000 (14:57 +0000)
commit34c424689a52614fb414d65899282497fe25b164
tree91fdafc99a280064f0ef19c1576fdcbbae303cfc
parent571c49342a905616298d923a9d29a201ae4ecd11
Resource Configuration Snapshots Executor and API

Issue-ID: CCSDK-1604
Signed-off-by: Serge Simard <serge@agilitae.com>
Change-Id: I349c649e941431b48a309123489d26fb22e0e50a
Signed-off-by: Serge Simard <serge@agilitae.com>
27 files changed:
components/model-catalog/definition-type/starter-type/node_type/component-config-snapshots-executor.json [new file with mode: 0644]
ms/blueprintsprocessor/application/pom.xml
ms/blueprintsprocessor/application/src/main/java/org/onap/ccsdk/cds/blueprintsprocessor/SwaggerConfig.java
ms/blueprintsprocessor/functions/config-snapshots/pom.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/config/snapshots/ComponentConfigSnapshotsExecutor.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/config/snapshots/db/ResourceConfigSnapshot.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/config/snapshots/db/ResourceConfigSnapshotRepository.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/config/snapshots/db/ResourceConfigSnapshotService.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/config/snapshots/ComponentConfigSnapshotsExecutorTest.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/config/snapshots/db/ResourceConfigSnapshotServiceTest.kt [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/test/resources/application-test.properties [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/test/resources/keystore.p12 [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/test/resources/logback-test.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/test/resources/payload/requests/config-payload-candidate.json [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/test/resources/payload/requests/config-payload-running.json [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/test/resources/payload/requests/interface-candidate.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/config-snapshots/src/test/resources/payload/requests/interface-running.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/pom.xml
ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/configs-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/configs/api/ResourceConfigSnapshotController.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/configs-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/configs/api/ResourceConfigSnapshotException.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/configs-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/configs/api/ResourceConfigSnapshotExceptionHandler.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/configs-api/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/configs/api/ResourceConfigSnapshotControllerTest.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/configs-api/src/test/resources/application-test.properties [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/configs-api/src/test/resources/logback.xml [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/pom.xml
ms/blueprintsprocessor/parent/pom.xml