aboutsummaryrefslogtreecommitdiffstats
path: root/models-tosca/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-11Fix derivedFrom fieldliamfallon1-1/+1
2019-09-09Add metadata to propertiesPamela Dragosh4-0/+260
2019-09-05Repair policy types in TOSCA service templateliamfallon6-56/+115
2019-08-27Replace copyTo methods with copy constructorsJim Hahn24-348/+91
2019-08-07replace hashCode function with compareToHenry.Sun13-13/+13
2019-06-27Use ToStringTester from utils-testramverma3-3/+5
2019-06-19Merge "Change getCanonicalName to getName in models"Pamela Dragosh6-6/+6
2019-06-18Change getCanonicalName to getName in modelsJim Hahn6-6/+6
2019-06-18Removed unused imports from modelsJim Hahn1-3/+0
2019-06-18Merge "Fix the bug of cannot return multiple versions of particular tosca pol...Pamela Dragosh2-5/+7
2019-06-17Fix the bug of cannot return multiple versions of particular tosca policy and...Chenfei Gao2-5/+7
2019-06-17Fix simple sonar issues in models-toscaJim Hahn33-1088/+787
2019-06-17Merge "Allow multiple versions of entities to be returned"Jorge Hernandez8-9/+146
2019-06-14Allow multiple versions of entities to be returnedliamfallon8-9/+146
2019-06-13Remove isNullVersion from identifier classJim Hahn2-15/+0
2019-06-07Fix version field to represent policy version instead of type versionChenfei Gao2-11/+16
2019-05-23Add logging to model providersliamfallon3-27/+166
2019-05-22Fix name/version regexp in model keysliamfallon2-4/+4
2019-05-21Add version on legacy get/deleteliamfallon4-147/+190
2019-05-16Allow policy type prefix on policy guard policy idliamfallon2-5/+49
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 Typeliamfallon12-19/+187
2019-05-05Serializaiton of properties to DB as JSONliamfallon5-9/+28
2019-05-02Fix bug in guard policy metadata creationliamfallon2-3/+32
2019-04-19Fix a bug in adding one-digit policy-version in metadataChenfei Gao2-6/+6
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 Hahn2-2/+28
2019-04-14Add prefix matching for policy versionJim Hahn2-9/+30
2019-04-12Add validation methods for PAP REST APIJim Hahn7-18/+206
2019-04-12UNit test and minor fixes for DB parsliamfallon5-47/+31
2019-04-11Merge "Fix database properties"Pamela Dragosh6-76/+77
2019-04-11Fix database propertiesliamfallon6-76/+77
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-modelsliamfallon29-408/+748
2019-04-09Add unit tests for policy type and policy filtersliamfallon8-6/+800
2019-04-09Complete unit test for models-pdpliamfallon10-13/+501
2019-04-08Add lists and tests for PDP filtersliamfallon2-6/+4
2019-04-08Add bug fixes and tests for filtersliamfallon3-8/+14
2019-04-06Fix bugs on filtersliamfallon5-58/+46
2019-04-05Complete filters for Database Fetchesliamfallon11-31/+49
2019-04-04Updates to models from scrum on 4/4Jim Hahn10-1/+505
2019-04-04Add filters on policy objectsliamfallon3-6/+86
2019-04-04Merge "Add filter obejcts for concepts"Pamela Dragosh5-91/+207