Age | Commit message (Expand) | Author | Files | Lines |
2021-02-10 | More sonars in models |  Jim Hahn | 1 | -2/+4 |
2021-01-19 | Convert Model Exception to Runtime Exception |  liamfallon | 1 | -2/+19 |
2021-01-06 | Use annotations on parameterized types |  Jim Hahn | 2 | -307/+254 |
2020-12-22 | Allow wild-card in supportedPolicyTypes |  Jim Hahn | 1 | -0/+2 |
2020-12-21 | Use annotations to do validation |  Jim Hahn | 4 | -17/+18 |
2020-12-17 | Use ValidationResult for models v2.0 |  Jim Hahn | 10 | -565/+403 |
2020-12-14 | JPA concepts for TOSCA |  liamfallon | 1 | -10/+49 |
2020-12-09 | Add functional method for mapping maps to PfUtils |  liamfallon | 1 | -11/+11 |
2020-12-02 | Remove unused imports |  liamfallon | 4 | -5/+0 |
2020-12-01 | Add extra authorative TOSCA concepts |  liamfallon | 8 | -19/+101 |
2020-08-25 | Address more sonar issues in policy-models |  Jim Hahn | 4 | -5/+4 |
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 | 19 | -29/+4 |
2020-06-18 | Changes for Checkstyle 8.32 |  liamfallon | 20 | -30/+4 |
2020-06-18 | Replaced try/catch blocks in policy/models with assertj assertions. |  waynedunican | 1 | -14/+8 |
2020-03-20 | Test cascaded multiple revision gets |  liamfallon | 1 | -0/+2 |
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 | 1 | -0/+9 |
2020-03-13 | Consistent returns on Service Template gets |  liamfallon | 9 | -124/+145 |
2020-02-04 | Add merge utility for service templates |  liamfallon | 1 | -9/+10 |
2019-12-11 | Merge "Fix minor checksyle issues in models" |  Pamela Dragosh | 2 | -3/+6 |
2019-12-10 | Fix minor checksyle issues in models |  liamfallon | 2 | -3/+6 |
2019-12-09 | Add JpaPdpStatistics entity |  shaoqiu | 1 | -0/+95 |
2019-11-15 | Support wild cards in "supported policy types" |  Jim Hahn | 3 | -39/+219 |
2019-08-27 | Replace copyTo methods with copy constructors |  Jim Hahn | 9 | -78/+88 |
2019-08-07 | replace hashCode function with compareTo |  Henry.Sun | 1 | -1/+1 |
2019-06-18 | Change getCanonicalName to getName in models |  Jim Hahn | 2 | -5/+5 |
2019-06-17 | Fix more sonar issues in models: yaml to dao |  Jim Hahn | 16 | -579/+388 |
2019-06-14 | Allow multiple versions of entities to be returned |  liamfallon | 1 | -3/+3 |
2019-05-22 | Fix name/version regexp in model keys |  liamfallon | 2 | -11/+11 |
2019-05-21 | Add version on legacy get/delete |  liamfallon | 3 | -5/+5 |
2019-04-14 | Add prefix matching for policy version |  Jim Hahn | 1 | -1/+50 |
2019-04-09 | Add unit tests for policy type and policy filters |  liamfallon | 1 | -1/+0 |
2019-04-09 | Complete unit test for models-pdp |  liamfallon | 1 | -8/+0 |
2019-04-08 | Add bug fixes and tests for filters |  liamfallon | 1 | -8/+13 |
2019-04-07 | Clean up a couple of array lists |  Jim Hahn | 1 | -0/+10 |
2019-04-06 | Fix bugs on filters |  liamfallon | 5 | -0/+302 |
2019-04-05 | Add unit tests for models-base |  liamfallon | 3 | -5/+41 |
2019-04-01 | Refactor to authorative TOSCA serializtion |  liamfallon | 6 | -12/+243 |
2019-03-26 | Add Legacy Op Policy Persistence |  liamfallon | 5 | -22/+156 |
2019-03-26 | Add ErrorResponse to policy framework exceptions |  liamfallon | 2 | -8/+12 |
2019-03-25 | Add PolicyIdentOptVersion |  Jim Hahn | 3 | -106/+441 |
2019-03-22 | Add models-pdp to models repo |  Jim Hahn | 2 | -0/+106 |
2019-03-21 | Add copy constructors for models-pap |  Jim Hahn | 1 | -2/+18 |
2019-03-21 | Add interface to get info from exceptions |  liamfallon | 1 | -0/+64 |
2019-03-14 | Add DAO Enabled Tosca Model |  liamfallon | 15 | -67/+1107 |
2019-03-05 | Add DAO module for Models |  liamfallon | 8 | -8/+382 |
2019-02-28 | Add basic model object concepts |  liamfallon | 5 | -0/+485 |