aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Set properties on XML parsers to prevent XXE attackNeil Derraugh2-2/+10
2020-06-10Fix sonar bugssebdet1-70/+66
2020-06-08Make Directive values Tosca compliantaribeiro5-131/+110
2020-06-02ArtifactsBusinessLogic refactor to remove NullPointerExceptionChris André1-3/+11
2020-06-02Add constraints structure to ToscaPropertyandre.schmid3-47/+109
2020-06-02Refactor CsarUtils::writeComponentInterfaceFrancis Toth3-13/+150
2020-06-01Remove boolean entries in TOSCA MetadataMichaelMorris1-6/+6
2020-06-01Add interface inputs handlingvasraz5-75/+177
2020-06-01Plugin to customize prop. during Service creationandre.schmid2-3/+67
2020-05-28Fix interface types creationandre.schmid2-22/+91
2020-05-28Entry points in ToscaExportHandler for plugin useandre.schmid1-2/+2
2020-05-28Extract artifact component belonging logicFrancis Toth2-104/+102
2020-05-28Allow global types generationaribeiro3-17/+53
2020-05-27Refactor CsarUtils::WriteArtifactDefinitionFrancis Toth1-50/+58
2020-05-27Add ArtifactsBusinessLogic::fetchLatestComponentMetadataFrancis Toth1-43/+47
2020-05-27Work on unchecked Optional accessChris André1-21/+58
2020-05-26Fix for locked componentaribeiro2-13/+22
2020-05-25Refactor CsarUtil::addInnerComponentsToCSARFrancis Toth1-20/+36
2020-05-24500 error at WFD artifact-deliveries apiBen David, Elad (eb7504)1-3/+4
2020-05-21Refactor ArtifactsBusinessLogic::getRelatedComponentInstanceFrancis Toth1-51/+49
2020-05-20Remove wildcard pattern when retrieving componentsFrancis Toth3-40/+71
2020-05-20Refactor ArtifactsBusinessLogic::handleDeleteInternalFrancis Toth1-18/+42
2020-05-19Add null test to ComponentInstanceBusinessLogicChris André1-55/+81
2020-05-19Refactor ArtifactsBusinessLogic::generateAndSaveToscaArtifactFrancis Toth1-34/+30
2020-05-18Refactor CsarUtil::extractVfcArtifactFrancis Toth1-35/+49
2020-05-18Refactor tosca representation retrieval in CsarUtils::populateZipFrancis Toth1-30/+56
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é1-47/+86
2020-05-10Refactor ArtifactsBusinessLogic::handleDelete and ArtifactsBusinessLogic::del...Francis Toth4-49/+47
2020-05-10Moved ArtifactsBusinessLogic::buildJsonStringForCsarVfcArtifact to JsonUtilsFrancis Toth2-16/+53
2020-05-08Refactor CsarUtil::addComponentToCacheFrancis Toth1-17/+40
2020-05-07Support functions in TOSCA Simple Profile in YAMLvasraz8-8/+8
2020-05-06fix bug - Error 500 while adding an OperationYuli Shlosberg1-5/+0
2020-05-06fix bug - Unable to link CSAR artifactYuli Shlosberg1-4/+10
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-03Refactor CsarUtils::createCsarFrancis Toth1-7/+6
2020-05-03Extract ArtifactOperationInfo from ArtifactsBusinessLogicFrancis Toth8-68/+124
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é1-13/+25
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