Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-05-21 | Add version on legacy get/delete | liamfallon | 2 | -3/+13 |
2019-05-21 | Fix policy version compare on versions > 9 | liamfallon | 1 | -3/+3 |
2019-05-07 | Set default and check existance of Policy Type | liamfallon | 2 | -0/+86 |
2019-04-14 | Add prefix matching for policy version | Jim Hahn | 1 | -4/+67 |
2019-04-10 | Finish unit test on policy-models | liamfallon | 1 | -2/+0 |
2019-04-09 | Add unit tests for policy type and policy filters | liamfallon | 1 | -1/+2 |
2019-04-09 | Complete unit test for models-pdp | liamfallon | 1 | -2/+2 |
2019-04-08 | Add bug fixes and tests for filters | liamfallon | 3 | -12/+12 |
2019-04-07 | Clean up a couple of array lists | Jim Hahn | 2 | -1/+2 |
2019-04-06 | Guaranteed linear-time latestVersion() | Jim Hahn | 1 | -13/+18 |
2019-04-05 | Add unit tests for models-base | liamfallon | 2 | -1/+4 |
2019-04-05 | Complete filters for Database Fetches | liamfallon | 3 | -40/+126 |
2019-04-04 | Add filters on policy objects | liamfallon | 1 | -0/+40 |
2019-04-01 | Refactor to authorative TOSCA serializtion | liamfallon | 3 | -45/+146 |
2019-03-29 | Restructure for authorative models | liamfallon | 1 | -0/+43 |
2019-03-27 | Add PfConceptKey.isVersionNull() | Jim Hahn | 1 | -1/+11 |
2019-03-26 | Add Legacy Op Policy Persistence | liamfallon | 5 | -2/+145 |
2019-03-26 | Add ErrorResponse to policy framework exceptions | liamfallon | 3 | -129/+20 |
2019-03-25 | Add PolicyIdentOptVersion | Jim Hahn | 2 | -42/+253 |
2019-03-22 | Add models-pdp to models repo | Jim Hahn | 1 | -0/+42 |
2019-03-21 | Add copy constructors for models-pap | Jim Hahn | 1 | -1/+22 |
2019-03-21 | Add interface to get info from exceptions | liamfallon | 3 | -4/+88 |
2019-03-20 | Implement persistence test for policies | liamfallon | 2 | -6/+6 |
2019-03-14 | Add DAO Enabled Tosca Model | liamfallon | 12 | -179/+506 |
2019-03-05 | Add DAO module for Models | liamfallon | 9 | -126/+1190 |
2019-02-28 | Add basic model object concepts | liamfallon | 8 | -0/+1041 |