Age | Commit message (Expand) | Author | Files | Lines |
2021-02-19 | Refactor timestamp property in policy models to use Instant |  rameshiyer27 | 7 | -27/+27 |
2021-02-12 | Alter PDP_UPDATE message to store lists of delpoyed/undeployed policies |  waynedunican | 1 | -0/+12 |
2021-01-19 | Remove "Jpa" from table name |  Jim Hahn | 1 | -1/+1 |
2021-01-12 | Add more methods to query deployment status |  Jim Hahn | 2 | -2/+90 |
2021-01-08 | Add PDP-Policy deployment table to DB |  Jim Hahn | 6 | -2/+695 |
2021-01-06 | Use annotations on parameterized types |  Jim Hahn | 3 | -22/+10 |
2021-01-06 | Changed identifiers to concept identifiers |  liamfallon | 12 | -114/+111 |
2020-12-21 | Use annotations to do validation |  Jim Hahn | 5 | -57/+49 |
2020-12-17 | Use ValidationResult for models v2.0 |  Jim Hahn | 12 | -292/+151 |
2020-07-21 | Fix some sonars in policy-models |  Jim Hahn | 6 | -14/+17 |
2020-06-18 | Changes for Checkstyle 8.32 |  liamfallon | 10 | -14/+1 |
2020-04-07 | Address sonar issues in models |  Jim Hahn | 2 | -16/+15 |
2020-04-03 | Models junits are failing locally |  Jim Hahn | 6 | -128/+129 |
2020-02-18 | Add safe entity delete, fix multiple entity get |  liamfallon | 1 | -4/+3 |
2020-02-18 | Merge "add unit test for pdpstatistics provider" |  Liam Fallon | 1 | -0/+233 |
2020-02-18 | Add missing classes to persistence.xml |  liamfallon | 1 | -0/+2 |
2020-02-18 | add unit test for pdpstatistics provider |  ning.xi | 1 | -0/+233 |
2020-02-17 | Add/Update test cases for PdpStatistics entity |  huaxing | 5 | -42/+204 |
2020-01-23 | Handling supported policy type during PdpGroup Update |  a.sreekumar | 1 | -3/+8 |
2020-01-22 | Handling supported policy type during PdpGroup Update |  a.sreekumar | 5 | -25/+109 |
2020-01-10 | Remove supportedPolicyTypes from PdpStatus |  ramverma | 2 | -14/+11 |
2020-01-08 | update Db provider to support query number |  ning.xi | 1 | -5/+8 |
2019-12-20 | pdp statistics database provider implementation |  ning.xi | 1 | -0/+208 |
2019-12-10 | Merge "Add JpaPdpStatistics entity" |  Ram Krishna Verma | 7 | -0/+427 |
2019-12-09 | Add JpaPdpStatistics entity |  shaoqiu | 7 | -0/+427 |
2019-12-06 | Add models to support deltas to policy deployments |  Jim Hahn | 6 | -0/+706 |
2019-11-21 | Allow wild cards in supported type filter |  Jim Hahn | 2 | -2/+66 |
2019-11-15 | Support wild cards in "supported policy types" |  Jim Hahn | 2 | -11/+13 |
2019-08-27 | Replace copyTo methods with copy constructors |  Jim Hahn | 9 | -71/+37 |
2019-08-07 | replace hashCode function with compareTo |  Henry.Sun | 2 | -2/+2 |
2019-06-27 | Use ToStringTester from utils-test |  ramverma | 1 | -5/+5 |
2019-06-20 | Adding pdps class for pdpgroup healthcheck |  ramverma | 1 | -0/+40 |
2019-06-18 | Change getCanonicalName to getName in models |  Jim Hahn | 2 | -2/+2 |
2019-06-17 | Fix simple sonar issues in models: errors to sim-pdp |  Jim Hahn | 3 | -101/+106 |
2019-06-17 | Fix simple sonar issues in models |  Jim Hahn | 9 | -90/+121 |
2019-04-29 | Address sonar issue in policy-models/pdp |  Jim Hahn | 1 | -3/+5 |
2019-04-25 | Add copy constructor for PdpStatus3.0.2-ONAP |  Jim Hahn | 6 | -0/+227 |
2019-04-25 | Populate policies, even if empty |  Jim Hahn | 2 | -1/+3 |
2019-04-16 | Don't include "nullVersion" in swagger API |  Jim Hahn | 1 | -0/+3 |
2019-04-16 | Fix null not accepted on PDP message |  liamfallon | 2 | -1/+3 |
2019-04-15 | Fix sonar issue in PdpGroups |  Jim Hahn | 1 | -3/+5 |
2019-04-15 | Use keys to speed DB queries |  Jim Hahn | 1 | -3/+3 |
2019-04-13 | Disallow empty subgroup list in group request |  Jim Hahn | 3 | -8/+26 |
2019-04-12 | Check for duplicates in lists |  Jim Hahn | 4 | -18/+36 |
2019-04-12 | Remove version from PdpGroup |  liamfallon | 10 | -423/+134 |
2019-04-12 | Add validation methods for PAP REST API |  Jim Hahn | 8 | -22/+399 |
2019-04-12 | UNit test and minor fixes for DB pars |  liamfallon | 1 | -9/+6 |
2019-04-11 | Merge "Fix database properties" |  Pamela Dragosh | 2 | -46/+15 |
2019-04-11 | Fix database properties |  liamfallon | 2 | -46/+15 |
2019-04-11 | Add constant PdpGroup.VERSION |  Jim Hahn | 1 | -0/+6 |