Age | Commit message (Expand) | Author | Files | Lines |
2020-06-18 | Replaced try/catch blocks in policy/models with assertj assertions. | waynedunican | 1 | -8/+3 |
2020-05-10 | Policy DB contents removed on DB deadlock | liamfallon | 4 | -54/+61 |
2020-05-06 | Make type and type_version mandatory on policies | liamfallon | 2 | -8/+73 |
2020-04-16 | Add version to example yaml files | Jim Hahn | 1 | -22/+7 |
2020-04-07 | Address sonar issues in models | Jim Hahn | 1 | -2/+2 |
2020-03-25 | Cleanup eclipse warnings | Pamela Dragosh | 1 | -1/+0 |
2020-03-23 | Add version to compliant operational policies | jhh | 1 | -7/+7 |
2020-03-19 | Allow fetch of old policy type verisons | liamfallon | 1 | -53/+53 |
2020-03-09 | Add optional controllerName in Op. Legacy Policies | jhh | 1 | -1/+3 |
2020-03-06 | TOSCA Compliant Guard Policies | Pamela Dragosh | 8 | -572/+79 |
2020-03-04 | Fix tca monitoring tca_policy type | Pamela Dragosh | 1 | -5/+1 |
2020-03-03 | Return incoming service templates on create | liamfallon | 1 | -3/+3 |
2020-02-18 | Add safe entity delete, fix multiple entity get | liamfallon | 6 | -16/+340 |
2020-02-17 | Add missing entry_schema for operational policy type | Pamela Dragosh | 4 | -16/+21 |
2020-02-13 | Update models-tosca for hetter handling | liamfallon | 4 | -21/+35 |
2020-02-12 | Implement validation and hierarchical get | liamfallon | 7 | -79/+225 |
2020-02-10 | Get the tree of parent entities for an entity in a container | liamfallon | 1 | -0/+123 |
2020-02-07 | Add data type and policy type reference checking | liamfallon | 7 | -113/+177 |
2020-02-05 | Add vaidation for entity hierarchies | liamfallon | 22 | -142/+400 |
2020-02-04 | Add merge utility for service templates | liamfallon | 2 | -6/+212 |
2020-01-28 | Merge "Add service template persistence provider" | Jorge Hernandez | 2 | -0/+174 |
2020-01-28 | Add service template persistence provider | liamfallon | 2 | -0/+174 |
2020-01-20 | vcpe operational policy tosca compliant json | jhh | 1 | -3/+3 |
2020-01-13 | Read resource dirs in models prvider unit tests | liamfallon | 1 | -10/+10 |
2020-01-10 | Fix policy-models to support data type properties | liamfallon | 1 | -10/+10 |
2020-01-08 | Update tosca utils to remove code duplication | liamfallon | 1 | -10/+10 |
2020-01-08 | Store and return data types for policies | liamfallon | 2 | -0/+129 |
2020-01-07 | Support persistence of data types | liamfallon | 6 | -197/+317 |
2019-12-10 | Update optimization policies | Pamela Dragosh | 1 | -16/+16 |
2019-12-07 | Refactor optimization policies | Pamela Dragosh | 2 | -27/+57 |
2019-12-05 | Add new Operational Policy Type | Pamela Dragosh | 1 | -5/+9 |
2019-10-21 | Update optimization policies to have version | Pamela Dragosh | 2 | -8/+8 |
2019-09-09 | Add metadata to properties | Pamela Dragosh | 2 | -0/+234 |
2019-09-05 | Repair policy types in TOSCA service template | liamfallon | 2 | -41/+45 |
2019-08-27 | Replace copyTo methods with copy constructors | Jim Hahn | 10 | -58/+28 |
2019-06-27 | Use ToStringTester from utils-test | ramverma | 3 | -3/+5 |
2019-06-18 | Change getCanonicalName to getName in models | Jim Hahn | 6 | -6/+6 |
2019-06-18 | Merge "Fix the bug of cannot return multiple versions of particular tosca pol... | Pamela Dragosh | 1 | -1/+1 |
2019-06-17 | Fix the bug of cannot return multiple versions of particular tosca policy and... | Chenfei Gao | 1 | -1/+1 |
2019-06-17 | Fix simple sonar issues in models-tosca | Jim Hahn | 33 | -1088/+787 |
2019-06-17 | Merge "Allow multiple versions of entities to be returned" | Jorge Hernandez | 3 | -8/+55 |
2019-06-14 | Allow multiple versions of entities to be returned | liamfallon | 3 | -8/+55 |
2019-06-13 | Remove isNullVersion from identifier class | Jim Hahn | 1 | -4/+0 |
2019-06-07 | Fix version field to represent policy version instead of type version | Chenfei Gao | 1 | -2/+10 |
2019-05-22 | Fix name/version regexp in model keys | liamfallon | 2 | -4/+4 |
2019-05-21 | Add version on legacy get/delete | liamfallon | 2 | -45/+104 |
2019-05-16 | Allow policy type prefix on policy guard policy id | liamfallon | 1 | -1/+30 |
2019-05-07 | Set default and check existance of Policy Type | liamfallon | 10 | -15/+115 |
2019-05-05 | Serializaiton of properties to DB as JSON | liamfallon | 2 | -2/+2 |
2019-05-02 | Fix bug in guard policy metadata creation | liamfallon | 1 | -0/+7 |