Age | Commit message (Expand) | Author | Files | Lines |
2024-06-20 | Convert models to JUnit 5 | waynedunican | 20 | -182/+187 |
2023-11-24 | Allow semantic versioning in all templates in models | FrancescoFioraEst | 2 | -6/+25 |
2023-09-22 | Java 17 Upgrade | adheli.tavares | 24 | -246/+253 |
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 | 2 | -262/+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 | 4 | -19/+9 |
2021-04-22 | Add a new key class which uses @GeneratedValue to base classes | ktimoney | 2 | -0/+262 |
2021-03-24 | Merge "Fix sonar issues for tests in policy-models" | Jim Hahn | 2 | -13/+34 |
2021-03-19 | Fix write failure on PDP statistics | liamfallon | 2 | -2/+4 |
2021-03-19 | Fix sonar issues for tests in policy-models | lapentafd | 2 | -13/+34 |
2021-03-15 | Fix Sonar Issues on policy-models-tosca | lapentafd | 1 | -5/+0 |
2021-03-08 | Merge "Use Date instead of Timestamp" | Jim Hahn | 4 | -29/+37 |
2021-03-08 | Use Date instead of Timestamp | Jim Hahn | 4 | -29/+37 |
2021-03-05 | Fix 4 newly added Sonar bugs | lapentafd | 2 | -4/+4 |
2021-03-04 | Merge "Fix sonar issues on policy-models" | Jim Hahn | 6 | -99/+195 |
2021-03-03 | Fix sonar issues on policy-models | lapentafd | 6 | -99/+195 |
2021-03-03 | Fix Reference Key columns persistence issue in db | rameshiyer27 | 2 | -55/+128 |
2021-02-25 | Fix Null key issue in PfReferenceTimestampKey | rameshiyer27 | 2 | -3/+8 |
2021-02-19 | Refactor timestamp property in policy models to use Instant | rameshiyer27 | 4 | -100/+114 |
2021-02-16 | Add PfReference Timestamp key in policy-models-base to support timestamp | rameshiyer27 | 2 | -0/+375 |
2021-02-10 | More sonars in models | Jim Hahn | 6 | -20/+24 |
2021-01-19 | Convert Model Exception to Runtime Exception | liamfallon | 3 | -9/+38 |
2021-01-06 | Use annotations on parameterized types | Jim Hahn | 8 | -719/+282 |
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 | 2 | -1/+3 |
2020-12-21 | Use annotations to do validation | Jim Hahn | 18 | -61/+450 |
2020-12-17 | Use ValidationResult for models v2.0 | Jim Hahn | 19 | -1097/+735 |
2020-12-14 | JPA concepts for TOSCA | liamfallon | 4 | -54/+134 |
2020-12-09 | Add functional method for mapping maps to PfUtils | liamfallon | 2 | -34/+30 |
2020-12-02 | Remove unused imports | liamfallon | 4 | -5/+0 |
2020-12-01 | Add extra authorative TOSCA concepts | liamfallon | 12 | -27/+145 |
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 | 6 | -10/+8 |
2020-08-20 | Sonar Fixes policy/models, removing model-yaml | uj426b | 7 | -34/+39 |
2020-06-19 | Merge "Changes for Checkstyle 8.32" | Ram Krishna Verma | 30 | -59/+9 |
2020-06-18 | Changes for Checkstyle 8.32 | liamfallon | 31 | -60/+9 |
2020-06-18 | Replaced try/catch blocks in policy/models with assertj assertions. | waynedunican | 1 | -14/+8 |
2020-04-07 | Address sonar issues in models | Jim Hahn | 2 | -2/+7 |
2020-03-20 | Test cascaded multiple revision gets | liamfallon | 2 | -1/+3 |
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 | Add unit test for Version fetch change | liamfallon | 2 | -0/+71 |
2020-03-19 | Allow fetch of old policy type verisons | liamfallon | 2 | -3/+48 |
2020-03-18 | Return latest entity on null versions | liamfallon | 2 | -2/+6 |
2020-03-13 | Consistent returns on Service Template gets | liamfallon | 11 | -166/+212 |