Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-05-14 | Remove sonar issue in simple provider |  liamfallon | 1 | -6/+7 |
2019-05-09 | Store legacy op policy properties as plain strings |  liamfallon | 1 | -18/+2 |
2019-05-09 | Store policy type version in policy before DB write |  liamfallon | 1 | -1/+2 |
2019-05-08 | Add JSON encoding to legacy policy properties |  liamfallon | 4 | -21/+61 |
2019-05-07 | Set default and check existance of Policy Type |  liamfallon | 2 | -4/+72 |
2019-05-05 | Serializaiton of properties to DB as JSON |  liamfallon | 3 | -7/+26 |
2019-05-02 | Fix bug in guard policy metadata creation |  liamfallon | 1 | -3/+25 |
2019-04-19 | Fix a bug in adding one-digit policy-version in metadata |  Chenfei Gao | 1 | -3/+3 |
2019-04-16 | Don't include "nullVersion" in swagger API |  Jim Hahn | 1 | -0/+2 |
2019-04-15 | Add serialized name for typeVersion |  Chenfei Gao | 1 | -0/+4 |
2019-04-15 | Merge "Use keys to speed DB queries" |  Pamela Dragosh | 1 | -2/+7 |
2019-04-15 | Use keys to speed DB queries |  Jim Hahn | 1 | -2/+7 |
2019-04-15 | Add conversion from plain Ident to IdentOptVersion |  Jim Hahn | 1 | -0/+5 |
2019-04-14 | Add prefix matching for policy version |  Jim Hahn | 1 | -9/+13 |
2019-04-12 | Add validation methods for PAP REST API |  Jim Hahn | 3 | -3/+94 |