aboutsummaryrefslogtreecommitdiffstats
path: root/models-tosca/src/main
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-17Fix the bug of cannot return multiple versions of particular tosca policy and...Chenfei Gao1-4/+6
2019-06-17Merge "Allow multiple versions of entities to be returned"Jorge Hernandez4-0/+90
2019-06-14Allow multiple versions of entities to be returnedliamfallon4-0/+90
2019-06-13Remove isNullVersion from identifier classJim Hahn1-11/+0
2019-06-07Fix version field to represent policy version instead of type versionChenfei Gao1-9/+6
2019-05-23Add logging to model providersliamfallon3-27/+166
2019-05-21Add version on legacy get/deleteliamfallon2-102/+86
2019-05-16Allow policy type prefix on policy guard policy idliamfallon1-4/+19
2019-05-14Remove sonar issue in simple providerliamfallon1-6/+7
2019-05-09Store legacy op policy properties as plain stringsliamfallon1-18/+2
2019-05-09Store policy type version in policy before DB writeliamfallon1-1/+2
2019-05-08Add JSON encoding to legacy policy propertiesliamfallon4-21/+61
2019-05-07Set default and check existance of Policy Typeliamfallon2-4/+72
2019-05-05Serializaiton of properties to DB as JSONliamfallon3-7/+26
2019-05-02Fix bug in guard policy metadata creationliamfallon1-3/+25
2019-04-19Fix a bug in adding one-digit policy-version in metadataChenfei Gao1-3/+3
2019-04-16Don't include "nullVersion" in swagger APIJim Hahn1-0/+2
2019-04-15Add serialized name for typeVersionChenfei Gao1-0/+4
2019-04-15Merge "Use keys to speed DB queries"Pamela Dragosh1-2/+7
2019-04-15Use keys to speed DB queriesJim Hahn1-2/+7
2019-04-15Add conversion from plain Ident to IdentOptVersionJim Hahn1-0/+5
2019-04-14Add prefix matching for policy versionJim Hahn1-9/+13
2019-04-12Add validation methods for PAP REST APIJim Hahn3-3/+94
2019-04-11Use policy-id instead of nameJim Hahn1-0/+3
2019-04-10Add policy ID and version to metadataliamfallon1-0/+13
2019-04-10Finish unit test on policy-modelsliamfallon7-52/+27
2019-04-09Add unit tests for policy type and policy filtersliamfallon3-4/+8
2019-04-09Complete unit test for models-pdpliamfallon2-1/+21
2019-04-08Add lists and tests for PDP filtersliamfallon2-6/+4
2019-04-08Add bug fixes and tests for filtersliamfallon3-8/+14