summaryrefslogtreecommitdiffstats
path: root/models-tosca/src/main/java/org
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Use ValidationResult for models v2.0Jim Hahn31-873/+262
2020-12-14JPA concepts for TOSCAliamfallon26-232/+2911
2020-12-03Add generic methods to TOSCA providers and utilsliamfallon3-29/+117
2020-12-02Remove unused importsliamfallon3-4/+4
2020-12-01Add extra authorative TOSCA conceptsliamfallon23-53/+389
2020-11-06Fix upcoming checkstyle issuesPamela Dragosh1-1/+2
2020-10-15Default should be an object on TOSCA propertiesliamfallon3-13/+26
2020-08-25Address more sonar issues in policy-modelsJim Hahn6-12/+14
2020-08-14Remove legacy operational policy from modelsRam Krishna Verma4-390/+2
2020-06-18Changes for Checkstyle 8.32liamfallon26-83/+6
2020-06-09Changing toString on ToscaPolicyXXXIdentifiersRossC3-0/+18
2020-05-10Policy DB contents removed on DB deadlockliamfallon3-112/+101
2020-05-07Fix simultaneous get access to policy providerliamfallon1-71/+86
2020-05-06Make type and type_version mandatory on policiesliamfallon1-9/+13
2020-05-05Policy delete should only return deleted policyliamfallon1-45/+57
2020-05-04Fix simultaneous write access to policy providerliamfallon1-32/+47
2020-04-07Address sonar issues in modelsJim Hahn3-19/+9
2020-03-19Allow fetch of old policy type verisonsliamfallon2-51/+53
2020-03-11SONAR: Squelch bug regarding non-initalized lombok.NonNull valuesChris Ramstad2-0/+2
2020-03-09Add optional controllerName in Op. Legacy Policiesjhh2-1/+12
2020-03-06Full version in policy metadata versionliamfallon1-1/+1
2020-03-06TOSCA Compliant Guard PoliciesPamela Dragosh7-460/+2
2020-03-03Return incoming service templates on createliamfallon1-6/+6
2020-02-24Fix to avoid ConcurrentModificationException in policy-modelsa.sreekumar1-3/+3
2020-02-20Minor fix to avoid ConcurrentModificationException in policy-modelsa.sreekumar1-6/+6
2020-02-19Fix cascaded get filtering and speedliamfallon2-69/+123
2020-02-18Add safe entity delete, fix multiple entity getliamfallon7-17/+93
2020-02-17Fix return building on policy getliamfallon1-4/+11
2020-02-14Fix return codes and policy getliamfallon3-12/+11
2020-02-13Update models-tosca for hetter handlingliamfallon6-8/+23
2020-02-12Implement validation and hierarchical getliamfallon10-151/+308
2020-02-10Get the tree of parent entities for an entity in a containerliamfallon1-26/+46
2020-02-07Add data type and policy type reference checkingliamfallon5-12/+134
2020-02-05Add vaidation for entity hierarchiesliamfallon5-7/+98
2020-02-04Add merge utility for service templatesliamfallon3-25/+201
2020-01-28Add service template persistence providerliamfallon2-7/+131
2020-01-13Read resource dirs in models prvider unit testsliamfallon1-46/+41
2020-01-10Merge "Added new policy examples to support integration of new version valida...Liam Fallon1-11/+1
2020-01-10Added new policy examples to support integration of new version validation fe...Chenfei Gao1-11/+1
2020-01-10Fix policy-models to support data type propertiesliamfallon3-14/+16
2020-01-08Update tosca utils to remove code duplicationliamfallon1-53/+70
2020-01-08Store and return data types for policiesliamfallon2-25/+102
2020-01-07Support persistence of data typesliamfallon3-12/+149
2019-12-10Fix minor checksyle issues in modelsliamfallon2-5/+6
2019-09-11Fix derivedFrom fieldliamfallon1-1/+1
2019-09-09Add metadata to propertiesPamela Dragosh2-0/+26
2019-09-05Repair policy types in TOSCA service templateliamfallon4-15/+70
2019-08-27Replace copyTo methods with copy constructorsJim Hahn14-290/+63
2019-08-07replace hashCode function with compareToHenry.Sun13-13/+13
2019-06-18Removed unused imports from modelsJim Hahn1-3/+0