Age | Commit message (Expand) | Author | Files | Lines |
2022-02-16 | Fix return type of get node templates provider | rameshiyer27 | 4 | -8/+4 |
2022-02-16 | Fix issue with GeneratedValue in PfGeneratedIdKey | a.sreekumar | 8 | -417/+7 |
2022-02-10 | Add policy metadataSet handling as node templates | rameshiyer27 | 10 | -5/+293 |
2021-11-03 | Fix Db connection issues in TOSCA control loop | FrancescoFioraEst | 6 | -348/+550 |
2021-07-23 | Remove unused statistics methods | Jim Hahn | 6 | -29/+6 |
2021-06-15 | Replace method parameters with filter parameters | Jim Hahn | 6 | -74/+61 |
2021-06-03 | Exposing the Audit provider through Models provider. | adheli.tavares | 7 | -0/+95 |
2021-05-10 | Fix sonars in policy models | Jim Hahn | 4 | -8/+8 |
2021-04-29 | Remove GroupValidationResult | Jim Hahn | 2 | -29/+14 |
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 | 4 | -6/+108 |
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 | 6 | -46/+54 |
2021-02-10 | More sonars in models | Jim Hahn | 1 | -2/+2 |
2021-02-08 | Set target-database property | Jim Hahn | 2 | -1/+5 |
2021-02-07 | Make filters on TOSCA entities generic | liamfallon | 7 | -106/+119 |
2021-01-19 | Allow providers other than PolicyModelsProvider | liamfallon | 2 | -107/+153 |
2021-01-12 | Add more methods to query deployment status | Jim Hahn | 6 | -1/+69 |
2021-01-08 | Add PDP-Policy deployment table to DB | Jim Hahn | 7 | -5/+85 |
2021-01-06 | Changed identifiers to concept identifiers | liamfallon | 2 | -54/+52 |
2020-12-23 | Add Service Template TOSCA handling | liamfallon | 4 | -2/+156 |
2020-12-14 | JPA concepts for TOSCA | liamfallon | 1 | -7/+20 |
2020-09-16 | Remove base64 encoding of password from models | Ram Krishna Verma | 6 | -21/+12 |
2020-08-14 | Remove legacy operational policy from models | Ram Krishna Verma | 7 | -353/+6 |
2020-06-18 | Changes for Checkstyle 8.32 | liamfallon | 12 | -22/+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-04-07 | Address sonar issues in models | Jim Hahn | 2 | -9/+6 |
2020-03-20 | Test cascaded multiple revision gets | liamfallon | 2 | -79/+773 |
2020-03-18 | Return latest entity on null versions | liamfallon | 1 | -5/+4 |
2020-03-13 | Consistent returns on Service Template gets | liamfallon | 2 | -0/+488 |
2020-03-06 | TOSCA Compliant Guard Policies | Pamela Dragosh | 7 | -357/+0 |
2020-02-19 | Fix cascaded get filtering and speed | liamfallon | 1 | -1/+49 |
2020-02-18 | Merge "Add safe entity delete, fix multiple entity get" | Ram Krishna Verma | 4 | -1/+140 |
2020-02-18 | Merge "Allow storing database password in environment variables" | Ram Krishna Verma | 1 | -1/+8 |
2020-02-18 | Add safe entity delete, fix multiple entity get | liamfallon | 4 | -1/+140 |
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 | 1 | -6/+7 |
2020-02-14 | Fix return codes and policy get | liamfallon | 1 | -24/+34 |
2020-02-13 | Allow storing database password in environment variables | Dominik Mizyn | 1 | -1/+8 |
2020-02-13 | Update models-tosca for hetter handling | liamfallon | 1 | -2/+2 |
2020-02-12 | Implement validation and hierarchical get | liamfallon | 8 | -627/+430 |
2020-01-16 | Clean up TOSCA provider unit tests | liamfallon | 4 | -31/+79 |
2020-01-13 | Read resource dirs in models prvider unit tests | liamfallon | 6 | -411/+296 |
2020-01-09 | Merge "update Db provider to support query number" | Jim Hahn | 5 | -27/+48 |