summaryrefslogtreecommitdiffstats
path: root/docs/submodules/policy
AgeCommit message (Collapse)AuthorFilesLines
2019-01-14Updated git submodulesJim Hahn1-0/+0
Project: policy/engine master b0c675060d1edcf39bfce758c28b026373e1e56c Fix policy/engine after integrity-audit changes In POLICY-1133, some classes in integrity-audit were modified (i.e., DbDAO => DbDao). Policy/engine uses those classes, too, so it must also be updated to reflect. Change-Id: I01ebad1ddfe8f1bb490c56b2eb3336c691688a24 Issue-ID: POLICY-1133 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-01-11Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 2e30d8c1127757d6557f142ff0288fb65412bf7a Use parent version of Eclipselink Issue-ID: POLICY-1360 Change-Id: I33d8cef3f5d273c0c2a93ecda321205316aea6de Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-01-10Updated git submodulesliboNet1-0/+0
Project: policy/distribution master 2fd83c1b4dc05314d57503c6ba647b88326003d2 Fix Noncompliant usage sonar issue remove the Thread.sleep about such noncompliant usage rename the funciton name for codestyle's alignment Change-Id: I71b66143d7d68fa58a1a60de70e1836fde7df8c4 Issue-ID: POLICY-1256 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-01-09Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master cff079a8dc3eeaf4e88c0e89a828fe4244a1b3c8 Fix context clearing on model upgrade Existing context is cleared when a model upgrade is carried out on an Apex PDP. The clear() method is called in error on the Apex engine during the upgrade. This change also has some small updates to the DecisionMaker example, which is used to test this feature. Issue-ID: POLICY-1395 Change-Id: I547a3a60712d1572d9daadf5eab4afcae2a5c321 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-31Updated git submodulesParshad Patel1-0/+0
Project: policy/apex-pdp master 8f142981c3f5fddfd58c2e106ead7b4f5fc93da0 Rename test classes in apex-pdp/services Make test classes name consitence by adding 'Test' at end of junit test classes and adding 'Support' or 'Dummy' at start of util or dummy type of test classes Issue-ID: POLICY-1263 Change-Id: I951f4e30736144010d69a0fb3b9181f7fee76013 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-12-28Updated git submodulesParshad Patel1-0/+0
Project: policy/engine master 31e122b8c77b933db7475b2889efcfba83e378b5 Rename test classes in policy/engine Make test classes name consitence by adding 'Test' at end of junit test classes and adding 'Support' or 'Dummy' at start of util or dummy type of test classes Issue-ID: POLICY-1281 Change-Id: I5fa65d0cfc95edc8f2fe0ca678a43d2011a39670 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-12-21Updated git submodulesLiam Fallon1-0/+0
Project: policy/apex-pdp master a3322831cd5efec598613e8335931944db222e9f Merge "Rename test classes in apex-pdp/model,core" Rename test classes in apex-pdp/model,core Make test classes name consitence by adding 'Test' at end of junit test classes and adding 'Support' or 'Dummy' at start of util or dummy type of test classes Issue-ID: POLICY-1263 Change-Id: I6cb8d09799d7abd1b50ead1edbc4986649ad4ba7 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-12-21Updated git submodulesliamfallon1-0/+0
Project: policy/distribution master 9013b63b082dcc3c7e6a10b52976bcc46ca3f019 Fix checkstyle issues in distribution Some fixes for minor checkstyle issues. Issue-ID: POLICY-1221 Change-Id: I86577f47283a6fa97be25d7550ed9c2d7ec026a9 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-20Updated git submodulesJorge Hernandez1-0/+0
Project: policy/apex-pdp master 89817bf276d95091098dbd7ae9cb357ea4a38836 Merge "Add SSL keystore/truststore to Apex package" Add SSL keystore/truststore to Apex package Issue-ID: POLICY-1222 Change-Id: I4409b88d1a9439492f9aac6c3b971bae7dc04b19 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-20Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 1dff5ebe27cbe79de8f9d798e256d41ecccdaa8c Add example policy for HTTPS Added an example of how to configure HTTPS for an Apex policy. Issue-ID: POLICY-1222 Change-Id: Iea8a8accac32f6d25c64a8324e202ad5e6221c7a Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-19Updated git submodulesJorge Hernandez1-0/+0
Project: policy/apex-pdp master b70b381538d2c6fca65530538b36c8f8fdebd104 Merge "Add Java property parameters for HTTPS" Add Java property parameters for HTTPS Issue-ID: POLICY-1222 Change-Id: I4a683cf2f52e7f1d28164954f84d0744b5ca7e9c Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-19Updated git submodulesliboNet1-0/+0
Project: policy/distribution master 5654548387d1ba2c3776d1a01276103481ac41cd Fix lineEnding issue for policy-keystore . separate the etc/ssl from etc in assembly . fix the JVM property typo by using trustStorePassword Change-Id: I0e00bf211de96939346c46e0486361e29f9e20f7 Issue-ID: POLICY-1385 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-12-18Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master fabd8bd3d510fd8f0af13d51c2fa97a778a3375a Remove unused @throws warnings Previous checkstyle fixes rationalised the exceptions thrown by methods, however the javadoc comments were not updated. This review updates them. Issue-ID: POLICY-1263 Change-Id: I2746f30e76018ec4d0f1e74a6a415979b7874329 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-18Updated git submodulesliboNet1-0/+0
Project: policy/distribution master fc32c230809a051bc1c17e8a2a447210822eebe7 add Https support for distribution endpoints . add the https into the RestServerParameters interface . update CommonTestData to support https interface . add two cases for healthcheck and statistic https validation . update the package script to use JVM properties . add keystore and truststore to resources dir . update the keystore path for consistency Change-Id: I04b2a3e1afef84eafbb6a22e6fe2122a5a181883 Issue-ID: POLICY-1221 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-12-17Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 8e8f3458646ec97d058d7322917f56021de2dc7f Fix sonar test renaming issues Renaming tests introduced Sonar issues: - Tests where coverage was <80% flagged as they are new code - Support test classes with names ending in "Test" flagged becasue they did not contain test cases Issue-ID: POLICY-1263 Change-Id: I17a4b27b2952a4978fab1c76579a013478b60ae1 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-15Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master ffdaf107b89321de081a4f122cf83393c196d769 Update to latest keystore from AAF tooling It is generic with extended expiration, and support for policy-distribution and policy-apex-pdp components. Change-Id: Ibbaa6206a9aa6833296ae8707d2a816809d11077 Issue-ID: POLICY-1377 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2018-12-13Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 4b01ae1ca8bc592fbbbc4d5408d6c645487811dd Add period after inheritDoc Issue-ID: POLICY-1074 Change-Id: I88dc888b2a374b38499241f578a36dd116e2b85b Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-11Updated git submodulesPamela Dragosh1-0/+0
Project: policy/apex-pdp master 44bd7f187f704712b057b5870819b32e72bfd8e0 Merge "Remove unused parameter from test data" Remove unused parameter from test data The "restRequestTimeout" parameter is not used in the current version of Apex, it was replaced by the "requestorTimeout" paramter. However, the parameter remained in the JSON data files. Also updated to improve output of messages during unit test. This review also sets the Jersey injection dependendy scope to "test" Issue-ID: POLICY-1074 Change-Id: I75f495f571c8101310bd1eaec01a305318346cd9 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-11Updated git submodulesJorge Hernandez1-0/+0
Project: policy/apex-pdp master 36ac8e1434a2747d8cb410557cf5fcabcfae3901 Merge "Support HTTP headers in REST Client" Support HTTP headers in REST Client Fixed REST client plugin to supprot HTTP headers and add unit test to plugin. Change-Id: I6a71ab7f83ed2126b8600bb5e586f971dbdacdc0 Issue-ID: POLICY-1222 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-11Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 92dd84cb28d341e9fff892adb4b616b8b795be91 Fix checkstyle issues Some minor line length and formatting checkstyle warnings fixed. Change-Id: Ib92069bbdb444560083e6d0dbf5d16a3ab824d82 Issue-ID: POLICY-1074 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-06Updated git submodulesPamela Dragosh1-0/+0
Project: policy/apex-pdp master e6753352980648bac92aff9a7295639349ea1295 Merge "Fix bugs in context flushing" Fix bugs in context flushing The context flushing support in the context distributor can throw a concurrent exception when a lot of context is active and a flush takes place. This fix introduces proper synchronized access to the album maps. In addition, there was an incorrect cast in the call to the persist() method of the persistor. Change-Id: I6594ffed83a0b34251a0c5c7893d4abb17437fd4 Issue-ID: POLICY-1380 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-06Updated git submodulesJorge Hernandez1-0/+0
Project: policy/apex-pdp master cbf3ade089e2cb866758efcb5fb9a3027b331700 Merge "Support HTTP headers in REST Requestor" Support HTTP headers in REST Requestor Change-Id: Iea4211e7d3324f5ea6244f45c91241a4067d8d33 Issue-ID: POLICY-1222 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-04Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 259039fa91e3038c41f4a322d81e7ea07a78b96e Add unit test for Java executor Code coverage in the Apex-PDP plugins is very low. JUnit coverage will be increased for the Plugins over the Dublin design timeline. Issue-ID: POLICY-1379 Change-Id: Ie70ab5a9be650818cb330ec5be2a89a5db6153c5 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-03Updated git submodulesJorge Hernandez1-0/+0
Project: policy/apex-pdp master dc2e6900325c0e69e7efb0346602d29ee634fbea Merge "Fix checkstyle/sonar issues" Fix checkstyle/sonar issues Remove unused imports Add @FunctionalInterface annotation Reduce the complexity of some methods Change-Id: If519c31b113233361fbb935121fe6494263ac957 Issue-ID: POLICY-1074 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-03Updated git submodulesPamela Dragosh1-0/+0
Project: policy/apex-pdp master a3532f2fd160f1751162d27caae65414afa9c30c Merge "Rename test classes in apex-pdp" Rename test classes in apex-pdp Make test classes name consitence by adding 'Support' or 'Dummy' at start of util or dummy type of test classes Issue-ID: POLICY-1263 Change-Id: I1dc1a7f174660a90664ebdcff2ea79ed30aa465c Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-12-03Updated git submodulesliboNet1-0/+0
Project: policy/distribution master 987cb61f269572fec7c0b0fe500f081ca36c2dd9 Fix policy format with vCPE service . change the capital and lower-case letter . add missing fields in ConfigBody policyName and templateVersion that are requried by OOF . add '=' into default operator once no such info in the input CSAR . based on the vCPE service, which includes several CPs, some may do NOT connect any VDU. so need deal with such case. . add new test case to cover complicated service includes 5 policies . change the resource's type from String to List as requried by OOF which needs such format to deal with all kind of policies beides hpa . improve the code style Change-Id: Id39b1a0511c362c5ae9dce409af18b032832de80 Issue-ID: POLICY-1282 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-12-03Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 457f041685a3a404a58a9f934282c76eba35ad81 Use Parent Eclipselink Issue-ID: POLICY-1360 Change-Id: I99a9e7bf60590fd0da5d7ba001e8ab322623fee6 Signed-off-by: liamfallon <liam.fallon@est.tech>
2018-12-03Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master f1e9c4a64eb9c5ef88bd7a77d35d2323414da0bb Merge "Update RN" Update RN Fix typo on known issue section Update link of Policy vulenerability report in Casablanca Vulnerability section Change-Id: I951f317145a28157d2e6e90c78588649065cc4dd Issue-ID: DOC-333 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-12-01Updated git submodulesJim Hahn1-0/+0
Project: policy/engine master 85281873c68c5546a130660471d3d15135d3e08a Update eclipselink version in policy engine Use eclipselink from policy parent. Change-Id: I60b8779c1b384f3fe69d21e7b9ed2a1091ca301e Issue-ID: POLICY-1365 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-11-30Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master bb2faff053437bb59421ff19e44f1e739e548ef8 Consolidate changes to release notes Consolidate release notes per Release Manager request during today's TSC call. Updating known issues. Change-Id: I721d61723259929eeacf91243958ede847e2d5db Issue-ID: POLICY-1357 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-29Updated git submodulesJorge Hernandez1-0/+0
Project: policy/apex-pdp master fb7c89ebe2e682170b09275a5e531d0a49d70ada Merge "Fixing issues in apex documents" Fixing issues in apex documents Change-Id: Ibc07c20fa8ac1018443a3c061613fdaecc5efb83 Issue-ID: POLICY-1280 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-11-29Updated git submodulesPamela Dragosh1-0/+0
Project: policy/apex-pdp master 9f637618ce0b5a4c893e2b6973096b52c6e564b7 Merge "Rename test classes in apex-pdp/model/basic-model" Rename test classes in apex-pdp/model/basic-model Make test classes name consitence by adding 'Support' or 'Dummy' at start of util or dummy type of test classes Issue-ID: POLICY-1263 Change-Id: Ia90e0ea73af16f6cde37692e98f1c4afc408dd2b Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-11-28Updated git submodulesJim Hahn1-0/+0
Project: policy/engine master ebf62c0900b295f06034843a1ff5fa49066a3a06 Eliminate error messages about BACKUPMONITORENTITY Change-Id: Ibf4ed1c684c7e29730e2ce4934e267d55b57e02d Issue-ID: POLICY-1290 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-11-27Updated git submodulesJim Hahn1-0/+0
Project: policy/engine master 2debf0105268423d5401f7cb5af4df5f4bceb1b1 Fix various errors in test logs Changed license comment style in ddl files from C-style to SQL-style. Added value for NOTIFICATION_DELAY. Don't overwrite property and pom updates from previous commit. Change-Id: I8c9fd50343c3503c797cb4165bbff5809e4d0740 Issue-ID: POLICY-1285 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-11-26Updated git submodulesJorge Hernandez1-0/+0
Project: policy/apex-pdp master 80540def7348e195ffacfbbc7c23e2e68e154965 Merge "Fix sonar issue cli codegen" Fix sonar issue cli codegen Modify CodeGeneratorCliEditor to use param object for sonar issue fix Add javadoc for the method addEventDecl Method. Modify meth declaration. Run formatter Issue-ID: POLICY-1251 Change-Id: I4f95e868c047f54dff9cf991e8f4f60e8954c788 Signed-off-by: kris.jinka <kris.jinka@samsung.com>
2018-11-26Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 1bf4549aff20757f3daf8678958f0d56107cd9e6 Update Architecture Add reference to labels created for two new applications ingested/added for Casablanca. Also ensure release date is correct. Correct doc8 errors Correct badd link apc-pdp Issue-ID: POLICY-1163 Change-Id: I84c17514ed0e080e4c4bebc8a3e0145bf7e93449 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-25Updated git submodulesPamela Dragosh1-0/+0
Project: policy/apex-pdp master 3688d3901ad241be26671e520da0e01e4c8089c0 Create label for architecture to ref Creating a label so other documentation in the architecture section can reference this PDP engine documentation. Issue-ID: POLICY-1163 Change-Id: Ida9caba405e36675f65843b1d49e79175634fa02 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-25Updated git submodulesPamela Dragosh1-0/+0
Project: policy/distribution master cf2a21536bd30ebb8b4544f51ad3024dae310842 Create label for architecture to ref Creating a label so architecture document can reference this new application. Issue-ID: POLICY-1163 Change-Id: Ie3cef673f179240d562dc02411d38c9dfc038252 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-23Updated git submodulesramverma1-0/+0
Project: policy/distribution master 592f9d090e4351a27aa6f283f5fb2b0b3dc7255b policy/distribution documents Change-Id: I1c3e083a9ce050ce67acd5f68d0dcf498927592a Issue-ID: POLICY-1260 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-11-22Add Policy distribution repoRich Bennett1-0/+0
Change-Id: I2262bd8d0812651f78525137750fa3cb3727e108 Issue-ID: POLICY-1260 Signed-off-by: Rich Bennett <rb2745@att.com>
2018-11-21Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 3863ba1ce0d94d816842f127d6198c2e225facfd Merge "Release notes - Known Issues" Release notes - Known Issues Release notes - Known Issues ------------------------------------------------------------- Change-Id: I0c341fac23f1644b345301d6b4a7a02995818347 Issue-ID: POLICY-1162 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-11-21Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 1f7c861c65aa8689f11196581b8ca5e79d7e4e26 Refactor Apex benchmark tests Apex performance tests are refactored and reorganised to be all in the one place and to be coherent. A test REST server that can generate events in batches is introduced and this can be configured to respond to REST calls from Apex with various batch sizes that can be varied for performance tests. Actual performance tests are added for the various executors in Apex. Change-Id: I692b41e1e4451e821a618c64dead5cc8e9685d08 Issue-ID: POLICY-812 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-11-21Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 8eeb5660ed71a76aa0dacbed3ee0ef0939c2c442 AAF documentation Change-Id: I3cab80a2305578625f550ed591135f19227a3afb Issue-ID: POLICY-1259 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com> (cherry picked from commit 367c1e79e700c30e3cfaf4dece64d3b6847bb3c2)
2018-11-20Updated git submodulesParshad Patel1-0/+0
Project: policy/apex-pdp master e8b197315437cac84872752e2ea090d8fb233941 Rename test classes in apex-pdp Make test classes name consistence under auth, model, plugins, testsuits, tools projects Issue-ID: POLICY-1263 Change-Id: I49ec9a9f5b457d6381e693de2c04ec0268ad1b02 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-11-20Updated git submodulesSaryu Shah1-0/+0
Project: policy/engine master 310794d7ea1d3ed73b5a0fbf11371fdf7af678c7 Updated policy release notes Updated policy release notes ------------------------------------------------------------- Change-Id: I234df901f4b527d79ccb79379c35833711f65097 Issue-ID: POLICY-1162 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-11-19Updated git submodulesSaryu Shah1-0/+0
Project: policy/engine master 23f33a3bdc041466473558b5ccbbc746efc3d630 Release Notes Casablanca Release Notes Casablanca ------------------------------------------------------------- Issue-ID: POLICY-1162 Change-Id: I951f118af5e28a7101c370c992a2c10dbdf32af4 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-11-19Updated git submodulesParshad Patel1-0/+0
Project: policy/apex-pdp master 62475a30ef2d425fe04df35ef2dac53c7ab5306a Rename test classes in apex-pdp Make test classes name consistence by putting 'Test' at end Issue-ID: POLICY-1263 Change-Id: I0179388d84826e698276a1995dd8173a40b5fd2b Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-11-16Updated git submodulesJim Hahn1-0/+0
Project: policy/engine master 28238bc0c12a10239564cd1d58fd07345fe1cde4 Don't run test until ws.start() completes Allocate server port via port=0 method. Replace tabs with spaces. Use logback-test to log test output only to stdout. Only wait for latch a finite amount of time. Update license date in new logback-test. Tabs => spaces in logback-test. More tabs => spaces in logback-test. Remove extra attributes from logback-test "configuration" element. Change-Id: I5608a4736c0b08d86a0687034eac6a65e3e77972 Issue-ID: POLICY-1092 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-11-16Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master da727fa247fd97a9dc5cbf010210a6dbc307bba9 Fix timing and move tests The timings on the REST test are too short and time out on ONAP Jenkins The tests of the Apex service and Apex model upgrade are not benchmark tests so are moved to Integration. Issue-ID: POLICY-1251 Change-Id: I2672d01042b33fe0cce5223005295e3b1aa26e7a Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-11-15Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 96b3da652c35313d9c18b689f5606d8d7f153fe3 Fix checkstyle warnings in AxState/Codegen Recent checkins introduced some very minor checkstyle warnings, this review fixes those. Change-Id: Ie7784ad22a748017e1647be0e23dc9d3fe100cf0 Issue-ID: POLICY-1251 Signed-off-by: liamfallon <liam.fallon@ericsson.com>