Age | Commit message (Expand) | Author | Files | Lines |
2023-09-22 | Java 17 Upgrade |  adheli.tavares | 6 | -70/+64 |
2023-08-09 | Removed db-based statistics feature |  Suresh Charan | 4 | -406/+2 |
2023-02-17 | Clean up dependencies for London Release |  liamfallon | 1 | -4/+4 |
2023-02-07 | Replace Eclipselink with Hibernate |  liamfallon | 1 | -7/+13 |
2022-12-18 | Upgrade the H2 database to the latest version |  liamfallon | 2 | -19/+20 |
2022-02-16 | Fix issue with GeneratedValue in PfGeneratedIdKey |  a.sreekumar | 2 | -201/+60 |
2022-01-11 | Fix issues in existing entity classes |  a.sreekumar | 1 | -4/+3 |
2021-08-20 | Fix sonars in models |  Jim Hahn | 4 | -1/+9 |
2021-08-18 | Add PDP-TOPIC-CHECK message |  Jim Hahn | 3 | -4/+63 |
2021-07-28 | Add junit test for empty statistics filter |  Jim Hahn | 1 | -1/+8 |
2021-07-23 | Remove unused statistics methods |  Jim Hahn | 1 | -28/+0 |
2021-07-23 | Limit the number of statistics records returned |  Jim Hahn | 2 | -16/+16 |
2021-07-12 | Remove unused DAO statistics methods |  Jim Hahn | 1 | -40/+0 |
2021-07-07 | Update pdp statistics to count deploy/undeploy separately. |  adheli.tavares | 2 | -8/+34 |
2021-06-28 | Update policy-models for checkstyle 8.43 |  liamfallon | 1 | -6/+6 |
2021-06-23 | Add "source" to PAP-PDP messages |  Jim Hahn | 2 | -2/+14 |
2021-06-22 | Add timestamp to Pdp records |  Jim Hahn | 2 | -17/+37 |
2021-06-21 | Fix new checkstyle issues in models |  Jim Hahn | 2 | -2/+2 |
2021-06-21 | Use lombok for errors pap, pdp, sim-dmaap, sim-pdp |  Jim Hahn | 2 | -14/+4 |
2021-06-14 | Fix sonars in policy-models |  Jim Hahn | 3 | -12/+98 |
2021-05-27 | Remove policies field from PdpUpdate message |  waynedunican | 1 | -10/+4 |
2021-05-10 | Fix sonars in policy models |  Jim Hahn | 13 | -43/+39 |
2021-04-29 | Remove GroupValidationResult |  Jim Hahn | 3 | -18/+10 |
2021-04-22 | Add a new key class which uses @GeneratedValue to base classes |  ktimoney | 3 | -28/+68 |
2021-02-19 | Refactor timestamp property in policy models to use Instant |  rameshiyer27 | 3 | -14/+14 |
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 | 1 | -0/+35 |
2021-01-08 | Add PDP-Policy deployment table to DB |  Jim Hahn | 3 | -1/+348 |
2021-01-06 | Use annotations on parameterized types |  Jim Hahn | 3 | -22/+10 |
2021-01-06 | Changed identifiers to concept identifiers |  liamfallon | 5 | -34/+32 |
2020-12-21 | Use annotations to do validation |  Jim Hahn | 4 | -56/+48 |
2020-12-17 | Use ValidationResult for models v2.0 |  Jim Hahn | 6 | -207/+63 |
2020-06-18 | Changes for Checkstyle 8.32 |  liamfallon | 4 | -8/+0 |
2020-04-07 | Address sonar issues in models |  Jim Hahn | 2 | -16/+15 |
2020-02-17 | Add/Update test cases for PdpStatistics entity |  huaxing | 2 | -15/+10 |
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 | 3 | -19/+34 |
2020-01-10 | Remove supportedPolicyTypes from PdpStatus |  ramverma | 1 | -7/+5 |
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 | 4 | -0/+350 |
2019-12-09 | Add JpaPdpStatistics entity |  shaoqiu | 4 | -0/+350 |
2019-12-06 | Add models to support deltas to policy deployments |  Jim Hahn | 3 | -0/+271 |
2019-11-21 | Allow wild cards in supported type filter |  Jim Hahn | 1 | -1/+28 |
2019-11-15 | Support wild cards in "supported policy types" |  Jim Hahn | 1 | -8/+9 |
2019-08-27 | Replace copyTo methods with copy constructors |  Jim Hahn | 6 | -62/+28 |
2019-08-07 | replace hashCode function with compareTo |  Henry.Sun | 2 | -2/+2 |
2019-06-20 | Adding pdps class for pdpgroup healthcheck |  ramverma | 1 | -0/+40 |
2019-06-18 | Change getCanonicalName to getName in models |  Jim Hahn | 1 | -1/+1 |