summaryrefslogtreecommitdiffstats
path: root/models-tosca/src/test
AgeCommit message (Expand)AuthorFilesLines
2021-03-04Merge "Refactor models for common type handling"Liam Fallon5-32/+58
2021-03-03Refactor models for common type handlingliamfallon5-32/+58
2021-03-03Fix sonar issues on policy-modelslapentafd2-53/+56
2021-02-19Refactor timestamp property in policy models to use Instantrameshiyer272-19/+20
2021-02-18Merge "Remove more duplicate code from models"Ram Krishna Verma3-97/+103
2021-02-17Remove more duplicate code from modelsJim Hahn3-97/+103
2021-02-17Fix sonars from removal of duplicate codeJim Hahn3-5/+339
2021-02-16Fix duplicate code in Jpa classesJim Hahn3-2/+264
2021-02-07Make filters on TOSCA entities genericliamfallon8-221/+113
2021-01-28Add copy constructors to conceptsliamfallon2-0/+108
2021-01-19Merge "Add PfKey translation to ToscaConceptIdentifier"Pamela Dragosh2-4/+20
2021-01-18Create ToscaConceptIdentifier from ToscaEntityKeyliamfallon1-0/+1
2021-01-16Add PfKey translation to ToscaConceptIdentifierliamfallon2-4/+20
2021-01-14Add copy constructor to ToscaNodeTemplateliamfallon1-0/+50
2021-01-06Changed identifiers to concept identifiersliamfallon4-41/+44
2020-12-23Add Service Template TOSCA handlingliamfallon5-31/+349
2020-12-21Use annotations to do validationJim Hahn1-1/+1
2020-12-17Use ValidationResult for models v2.0Jim Hahn21-266/+273
2020-12-14JPA concepts for TOSCAliamfallon10-89/+311
2020-12-03Add generic methods to TOSCA providers and utilsliamfallon3-0/+245
2020-12-01Add extra authorative TOSCA conceptsliamfallon2-4/+4
2020-10-15Default should be an object on TOSCA propertiesliamfallon1-0/+57
2020-08-24Merge "Remove legacy operational policy from models"Jim Hahn5-544/+6
2020-08-20Sonar Fixes policy/models, removing model-yamluj426b16-133/+149
2020-08-19Upgrade new tcagen2 policy typePamela Dragosh7-15/+15
2020-08-14Remove legacy operational policy from modelsRam Krishna Verma5-544/+6
2020-06-19Merge "Changes for Checkstyle 8.32"Ram Krishna Verma32-35/+0
2020-06-18Changes for Checkstyle 8.32liamfallon33-37/+0
2020-06-18Replaced try/catch blocks in policy/models with assertj assertions.waynedunican1-8/+3
2020-05-10Policy DB contents removed on DB deadlockliamfallon4-54/+61
2020-05-06Make type and type_version mandatory on policiesliamfallon2-8/+73
2020-04-16Add version to example yaml filesJim Hahn1-22/+7
2020-04-07Address sonar issues in modelsJim Hahn1-2/+2
2020-03-25Cleanup eclipse warningsPamela Dragosh1-1/+0
2020-03-23Add version to compliant operational policiesjhh1-7/+7
2020-03-19Allow fetch of old policy type verisonsliamfallon1-53/+53
2020-03-09Add optional controllerName in Op. Legacy Policiesjhh1-1/+3
2020-03-06TOSCA Compliant Guard PoliciesPamela Dragosh9-573/+80
2020-03-04Fix tca monitoring tca_policy typePamela Dragosh1-5/+1
2020-03-03Return incoming service templates on createliamfallon1-3/+3
2020-02-18Add safe entity delete, fix multiple entity getliamfallon6-16/+340
2020-02-18Add missing classes to persistence.xmlliamfallon1-0/+2
2020-02-17Add missing entry_schema for operational policy typePamela Dragosh4-16/+21
2020-02-13Update models-tosca for hetter handlingliamfallon5-21/+36
2020-02-12Implement validation and hierarchical getliamfallon9-79/+231
2020-02-10Get the tree of parent entities for an entity in a containerliamfallon1-0/+123
2020-02-07Add data type and policy type reference checkingliamfallon7-113/+177
2020-02-05Add vaidation for entity hierarchiesliamfallon22-142/+400
2020-02-04Add merge utility for service templatesliamfallon2-6/+212
2020-01-28Merge "Add service template persistence provider"Jorge Hernandez3-1/+178