aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be
AgeCommit message (Expand)AuthorFilesLines
2020-05-17sdc-backend-init does not restart on healthcheck failureFuss, Areli (af732p)2-1/+3
2020-05-12Remove unused ArtifactsBusinessLogic::updateArtifactsFlowForInterfaceOperationsFrancis Toth1-63/+0
2020-05-11Refactor CsarUtil::writeComponentInterfaceFrancis Toth1-18/+22
2020-05-11Refactor ArtifactsBusinessLogic::generateToscaArtifactFrancis Toth1-35/+55
2020-05-10Refactor to remove false positives from SonarChris André2-47/+111
2020-05-10Refactor ArtifactsBusinessLogic::handleDelete and ArtifactsBusinessLogic::del...Francis Toth6-63/+53
2020-05-10Allow any extension to WORKFLOW artifact typeandre.schmid1-2/+0
2020-05-10Moved ArtifactsBusinessLogic::buildJsonStringForCsarVfcArtifact to JsonUtilsFrancis Toth4-28/+125
2020-05-08Refactor CsarUtil::addComponentToCacheFrancis Toth1-17/+40
2020-05-08Clean normatives file during mvn cleanandre.schmid1-3/+1
2020-05-07Reduce scope from 'compile' to 'test' for 'junit-vintage-engine'vasraz1-6/+1
2020-05-07Support functions in TOSCA Simple Profile in YAMLvasraz10-10/+14
2020-05-06Prepare for Junit5vasraz9-1207/+1279
2020-05-06fix bug - Error 500 while adding an OperationYuli Shlosberg1-5/+0
2020-05-06fix bug - Unable to link CSAR artifactYuli Shlosberg2-5/+13
2020-05-06Handle null case in `addCalculatedCapabilitiesWithPropertiesToComponent`Chris André1-6/+15
2020-05-05Add tests for the presence of Optional valuesChris André1-14/+24
2020-05-05Remove call to `get` on Optional variablesChris André1-12/+21
2020-05-05Refactor CsarUtil::getLatestSchemaFilesFromCassandraFrancis Toth1-16/+31
2020-05-05Refactor CsarUtil::getFromCassandraFrancis Toth1-11/+6
2020-05-05Refactor CsarUtils::collectComponentTypeArtifactsFrancis Toth1-14/+22
2020-05-05Remove all thrift's dependenciesvasraz1-5/+0
2020-05-03Refactor CsarUtils::createCsarFrancis Toth1-7/+6
2020-05-03Extract ArtifactOperationInfo from ArtifactsBusinessLogicFrancis Toth13-99/+150
2020-05-03Refactor CsarUtils::validateNonMetaArtifactFrancis Toth1-20/+22
2020-04-30Replace call to `get` with a call to `ifPresent`Chris André1-3/+6
2020-04-28Handle null case in `GroupVersionUpdater`Chris André2-13/+330
2020-04-28Refactor CsarUtils::getEntryDataFrancis Toth1-20/+18
2020-04-28Refactor CsarUtils::populateZipFrancis Toth1-30/+55
2020-04-27Add null test to ComponentBusinessLogicChris André1-13/+14
2020-04-26Update WORKFLOW Artifact Type configurationandre.schmid1-0/+2
2020-04-26Fix potential NPE in ArtifactsBusinessLogicandre.schmid1-8/+15
2020-04-23Minor cleanups for BasicAuthenticationFilterChris André1-17/+17
2020-04-23Add null testsChris André1-15/+16
2020-04-23Fix null pointer exception warningsRodrigo Lima1-33/+48
2020-04-22Fix unit tests not runningBaumel, Dvir (db384r)1-7/+0
2020-04-22Used `configurationManager` instead of `getConfigurationManager`Chris André1-10/+9
2020-04-22Fix bug for class SwitchoverDetectorReo Inoue1-1/+1
2020-04-22Add null test to DistributionMonitoringBusinessLogicChris André1-3/+12
2020-04-22Handle null condition in ResourceImportManagerRodrigo Lima1-6/+7
2020-04-22Add null test to test in `UpgradeBusinessLogic`Chris André1-2/+2
2020-04-22Add null tests in `createComponentExternal`Chris André1-3/+3
2020-04-20Fix Tosca properties declarationaribeiro3-6/+4
2020-04-19Validates artifact configurationandre.schmid2-0/+86
2020-04-19Configure a new Artifact Typeandre.schmid29-2284/+1995
2020-04-19Unable to update VSP (heat template) version in VFSebastien Premont-Tendland1-5/+0
2020-04-19Fix GAB problem in ui-ci testsandre.schmid1-0/+2
2020-04-16Upgrade Junit to version 5.6Baumel, Dvir (db384r)4-30/+59
2020-04-16Add some unit testsReo Inoue1-0/+71
2020-04-07Added more tests.k.kedron1-160/+294