Fix name convention issue 54/102754/3
authorvasraz <vasyl.razinkov@est.tech>
Wed, 2 Oct 2019 11:08:49 +0000 (12:08 +0100)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Sun, 15 Mar 2020 08:50:31 +0000 (08:50 +0000)
Rename modules:
workflow-designer-init to sdc-workflow-designer-init
workflow-designer-be to sdc-workflow-designer-be
workflow-designer-ui to sdc-workflow-designer-ui
Rename docker images:
onap/workflow-init to onap/sdc-workflow-init
onap/workflow-backend to onap/sdc-workflow-backend
onap/workflow-frontend to onap/sdc-workflow-frontend

List of changed files:
modified:   README.md
modified:   docker-compose/debug.yml
modified:   docker-compose/docker-compose.yml
modified:   pom.xml
modified:   sdc-workflow-bdd/pom.xml
modified:   sdc-workflow-designer-be/pom.xml
modified:   sdc-workflow-designer-init/pom.xml
modified:   sdc-workflow-designer-ui/pom.xml
modified:   sdc-workflow-designer-ui/src/main/frontend/yarn.lock
modified:   version.properties

All others changes are relaited to rename/move.

Change-Id: Ic989b6347b815f85e77e23fc8d7884c05b650a27
Issue-ID: SDC-2334
Issue-ID: SDC-2335
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
427 files changed:
.gitignore
LICENSE.txt
README.md
docker-compose/debug.yml
docker-compose/docker-compose.yml
pom.xml
sdc-workflow-bdd/.gitignore [moved from workflow-bdd/.gitignore with 100% similarity]
sdc-workflow-bdd/README.txt [moved from workflow-bdd/README.txt with 100% similarity]
sdc-workflow-bdd/config.json [moved from workflow-bdd/config.json with 100% similarity]
sdc-workflow-bdd/cucumber.js [moved from workflow-bdd/cucumber.js with 100% similarity]
sdc-workflow-bdd/features/ActivitySpec.feature [moved from workflow-bdd/features/ActivitySpec.feature with 100% similarity]
sdc-workflow-bdd/features/ActivitySpecStatus.feature [moved from workflow-bdd/features/ActivitySpecStatus.feature with 100% similarity]
sdc-workflow-bdd/features/ArchiveWorkflow.feature [moved from workflow-bdd/features/ArchiveWorkflow.feature with 100% similarity]
sdc-workflow-bdd/features/Version.feature [moved from workflow-bdd/features/Version.feature with 100% similarity]
sdc-workflow-bdd/features/VersionState.feature [moved from workflow-bdd/features/VersionState.feature with 100% similarity]
sdc-workflow-bdd/features/Workflow.feature [moved from workflow-bdd/features/Workflow.feature with 100% similarity]
sdc-workflow-bdd/features/WorkflowList.feature [moved from workflow-bdd/features/WorkflowList.feature with 100% similarity]
sdc-workflow-bdd/features/examples/ResponseDataChecks.feature [moved from workflow-bdd/features/examples/ResponseDataChecks.feature with 100% similarity]
sdc-workflow-bdd/package.json [moved from workflow-bdd/package.json with 100% similarity]
sdc-workflow-bdd/plugins/README.md [moved from workflow-bdd/plugins/README.md with 100% similarity]
sdc-workflow-bdd/plugins/jsdoc_config.json [moved from workflow-bdd/plugins/jsdoc_config.json with 100% similarity]
sdc-workflow-bdd/plugins/reporter.js [moved from workflow-bdd/plugins/reporter.js with 100% similarity]
sdc-workflow-bdd/plugins/steps.js [moved from workflow-bdd/plugins/steps.js with 100% similarity]
sdc-workflow-bdd/pom.xml [moved from workflow-bdd/pom.xml with 98% similarity]
sdc-workflow-bdd/resources/json/createActivitySpec.json [moved from workflow-bdd/resources/json/createActivitySpec.json with 100% similarity]
sdc-workflow-bdd/resources/json/createWorkflow.json [moved from workflow-bdd/resources/json/createWorkflow.json with 100% similarity]
sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs1.json [moved from workflow-bdd/resources/json/versionWith2Inputs2Outputs1.json with 100% similarity]
sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json [moved from workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json with 100% similarity]
sdc-workflow-bdd/resources/json/versionWithDuplicateInputName.json [moved from workflow-bdd/resources/json/versionWithDuplicateInputName.json with 100% similarity]
sdc-workflow-bdd/resources/json/versionWithDuplicateOutputName.json [moved from workflow-bdd/resources/json/versionWithDuplicateOutputName.json with 100% similarity]
sdc-workflow-bdd/stepDefinitions/ActivitySpec_steps.js [moved from workflow-bdd/stepDefinitions/ActivitySpec_steps.js with 100% similarity]
sdc-workflow-bdd/stepDefinitions/Collaboration_Steps.js [moved from workflow-bdd/stepDefinitions/Collaboration_Steps.js with 100% similarity]
sdc-workflow-bdd/stepDefinitions/General_Steps.js [moved from workflow-bdd/stepDefinitions/General_Steps.js with 100% similarity]
sdc-workflow-bdd/stepDefinitions/InputData_steps.js [moved from workflow-bdd/stepDefinitions/InputData_steps.js with 100% similarity]
sdc-workflow-bdd/stepDefinitions/InterfaceOperationSteps.js [moved from workflow-bdd/stepDefinitions/InterfaceOperationSteps.js with 100% similarity]
sdc-workflow-bdd/stepDefinitions/Item_steps.js [moved from workflow-bdd/stepDefinitions/Item_steps.js with 100% similarity]
sdc-workflow-bdd/stepDefinitions/REST_Steps.js [moved from workflow-bdd/stepDefinitions/REST_Steps.js with 100% similarity]
sdc-workflow-bdd/stepDefinitions/Utils.js [moved from workflow-bdd/stepDefinitions/Utils.js with 100% similarity]
sdc-workflow-bdd/stepDefinitions/Workflow_Steps.js [moved from workflow-bdd/stepDefinitions/Workflow_Steps.js with 100% similarity]
sdc-workflow-bdd/stepDefinitions/world.js [moved from workflow-bdd/stepDefinitions/world.js with 100% similarity]
sdc-workflow-designer-be/docker/Dockerfile [moved from workflow-designer-be/docker/Dockerfile with 100% similarity]
sdc-workflow-designer-be/docker/org.onap.sdc.p12 [moved from workflow-designer-be/docker/org.onap.sdc.p12 with 100% similarity]
sdc-workflow-designer-be/docker/org.onap.sdc.trust.jks [moved from workflow-designer-be/docker/org.onap.sdc.trust.jks with 100% similarity]
sdc-workflow-designer-be/docker/startup.sh [moved from workflow-designer-be/docker/startup.sh with 100% similarity]
sdc-workflow-designer-be/pom.xml [moved from workflow-designer-be/pom.xml with 97% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/SpringBootWebApplication.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/SpringBootWebApplication.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/ActivitySpecController.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/ActivitySpecController.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/ArtifactAssociationService.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/ArtifactAssociationService.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/DisableSwaggerController.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/DisableSwaggerController.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/ExceptionsHandler.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/ExceptionsHandler.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/RestParams.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/RestParams.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/WorkflowController.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/WorkflowController.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/WorkflowVersionController.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/WorkflowVersionController.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/mappers/ActivitySpecDtoMapper.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/mappers/ActivitySpecDtoMapper.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/mappers/WorkflowVersionDtoMapper.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/mappers/WorkflowVersionDtoMapper.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/swagger/UserIdReader.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/swagger/UserIdReader.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/CollectionResponse.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/CollectionResponse.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/ErrorResponse.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/ErrorResponse.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/Paging.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/Paging.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/Parameter.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/Parameter.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/Sorting.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/Sorting.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/UnexpectedErrorResponse.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/UnexpectedErrorResponse.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/VersionStateDto.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/VersionStateDto.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/VersionStatesFormatter.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/VersionStatesFormatter.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/WorkflowStatusDto.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/WorkflowStatusDto.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/WorkflowVersionRequest.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/WorkflowVersionRequest.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/WorkflowVersionResponse.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/WorkflowVersionResponse.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecAction.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecAction.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecActionRequest.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecActionRequest.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecBase.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecBase.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecCreateResponse.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecCreateResponse.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecDataResponse.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecDataResponse.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecRequest.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecRequest.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecResponse.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/activityspec/ActivitySpecResponse.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/dto/ArtifactDeliveriesRequestDto.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/types/dto/ArtifactDeliveriesRequestDto.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/ActivitySpecParameterNameValidator.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/ActivitySpecParameterNameValidator.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/ArchivingStatusValidator.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/ArchivingStatusValidator.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/NoDuplicates.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/NoDuplicates.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/NoDuplicatesValidator.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/NoDuplicatesValidator.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/ValidName.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/ValidName.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/ValidStatus.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/api/validation/ValidStatus.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/ActivitySpecRepository.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/ActivitySpecRepository.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/ArtifactRepository.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/ArtifactRepository.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/ParameterRepository.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/ParameterRepository.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/UniqueValueRepository.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/UniqueValueRepository.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/ActivitySpecRepositoryImpl.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/ActivitySpecRepositoryImpl.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/ArtifactRepositoryImpl.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/ArtifactRepositoryImpl.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/ParameterRepositoryImpl.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/ParameterRepositoryImpl.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/types/ActivitySpecData.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/types/ActivitySpecData.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/types/ActivitySpecElementType.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/types/ActivitySpecElementType.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/types/ParameterPropertyName.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/types/ParameterPropertyName.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/types/WorkflowElementType.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/impl/types/WorkflowElementType.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ActivitySpecEntity.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ActivitySpecEntity.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ActivitySpecParameter.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ActivitySpecParameter.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ArtifactEntity.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ArtifactEntity.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ParameterEntity.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ParameterEntity.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ParameterRole.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ParameterRole.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ParameterType.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/ParameterType.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/UniqueValueEntity.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/persistence/types/UniqueValueEntity.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/config/ApplicationConfigurer.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/config/ApplicationConfigurer.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/config/LoggingInterceptorConfig.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/config/LoggingInterceptorConfig.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/config/SwaggerConfig.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/config/SwaggerConfig.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/config/WebServerConfig.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/config/WebServerConfig.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/config/WorkflowZusammenConfigProvider.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/config/WorkflowZusammenConfigProvider.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/filters/SessionContextFilter.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/filters/SessionContextFilter.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/resolvers/UserIdResolver.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/server/resolvers/UserIdResolver.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/ActivitySpecConstant.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/ActivitySpecConstant.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/ActivitySpecManager.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/ActivitySpecManager.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/UniqueValueService.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/UniqueValueService.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/WorkflowManager.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/WorkflowManager.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/WorkflowVersionManager.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/WorkflowVersionManager.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/annotations/UserId.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/annotations/UserId.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/EntityNotFoundException.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/EntityNotFoundException.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/InvalidArtifactException.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/InvalidArtifactException.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/UniqueValueViolationException.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/UniqueValueViolationException.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionCreationException.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionCreationException.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionModificationException.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionModificationException.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionStateModificationException.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionStateModificationException.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionStateModificationMissingArtifactException.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionStateModificationMissingArtifactException.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionStatusModificationException.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionStatusModificationException.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionValidationException.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/VersionValidationException.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/WorkflowModificationException.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/exceptions/WorkflowModificationException.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/ActivitySpecManagerImpl.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/ActivitySpecManagerImpl.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/ItemType.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/ItemType.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/WorkflowManagerImpl.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/WorkflowManagerImpl.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/WorkflowVersionManagerImpl.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/WorkflowVersionManagerImpl.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/mappers/ActivitySpecMapper.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/mappers/ActivitySpecMapper.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/mappers/ArchivingStatusMapper.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/mappers/ArchivingStatusMapper.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/mappers/VersionMapper.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/mappers/VersionMapper.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/mappers/VersionStateMapper.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/mappers/VersionStateMapper.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/mappers/WorkflowMapper.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/mappers/WorkflowMapper.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/ArchivingStatus.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/ArchivingStatus.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/Page.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/Page.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/Paging.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/Paging.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/PagingConstants.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/PagingConstants.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/PagingRequest.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/PagingRequest.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/RequestSpec.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/RequestSpec.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/Sort.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/Sort.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/SortingRequest.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/SortingRequest.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/Workflow.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/Workflow.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/WorkflowValidationConstants.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/WorkflowValidationConstants.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/WorkflowVersion.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/WorkflowVersion.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/WorkflowVersionState.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/types/WorkflowVersionState.java with 100% similarity]
sdc-workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/utilities/JsonUtil.java [moved from workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/utilities/JsonUtil.java with 100% similarity]
sdc-workflow-designer-be/src/main/resources/application-dev.properties [new file with mode: 0644]
sdc-workflow-designer-be/src/main/resources/application.properties [moved from workflow-designer-be/src/main/resources/application.properties with 100% similarity]
sdc-workflow-designer-be/src/main/resources/logback.xml [moved from workflow-designer-be/src/main/resources/logback.xml with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/RestPath.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/RestPath.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/TestUtil.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/TestUtil.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/ArtifactAssociationHandlerTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/ArtifactAssociationHandlerTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/ExceptionsHandlerTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/ExceptionsHandlerTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/WorkflowControllerTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/WorkflowControllerTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/WorkflowVersionControllerTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/WorkflowVersionControllerTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/swagger/UserIdReaderTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/swagger/UserIdReaderTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/types/PagingTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/types/PagingTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/types/SortingTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/types/SortingTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/types/VersionStatesFormatterTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/types/VersionStatesFormatterTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/validation/ActivitySpecParameterNameValidatorTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/validation/ActivitySpecParameterNameValidatorTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/validation/ArchivingStatusValidatorTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/validation/ArchivingStatusValidatorTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/validation/NoDuplicatesValidatorTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/api/validation/NoDuplicatesValidatorTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/persistence/impl/ActivitySpecRepositoryImplTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/persistence/impl/ActivitySpecRepositoryImplTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/persistence/impl/ArtifactRepositoryTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/persistence/impl/ArtifactRepositoryTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/persistence/impl/ParameterRepositoryTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/persistence/impl/ParameterRepositoryTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/server/resolvers/UserIdResolverTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/server/resolvers/UserIdResolverTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/UniqueValueServiceTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/UniqueValueServiceTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/ActivitySpecManagerImplTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/ActivitySpecManagerImplTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/WorkflowManagerImplTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/WorkflowManagerImplTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/WorkflowVersionManagerImplTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/WorkflowVersionManagerImplTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/mappers/VersionMapperTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/mappers/VersionMapperTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/mappers/VersionStateMapperTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/mappers/VersionStateMapperTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/mappers/WorkflowMapperTest.java [moved from workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/mappers/WorkflowMapperTest.java with 100% similarity]
sdc-workflow-designer-be/src/test/resources/application-test.properties [moved from workflow-designer-be/src/test/resources/application-test.properties with 100% similarity]
sdc-workflow-designer-be/src/test/resources/logback-test.xml [moved from workflow-designer-be/src/test/resources/logback-test.xml with 100% similarity]
sdc-workflow-designer-init/pom.xml [moved from workflow-designer-init/pom.xml with 85% similarity]
sdc-workflow-designer-init/src/main/docker/Dockerfile [moved from workflow-designer-init/src/main/docker/Dockerfile with 100% similarity]
sdc-workflow-designer-init/src/main/docker/create_keyspaces.cql [moved from workflow-designer-init/src/main/docker/create_keyspaces.cql with 100% similarity]
sdc-workflow-designer-init/src/main/docker/create_tables.cql [moved from workflow-designer-init/src/main/docker/create_tables.cql with 100% similarity]
sdc-workflow-designer-init/src/main/docker/start.sh [moved from workflow-designer-init/src/main/docker/start.sh with 100% similarity]
sdc-workflow-designer-ui/docker/Dockerfile [moved from workflow-designer-ui/docker/Dockerfile with 100% similarity]
sdc-workflow-designer-ui/docker/org.onap.sdc.p12 [moved from workflow-designer-ui/docker/org.onap.sdc.p12 with 100% similarity]
sdc-workflow-designer-ui/docker/org.onap.sdc.trust.jks [moved from workflow-designer-ui/docker/org.onap.sdc.trust.jks with 100% similarity]
sdc-workflow-designer-ui/docker/startup.sh [moved from workflow-designer-ui/docker/startup.sh with 100% similarity]
sdc-workflow-designer-ui/pom.xml [moved from workflow-designer-ui/pom.xml with 95% similarity]
sdc-workflow-designer-ui/src/main/frontend/.babelrc [moved from workflow-designer-ui/src/main/frontend/.babelrc with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/.eslintignore [moved from workflow-designer-ui/src/main/frontend/.eslintignore with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/.eslintrc.json [moved from workflow-designer-ui/src/main/frontend/.eslintrc.json with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/.gitignore [moved from workflow-designer-ui/src/main/frontend/.gitignore with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/.prettierignore [moved from workflow-designer-ui/src/main/frontend/.prettierignore with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/.prettierrc.json [moved from workflow-designer-ui/src/main/frontend/.prettierrc.json with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/__mocks__/fileMock.js [moved from workflow-designer-ui/src/main/frontend/__mocks__/fileMock.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/__mocks__/sdc-ui/lib/react/SVGIcon.js [moved from workflow-designer-ui/src/main/frontend/__mocks__/sdc-ui/lib/react/SVGIcon.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/external-resources/ping/ping [moved from workflow-designer-ui/src/main/frontend/external-resources/ping/ping with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/index.html [moved from workflow-designer-ui/src/main/frontend/index.html with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/jest.config.js [moved from workflow-designer-ui/src/main/frontend/jest.config.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/jsconfig.json [moved from workflow-designer-ui/src/main/frontend/jsconfig.json with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/package.json [moved from workflow-designer-ui/src/main/frontend/package.json with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-600.woff [moved from workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-600.woff with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-600.woff2 [moved from workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-600.woff2 with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-italic.woff [moved from workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-italic.woff with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-italic.woff2 [moved from workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-italic.woff2 with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-regular.woff [moved from workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-regular.woff with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-regular.woff2 [moved from workflow-designer-ui/src/main/frontend/resources/fonts/open-sans-v15-latin-regular.woff2 with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/_common.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/_common.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/_components.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/_components.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/_features.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/_features.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/common/_customVariables.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/common/_customVariables.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/common/_fonts.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/common/_fonts.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/common/_utils.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/common/_utils.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_archiveLabel.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_archiveLabel.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_expandableInput.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_expandableInput.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_inputOptions.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_inputOptions.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_layout.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_layout.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_loader.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_loader.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_navigationSideBar.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_navigationSideBar.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_notifications.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_notifications.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_scrollbars.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_scrollbars.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_searchInput.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_searchInput.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_tree.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_tree.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_validationForm.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_validationForm.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_versionController.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/components/_versionController.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/features/_overview.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/features/_overview.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/features/_workflow.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/features/_workflow.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/resources/scss/style.scss [moved from workflow-designer-ui/src/main/frontend/resources/scss/style.scss with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/App.js [moved from workflow-designer-ui/src/main/frontend/src/App.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/appConstants.js [moved from workflow-designer-ui/src/main/frontend/src/appConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/appSelectors.js [moved from workflow-designer-ui/src/main/frontend/src/appSelectors.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/config/Configuration.js [moved from workflow-designer-ui/src/main/frontend/src/config/Configuration.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/config/config.json [moved from workflow-designer-ui/src/main/frontend/src/config/config.json with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/activities/activitiesActions.js [moved from workflow-designer-ui/src/main/frontend/src/features/activities/activitiesActions.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/activities/activitiesApi.js [moved from workflow-designer-ui/src/main/frontend/src/features/activities/activitiesApi.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/activities/activitiesConstants.js [moved from workflow-designer-ui/src/main/frontend/src/features/activities/activitiesConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/activities/activitiesReducer.js [moved from workflow-designer-ui/src/main/frontend/src/features/activities/activitiesReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/activities/activitiesSaga.js [moved from workflow-designer-ui/src/main/frontend/src/features/activities/activitiesSaga.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/activities/activitiesSelectors.js [moved from workflow-designer-ui/src/main/frontend/src/features/activities/activitiesSelectors.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/Catalog.js [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/Catalog.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/CatalogView.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/CatalogView.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogActions-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogActions-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogReducer-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogReducer-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogSagas-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogSagas-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/catalogActions.js [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/catalogActions.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/catalogApi.js [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/catalogApi.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/catalogConstants.js [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/catalogConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/catalogReducer.js [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/catalogReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/catalogSagas.js [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/catalogSagas.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/views/AddWorkflow.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/views/AddWorkflow.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/views/Header.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/views/Header.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/views/Main.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/views/Main.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/views/StatusSelector.js [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/views/StatusSelector.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/catalog/views/Workflows.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/catalog/views/Workflows.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/Version.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/Version.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/VersionView.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/version/VersionView.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/Composition.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/Composition.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/CompositionUpdate.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/CompositionUpdate.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/CompositionView.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/CompositionView.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/bpmnUtils.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/bpmnUtils.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/components/CompositionButton.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/components/CompositionButton.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/components/CompositionButtonsPanel.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/components/CompositionButtonsPanel.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/compositionActions.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/compositionActions.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/compositionConstants.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/compositionConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/compositionReducer.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/compositionReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/compositionSelectors.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/compositionSelectors.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomContextPadProvider.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomContextPadProvider.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomElementFactory.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomElementFactory.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomPalette.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomPalette.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomRenderer.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomRenderer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomRules.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomRules.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomUpdater.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/CustomUpdater.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/index.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/custom/index.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/index.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-modeler/index.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/descriptors/camunda.json [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/descriptors/camunda.json with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/WorkflowPropertiesProvider.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/WorkflowPropertiesProvider.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/index.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/index.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/InputOutputParameterProps.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/InputOutputParameterProps.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/InputOutputProps.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/InputOutputProps.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/WorkflowServiceTaskDelegateProps.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/WorkflowServiceTaskDelegateProps.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/createInputOutputTabGroups.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/createInputOutputTabGroups.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/Delegate.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/Delegate.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/InputOutput.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/InputOutput.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/InputOutputHelper.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/InputOutputHelper.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/InputOutputParameter.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/InputOutputParameter.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/InputOutputUpdater.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/InputOutputUpdater.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/ResultVariable.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/ResultVariable.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/WorkflowActivity.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/WorkflowActivity.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/WorkflowImplementationType.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/WorkflowImplementationType.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/implementationConstants.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/custom-properties-provider/provider/camunda/parts/implementation/implementationConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/newDiagram.bpmn [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/newDiagram.bpmn with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/composition/readOnly.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/composition/readOnly.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/create/CreateVersion.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/create/CreateVersion.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/create/CreateVersionView.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/version/create/CreateVersionView.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/create/__tests__/CreateVersionView_snapshot-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/create/__tests__/CreateVersionView_snapshot-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/create/__tests__/__snapshots__/CreateVersionView_snapshot-test.js.snap [moved from workflow-designer-ui/src/main/frontend/src/features/version/create/__tests__/__snapshots__/CreateVersionView_snapshot-test.js.snap with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/create/createVersionConstants.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/create/createVersionConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/create/views/NewVersionContainer.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/version/create/views/NewVersionContainer.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/general/General.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/general/General.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/general/GeneralView.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/general/GeneralView.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/general/generalSelectors.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/general/generalSelectors.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/InputOutput.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/InputOutput.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/InputOutputView.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/InputOutputView.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/__tests__/inputOutputActions-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/__tests__/inputOutputActions-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/__tests__/inputOutputReducer-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/__tests__/inputOutputReducer-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/__tests__/inputOutputSelectors-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/__tests__/inputOutputSelectors-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputActions.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputActions.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputConstants.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputReducer.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputSelectors.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputSelectors.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputValidations.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputValidations.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/DataRow.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/DataRow.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/NoDataRow.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/NoDataRow.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/Tab.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/Tab.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/TableBody.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/TableBody.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/TableHead.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/TableHead.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionApi.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionApi.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionConstants.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/VersionController.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/VersionController.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/VersionControllerView.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/VersionControllerView.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/__tests__/VersionControllerView_snapshot-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/__tests__/VersionControllerView_snapshot-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/__tests__/__snapshots__/VersionControllerView_snapshot-test.js.snap [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/__tests__/__snapshots__/VersionControllerView_snapshot-test.js.snap with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/versionControllerConstants.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/versionControllerConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/versionControllerSelectors.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/versionControllerSelectors.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/ActionButtons.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/ActionButtons.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/OperationModeButtons.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/OperationModeButtons.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/SvgButton.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/SvgButton.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/VersionButton.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/VersionButton.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/VersionSelect.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/VersionSelect.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/VersionsContainer.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/VersionsContainer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/WorkflowTitle.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/WorkflowTitle.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionModeReducer.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionModeReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionReducer.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/version/versionSaga.js [moved from workflow-designer-ui/src/main/frontend/src/features/version/versionSaga.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/create/CreateWorkflow.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/create/CreateWorkflow.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/create/CreateWorkflowView.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/create/CreateWorkflowView.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/CreateWorkflowView_snapshot-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/CreateWorkflowView_snapshot-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/__snapshots__/CreateWorkflowView_snapshot-test.js.snap [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/__snapshots__/CreateWorkflowView_snapshot-test.js.snap with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/createWorkflowSaga-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/createWorkflowSaga-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/createWorkflowSelector-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/createWorkflowSelector-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowApi.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowApi.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowConstants.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowSaga.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowSaga.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowSelector.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowSelector.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/Overview.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/Overview.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/OverviewView.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/OverviewView.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/__tests__/OverviewView_snapshot-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/__tests__/OverviewView_snapshot-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/__tests__/__snapshots__/OverviewView_snapshot-test.js.snap [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/__tests__/__snapshots__/OverviewView_snapshot-test.js.snap with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/__tests__/overviewReducer-test.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/__tests__/overviewReducer-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewApi.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewApi.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewConstansts.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewConstansts.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewReducer.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewSagas.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewSagas.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewSelectors.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewSelectors.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/VersionList/VersionListItem.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/VersionList/VersionListItem.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/VersionList/index.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/VersionList/index.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/VersionTree.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/VersionTree.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/WorkflowDetails.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/WorkflowDetails.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/WorkflowHeader.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/WorkflowHeader.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/WorkflowVersions.jsx [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/WorkflowVersions.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/workflowConstants.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/workflowConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/workflowReducer.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/workflowReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/features/workflow/workflowSelectors.js [moved from workflow-designer-ui/src/main/frontend/src/features/workflow/workflowSelectors.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/i18n/I18n.js [moved from workflow-designer-ui/src/main/frontend/src/i18n/I18n.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/i18n/i18next-scanner.config.js [moved from workflow-designer-ui/src/main/frontend/src/i18n/i18next-scanner.config.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/i18n/languages.json [moved from workflow-designer-ui/src/main/frontend/src/i18n/languages.json with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/i18n/translationSaga.js [moved from workflow-designer-ui/src/main/frontend/src/i18n/translationSaga.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/index.js [moved from workflow-designer-ui/src/main/frontend/src/index.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/pluginContext/pluginContextActions.js [moved from workflow-designer-ui/src/main/frontend/src/pluginContext/pluginContextActions.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/pluginContext/pluginContextConstants.js [moved from workflow-designer-ui/src/main/frontend/src/pluginContext/pluginContextConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/pluginContext/pluginContextReducer.js [moved from workflow-designer-ui/src/main/frontend/src/pluginContext/pluginContextReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/pluginContext/pluginContextSelector.js [moved from workflow-designer-ui/src/main/frontend/src/pluginContext/pluginContextSelector.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/rootReducers.js [moved from workflow-designer-ui/src/main/frontend/src/rootReducers.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/rootSaga.js [moved from workflow-designer-ui/src/main/frontend/src/rootSaga.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/routes.js [moved from workflow-designer-ui/src/main/frontend/src/routes.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/services/restAPIUtil.js [moved from workflow-designer-ui/src/main/frontend/src/services/restAPIUtil.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/archiveLabel/ArchiveLabel.js [moved from workflow-designer-ui/src/main/frontend/src/shared/archiveLabel/ArchiveLabel.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/components/Description/index.js [moved from workflow-designer-ui/src/main/frontend/src/shared/components/Description/index.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/components/Select/index.js [moved from workflow-designer-ui/src/main/frontend/src/shared/components/Select/index.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/components/VersionInfo/index.js [moved from workflow-designer-ui/src/main/frontend/src/shared/components/VersionInfo/index.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/errorResponseHandler/errorResponseHandler.js [moved from workflow-designer-ui/src/main/frontend/src/shared/errorResponseHandler/errorResponseHandler.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/loader/Loader.jsx [moved from workflow-designer-ui/src/main/frontend/src/shared/loader/Loader.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/loader/LoaderConstants.js [moved from workflow-designer-ui/src/main/frontend/src/shared/loader/LoaderConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/loader/LoaderReducer.js [moved from workflow-designer-ui/src/main/frontend/src/shared/loader/LoaderReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/loader/__tests__/loaderReducer-test.js [moved from workflow-designer-ui/src/main/frontend/src/shared/loader/__tests__/loaderReducer-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/modal/ModalWrapper.js [moved from workflow-designer-ui/src/main/frontend/src/shared/modal/ModalWrapper.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/modal/ModalWrapperView.jsx [moved from workflow-designer-ui/src/main/frontend/src/shared/modal/ModalWrapperView.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/modal/__tests__/modalWrapperActions-test.js [moved from workflow-designer-ui/src/main/frontend/src/shared/modal/__tests__/modalWrapperActions-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/modal/__tests__/modalWrapperReducer-test.js [moved from workflow-designer-ui/src/main/frontend/src/shared/modal/__tests__/modalWrapperReducer-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/modal/modalWrapperActions.js [moved from workflow-designer-ui/src/main/frontend/src/shared/modal/modalWrapperActions.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/modal/modalWrapperComponents.js [moved from workflow-designer-ui/src/main/frontend/src/shared/modal/modalWrapperComponents.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/modal/modalWrapperReducer.js [moved from workflow-designer-ui/src/main/frontend/src/shared/modal/modalWrapperReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationLink.jsx [moved from workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationLink.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationMenu.jsx [moved from workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationMenu.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationMenuItem.jsx [moved from workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationMenuItem.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationMenuItems.jsx [moved from workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationMenuItems.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/index.js [moved from workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/index.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/notifications/Notifications.js [moved from workflow-designer-ui/src/main/frontend/src/shared/notifications/Notifications.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/notifications/NotificationsView.jsx [moved from workflow-designer-ui/src/main/frontend/src/shared/notifications/NotificationsView.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/notifications/__tests__/NotificationView_snapshot-test.js [moved from workflow-designer-ui/src/main/frontend/src/shared/notifications/__tests__/NotificationView_snapshot-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/notifications/__tests__/__snapshots__/NotificationView_snapshot-test.js.snap [moved from workflow-designer-ui/src/main/frontend/src/shared/notifications/__tests__/__snapshots__/NotificationView_snapshot-test.js.snap with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/notifications/__tests__/notificationsReducer-test.js [moved from workflow-designer-ui/src/main/frontend/src/shared/notifications/__tests__/notificationsReducer-test.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsActions.js [moved from workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsActions.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsConstants.js [moved from workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsConstants.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsReducer.js [moved from workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsReducer.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsSagas.js [moved from workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsSagas.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/pubsub/base-pubsub.ts [moved from workflow-designer-ui/src/main/frontend/src/shared/pubsub/base-pubsub.ts with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/pubsub/plugin-pubsub.ts [moved from workflow-designer-ui/src/main/frontend/src/shared/pubsub/plugin-pubsub.ts with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/scroll/InfiniteScroll.js [moved from workflow-designer-ui/src/main/frontend/src/shared/scroll/InfiniteScroll.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/scroll/Scrollbars.js [moved from workflow-designer-ui/src/main/frontend/src/shared/scroll/Scrollbars.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/searchInput/SearchInput.jsx [moved from workflow-designer-ui/src/main/frontend/src/shared/searchInput/SearchInput.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/shared/tree/Tree.jsx [moved from workflow-designer-ui/src/main/frontend/src/shared/tree/Tree.jsx with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/src/store.js [moved from workflow-designer-ui/src/main/frontend/src/store.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/testSetup/fileTransform.js [moved from workflow-designer-ui/src/main/frontend/testSetup/fileTransform.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/tools/ModuleRedirectPlugin.js [moved from workflow-designer-ui/src/main/frontend/tools/ModuleRedirectPlugin.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/tools/devConfig.defaults.json [moved from workflow-designer-ui/src/main/frontend/tools/devConfig.defaults.json with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/tools/getDevConfig.js [moved from workflow-designer-ui/src/main/frontend/tools/getDevConfig.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/tools/mocks/mock.js [moved from workflow-designer-ui/src/main/frontend/tools/mocks/mock.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/tools/proxy-server.js [moved from workflow-designer-ui/src/main/frontend/tools/proxy-server.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/tsconfig.json [moved from workflow-designer-ui/src/main/frontend/tsconfig.json with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/webpack.config.js [moved from workflow-designer-ui/src/main/frontend/webpack.config.js with 100% similarity]
sdc-workflow-designer-ui/src/main/frontend/yarn.lock [moved from workflow-designer-ui/src/main/frontend/yarn.lock with 99% similarity]
sdc-workflow-designer-ui/src/main/java/org/onap/workflow/web/SSLProxyServlet.java [moved from workflow-designer-ui/src/main/java/org/onap/workflow/web/SSLProxyServlet.java with 100% similarity]
sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml [moved from workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml with 100% similarity]
sdc-workflow-designer-ui/src/main/webapp/WEB-INF/web.xml [moved from workflow-designer-ui/src/main/webapp/WEB-INF/web.xml with 100% similarity]
version.properties
workflow-designer-be/src/main/resources/assembly.xml [deleted file]

index 7cf8940..c2bdd3f 100644 (file)
@@ -14,5 +14,4 @@ test1.json
 bpmnworkflow.bpmn20.xml
 dist
 *.log
-.idea/
-*.iml
+*.war
index db66474..e69de29 100644 (file)
@@ -1,29 +0,0 @@
-/*
-
- * Copyright (c) 2018 European Support Limited
-
- *
-
- * Licensed under the Apache License, Version 2.0 (the "License");
-
- * you may not use this file except in compliance with the License.
-
- * You may obtain a copy of the License at
-
- *
-
- *     http://www.apache.org/licenses/LICENSE-2.0
-
- *
-
- * Unless required by applicable law or agreed to in writing, software
-
- * distributed under the License is distributed on an "AS IS" BASIS,
-
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-
- * See the License for the specific language governing permissions and
-
- * limitations under the License.
-
- */
\ No newline at end of file
index c37b281..d9eb64b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ An easy way to spin up a Cassandra instance is using a Cassandra Docker image as
 
 ### Example
 
-`docker run -d --name workflow-cassandra cassandra:2.1`
+`docker run -d --name sdc-workflow-cassandra cassandra:2.1`
 
 ## 2. Database Initialization
 
@@ -64,7 +64,7 @@ the *create_keyspaces.cql* file at the root of the initialization container usin
 creation statements to prevent accidental data loss.
 
 `docker run -ti -e CS_HOST=<cassandra-host> -e CS_PORT=<cassandra-port> -e CS_AUTHENTICATE=true/false
--e CS_USER=<cassandra-user> -e CS_PASSWORD=<cassandra-password> nexus3.onap.org:10001/onap/workflow-init:latest`
+-e CS_USER=<cassandra-user> -e CS_PASSWORD=<cassandra-password> nexus3.onap.org:10001/onap/sdc-workflow-init:latest`
 
 ### Environment Variables
 
@@ -84,14 +84,14 @@ assumed if this variable is not specified.
 Assuming you have created a dedicated Cassandra container as described in Database section, and the access to it is not
 protected with a password, the following command will initialize the database:
 
-`docker run -d --name workflow-init
--e CS_HOST=$(docker inspect workflow-cassandra --format={{.NetworkSettings.IPAddress}})
-nexus3.onap.org:10001/onap/workflow-init:latest`
+`docker run -d --name sdc-workflow-init
+-e CS_HOST=$(docker inspect sdc-workflow-cassandra --format={{.NetworkSettings.IPAddress}})
+nexus3.onap.org:10001/onap/sdc-workflow-init:latest`
 
 ### Troubleshooting
 
 In order to see if the Workflow Designer was successfully initialized, make sure the console does not contain error
-messages. You can also see the logs of the initialization container using `docker logs workflow-init` command.
+messages. You can also see the logs of the initialization container using `docker logs sdc-workflow-init` command.
 
 ## 3. Backend
 
@@ -99,10 +99,10 @@ messages. You can also see the logs of the initialization container using `docke
 -e SDC_PASSWORD=<sdc-password> -e CS_HOSTS=<cassandra-hosts> -e CS_PORT=<cassandra-port>
 -e CS_AUTHENTICATE=true/false -e CS_USER=<cassandra-user> -e CS_PASSWORD=<cassandra-password>
 -e CS_SSL_ENABLED=true/false --volume <cassandra-truststore-path_container>:<cassandra-truststore-path_local>
--e CS_TRUST_STORE_PATH=<cassandra-truststore-path_container> -e CS_TRUST_STORE_PASSWORD=<cassandra-truststore-password> 
--e SERVER_SSL_ENABLED=true/false -e SERVER_SSL_KEY_PASSWORD=<ssl_key_password> 
--e SERVER_SSL_KEYSTORE_PATH=<ssl_keystore_path> -e SERVER_SSL_KEYSTORE_TYPE=<ssl_keystore_type> 
--e JAVA_OPTIONS=<jvm-options> nexus3.onap.org:10001/onap/workflow-backend:latest`
+-e CS_TRUST_STORE_PATH=<cassandra-truststore-path_container> -e CS_TRUST_STORE_PASSWORD=<cassandra-truststore-password>
+-e SERVER_SSL_ENABLED=true/false -e SERVER_SSL_KEY_PASSWORD=<ssl_key_password>
+-e SERVER_SSL_KEYSTORE_PATH=<ssl_keystore_path> -e SERVER_SSL_KEYSTORE_TYPE=<ssl_keystore_type>
+-e JAVA_OPTIONS=<jvm-options> nexus3.onap.org:10001/onap/sdc-workflow-backend:latest`
 
 ### Environment Variables
 
@@ -149,26 +149,26 @@ assumed if this variable is not specified.
 Assuming you have a dedicated Cassandra container as described in Database section, and the access to it is not
 protected with a password. The following command will start a backend container without SSL support:
 
-`docker run -d --name workflow-backend -e SDC_PROTOCOL=http
+`docker run -d --name sdc-workflow-backend -e SDC_PROTOCOL=http
 -e SDC_ENDPOINT=$(docker inspect sdc-BE --format={{.NetworkSettings.IPAddress}}):8080
--e CS_HOSTS=$(docker inspect workflow-cassandra --format={{.NetworkSettings.IPAddress}})
+-e CS_HOSTS=$(docker inspect sdc-workflow-cassandra --format={{.NetworkSettings.IPAddress}})
 -e SDC_USER=workflow -e SDC_PASSWORD=<secret> -e JAVA_OPTIONS="-Xmx128m -Xms128m -Xss1m" -p 8184:8443
-nexus3.onap.org:10001/onap/workflow-backend:latest`
+nexus3.onap.org:10001/onap/sdc-workflow-backend:latest`
 
 ### Troubleshooting
 
 In order to verify that the Workflow Designer backend has started successfully, check the logs of the
-backend container. For example, by running `docker logs workflow-backend`. The logs must not contain any
+backend container. For example, by running `docker logs sdc-workflow-backend`. The logs must not contain any
 error messages.
 
 Application logs are located in the */var/log/ONAP/workflow-designer/backend* directory of a workflow backend
 container. For example, you can view the audit log by running
-`docker exec -ti workflow-backend less /var/log/ONAP/workflow-designer/backend/audit.log`.
+`docker exec -ti sdc-workflow-backend less /var/log/ONAP/workflow-designer/backend/audit.log`.
 
 ## 4. Frontend
 
 `docker run -d -e BACKEND=http://<backend-host>:<backend-port> -e JAVA_OPTIONS=<jvm-options>
-nexus3.onap.org:10001/onap/workflow-frontend:latest`
+nexus3.onap.org:10001/onap/sdc-workflow-frontend:latest`
 
 - BACKEND &mdash; root endpoint of the RESTful APIs exposed by a workflow backend server.
 
@@ -178,9 +178,9 @@ For SSL connectivity:
 
 - IS_HTTPS &mdash; flag to set if frontend accepts https connection from client. Default is false.
 
-- KEYSTORE_PATH 
+- KEYSTORE_PATH
 - KEYSTORE_PASS
-- TRUSTSTORE_PATH 
+- TRUSTSTORE_PATH
 - TRUSTSTORE_PASS
 
 If not set then Using jetty default SSL keys.
@@ -188,11 +188,11 @@ If not set then Using jetty default SSL keys.
 ### Example
 
 `docker run -d --name workflow-frontend
--e BACKEND=http://$(docker inspect workflow-backend --format={{.NetworkSettings.IPAddress}}):8443 -e IS_HTTPS=true 
+-e BACKEND=http://$(docker inspect sdc-workflow-backend --format={{.NetworkSettings.IPAddress}}):8443 -e IS_HTTPS=true 
 -e KEYSTORE_PATH="etc/org.onap.sdc.p12" -e KEYSTORE_PASS='!ppJ.JvWn0hGh)oVF]([Kv)^' 
 -e TRUSTSTORE_PATH="etc/org.onap.sdc.trust.jks" -e TRUSTSTORE_PASS="].][xgtze]hBhz*wy]}m#lf*" 
 -e JAVA_OPTIONS="-Xmx64m -Xms64m -Xss1m" -p 9088:8080 -p 8186:8443 
--e IS_HTTPS=true nexus3.onap.org:10001/onap/workflow-frontend:latest`
+-e IS_HTTPS=true nexus3.onap.org:10001/onap/sdc-workflow-frontend:latest`
 
 Notice that port 8080 of the frontend container has been
 [mapped]( https://docs.docker.com/config/containers/container-networking/#published-ports) to port 9088 of the host
@@ -203,7 +203,7 @@ To expose the https port 8443 of the container we have published in the example
 ### Troubleshooting
 
 In order to check if the Workflow Designer frontend has successfully started, look at the logs of the
-frontend container. For example, by running `docker logs workflow-frontend`. The logs should not contain
+frontend container. For example, by running `docker logs sdc-workflow-frontend`. The logs should not contain
 error messages.
 
 Workflow frontend does not have backend logic, therefore there are no application logs.
@@ -269,13 +269,13 @@ service will continue to work with old data.
 
 For example, you can restart just the frontend by issuing the command:
 
-`docker-compose -p workflow restart workflow-frontend`
+`docker-compose -p workflow restart sdc-workflow-frontend`
 
 Keep in mind that changes to the _docker-compose.yml_ configuration or environment variables
 [will not be reflected](https://docs.docker.com/compose/reference/restart/) when using `restart`. For that, you will
 need to recreate the container (e.g. to change the image version):
 
-`docker-compose -p workflow up -d --no-deps workflow-frontend`
+`docker-compose -p workflow up -d --no-deps sdc-workflow-frontend`
 
 For more advanced features and commands, please refer to
 [Docker Compose documentation](https://docs.docker.com/compose/).
index de0873f..62cacf8 100644 (file)
@@ -4,13 +4,13 @@ services:
   # Added debug configurations - exposing port and added required JAVA_OPTIONS for debug
   # for both backend and frontend
 
-  workflow-backend:
+  sdc-workflow-backend:
     ports:
     - "${BACKEND_DEBUG_PORT}:${BACKEND_DEBUG_PORT}"
     environment:
     - JAVA_OPTIONS=${JAVA_OPTIONS} -Xdebug -agentlib:jdwp=transport=dt_socket,address=${BACKEND_DEBUG_PORT},server=y,suspend=n
 
-  workflow-frontend:
+  sdc-workflow-frontend:
     ports:
     - "${FRONTEND_DEBUG_PORT}:${FRONTEND_DEBUG_PORT}"
     environment:
index daadff0..b2250ce 100644 (file)
@@ -1,8 +1,8 @@
 version: '3'
 services:
-  
-  workflow-cassandra-init:
-    image: "${REGISTRY}onap/workflow-init:${IMAGE_TAG}"  
+
+  sdc-workflow-cassandra-init:
+    image: "${REGISTRY}onap/sdc-workflow-init:${IMAGE_TAG}"
     environment:
         - CS_HOST
         - CS_AUTHENTICATE
@@ -10,10 +10,10 @@ services:
         - CS_PASSWORD
         - CS_PORT=${CASSANDRA_INIT_PORT}
 
-  workflow-backend:
+  sdc-workflow-backend:
     depends_on:
-      - workflow-cassandra-init
-    image: "${REGISTRY}onap/workflow-backend:${IMAGE_TAG}"
+      - sdc-workflow-cassandra-init
+    image: "${REGISTRY}onap/sdc-workflow-backend:${IMAGE_TAG}"
     environment:
         - JAVA_OPTIONS
         - CS_HOSTS=${CS_HOST}
@@ -25,13 +25,13 @@ services:
         - SDC_USER
         - SDC_PASSWORD
 
-  workflow-frontend:
+  sdc-workflow-frontend:
     depends_on:
-      - workflow-cassandra-init
-      - workflow-backend
-    image: "${REGISTRY}onap/workflow-frontend:${IMAGE_TAG}"
+      - sdc-workflow-cassandra-init
+      - sdc-workflow-backend
+    image: "${REGISTRY}onap/sdc-workflow-frontend:${IMAGE_TAG}"
     ports:
         - "${FRONTEND_PORT}:8080"
     environment:
         - JAVA_OPTIONS
-        - BACKEND=http://workflow-backend:8080
+        - BACKEND=http://sdc-workflow-backend:8080
diff --git a/pom.xml b/pom.xml
index 2e0a7e3..33f56e8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,9 +27,9 @@
         because of a limitation of ONAP CI/CD infrastructure.
     -->
     <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
-    <artifactId>workflow-designer-parent</artifactId>
+    <artifactId>sdc-workflow-designer-parent</artifactId>
     <name>sdc-sdc-workflow-designer</name>
-    <version>1.6.1-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -60,9 +60,9 @@
     </parent>
 
     <modules>
-        <module>workflow-designer-init</module>
-        <module>workflow-designer-be</module>
-        <module>workflow-designer-ui</module>
+        <module>sdc-workflow-designer-init</module>
+        <module>sdc-workflow-designer-be</module>
+        <module>sdc-workflow-designer-ui</module>
     </modules>
 
     <build>
similarity index 98%
rename from workflow-bdd/pom.xml
rename to sdc-workflow-bdd/pom.xml
index 39bac8e..0216d59 100644 (file)
@@ -4,9 +4,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.openecomp.sdc</groupId>
-    <artifactId>workflow-cucumber</artifactId>
+    <artifactId>sdc-workflow-cucumber</artifactId>
     <name>cucumber-report</name>
-    <version>1.6.1-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <build>
         <plugins>
similarity index 97%
rename from workflow-designer-be/pom.xml
rename to sdc-workflow-designer-be/pom.xml
index 390a6f7..aedc9ef 100644 (file)
@@ -5,12 +5,12 @@
 
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>workflow-designer-be</artifactId>
+    <artifactId>sdc-workflow-designer-be</artifactId>
 
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
-        <artifactId>workflow-designer-parent</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <artifactId>sdc-workflow-designer-parent</artifactId>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <properties>
                         <configuration>
                             <images>
                                 <image>
-                                    <name>onap/workflow-backend</name>
+                                    <name>onap/sdc-workflow-backend</name>
                                     <build>
                                         <tags>
                                             <tag>${project.version}</tag>
diff --git a/sdc-workflow-designer-be/src/main/resources/application-dev.properties b/sdc-workflow-designer-be/src/main/resources/application-dev.properties
new file mode 100644 (file)
index 0000000..e69de29
similarity index 85%
rename from workflow-designer-init/pom.xml
rename to sdc-workflow-designer-init/pom.xml
index a848366..0a5b5a4 100644 (file)
@@ -4,13 +4,13 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>workflow-designer-init</artifactId>
+    <artifactId>sdc-workflow-designer-init</artifactId>
     <packaging>pom</packaging>
 
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
-        <artifactId>workflow-designer-parent</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <artifactId>sdc-workflow-designer-parent</artifactId>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <profiles>
@@ -27,7 +27,7 @@
                         <configuration>
                             <images>
                                 <image>
-                                    <name>onap/workflow-init</name>
+                                    <name>onap/sdc-workflow-init</name>
                                     <build>
                                         <tags>
                                             <tag>${project.version}</tag>
similarity index 95%
rename from workflow-designer-ui/pom.xml
rename to sdc-workflow-designer-ui/pom.xml
index 92e8bf2..9c254e4 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>workflow-designer-ui</artifactId>
+    <artifactId>sdc-workflow-designer-ui</artifactId>
     <packaging>war</packaging>
 
     <parent>
         <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
-        <artifactId>workflow-designer-parent</artifactId>
-        <version>1.6.1-SNAPSHOT</version>
+        <artifactId>sdc-workflow-designer-parent</artifactId>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
-    <properties>        
+    <properties>
         <jest.command />
     </properties>
 
-    
+
     <dependencies>
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
@@ -99,7 +99,7 @@
                             <yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
                             <arguments>test-build ${jest.command}</arguments>
                             <skip>${skipTests}</skip>
-                        </configuration>                       
+                        </configuration>
                         <phase>test</phase>
                     </execution>
                 </executions>
                         <resource>
                             <directory>src/main/frontend/dist</directory>
                             <includes>
-                                <include>*.*</include>                                
+                                <include>*.*</include>
                             </includes>
                         </resource>
                         <resource>
                         <configuration>
                             <images>
                                 <image>
-                                    <name>onap/workflow-frontend</name>
+                                    <name>onap/sdc-workflow-frontend</name>
                                     <build>
                                         <tags>
                                             <tag>${project.version}</tag>
@@ -8292,19 +8292,21 @@ on-headers@~1.0.1:
   version "1.0.1"
   resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.1.tgz#928f5d0f470d49342651ea6794b0857c100693f7"
 
-onap-ui-common@1.0.100:
-  version "1.0.100"
-  resolved "https://registry.yarnpkg.com/onap-ui-common/-/onap-ui-common-1.0.100.tgz#c0dae1d3d1c3fd2b866340d27a1179ed10a3a860"
-  integrity sha512-d+eaYgVgrj9B8/3iVDlkxO2jiE7wXFrvMogxxHsyM8E0Fa7wXGEGwohA4JD5nGydT84dU2vPzwkby7SZNgGpKA==
+onap-ui-common@1.0.101:
+  version "1.0.101"
+  resolved "https://registry.yarnpkg.com/onap-ui-common/-/onap-ui-common-1.0.101.tgz#c79b8fb903b7d2d3f959e3b5c27b561b563d961b"
 
-onap-ui-react@^0.1.1:
-  version "0.1.1"
-  resolved "https://registry.yarnpkg.com/onap-ui-react/-/onap-ui-react-0.1.1.tgz#3640bdb9fb10f85104ad9dd57a9f320b0703abf3"
-  integrity sha512-hax7WzSMIPll9fHvKVjFbn2dIOh39fWuiy0VQKONq/ccU3f/y08Y6EzJo7rzWcwjt8bp2KDhqNZky0HwIquc6w==
+onap-ui-common@^1.0.101:
+  version "1.0.106"
+  resolved "https://registry.yarnpkg.com/onap-ui-common/-/onap-ui-common-1.0.106.tgz#d7bf8e3eb1c422afcb87fc8f3eaaf5a996aa2947"
+
+onap-ui-react@^1.0.0:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/onap-ui-react/-/onap-ui-react-1.0.2.tgz#e99dc5a924f84a991c71a3e9c05a44a915830168"
   dependencies:
     "@storybook/react" "^3.1.5"
     http-loader "0.0.1"
-    onap-ui-common "1.0.100"
+    onap-ui-common "1.0.101"
     prop-types "^15.6.0"
     react "15.6.2"
     react-dom "15.6.2"
index 922c4fa..e377fcf 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=6
-patch=1
+minor=7
+patch=0
 
 base_version=${major}.${minor}.${patch}
 
diff --git a/workflow-designer-be/src/main/resources/assembly.xml b/workflow-designer-be/src/main/resources/assembly.xml
deleted file mode 100644 (file)
index f8b802c..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<assembly
-        xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
-    <id>sdc-wfd-be-files</id>
-    <includeBaseDirectory>false</includeBaseDirectory>
-    <fileSets>
-        <fileSet>
-            <includes>
-                <include>${project.build.finalName}.jar</include>
-            </includes>
-            <directory>${project.build.directory}</directory>
-            <outputDirectory>/</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <includes>
-                <include>org.onap.sdc.p12</include>
-            </includes>
-            <directory>${project.basedir}/../workflow-designer-ui/docker</directory>
-            <outputDirectory>/etc/server-https-keystore</outputDirectory>
-        </fileSet>
-    </fileSets>
-</assembly>