aboutsummaryrefslogtreecommitdiffstats
path: root/models-pdp
AgeCommit message (Expand)AuthorFilesLines
2020-02-18Add safe entity delete, fix multiple entity getliamfallon1-4/+3
2020-02-18Merge "add unit test for pdpstatistics provider"Liam Fallon1-0/+233
2020-02-18Add missing classes to persistence.xmlliamfallon1-0/+2
2020-02-18add unit test for pdpstatistics providerning.xi1-0/+233
2020-02-17Add/Update test cases for PdpStatistics entityhuaxing5-42/+204
2020-01-23Handling supported policy type during PdpGroup Updatea.sreekumar1-3/+8
2020-01-22Handling supported policy type during PdpGroup Updatea.sreekumar5-25/+109
2020-01-10Bumped patch version for policy/modelsHOCKLA1-2/+2
2020-01-10Remove supportedPolicyTypes from PdpStatusramverma2-14/+11
2020-01-08update Db provider to support query numberning.xi1-5/+8
2019-12-20pdp statistics database provider implementationning.xi1-0/+208
2019-12-10Merge "Add JpaPdpStatistics entity"Ram Krishna Verma7-0/+427
2019-12-09Add JpaPdpStatistics entityshaoqiu7-0/+427
2019-12-06Add models to support deltas to policy deploymentsJim Hahn6-0/+706
2019-11-21Allow wild cards in supported type filterJim Hahn2-2/+66
2019-11-15Support wild cards in "supported policy types"Jim Hahn2-11/+13
2019-09-10Bump versions for models masterJim Hahn1-1/+1
2019-08-27Replace copyTo methods with copy constructorsJim Hahn9-71/+37
2019-08-07replace hashCode function with compareToHenry.Sun2-2/+2
2019-08-06Bump version in policy/modelsJim Hahn1-1/+1
2019-08-05Bump versions to 2.1.2jhh1-1/+1
2019-06-27Use ToStringTester from utils-testramverma1-5/+5
2019-06-21Bump models to 2.1.1 SNAPSHOTPamela Dragosh1-1/+1
2019-06-20Adding pdps class for pdpgroup healthcheckramverma1-0/+40
2019-06-18Change getCanonicalName to getName in modelsJim Hahn2-2/+2
2019-06-17Fix simple sonar issues in models: errors to sim-pdpJim Hahn3-101/+106
2019-06-17Fix simple sonar issues in modelsJim Hahn9-90/+121
2019-05-29Change version to 2.1.0Pamela Dragosh1-1/+1
2019-05-23Bump to 2.0.2-SNAPSHOTPamela Dragosh1-1/+1
2019-05-15Step snapshot version of policy modelsliamfallon1-1/+1
2019-04-29Address sonar issue in policy-models/pdpJim Hahn1-3/+5
2019-04-25Add copy constructor for PdpStatus3.0.2-ONAPJim Hahn6-0/+227
2019-04-25Populate policies, even if emptyJim Hahn2-1/+3
2019-04-16Don't include "nullVersion" in swagger APIJim Hahn1-0/+3
2019-04-16Fix null not accepted on PDP messageliamfallon2-1/+3
2019-04-15Fix sonar issue in PdpGroupsJim Hahn1-3/+5
2019-04-15Use keys to speed DB queriesJim Hahn1-3/+3
2019-04-13Disallow empty subgroup list in group requestJim Hahn3-8/+26
2019-04-12Check for duplicates in listsJim Hahn4-18/+36
2019-04-12Remove version from PdpGroupliamfallon10-423/+134
2019-04-12Add validation methods for PAP REST APIJim Hahn9-22/+404
2019-04-12UNit test and minor fixes for DB parsliamfallon1-9/+6
2019-04-11Merge "Fix database properties"Pamela Dragosh2-46/+15
2019-04-11Fix database propertiesliamfallon2-46/+15
2019-04-11Add constant PdpGroup.VERSIONJim Hahn1-0/+6
2019-04-10Finish unit test on policy-modelsliamfallon3-15/+26
2019-04-09Complete unit test for models-pdpliamfallon4-169/+668
2019-04-08Add lists and tests for PDP filtersliamfallon10-80/+553
2019-04-08Merge "Add bug fixes and tests for filters"Jorge Hernandez11-112/+531
2019-04-08Merge "Add PdpMessage.appliesTo()"Pamela Dragosh3-16/+168