Age | Commit message (Expand) | Author | Files | Lines |
2020-06-09 | Changing toString on ToscaPolicyXXXIdentifiers |  RossC | 3 | -0/+18 |
2020-05-19 | Bump models master to 2.3.0-SNAPSHOT |  Ram Krishna Verma | 1 | -1/+1 |
2020-05-19 | Bump models to 2.2.7-SNAPSHOT |  Ram Krishna Verma | 1 | -1/+1 |
2020-05-10 | Policy DB contents removed on DB deadlock |  liamfallon | 7 | -166/+162 |
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 | 3 | -17/+86 |
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-24 | Bump models patch 2.2.6-SNAPSHOT |  Pamela Dragosh | 1 | -1/+1 |
2020-04-16 | Add version to example yaml files |  Jim Hahn | 1 | -22/+7 |
2020-04-14 | Bump models to 2.2.5-SNAPSHOT |  Ram Krishna Verma | 1 | -1/+1 |
2020-04-11 | Bump models patch 2.2.4-SNAPSHOT |  Pamela Dragosh | 1 | -1/+1 |
2020-04-07 | Address sonar issues in models |  Jim Hahn | 4 | -21/+11 |
2020-03-25 | Bump models 2.2.3-SNAPSHOT |  Pamela Dragosh | 1 | -1/+1 |
2020-03-25 | Cleanup eclipse warnings |  Pamela Dragosh | 1 | -1/+0 |
2020-03-24 | Bump policy-models to version 2.2.2-SNAPSHOT |  liamfallon | 1 | -1/+1 |
2020-03-23 | Add version to compliant operational policies |  jhh | 1 | -7/+7 |
2020-03-19 | Allow fetch of old policy type verisons |  liamfallon | 3 | -104/+106 |
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 | 3 | -2/+15 |
2020-03-06 | Full version in policy metadata version |  liamfallon | 1 | -1/+1 |
2020-03-06 | TOSCA Compliant Guard Policies |  Pamela Dragosh | 16 | -1033/+82 |
2020-03-04 | Fix tca monitoring tca_policy type |  Pamela Dragosh | 1 | -5/+1 |
2020-03-03 | Return incoming service templates on create |  liamfallon | 2 | -9/+9 |
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 | 13 | -33/+433 |
2020-02-18 | Add missing classes to persistence.xml |  liamfallon | 1 | -0/+2 |
2020-02-17 | Add missing entry_schema for operational policy type |  Pamela Dragosh | 4 | -16/+21 |
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 | 11 | -29/+59 |
2020-02-12 | Implement validation and hierarchical get |  liamfallon | 19 | -230/+539 |
2020-02-10 | Get the tree of parent entities for an entity in a container |  liamfallon | 2 | -26/+169 |
2020-02-07 | Add data type and policy type reference checking |  liamfallon | 12 | -125/+311 |
2020-02-05 | Add vaidation for entity hierarchies |  liamfallon | 27 | -149/+498 |
2020-02-04 | Add merge utility for service templates |  liamfallon | 5 | -31/+413 |
2020-01-28 | Merge "Add service template persistence provider" |  Jorge Hernandez | 5 | -8/+309 |
2020-01-28 | Add service template persistence provider |  liamfallon | 5 | -8/+309 |
2020-01-20 | vcpe operational policy tosca compliant json |  jhh | 1 | -3/+3 |
2020-01-16 | Clean up TOSCA provider unit tests |  liamfallon | 1 | -5/+6 |
2020-01-13 | Read resource dirs in models prvider unit tests |  liamfallon | 2 | -56/+51 |
2020-01-10 | Bumped patch version for policy/models |  HOCKLA | 1 | -2/+2 |
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 | 4 | -24/+26 |
2020-01-08 | Update tosca utils to remove code duplication |  liamfallon | 2 | -63/+80 |
2020-01-08 | Store and return data types for policies |  liamfallon | 5 | -25/+238 |
2020-01-07 | Support persistence of data types |  liamfallon | 10 | -213/+471 |