Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-04-11 | Use policy-id instead of name |  Jim Hahn | 1 | -0/+3 |
2019-04-10 | Add policy ID and version to metadata |  liamfallon | 1 | -0/+13 |
2019-04-10 | Finish unit test on policy-models |  liamfallon | 7 | -52/+27 |
2019-04-09 | Add unit tests for policy type and policy filters |  liamfallon | 3 | -4/+8 |
2019-04-09 | Complete unit test for models-pdp |  liamfallon | 2 | -1/+21 |
2019-04-08 | Add lists and tests for PDP filters |  liamfallon | 2 | -6/+4 |
2019-04-08 | Add bug fixes and tests for filters |  liamfallon | 3 | -8/+14 |
2019-04-06 | Fix bugs on filters |  liamfallon | 5 | -58/+46 |
2019-04-05 | Complete filters for Database Fetches |  liamfallon | 10 | -24/+49 |
2019-04-04 | Updates to models from scrum on 4/4 |  Jim Hahn | 4 | -0/+176 |
2019-04-04 | Add filters on policy objects |  liamfallon | 2 | -2/+68 |
2019-04-04 | Merge "Add filter obejcts for concepts" |  Pamela Dragosh | 4 | -69/+202 |
2019-04-04 | Add filter obejcts for concepts |  liamfallon | 4 | -69/+202 |
2019-04-03 | Add ApiModelProperty annotation to authorative models |  Chenfei Gao | 7 | -6/+22 |
2019-04-03 | Add impl of more PDP persistence |  liamfallon | 1 | -0/+15 |
2019-04-02 | Add persistence for PDP concepts |  liamfallon | 1 | -3/+5 |
2019-04-01 | Add extra methods to Provider interface |  liamfallon | 2 | -12/+108 |
2019-04-01 | Fix breakage from ToscaPolicy refactoring |  Jim Hahn | 2 | -1/+2 |
2019-04-01 | Refactor to authorative TOSCA serializtion |  liamfallon | 39 | -2041/+1081 |
2019-03-29 | Restructure for authorative models |  liamfallon | 46 | -512/+535 |
2019-03-27 | Add support for legacy guard policies |  liamfallon | 5 | -16/+346 |
2019-03-27 | Merge "Add Legacy Op Policy Persistence" |  Pamela Dragosh | 7 | -212/+414 |