Age | Commit message (Expand) | Author | Files | Lines |
2020-08-14 | Remove legacy operational policy from models | Ram Krishna Verma | 4 | -390/+2 |
2020-06-18 | Changes for Checkstyle 8.32 | liamfallon | 26 | -83/+6 |
2020-06-09 | Changing toString on ToscaPolicyXXXIdentifiers | RossC | 3 | -0/+18 |
2020-05-10 | Policy DB contents removed on DB deadlock | liamfallon | 3 | -112/+101 |
2020-05-07 | Fix simultaneous get access to policy provider | liamfallon | 1 | -71/+86 |
2020-05-06 | Make type and type_version mandatory on policies | liamfallon | 1 | -9/+13 |
2020-05-05 | Policy delete should only return deleted policy | liamfallon | 1 | -45/+57 |
2020-05-04 | Fix simultaneous write access to policy provider | liamfallon | 1 | -32/+47 |
2020-04-07 | Address sonar issues in models | Jim Hahn | 3 | -19/+9 |
2020-03-19 | Allow fetch of old policy type verisons | liamfallon | 2 | -51/+53 |
2020-03-11 | SONAR: Squelch bug regarding non-initalized lombok.NonNull values | Chris Ramstad | 2 | -0/+2 |
2020-03-09 | Add optional controllerName in Op. Legacy Policies | jhh | 2 | -1/+12 |
2020-03-06 | Full version in policy metadata version | liamfallon | 1 | -1/+1 |
2020-03-06 | TOSCA Compliant Guard Policies | Pamela Dragosh | 7 | -460/+2 |
2020-03-03 | Return incoming service templates on create | liamfallon | 1 | -6/+6 |
2020-02-24 | Fix to avoid ConcurrentModificationException in policy-models | a.sreekumar | 1 | -3/+3 |
2020-02-20 | Minor fix to avoid ConcurrentModificationException in policy-models | a.sreekumar | 1 | -6/+6 |
2020-02-19 | Fix cascaded get filtering and speed | liamfallon | 2 | -69/+123 |
2020-02-18 | Add safe entity delete, fix multiple entity get | liamfallon | 7 | -17/+93 |
2020-02-17 | Fix return building on policy get | liamfallon | 1 | -4/+11 |
2020-02-14 | Fix return codes and policy get | liamfallon | 3 | -12/+11 |
2020-02-13 | Update models-tosca for hetter handling | liamfallon | 6 | -8/+23 |
2020-02-12 | Implement validation and hierarchical get | liamfallon | 10 | -151/+308 |
2020-02-10 | Get the tree of parent entities for an entity in a container | liamfallon | 1 | -26/+46 |
2020-02-07 | Add data type and policy type reference checking | liamfallon | 5 | -12/+134 |
2020-02-05 | Add vaidation for entity hierarchies | liamfallon | 5 | -7/+98 |
2020-02-04 | Add merge utility for service templates | liamfallon | 3 | -25/+201 |
2020-01-28 | Add service template persistence provider | liamfallon | 2 | -7/+131 |
2020-01-13 | Read resource dirs in models prvider unit tests | liamfallon | 1 | -46/+41 |
2020-01-10 | Merge "Added new policy examples to support integration of new version valida... | Liam Fallon | 1 | -11/+1 |
2020-01-10 | Added new policy examples to support integration of new version validation fe... | Chenfei Gao | 1 | -11/+1 |
2020-01-10 | Fix policy-models to support data type properties | liamfallon | 3 | -14/+16 |
2020-01-08 | Update tosca utils to remove code duplication | liamfallon | 1 | -53/+70 |
2020-01-08 | Store and return data types for policies | liamfallon | 2 | -25/+102 |
2020-01-07 | Support persistence of data types | liamfallon | 3 | -12/+149 |
2019-12-10 | Fix minor checksyle issues in models | liamfallon | 2 | -5/+6 |
2019-09-11 | Fix derivedFrom field | liamfallon | 1 | -1/+1 |
2019-09-09 | Add metadata to properties | Pamela Dragosh | 2 | -0/+26 |
2019-09-05 | Repair policy types in TOSCA service template | liamfallon | 4 | -15/+70 |
2019-08-27 | Replace copyTo methods with copy constructors | Jim Hahn | 14 | -290/+63 |
2019-08-07 | replace hashCode function with compareTo | Henry.Sun | 13 | -13/+13 |
2019-06-18 | Removed unused imports from models | Jim Hahn | 1 | -3/+0 |
2019-06-17 | Fix the bug of cannot return multiple versions of particular tosca policy and... | Chenfei Gao | 1 | -4/+6 |
2019-06-17 | Merge "Allow multiple versions of entities to be returned" | Jorge Hernandez | 4 | -0/+90 |
2019-06-14 | Allow multiple versions of entities to be returned | liamfallon | 4 | -0/+90 |
2019-06-13 | Remove isNullVersion from identifier class | Jim Hahn | 1 | -11/+0 |
2019-06-07 | Fix version field to represent policy version instead of type version | Chenfei Gao | 1 | -9/+6 |
2019-05-23 | Add logging to model providers | liamfallon | 3 | -27/+166 |
2019-05-21 | Add version on legacy get/delete | liamfallon | 2 | -102/+86 |
2019-05-16 | Allow policy type prefix on policy guard policy id | liamfallon | 1 | -4/+19 |