aboutsummaryrefslogtreecommitdiffstats
path: root/models-pdp/src
AgeCommit message (Expand)AuthorFilesLines
2021-03-22Fix write failure on PDP statisticsliamfallon3-7/+16
2021-02-19Refactor timestamp property in policy models to use Instantrameshiyer277-27/+27
2021-02-12Alter PDP_UPDATE message to store lists of delpoyed/undeployed policieswaynedunican1-0/+12
2021-01-19Remove "Jpa" from table nameJim Hahn1-1/+1
2021-01-12Add more methods to query deployment statusJim Hahn2-2/+90
2021-01-08Add PDP-Policy deployment table to DBJim Hahn6-2/+695
2021-01-06Use annotations on parameterized typesJim Hahn3-22/+10
2021-01-06Changed identifiers to concept identifiersliamfallon12-114/+111
2020-12-21Use annotations to do validationJim Hahn5-57/+49
2020-12-17Use ValidationResult for models v2.0Jim Hahn12-292/+151
2020-07-21Fix some sonars in policy-modelsJim Hahn6-14/+17
2020-06-18Changes for Checkstyle 8.32liamfallon10-14/+1
2020-04-07Address sonar issues in modelsJim Hahn2-16/+15
2020-04-03Models junits are failing locallyJim Hahn6-128/+129
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-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-08-27Replace copyTo methods with copy constructorsJim Hahn9-71/+37
2019-08-07replace hashCode function with compareToHenry.Sun2-2/+2
2019-06-27Use ToStringTester from utils-testramverma1-5/+5
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-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 Hahn8-22/+399
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