Age | Commit message (Expand) | Author | Files | Lines |
2022-02-24 | Fix for ClassCastException on PfConceptContainer get method usages |  Rashmi Pujar | 1 | -8/+16 |
2022-02-16 | Fix issue with GeneratedValue in PfGeneratedIdKey |  a.sreekumar | 1 | -166/+0 |
2022-01-11 | Fix issues in existing entity classes |  a.sreekumar | 1 | -7/+3 |
2021-06-21 | Use lombok for events, base, dao |  Jim Hahn | 6 | -40/+19 |
2021-05-12 | Fix sonars in policy models |  Jim Hahn | 9 | -27/+29 |
2021-04-29 | Remove GroupValidationResult |  Jim Hahn | 3 | -17/+8 |
2021-04-22 | Add a new key class which uses @GeneratedValue to base classes |  ktimoney | 1 | -0/+166 |
2021-03-19 | Fix write failure on PDP statistics |  liamfallon | 2 | -2/+4 |
2021-03-08 | Use Date instead of Timestamp |  Jim Hahn | 2 | -18/+25 |
2021-03-04 | Merge "Fix sonar issues on policy-models" |  Jim Hahn | 1 | -1/+1 |
2021-03-03 | Fix sonar issues on policy-models |  lapentafd | 1 | -1/+1 |
2021-03-03 | Fix Reference Key columns persistence issue in db |  rameshiyer27 | 1 | -28/+100 |
2021-02-25 | Fix Null key issue in PfReferenceTimestampKey |  rameshiyer27 | 1 | -2/+4 |
2021-02-19 | Refactor timestamp property in policy models to use Instant |  rameshiyer27 | 2 | -51/+60 |
2021-02-16 | Add PfReference Timestamp key in policy-models-base to support timestamp |  rameshiyer27 | 1 | -0/+222 |
2021-02-10 | More sonars in models |  Jim Hahn | 5 | -18/+20 |
2021-01-19 | Convert Model Exception to Runtime Exception |  liamfallon | 2 | -7/+19 |
2021-01-06 | Use annotations on parameterized types |  Jim Hahn | 6 | -412/+28 |
2020-12-23 | Merge "Add Service Template TOSCA handling" |  Liam Fallon | 3 | -11/+26 |
2020-12-23 | Add Service Template TOSCA handling |  liamfallon | 3 | -11/+26 |
2020-12-22 | Allow wild-card in supportedPolicyTypes |  Jim Hahn | 1 | -1/+1 |
2020-12-21 | Use annotations to do validation |  Jim Hahn | 14 | -44/+432 |
2020-12-17 | Use ValidationResult for models v2.0 |  Jim Hahn | 9 | -532/+332 |
2020-12-14 | JPA concepts for TOSCA |  liamfallon | 3 | -44/+85 |
2020-12-09 | Add functional method for mapping maps to PfUtils |  liamfallon | 1 | -23/+19 |
2020-12-01 | Add extra authorative TOSCA concepts |  liamfallon | 4 | -8/+44 |
2020-10-02 | Fix eclipse/sonar warnings in models |  Jim Hahn | 1 | -1/+0 |
2020-09-30 | Remove Entity annotation from PfConceptContainer |  liamfallon | 1 | -1/+0 |
2020-08-25 | Address more sonar issues in policy-models |  Jim Hahn | 2 | -5/+4 |
2020-06-18 | Changes for Checkstyle 8.32 |  liamfallon | 11 | -30/+5 |
2020-04-07 | Address sonar issues in models |  Jim Hahn | 2 | -2/+7 |
2020-03-20 | Test cascaded multiple revision gets |  liamfallon | 1 | -1/+1 |
2020-03-20 | Merge "Misc simple sonar issue fixes" |  Liam Fallon | 2 | -5/+6 |
2020-03-19 | Misc simple sonar issue fixes |  Chris Ramstad | 2 | -5/+6 |
2020-03-19 | Allow fetch of old policy type verisons |  liamfallon | 1 | -3/+39 |
2020-03-18 | Return latest entity on null versions |  liamfallon | 2 | -2/+6 |
2020-03-13 | Consistent returns on Service Template gets |  liamfallon | 2 | -42/+67 |
2020-02-12 | Implement validation and hierarchical get |  liamfallon | 1 | -2/+2 |
2020-02-04 | Add merge utility for service templates |  liamfallon | 1 | -4/+1 |
2020-01-28 | Add service template persistence provider |  liamfallon | 1 | -18/+33 |
2020-01-10 | Remove deprecated methods from models |  Jim Hahn | 1 | -2/+2 |
2019-12-11 | Merge "Fix minor checksyle issues in models" |  Pamela Dragosh | 2 | -17/+19 |
2019-12-10 | Fix minor checksyle issues in models |  liamfallon | 2 | -17/+19 |
2019-12-09 | Add JpaPdpStatistics entity |  shaoqiu | 1 | -0/+156 |
2019-11-15 | Support wild cards in "supported policy types" |  Jim Hahn | 3 | -218/+431 |
2019-08-27 | Replace copyTo methods with copy constructors |  Jim Hahn | 7 | -97/+101 |
2019-08-07 | replace hashCode function with compareTo |  Henry.Sun | 5 | -5/+5 |
2019-06-18 | Change getCanonicalName to getName in models |  Jim Hahn | 1 | -1/+2 |
2019-06-14 | Allow multiple versions of entities to be returned |  liamfallon | 1 | -4/+10 |
2019-05-22 | Fix name/version regexp in model keys |  liamfallon | 1 | -3/+3 |