Age | Commit message (Expand) | Author | Files | Lines |
2023-09-22 | Java 17 Upgrade | adheli.tavares | 5 | -14/+14 |
2023-02-07 | Replace Eclipselink with Hibernate | liamfallon | 1 | -9/+9 |
2022-09-16 | Remove unused imports in models | liamfallon | 2 | -2/+0 |
2022-02-16 | Fix return type of get node templates provider | rameshiyer27 | 2 | -4/+2 |
2022-02-16 | Fix issue with GeneratedValue in PfGeneratedIdKey | a.sreekumar | 3 | -107/+3 |
2022-02-10 | Add policy metadataSet handling as node templates | rameshiyer27 | 3 | -302/+103 |
2021-11-03 | Fix Db connection issues in TOSCA control loop | FrancescoFioraEst | 6 | -348/+550 |
2021-07-23 | Remove unused statistics methods | Jim Hahn | 3 | -20/+0 |
2021-06-15 | Replace method parameters with filter parameters | Jim Hahn | 3 | -26/+12 |
2021-06-03 | Exposing the Audit provider through Models provider. | adheli.tavares | 3 | -0/+49 |
2021-05-10 | Fix sonars in policy models | Jim Hahn | 3 | -7/+7 |
2021-04-29 | Remove GroupValidationResult | Jim Hahn | 1 | -27/+11 |
2021-02-19 | Refactor timestamp property in policy models to use Instant | rameshiyer27 | 3 | -13/+14 |
2021-02-08 | Set target-database property | Jim Hahn | 2 | -1/+5 |
2021-02-07 | Make filters on TOSCA entities generic | liamfallon | 3 | -45/+45 |
2021-01-19 | Allow providers other than PolicyModelsProvider | liamfallon | 2 | -107/+153 |
2021-01-12 | Add more methods to query deployment status | Jim Hahn | 3 | -0/+47 |
2021-01-08 | Add PDP-Policy deployment table to DB | Jim Hahn | 3 | -2/+56 |
2021-01-06 | Changed identifiers to concept identifiers | liamfallon | 1 | -7/+6 |
2020-12-23 | Add Service Template TOSCA handling | liamfallon | 3 | -2/+125 |
2020-09-16 | Remove base64 encoding of password from models | Ram Krishna Verma | 2 | -13/+3 |
2020-08-14 | Remove legacy operational policy from models | Ram Krishna Verma | 3 | -103/+3 |
2020-06-18 | Changes for Checkstyle 8.32 | liamfallon | 3 | -6/+0 |
2020-04-07 | Address sonar issues in models | Jim Hahn | 2 | -9/+6 |
2020-03-06 | TOSCA Compliant Guard Policies | Pamela Dragosh | 3 | -108/+0 |
2020-02-18 | Merge "Add safe entity delete, fix multiple entity get" | Ram Krishna Verma | 2 | -1/+57 |
2020-02-18 | Add safe entity delete, fix multiple entity get | liamfallon | 2 | -1/+57 |
2020-02-13 | Allow storing database password in environment variables | Dominik Mizyn | 1 | -1/+8 |
2020-01-08 | update Db provider to support query number | ning.xi | 3 | -5/+8 |
2020-01-07 | Support persistence of data types | liamfallon | 2 | -11/+12 |
2019-12-20 | pdp statistics database provider implementation | ning.xi | 3 | -55/+130 |
2019-12-10 | Fix minor checksyle issues in models | liamfallon | 1 | -1/+3 |
2019-11-13 | Remove duplicate dao object | Jim Hahn | 1 | -1/+0 |
2019-06-18 | Change getCanonicalName to getName in models | Jim Hahn | 3 | -3/+6 |
2019-05-22 | Fix name/version regexp in model keys | liamfallon | 1 | -2/+2 |
2019-05-21 | Add version on legacy get/delete | liamfallon | 3 | -22/+35 |
2019-04-12 | Remove version from PdpGroup | liamfallon | 3 | -63/+45 |
2019-04-12 | UNit test and minor fixes for DB pars | liamfallon | 1 | -12/+5 |
2019-04-11 | Fix database properties | liamfallon | 2 | -42/+33 |
2019-04-10 | Finish unit test on policy-models | liamfallon | 3 | -37/+37 |
2019-04-04 | Add filter obejcts for concepts | liamfallon | 3 | -128/+42 |
2019-04-03 | Add impl of more PDP persistence | liamfallon | 3 | -1/+52 |
2019-04-02 | Add persistence for PDP concepts | liamfallon | 4 | -38/+56 |
2019-04-01 | Add extra methods to Provider interface | liamfallon | 3 | -50/+347 |
2019-04-01 | Refactor to authorative TOSCA serializtion | liamfallon | 3 | -53/+61 |
2019-03-29 | Restructure for authorative models | liamfallon | 3 | -31/+33 |
2019-03-27 | Add support for legacy guard policies | liamfallon | 3 | -52/+58 |
2019-03-27 | Merge "Add Legacy Op Policy Persistence" | Pamela Dragosh | 1 | -9/+9 |
2019-03-26 | Add Legacy Op Policy Persistence | liamfallon | 1 | -9/+9 |
2019-03-26 | Fix file access issue in DummyProviderImpl | Chenfei Gao | 1 | -8/+11 |