summaryrefslogtreecommitdiffstats
path: root/docs/submodules/policy
AgeCommit message (Collapse)AuthorFilesLines
2019-10-29Update git submodulesLiam Fallon1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 87b642029080fbbacfb06daba15104f988ab6be0 - Merge "CHeckstyle and JUnit for base package in ONAP-REST" - CHeckstyle and JUnit for base package in ONAP-REST Added unit tests and fixed checkstyle and SONAR issues in the base package of ONAPE-REST There was a lot of knock-on automatic changes done by Eclipse when I renamed the class XACMLRestProperties to XacmlRestProperties so ignore the changes in all but the ONAP-REST package. I also didn't update the licenses on files on those classes because the changes were automatic. Issue-ID: POLICY-2131 Change-Id: I28823c844b5192f8d56de76a727996b13e7ea4a6 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-10-28Update git submodulesbobbymander1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 2542055ec3d3f25f482b0123ce4b273bba7592f3 - junit addition and update for PAP. Issue-ID: POLICY-2130 Change-Id: I33f25588c34fe72b12855a2486ba892afc04693c Signed-off-by: bobbymander <bobby.mander@att.com>
2019-10-24Update git submodulesLiam Fallon1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 766f999081e73b301062f1b96bffb9c52d7e9852 - Merge "Fixed the Policy GUI Editor tab right click issue." - Fixed the Policy GUI Editor tab right click issue. Issue-ID: POLICY-2159 Change-Id: Id659c56167613beb1dd28bcfd71d478209091647 Signed-off-by: utkarshJ <uj426b@att.com>
2019-10-24Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 1e61676b77dd09659027b8984f050df7e8538526 - Consolidate PolicyRestAdapter setup Put common code into PolicyEngineUtils that the controllers use to populate the PolicyRestController. Also some more sonar cleanup and formatting of XML files. Shortened 120 line characters. Removed some trailing spaces from comments. Fixed up one JUnit. Licenses. Issue-ID: POLICY-2133 Change-Id: Id7d8ac3ab60331535f048ec0f26aeb17a099414e Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-24Manually update submodulesKrzysztof Opasiak2-0/+0
Automated submodules updated is currently broken. Let's update repos manually. Issue-ID: DOC-552 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I1851c5f2b1ae0b0433b2fd60da2e3de8213753f3
2019-10-15Update git submodulesChenfei Gao1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to f22846dd8b032876addae750a5d24fd6339b7c4b - Update api swagger docs to reflect application/yaml support Issue-ID: POLICY-2102 Change-Id: I46c9146d7c35edd1dfdc75b1efc82e89a1b726ef Signed-off-by: Chenfei Gao <cgao@research.att.com>
2019-10-15Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 09ed59bc86f78ad25076c326f7240f5473c6e6c6 - Merge "Update api documentation to reflect addition of new policy creation endpoint" - Update api documentation to reflect addition of new policy creation endpoint Issue-ID: POLICY-2157 Change-Id: Iebdf6f27c47b8bfae375845a01ab7dbea225c5a9 Signed-off-by: Chenfei Gao <cgao@research.att.com>
2019-10-14Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 8a59300a40fbba22352f863e4684aceaba9908f2 - Update security fixes el alto Need to list the fixes we did for security. Issue-ID: POLICY-1982 Change-Id: I4dc7cf2289d45bc63456c422f200b29cc2095149 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-14Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 4e6615528e03f1a6f7808e28481bd55fe39ed572 - Add coverage to a few Controllers Cleaned up parts of the code that were useless. The coverage for 2 classes are now over 80%. The CreatePolicyController coverage is now 100% I have no idea what kind of policy the ActionPolicyController is expecting, seems bizarre so will have to leave it alone and move on. Issue-ID: POLICY-2133 Change-Id: I80629d3b6f2aba301483f3fa8c3cad16cc01ffbe Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-14Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to f36e53a3637e1204a42491ec0eeed7b3c763f681 - More sonar cleanup and line consolidation Missing javadoc and some variable naming to remove consecutive capitlization of letters. 120 line width reduction Missing curly braces Moving variables due to distance requirements Add missing rawtype suppression or useless ones There are some null return statements that are useless Started doing some combining of lines at the risk of making the code even more unreadable than it already is. Started addressing some nested if's. I see opportunity for a lot of common code to be combined or put into a base controller or utility method. Issue-ID: POLICY-2133 Change-Id: I6d4d9618bea685cf1d02899e3a9d4a43919a2a96 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-14Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 8bc72237df67a68ccf3653f095e434179f701260 - Update release notes el alto final Add the last bugs and known problems in. Fix the date. Issue-ID: POLICY-2156 Change-Id: I17489e7b0fb82a9e18dc5eb2325a159ebc1be75b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-11Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to b86c95c99240e8ed0ef91932a70ebed313dbd60c - Checkstyle and some coverage Address some trailing space from previous review. Mostly this was checkstyle issues of naming methods and variables, distance from usage, missing javadoc, 120 character spacing. Did add a few trivial code coverage tests. Issue-ID: POLICY-2133 Change-Id: I159d1b27429b6bef046092ea3a4045fbd3a1071c Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-09Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to a446733c9918cb264585ddc35b5e11bf3500bdf8 - Cleanup POLICY-SDK-APP CheckPDP Fixed sonar issues and added a small amount of code coverage. CheckPDP was renamed to comply with 2 consecutive capital letters. Various sonar issues done. Very difficult to get coverage on remaining area - over 82% anyway. RESTfulPAPEngine was updated to use the new renamed class and methods. Sonar issues were taken care of for the most part and added some coverage by consolidating the JUnit tests. Added in assertj as we will utilize that more throughout the repo. Issue-ID: POLICY-2133 Change-Id: Id0a9b050ebe373e155878699366d78df71bd0554 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-08Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to dbfa1570cd26d19b346287a6fb06f2d8a03f4a06 - Use lombok for data objects Removing lines to see if this will bump coverage. Some sonar for Junit tests and missing coverage. My next task will be to re-use some of this duplicate code for these object types and the controllers. Trailing spaces for patch #3. Issue-ID: POLICY-2133 Change-Id: Iaee123c6be4b63bd831172340709fe7597feaa78 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-07Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to b831c6a3df8e1dc9017ae5e8ad002dc3b1002aab - Merge "Format java POLICY-SDK-APP" - Format java POLICY-SDK-APP As a result of doing command maven reformat, these files are now changed. Updated licenses. Issue-ID: POLICY-2133 Change-Id: I19a8dd70eb10c0d879b97635f7780ab7f92a1753 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-07Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to d3e39036e883385f1308d378ebe5e1179bfbc932 - Add plugin for formatting Makes it easy from the command line to clean up whole submodules. Notably for policy/engine. Unfortunately we will have to copy the onap-java-formatter.xml to each project repo. Maven can't seem to find the file. Issue-ID: POLICY-2145 Change-Id: Ic905be8c33fd89e3bd2be072d3670aad7a4fac2b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-07Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 710011b4fb147bf100c52c4b0425160bba88a0fd - Remove unused vars and methods Removed unused variables and unused methods. Removed empty ';' statements. Combined if's that had no content. Not doing any formatting for javascript right now. Licenses. Issue-ID: POLICY-2134 Change-Id: Ib5ec178bd34154281509f57ed15f704e26101f05 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-03Update git submodulesjhh1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 36ad194c41e7a0fb6adb0df707188147fdc232d0 - Revert "Merge ccsdk dependencies .. cds actor" This reverts commit 6487e3f517472906998dc1f90c16468c0bc27af6, reversing changes made to fa44790365e0919efdd85a7a8dc5466e5c190d6d. Issue-ID: POLICY-2088 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I2008ed086d16e958e213583621a35cc2b776755f
2019-10-03Update git submodulesJorge Hernandez1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 6487e3f517472906998dc1f90c16468c0bc27af6 - Merge "Review ccsdk dependencies to integrate cds actor" - Review ccsdk dependencies to integrate cds actor For ccsdk proto-definition dependency : * Use dependency management * Upgrade to version 0.6.3 Issue-ID: POLICY-2088 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Icaa0f7ebb218aec5b642a53387da0f3f87d45af4
2019-10-03Update git submodulesJorge Hernandez1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to fa44790365e0919efdd85a7a8dc5466e5c190d6d - Merge "Add POSTMAN collection and env" - Add POSTMAN collection and env Have the offered API's be at a top level that points to the existing API's throughout policy. Add in downloads for example environment and collection for Postman. Issue-ID: POLICY-2114 Change-Id: Ie2edf2f0aacfe7c9bb14c3e9f83f74a8a2a72de6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-10-03Update git submodulesliamfallon1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 9c7bd6749a5817be3a8067e59a9309ac68eba41d - Fix inaccuracies in apex-pdp user manual - the docker profile should be sued to build the tarball - the apex engine should be run using "sudo su" - the APEX_HOME and APEX_USER environment variables should then be set - debugging defaults to "debug" level rather than "info" level Issue-ID: POLICY-2129 Change-Id: I5df5a021dfda3b51ab6ca1f490aec667139825c5 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-10-03Update git submodulesjhh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to ffd7241c7bfa8d8b68b504406fc6ed4cc299ffe6 - Update standalone legacy policy UI recipe Issue-ID: PORTAL-760 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I02c96873768660403b86db736cb3762d0ff8f5ff Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2019-10-02Update git submodulesChenfei Gao1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to dfbc0ad8bda1ca0946b2533ba679016c5ed5d6a1 - Fix links in api doc Issue-ID: POLICY-2121 Change-Id: I5ea5308afd63e5aeba3ac018c959f24c14c0b961 Signed-off-by: Chenfei Gao <cgao@research.att.com>
2019-09-26Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to e7be32d7a2a174bccf6fd08b1dba4703a892db97 - Merge "Upgrade Jackson version for security" - Upgrade Jackson version for security This change upgrades the Jackson version to 2.10.0.pr3, wherever it is referenced, which has a lower level of security vulnerability, 7 as opposed to 10. Change-Id: I346555dee60069b575f0eb86c5ca4be281e84b31 Issue-ID: POLICY-1644 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-09-23Update git submodulesSaryu Shah1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 350a0b59a37c353de8f34a301603d3f8bdb992dd - Updates to el alto release notes. Removed POLICY-1825 from list as that will be done post el alto. Issue-ID: POLICY-2094 Signed-off-by: Saryu Shah <ss3917@att.com> Change-Id: Ia9e427aca7b8ca1332614ac2669853bfc04b4648
2019-09-20Update git submodulesSaryu Shah1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to ad44df2b7f2ab14801e48664a3b3114e41a3331e - El Alto Release Notes El Alto Release Notes Issue-ID: POLICY-2094 Signed-off-by: Saryu Shah <ss3917@att.com> Change-Id: I233c044084ea73f5bfaa3f85a5b9f805b12f862f
2019-09-20Update git submodulesJim Hahn1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 90fdade571a1dd5875ea4fc10957d00f108a6464 - Use snapshot version of models in policy/engine Change-Id: I7c8ba1ed700a6a0c9e9017a19ab80ef510719bf4 Issue-ID: POLICY-2065 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-09-19Update git submodulesliamfallon1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 6f8aa8c860497a52fc0b6a164014a964a1acfccb - Replace apex JMeter HTML/JS with PDF reports The results of the apex JMeter report in result.zip was in the form of HTML/javascript, which generated security issues. This review replaces the contents of result.zip with PDF documents that capture the HTML content. Archive: result.zip Length Date Time Name --------- ---------- ----- ---- 0 2019-09-19 09:52 result/ 206236 2019-09-19 09:45 result/JMeter_0213_Charts_OverTime.pdf 91640 2019-09-19 09:48 result/JMeter_0232_Charts_ResponseTimes.pdf 129132 2019-09-19 09:46 result/JMeter_0221_Charts_Throughput.pdf 135087 2019-09-19 09:44 result/JMeter_0211_Charts_OverTime.pdf 26008 2019-09-19 09:31 result/JMeter_0310_TestTime.pdf 115940 2019-09-19 09:45 result/JMeter_0212_Charts_OverTime.pdf 138760 2019-09-19 09:46 result/JMeter_0222_Charts_Throughput.pdf 76038 2019-09-19 09:48 result/JMeter_0231_Charts_ResponseTimes.pdf 54638 2019-09-19 09:43 result/JMeter_0100_Dashboard.pdf 97078 2019-09-19 09:47 result/JMeter_0223_Charts_Throughput.pdf --------- ------- 1070557 11 files Issue-ID: POLICY-2082 Change-Id: I2fe119f9e9e2b31972bdb4a3376b66aaedbfedf6 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-09-18Update git submodulesliamfallon1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 6ee478c250496cc39c386657fc52cda8bc8fd82f - Change JMeter result UI to use jquery 3.4.1 The JMeter result UI zipped in the APEX stability test results uses JQuery 3.3.1 to render the results. This review changes the JQuery version packaged in JMeter to 3.4.1 to remove security vulnerabilities. Issue-ID: POLICY-2082 Change-Id: Id22cd4888cebe564035ed00705c20eb74fb75a76 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-09-18Update git submodulesJim Hahn1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 1c5d6cdf3793b0691686dc34c742f62582daff50 - Bump versions in policy/engine master Also added default branch to .gitreview to facilitate branching in the future. Switched internal properties to use snapshot versions of other repos per review comment. Change-Id: I23d71e67051d88cfaa07adc15e2d143289269027 Issue-ID: POLICY-2045 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-09-16Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 40d261d31fd7481c29a80f8c2519beb60ca3de14 - Release policy/engine 1.5.2 Official El Alto release 1.5.2 Issue-ID: POLICY-2045 Change-Id: I29e5b47530fe6a8e02891b0c5b1f15a09e1d332f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-09-16Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 8b0f5cc7be20fe5868319c8f720aff02a3db1333 - Update release version and date Release is 5.0.1 for El Alto - potential date is 9/30. When the release notes are finalized with user stories etc. the date will be done. Issue-ID: POLICY-2099 Change-Id: If98a450282fedd5fc2394917dc9b8c3d7c2f2e46 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-09-13Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to b66330d7b5382aff22d3b29d542c6d2fe2d72abe - Upgrade to portal 2.6.0 release Portal released 2.6.0 Issue-ID: POLICY-2045 Change-Id: I36537fca916be71a76e36f87ede0757397883b4b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-09-12Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 1c27d3125646a0bf545bdd224fe73bdebd145921 - Merge "Update api docs to reflect the most recent changes to policytypes" - Update api docs to reflect the most recent changes to policytypes Issue-ID: POLICY-2073 Change-Id: I67bcd417329231d5297d8f7e9c982b788cb46928 Signed-off-by: Chenfei Gao <cgao@research.att.com>
2019-09-11Update git submodulesJorge Hernandez1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 75ec6e95b3791c07c511ae396e0e37db6652cf42 - Merge "Update Decision API and Optimization doc" - Update Decision API and Optimization doc More examples for Decision API in the design document and also update the changes for Optimization application in XACML PDP. Issue-ID: POLICY-2071 Change-Id: I0880e40a428dd299c1b4c1f60ccf3f009c53e929 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-09-11Update git submodulesJorge Hernandez1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 0d54bfc0bd9fc0174f0be2ccc53a995b1aa1134b - Merge "PDPD Customization Documentation" - PDPD Customization Documentation Issue-ID: POLICY-1371 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I199f1c5bea5f7cda819f70633be4b4d4d5b6471d
2019-09-11Update git submodulesJim Hahn1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 9991a36b5581bdbdda18b45e56ff63f12a74675b - Add default branch in parent for master Having the entry in the .gitreview file makes it easier to update after creating a new branch. Change-Id: I8e886c2b2e62d38811486f0b19d3f624aabec9c9 Issue-ID: POLICY-2045 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-09-10Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 1d48c011fb5368dece0a180edab9d18f8efd860a - Upgrade to released artifacts Released parent, common and models Issue-ID: POLICY-2045 Change-Id: If26bd3e22f43396e61a53626b72d0d3e9d6bf5fb Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-09-05Update git submodulesJim Hahn1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to c0784b571a00ff28117ae20d7e55cc885db71557 - Bump version on master branch of policy/parent Change-Id: I2dfbec1c22d318157b48f8b299d3475bba788b5d Issue-ID: POLICY-2045 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-09-04Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 2f6374abde13a8e62e15387690b9f0cc1981814f - Release policy/parent 3.0.1 With oparent released, this can now be released. Issue-ID: POLICY-2045 Change-Id: Iee26ef04feadaf686309b533bfe72f2b5ce22bc1 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-09-03Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to de8c0925f5d8022c147d688e77f47fa5388f51e1 - Upgrade to release oparent 2.1.0 oparent is released, so updated to point to it. Issue-ID: POLICY-2045 Change-Id: I00ec0dae73f51b7882688512f6614db2b4eeb423 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-09-03Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to c7ebafd4e235416090ddcea8eadc37ffad53bdc9 - Merge "Change AlertSeverity to Severity in policy/engine" - Change AlertSeverity to Severity in policy/engine Updated logback xml files, replacing AlertSeverity with Severity. Also fixed some spacing issues. Change-Id: I3e4b9163d5d897fe4402028b69c741f497aecfc5 Issue-ID: POLICY-1989 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-09-02Update git submodulesSaryu Shah1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 990f41da6b9cd6689182c582ac7e818e143fda46 - Documentation - added offeredapis.rst in parent Added links for the API including legacy. This will be linked in the master API reference page. Issue-ID: POLICY-1984 Signed-off-by: Saryu Shah <ss3917@att.com> Change-Id: Ibab75f6c2077539ca16845053ded880ff05b8dd4
2019-08-30Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 9039e5dacc397fdf94aa19cac1f5531d7661cb03 - Merge "Documentation: Legacy APIs" - Documentation: Legacy APIs Identified the offered apis under platform as legacy Issue-ID: POLICY-1984 Change-Id: Iee46ded3e506a91181b1c18e1618d4509b8f8f90 Signed-off-by: Saryu Shah <ss3917@att.com>
2019-08-30Update git submodulesMichael Mokry1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to dde7c80b605c459569bf32838983c5e4c163521a - Additional Changes for Portal SDK 2.6.0 upgrade - Modified policyEditor.html to upgrade the angular version to 1.4.13 which is compatible with 2.6.0 SDK - Created new sql script file for Portal db table upgrades in 2.5.0 and 2.6.0 - Modified top level pom to upgrade springframework version to 4.3.24 Change-Id: I5f6e719a2f57891a1b2b76312f446211b6b60abd Issue-ID: POLICY-1539 Signed-off-by: Michael Mokry <michael.mokry@att.com>
2019-08-26Update git submodulesLiam Fallon1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 42b2f87993f6a65a359d91fd87c01d748e26228a - Merge "Documentation : rst formating problem" - Documentation : rst formating problem Fixed formatting in distribution/Distribution-User-Manual.rst and also added missing file drools/Tut_vFW_simulated_onset.JPG Issue-ID: POLICY-1986 Signed-off-by: Saryu Shah <ss3917@att.com> Change-Id: I7709d83ddb23ef3b722d01802c49a449f3b0d80a
2019-08-26Update git submodulesMichael Mokry1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to 1c67caa3a748649504ae60cd2db7fdec79903d0b - Portal SDK upgrade to 2.6.0 in policy engine - Modified poms to upgrade epsdk dependency from 2.4.0 to 2.6.0-SNAPSHOT - Work in progress, still needs to be tested in the lab Change-Id: I5c7df08ed84ef12824d4fdc2ef6f578d6dce7488 Issue-ID: POLICY-1539 Signed-off-by: Michael Mokry <michael.mokry@att.com>
2019-08-26Update git submodulesJorge Hernandez1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 565db1bdee727505b9d80fb723e8a7ca85b7c84a - Merge "Add documentation for stability/performance tests of policy components" - Add documentation for stability/performance tests of policy components Add s3p documentation for policy-api Add s3p documentation for policy-pap Add s3p documentation for policy-xacml-pdp Add s3p documentation for policy-apex-pdp Issue-ID: POLICY-1993 Change-Id: Id267f2b89316b32e79db11009cb013027058e94a Signed-off-by: Chenfei Gao <cgao@research.att.com>
2019-08-26Update git submodulesJim Hahn1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to a1fba584a25c63e296c71c94cda99f32b8f0605d - Merge "Upgrade oparent 1.2.0-SNAPSHOT to test clm" - Upgrade oparent 1.2.0-SNAPSHOT to test clm Testing to see if jetty upgrades will remove CLM jobs. We will need integration team to release oparent for El Alto. Issue-ID: POLICY-2000 Change-Id: I45888e173bf7d7c9f56c89af5b1dcc1d5027b31e Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-08-23Update git submodulesJim Hahn1-0/+0
* Update docs/submodules/policy/engine.git from branch 'master' to dc6697bc577a5ba1d423ca2e1a3b604528461479 - Fix license on updated engine files Address review comment about license date on updated junits. Change-Id: I5dd6e47be243d6f0d5a001cb5cfb45e7ac31f9c8 Issue-ID: POLICY-1937 Signed-off-by: Jim Hahn <jrh3@att.com>