aboutsummaryrefslogtreecommitdiffstats
path: root/models-pdp/src/main
AgeCommit message (Expand)AuthorFilesLines
2023-02-07Replace Eclipselink with Hibernateliamfallon1-7/+13
2022-12-18Upgrade the H2 database to the latest versionliamfallon2-19/+20
2022-02-16Fix issue with GeneratedValue in PfGeneratedIdKeya.sreekumar2-201/+60
2022-01-11Fix issues in existing entity classesa.sreekumar1-4/+3
2021-08-20Fix sonars in modelsJim Hahn4-1/+9
2021-08-18Add PDP-TOPIC-CHECK messageJim Hahn3-4/+63
2021-07-28Add junit test for empty statistics filterJim Hahn1-1/+8
2021-07-23Remove unused statistics methodsJim Hahn1-28/+0
2021-07-23Limit the number of statistics records returnedJim Hahn2-16/+16
2021-07-12Remove unused DAO statistics methodsJim Hahn1-40/+0
2021-07-07Update pdp statistics to count deploy/undeploy separately.adheli.tavares2-8/+34
2021-06-28Update policy-models for checkstyle 8.43liamfallon1-6/+6
2021-06-23Add "source" to PAP-PDP messagesJim Hahn2-2/+14
2021-06-22Add timestamp to Pdp recordsJim Hahn2-17/+37
2021-06-21Fix new checkstyle issues in modelsJim Hahn2-2/+2
2021-06-21Use lombok for errors pap, pdp, sim-dmaap, sim-pdpJim Hahn2-14/+4
2021-06-14Fix sonars in policy-modelsJim Hahn3-12/+98
2021-05-27Remove policies field from PdpUpdate messagewaynedunican1-10/+4
2021-05-10Fix sonars in policy modelsJim Hahn13-43/+39
2021-04-29Remove GroupValidationResultJim Hahn3-18/+10
2021-04-22Add a new key class which uses @GeneratedValue to base classesktimoney3-28/+68
2021-02-19Refactor timestamp property in policy models to use Instantrameshiyer273-14/+14
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 Hahn1-0/+35
2021-01-08Add PDP-Policy deployment table to DBJim Hahn3-1/+348
2021-01-06Use annotations on parameterized typesJim Hahn3-22/+10
2021-01-06Changed identifiers to concept identifiersliamfallon5-34/+32
2020-12-21Use annotations to do validationJim Hahn4-56/+48
2020-12-17Use ValidationResult for models v2.0Jim Hahn6-207/+63
2020-06-18Changes for Checkstyle 8.32liamfallon4-8/+0
2020-04-07Address sonar issues in modelsJim Hahn2-16/+15
2020-02-17Add/Update test cases for PdpStatistics entityhuaxing2-15/+10
2020-01-23Handling supported policy type during PdpGroup Updatea.sreekumar1-3/+8
2020-01-22Handling supported policy type during PdpGroup Updatea.sreekumar3-19/+34
2020-01-10Remove supportedPolicyTypes from PdpStatusramverma1-7/+5
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 Verma4-0/+350
2019-12-09Add JpaPdpStatistics entityshaoqiu4-0/+350
2019-12-06Add models to support deltas to policy deploymentsJim Hahn3-0/+271
2019-11-21Allow wild cards in supported type filterJim Hahn1-1/+28
2019-11-15Support wild cards in "supported policy types"Jim Hahn1-8/+9
2019-08-27Replace copyTo methods with copy constructorsJim Hahn6-62/+28
2019-08-07replace hashCode function with compareToHenry.Sun2-2/+2
2019-06-20Adding pdps class for pdpgroup healthcheckramverma1-0/+40
2019-06-18Change getCanonicalName to getName in modelsJim Hahn1-1/+1
2019-06-17Fix simple sonar issues in modelsJim Hahn1-2/+2
2019-04-29Address sonar issue in policy-models/pdpJim Hahn1-3/+5
2019-04-25Add copy constructor for PdpStatus3.0.2-ONAPJim Hahn3-0/+51