aboutsummaryrefslogtreecommitdiffstats
path: root/models-tosca/src/main
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-06Fix bugs on filtersliamfallon5-58/+46
2019-04-05Complete filters for Database Fetchesliamfallon10-24/+49
2019-04-04Updates to models from scrum on 4/4Jim Hahn4-0/+176
2019-04-04Add filters on policy objectsliamfallon2-2/+68
2019-04-04Merge "Add filter obejcts for concepts"Pamela Dragosh4-69/+202
2019-04-04Add filter obejcts for conceptsliamfallon4-69/+202
2019-04-03Add ApiModelProperty annotation to authorative modelsChenfei Gao7-6/+22
2019-04-03Add impl of more PDP persistenceliamfallon1-0/+15
2019-04-02Add persistence for PDP conceptsliamfallon1-3/+5
2019-04-01Add extra methods to Provider interfaceliamfallon2-12/+108
2019-04-01Fix breakage from ToscaPolicy refactoringJim Hahn2-1/+2
2019-04-01Refactor to authorative TOSCA serializtionliamfallon39-2041/+1081
2019-03-29Restructure for authorative modelsliamfallon46-512/+535
2019-03-27Add support for legacy guard policiesliamfallon5-16/+346
2019-03-27Merge "Add Legacy Op Policy Persistence"Pamela Dragosh7-212/+414
2019-03-27Merge "Fix file access issue in DummyProviderImpl"Liam Fallon1-2/+2
2019-03-26Add Legacy Op Policy Persistenceliamfallon7-212/+414
2019-03-26Fix file access issue in DummyProviderImplChenfei Gao1-2/+2
2019-03-26Add persistence test for all policy examplesliamfallon2-21/+11
2019-03-26Implement serialization/deserialization for TOSCA conceptsChenfei Gao24-17/+1425
2019-03-25Add provider for Tosca Policiesliamfallon7-22/+193