Age | Commit message (Expand) | Author | Files | Lines |
2020-06-08 | Make Directive values Tosca compliant |  aribeiro | 5 | -131/+110 |
2020-06-02 | ArtifactsBusinessLogic refactor to remove NullPointerException |  Chris André | 1 | -3/+11 |
2020-06-02 | Add constraints structure to ToscaProperty |  andre.schmid | 3 | -47/+109 |
2020-06-02 | Refactor CsarUtils::writeComponentInterface |  Francis Toth | 3 | -13/+150 |
2020-06-01 | Remove boolean entries in TOSCA Metadata |  MichaelMorris | 1 | -6/+6 |
2020-06-01 | Add interface inputs handling |  vasraz | 5 | -75/+177 |
2020-06-01 | Plugin to customize prop. during Service creation |  andre.schmid | 2 | -3/+67 |
2020-05-28 | Fix interface types creation |  andre.schmid | 2 | -22/+91 |
2020-05-28 | Entry points in ToscaExportHandler for plugin use |  andre.schmid | 1 | -2/+2 |
2020-05-28 | Extract artifact component belonging logic |  Francis Toth | 2 | -104/+102 |
2020-05-28 | Allow global types generation |  aribeiro | 3 | -17/+53 |
2020-05-27 | Refactor CsarUtils::WriteArtifactDefinition |  Francis Toth | 1 | -50/+58 |
2020-05-27 | Add ArtifactsBusinessLogic::fetchLatestComponentMetadata |  Francis Toth | 1 | -43/+47 |
2020-05-27 | Work on unchecked Optional access |  Chris André | 1 | -21/+58 |
2020-05-26 | Fix for locked component |  aribeiro | 2 | -13/+22 |
2020-05-25 | Refactor CsarUtil::addInnerComponentsToCSAR |  Francis Toth | 1 | -20/+36 |
2020-05-24 | 500 error at WFD artifact-deliveries api |  Ben David, Elad (eb7504) | 1 | -3/+4 |
2020-05-21 | Refactor ArtifactsBusinessLogic::getRelatedComponentInstance |  Francis Toth | 1 | -51/+49 |
2020-05-20 | Remove wildcard pattern when retrieving components |  Francis Toth | 3 | -40/+71 |
2020-05-20 | Refactor ArtifactsBusinessLogic::handleDeleteInternal |  Francis Toth | 1 | -18/+42 |
2020-05-19 | Add null test to ComponentInstanceBusinessLogic |  Chris André | 1 | -55/+81 |
2020-05-19 | Refactor ArtifactsBusinessLogic::generateAndSaveToscaArtifact |  Francis Toth | 1 | -34/+30 |
2020-05-18 | Refactor CsarUtil::extractVfcArtifact |  Francis Toth | 1 | -35/+49 |
2020-05-18 | Refactor tosca representation retrieval in CsarUtils::populateZip |  Francis Toth | 1 | -30/+56 |
2020-05-12 | Remove unused ArtifactsBusinessLogic::updateArtifactsFlowForInterfaceOperations |  Francis Toth | 1 | -63/+0 |
2020-05-11 | Refactor CsarUtil::writeComponentInterface |  Francis Toth | 1 | -18/+22 |
2020-05-11 | Refactor ArtifactsBusinessLogic::generateToscaArtifact |  Francis Toth | 1 | -35/+55 |
2020-05-10 | Refactor to remove false positives from Sonar |  Chris André | 1 | -47/+86 |
2020-05-10 | Refactor ArtifactsBusinessLogic::handleDelete and ArtifactsBusinessLogic::del... |  Francis Toth | 4 | -49/+47 |
2020-05-10 | Moved ArtifactsBusinessLogic::buildJsonStringForCsarVfcArtifact to JsonUtils |  Francis Toth | 2 | -16/+53 |
2020-05-08 | Refactor CsarUtil::addComponentToCache |  Francis Toth | 1 | -17/+40 |
2020-05-07 | Support functions in TOSCA Simple Profile in YAML |  vasraz | 8 | -8/+8 |
2020-05-06 | fix bug - Error 500 while adding an Operation |  Yuli Shlosberg | 1 | -5/+0 |
2020-05-06 | fix bug - Unable to link CSAR artifact |  Yuli Shlosberg | 1 | -4/+10 |
2020-05-06 | Handle null case in `addCalculatedCapabilitiesWithPropertiesToComponent` |  Chris André | 1 | -6/+15 |
2020-05-05 | Add tests for the presence of Optional values |  Chris André | 1 | -14/+24 |
2020-05-05 | Remove call to `get` on Optional variables |  Chris André | 1 | -12/+21 |
2020-05-05 | Refactor CsarUtil::getLatestSchemaFilesFromCassandra |  Francis Toth | 1 | -16/+31 |
2020-05-05 | Refactor CsarUtil::getFromCassandra |  Francis Toth | 1 | -11/+6 |
2020-05-05 | Refactor CsarUtils::collectComponentTypeArtifacts |  Francis Toth | 1 | -14/+22 |
2020-05-03 | Refactor CsarUtils::createCsar |  Francis Toth | 1 | -7/+6 |
2020-05-03 | Extract ArtifactOperationInfo from ArtifactsBusinessLogic |  Francis Toth | 8 | -68/+124 |
2020-05-03 | Refactor CsarUtils::validateNonMetaArtifact |  Francis Toth | 1 | -20/+22 |
2020-04-30 | Replace call to `get` with a call to `ifPresent` |  Chris André | 1 | -3/+6 |
2020-04-28 | Handle null case in `GroupVersionUpdater` |  Chris André | 1 | -13/+25 |
2020-04-28 | Refactor CsarUtils::getEntryData |  Francis Toth | 1 | -20/+18 |
2020-04-28 | Refactor CsarUtils::populateZip |  Francis Toth | 1 | -30/+55 |
2020-04-27 | Add null test to ComponentBusinessLogic |  Chris André | 1 | -13/+14 |
2020-04-26 | Fix potential NPE in ArtifactsBusinessLogic |  andre.schmid | 1 | -8/+15 |
2020-04-23 | Minor cleanups for BasicAuthenticationFilter |  Chris André | 1 | -17/+17 |