Age | Commit message (Expand) | Author | Files | Lines |
2021-07-23 | Remove unused statistics methods |  Jim Hahn | 3 | -9/+6 |
2021-06-15 | Replace method parameters with filter parameters |  Jim Hahn | 3 | -48/+49 |
2021-06-03 | Exposing the Audit provider through Models provider. |  adheli.tavares | 3 | -0/+45 |
2021-05-10 | Fix sonars in policy models |  Jim Hahn | 1 | -1/+1 |
2021-04-29 | Remove GroupValidationResult |  Jim Hahn | 1 | -2/+3 |
2021-04-12 | Close DB in junits |  Jim Hahn | 3 | -36/+57 |
2021-04-08 | Use distinct names in DB junits |  Jim Hahn | 5 | -6/+10 |
2021-03-24 | Merge "Fix sonar issues for tests in policy-models" |  Jim Hahn | 3 | -103/+107 |
2021-03-19 | Fix write failure on PDP statistics |  liamfallon | 3 | -5/+106 |
2021-03-19 | Fix sonar issues for tests in policy-models |  lapentafd | 3 | -103/+107 |
2021-02-19 | Refactor timestamp property in policy models to use Instant |  rameshiyer27 | 3 | -33/+40 |
2021-02-10 | More sonars in models |  Jim Hahn | 1 | -2/+2 |
2021-02-07 | Make filters on TOSCA entities generic |  liamfallon | 4 | -61/+74 |
2021-01-12 | Add more methods to query deployment status |  Jim Hahn | 3 | -1/+22 |
2021-01-08 | Add PDP-Policy deployment table to DB |  Jim Hahn | 3 | -3/+27 |
2021-01-06 | Changed identifiers to concept identifiers |  liamfallon | 1 | -47/+46 |
2020-12-23 | Add Service Template TOSCA handling |  liamfallon | 1 | -0/+31 |
2020-09-16 | Remove base64 encoding of password from models |  Ram Krishna Verma | 4 | -8/+9 |
2020-08-14 | Remove legacy operational policy from models |  Ram Krishna Verma | 4 | -250/+3 |
2020-06-18 | Changes for Checkstyle 8.32 |  liamfallon | 9 | -16/+5 |
2020-05-10 | Policy DB contents removed on DB deadlock |  liamfallon | 1 | -39/+39 |
2020-05-05 | Policy delete should only return deleted policy |  liamfallon | 2 | -3/+36 |
2020-05-04 | Fix simultaneous write access to policy provider |  liamfallon | 2 | -6/+35 |
2020-04-28 | modifications in example sdnc naming policy |  jhh | 1 | -8/+8 |
2020-04-20 | Test latest policy version is returned |  liamfallon | 1 | -13/+63 |
2020-03-20 | Test cascaded multiple revision gets |  liamfallon | 1 | -0/+269 |
2020-03-18 | Return latest entity on null versions |  liamfallon | 1 | -5/+4 |
2020-03-13 | Consistent returns on Service Template gets |  liamfallon | 1 | -0/+67 |
2020-03-06 | TOSCA Compliant Guard Policies |  Pamela Dragosh | 4 | -249/+0 |
2020-02-19 | Fix cascaded get filtering and speed |  liamfallon | 1 | -1/+49 |
2020-02-18 | Add safe entity delete, fix multiple entity get |  liamfallon | 2 | -0/+83 |
2020-02-17 | Add missing entry_schema for operational policy type |  Pamela Dragosh | 1 | -6/+7 |
2020-02-14 | Fix return codes and policy get |  liamfallon | 1 | -24/+34 |
2020-02-13 | Update models-tosca for hetter handling |  liamfallon | 1 | -2/+2 |
2020-02-12 | Implement validation and hierarchical get |  liamfallon | 7 | -626/+424 |
2020-01-16 | Clean up TOSCA provider unit tests |  liamfallon | 3 | -31/+29 |
2020-01-13 | Read resource dirs in models prvider unit tests |  liamfallon | 6 | -411/+296 |
2020-01-08 | update Db provider to support query number |  ning.xi | 2 | -22/+40 |
2020-01-07 | Support persistence of data types |  liamfallon | 3 | -94/+90 |
2019-12-20 | pdp statistics database provider implementation |  ning.xi | 3 | -64/+63 |
2019-12-07 | Refactor optimization policies |  Pamela Dragosh | 1 | -9/+9 |
2019-12-05 | Add new Operational Policy Type |  Pamela Dragosh | 2 | -0/+17 |
2019-09-05 | Repair policy types in TOSCA service template |  liamfallon | 1 | -9/+16 |
2019-06-18 | Change getCanonicalName to getName in models |  Jim Hahn | 1 | -2/+2 |
2019-06-18 | Merge "Fix simple sonar issues in models: errors to sim-pdp" |  Pamela Dragosh | 8 | -366/+357 |
2019-06-17 | Fix simple sonar issues in models: errors to sim-pdp |  Jim Hahn | 8 | -366/+357 |
2019-06-17 | Fix the bug of cannot return multiple versions of particular tosca policy and... |  Chenfei Gao | 2 | -4/+18 |
2019-06-14 | Allow multiple versions of entities to be returned |  liamfallon | 1 | -13/+14 |
2019-05-22 | Fix name/version regexp in model keys |  liamfallon | 2 | -12/+12 |
2019-05-21 | Add version on legacy get/delete |  liamfallon | 5 | -37/+81 |