aboutsummaryrefslogtreecommitdiffstats
path: root/models-pdp/src/test
AgeCommit message (Expand)AuthorFilesLines
2023-02-07Replace Eclipselink with Hibernateliamfallon2-39/+23
2022-12-18Upgrade the H2 database to the latest versionliamfallon1-2/+2
2022-02-16Fix issue with GeneratedValue in PfGeneratedIdKeya.sreekumar2-283/+1
2021-08-18Add PDP-TOPIC-CHECK messageJim Hahn2-2/+56
2021-07-28Add junit test for empty statistics filterJim Hahn1-0/+5
2021-07-23Remove unused statistics methodsJim Hahn1-39/+0
2021-07-23Limit the number of statistics records returnedJim Hahn1-66/+142
2021-07-12Remove unused DAO statistics methodsJim Hahn1-31/+0
2021-07-07Update pdp statistics to count deploy/undeploy separately.adheli.tavares2-3/+12
2021-06-23Add "source" to PAP-PDP messagesJim Hahn2-2/+4
2021-06-22Add timestamp to Pdp recordsJim Hahn5-25/+48
2021-06-14Fix sonars in policy-modelsJim Hahn2-1/+80
2021-05-27Remove policies field from PdpUpdate messagewaynedunican1-5/+10
2021-04-22Add a new key class which uses @GeneratedValue to base classesktimoney2-6/+9
2021-04-08Use distinct names in DB junitsJim Hahn2-3/+3
2021-03-19Fix write failure on PDP statisticsliamfallon3-7/+16
2021-03-16Fix Sonar Issues in models-pdplapentafd4-14/+127
2021-02-19Refactor timestamp property in policy models to use Instantrameshiyer274-13/+13
2021-01-12Add more methods to query deployment statusJim Hahn1-2/+55
2021-01-08Add PDP-Policy deployment table to DBJim Hahn3-1/+347
2021-01-06Changed identifiers to concept identifiersliamfallon7-80/+79
2020-12-21Use annotations to do validationJim Hahn1-1/+1
2020-12-17Use ValidationResult for models v2.0Jim Hahn6-85/+88
2020-07-21Fix some sonars in policy-modelsJim Hahn6-14/+17
2020-06-18Changes for Checkstyle 8.32liamfallon6-6/+1
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 entityhuaxing3-27/+194
2020-01-22Handling supported policy type during PdpGroup Updatea.sreekumar2-6/+75
2020-01-10Remove supportedPolicyTypes from PdpStatusramverma1-7/+6
2019-12-10Merge "Add JpaPdpStatistics entity"Ram Krishna Verma3-0/+77
2019-12-09Add JpaPdpStatistics entityshaoqiu3-0/+77
2019-12-06Add models to support deltas to policy deploymentsJim Hahn3-0/+435
2019-11-21Allow wild cards in supported type filterJim Hahn1-1/+38
2019-11-15Support wild cards in "supported policy types"Jim Hahn1-3/+4
2019-08-27Replace copyTo methods with copy constructorsJim Hahn3-9/+9
2019-06-27Use ToStringTester from utils-testramverma1-5/+5
2019-06-18Change getCanonicalName to getName in modelsJim Hahn1-1/+1
2019-06-17Fix simple sonar issues in models: errors to sim-pdpJim Hahn3-101/+106
2019-06-17Fix simple sonar issues in modelsJim Hahn8-88/+119
2019-04-25Add copy constructor for PdpStatus3.0.2-ONAPJim Hahn3-0/+176
2019-04-25Populate policies, even if emptyJim Hahn1-0/+1
2019-04-16Fix null not accepted on PDP messageliamfallon1-0/+2
2019-04-13Disallow empty subgroup list in group requestJim Hahn2-8/+21
2019-04-12Check for duplicates in listsJim Hahn2-1/+10
2019-04-12Remove version from PdpGroupliamfallon7-364/+98
2019-04-12Add validation methods for PAP REST APIJim Hahn5-13/+290