summaryrefslogtreecommitdiffstats
path: root/docs/submodules/policy
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28Updated git submodulesbobbymander1-0/+0
Project: policy/engine master c8cf3270ff412fc7fc138f0e53b1361c3b21fcbf JUnit additions and powermock pom fixes Issue-ID: POLICY-602 Change-Id: I2484b47cc52a07413de69c1022a056fd0cf2d7d7 Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-27Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 0a91f57af987030eb63bc06a9c4fcafc024387ca Change default argument path for logs directory To align with the implementation Change-Id: Ia32123e2bf87537e758ecc9fac8f14b6ca4ae562 Issue-ID: POLICY-533 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-03-27Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 54d873eda668d7c0dbd79f1ca7764cab75753ec6 Merge "Policy Installation documentation" Policy Installation documentation Updated Policy Installation documentation ------------------------------------------------------------- Change-Id: I071c2c7fff7feb6a002ae9b753316c45864ed164 Issue-ID: POLICY-535 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-03-26Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master a65d684a684105c39a64181bbd44f1debb80fb06 Merge "New Optimization Policy" New Optimization Policy This is the new Optimization Policy to support the Integration of the OOF Policy Model into the Policy Platform. Added changes from Frank Wang to fix the following issues with existing Model Parser: 1. TOSCA Rendering issues 2. Matching Attributes support 3. ImportModelAPI to support TOSCA model upload via REST API Running local Sonar tonight to start fixing Sonar issues Added changes per review comments and fixed Sonar issues Change-Id: Ia8ce09c28a718ce4460475e76a750caef774bd6b Issue-ID: POLICY-622 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-03-26Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master cc7dca9a21765dca0ba336f27659a3852f6a15d9 Merge "ONAP code change for log files consolidation" ONAP code change for log files consolidation Code change for log files consolidation of PAP, PDP, BRMSGW, Console and db script Issue-ID: POLICY-562 Change-Id: I416ba7748b841bb2b1a31682e2b1631e279549e8 Signed-off-by: Chou, Joseph (JC2555) <jc2555@att.com>
2018-03-25Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master c8bed1e392b935ec50aaeeb5fb82d25a9568b790 Merge "Fix final 10 vulnerabilities in policy/engine" Fix final 10 vulnerabilities in policy/engine Code fixes for final 10 vulnerabilities in policy/engine Change-Id: I234194b596bdacd5f3f9fd1becd4da9d6d0b5cf4 Issue-ID: POLICY-662 Signed-off-by: eramkve <ram.krishna.verma@ericsson.com>
2018-03-25Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master ef59cda51b8320446dc235288340b711367c6c2e Merge "JUnit additions for PAP-REST,REST" JUnit additions for PAP-REST,REST Issue-ID: POLICY-603 Change-Id: Id7d2c1a835d028e88337db67d55f139aa1764826 Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-24Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master ee55aecddbf05c0efa235e9673fb402fce213180 Merge "policy documentation links" policy documentation links Included links ------------------------------------------------------------- Change-Id: Id5d73e5b18d6c073ff2809b867e57cdda2b75ce7 Issue-ID: POLICY-535 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-03-23Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 07893470ccd37f5ce75307580627726aec44c271 Merge "Updated policy documentation" Updated policy documentation Removed "Amsterdam" ------------------- Change-Id: I713c5beb5759e2fc97d5244a644fa6ffd72b6eb5 Issue-ID: POLICY-535 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-03-23Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 3ffc70781b1ae0053da7b302e6c00739ba077ae8 Merge "Add database initialization to XACML PDP test" Add database initialization to XACML PDP test This issue arose due to the order of execution of JUnit tests. The tests in XACMLPAPTest failed becasue the database was not initialized. Up till now, the @Before method in the test class org.onap.policy.pap.ia.DbAuditCompareEntriesTesti initiated the database. THis bug fix adds a similar @Before method to the XACMLPAPTest class to initialize the database. All other classes in the module were tested with both @Before methods commented out to ensure that no other tests will fail due to this issue. Issue-ID: POLICY-707 Change-Id: Ibce5fad5c006f7a92b3ef77bde4dc5ed6f7039ed Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-03-23Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 7a14106f07b1de10d9627ba4baa25587043be6e3 Merge "Resolved the Policy Removal issue from PDP" Resolved the Policy Removal issue from PDP Issue-ID: POLICY-706 Change-Id: I2425e305ed660ea07662e0a26e713cc91ed92e72 Signed-off-by: rb7147 <rb7147@att.com>
2018-03-22Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master cfb9038e5bca8e3840ebb25d75144abba8343ea6 Merge "Fix vulnerabilities and bugs in policy/engine" Fix vulnerabilities and bugs in policy/engine Code fixes for 1 bug and 17 vulnerabilities reported by Sonar in policy/engine Change-Id: I7b641795c790ec15418bd9ae3a414279e1b0f733 Issue-ID: POLICY-662 Signed-off-by: eramkve <ram.krishna.verma@ericsson.com>
2018-03-22Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 22421c172f11ac8f15bd96d759903c396ed18847 Merge "JUnit additions for PDP-REST,REST,SDK-APP" JUnit additions for PDP-REST,REST,SDK-APP Issue-ID: POLICY-584 Change-Id: I3b16e2a957e67ecfe5c28d2afaa09771ae891216 Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-22Updated git submodulesSaryu Shah1-0/+0
Project: policy/engine master cc7d8f696dd7717493dfc87e41884c7dd9923b83 Release Notes Initial release notes for Beijing ------------------------------------------------------------- Issue-ID: POLICY-535 Change-Id: Ia1da3b07fd305927a92c08225df452ee43d505f6 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-03-21Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 4938fc8ff0a231e26d63c06016365bea5c021c3f Merge "JUnit additions for PAP-REST,REST,Utils" JUnit additions for PAP-REST,REST,Utils Issue-ID: POLICY-600 Change-Id: I9a432f9e8af43184d116d5eeb2fbbac65472564e Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-21Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master e53bd66cc71fcc3f7dff762054790c382d7dd499 Merge "Fix all bugs reported by Sonar in policy/engine" Fix all bugs reported by Sonar in policy/engine Code fixes for 27 bugs reported by Sonar in policy/engine Change-Id: I96da96b38a2e2954ec549e5cdf6ed3ad1d76722c Issue-ID: POLICY-662 Signed-off-by: eramkve <ram.krishna.verma@ericsson.com>
2018-03-21Updated git submodulesWang,Frank(gw1218)1-0/+0
Project: policy/engine master 6e00f46e0c2ee4dbbdb0e222e6f361210d1a0da1 Add Matching Fields For MS Model Fixed the missing function of matching fields for TOSCA Model Issue-ID: POLICY-655 Change-Id: I41017a4cf01df7f4c36e086f76d169e3e216dc34 Signed-off-by: guangxingwang <gw1218@att.com> Signed-off-by: Wang,Frank(gw1218) <gw1218@att.com>
2018-03-20Updated git submodulesSaryu Shah1-0/+0
Project: policy/engine master 82b62ca5dd3ae30aab7999b5959e1c07eb1d3d1f cookbook, updated architecture doc policy documentation - cookbook, updated architecture ------------------------------------------------------------- Issue-ID: POLICY-535 Change-Id: I7d13c145993692b8669f4855b0b23cc73eaa8142 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-03-20Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master c08d7d80907f2799a49987d61e4260bb44ff8aba Merge "JUnit additions for SDK-APP" JUnit additions for SDK-APP Issue-ID: POLICY-604 Change-Id: I2e2cdb3037a70af7d8d85a4a6274b3e361510bc1 Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-20Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 2a3adb320cb956c54073dab277524a19942e1b10 Merge "Fix Another Typo in dependency.json" Fix Another Typo in dependency.json Unresolveable maven coordinates when building the rules jar caused by a missing s in drools-applications. Issue-ID: POLICY-660 Change-Id: I3e78fec9c9e58c10f2a9366d15447e8a3998d343 Signed-off-by: dc443y <dc443y@att.com>
2018-03-20Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master f57fa5248fd5661e3aa75058de281b9606e023f3 Merge "Policy Release Notes Updates" Policy Release Notes Updates Updated Policy Release Notes for Amsterdam Maintenance Release ------------------------------------------------------------- Change-Id: I748a9233fa1be1cf6ef729f3f78d39cba181d18c Issue-ID: POLICY-486 Signed-off-by: Saryu Shah <ss3917@att.com> (cherry picked from commit 374caf1b9b38893ee3efac301b5f81c2d64b1d08)
2018-03-19Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master f51ce19abe756def645a73e28d76e1f8fde90da6 Merge "Update oparent version to 1.1.0" Update oparent version to 1.1.0 Directive from ONAP project that all repos should be updated. Change vierified with a build with .m2 /org/onap cleared. The test cases are updated becasue changing the oparent version changed the order of test execution and tests failed due to the static data in PAPServices not being cleared. Clearing of PAPServices data in those test cases is now done in an @After method. The test case in the test below has a test dependency: ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/notifications/test/NotificationTest.java depends on com.att.aft.dme2 version 3.1.200-oss That dependency was added to the POM of ONAP-PDP-REST Issue-ID: POLICY-693 Change-Id: Ie070f9e94216f4a81f114380782a834ce8663fd5 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-03-19Updated git submodulesdc443y1-0/+0
Project: policy/engine master 7e51fc7eb12e2a1aa197b2a0b6bd4fea26aa5c0a Fix type in dependency.json The BRMSGW was unable to generate rules artifacts during docker installation due to an unresolved dependency. A typo was discovered in the problematic dependency which was causing the error. Issue-ID: POLICY-660 Change-Id: If4dbe5e640f10d063fa5643112338b10fd29187d Signed-off-by: Daniel Cruz <dc443y@att.com>
2018-03-16Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master bfed41c8a4244d222d4cf4dd1d1068fddd42267e Merge "Exclude httpclient to resolve CLM issue" Exclude httpclient to resolve CLM issue v4.5.1 is being ommitted via maven depedency resolution. So we will exclude to help clear the CLM issue being flagged. Issue-ID: POLICY-507 Change-Id: I5636da0a8109fa66cf00eb9205d89d7437517955 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-16Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 0a2275d744f81e72997e85db51db8e4631c900ac Merge "JUnit addition for SDK-APP" JUnit addition for SDK-APP Issue-ID: POLICY-604 Change-Id: I9abc8418ddab1f487385c38c0424db601f8746e2 Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-16Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 5fad6d42cf763f0e1f565727bb1e04b30566154e Merge "Renamed policy-pe docker image" Renamed policy-pe docker image Renamed from: onap/policy/policy-pe to onap/policy-pe to enable consistent naming across nexus3 and docker hub Issue-ID: POLICY-674 Change-Id: I1ace3e6034a17afa1ed68198b367e17981ec388b Signed-off-by: mmis <michael.morris@ericsson.com>
2018-03-14Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 44fd25bcbb86f8600ec88eeeac6bb8312672c470 Merge "Policy:Blocker" Policy:Blocker Use try-with-resources to close this JarFile:L590 L617 Issue-ID: POLICY-688 Sonar link:https://sonar.onap.org/issues?myIssues=true&open=AWF91iXI8TZzbCgU6anv&resolved=false&severities=BLOCKER Location:BRMSGateway\src\main\java\org\onap\policy\brmsInterface\BRMSPush.java Change-Id: I11f07325e78d6c7a9760496db4685546d2910595 Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
2018-03-14Updated git submodulesbobbymander1-0/+0
Project: policy/engine master 77e2f154dbe8d17dbf09a98a8e42497e9cf25969 JUnit addition for SDK-APP Issue-ID: POLICY-604 Change-Id: Ib48f22dfe0db68348cb820d4186e7d3a79864b3f Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-14Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master fa1e3fb147d1bb0f2446eaf9923acfcf18f8384d Upgrade dmaap release 1.1.3 Dmaap released their artifact as the snapshot is no longer available. Issue-ID: POLICY-694 Change-Id: Iaeeed2266a00271967334cb33e79d4c42a33f90a Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-13Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 9f19ef6e4c962160eb844da5f505be2fa3901a69 Merge "Upgrade to latest elasticsearch" Upgrade to latest elasticsearch Will not clear any CLM issue but this for uses a version that is using the latest lucene-queryparser. It is noted in the CVE for lucene-queryparser that elasticsearch is not affected by the issue. We will upgrade to keep up with the latest code. Issue-ID: POLICY-507 Change-Id: I8580dbc704c48245faf298304b8aec76c9e773c4 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-13Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 6dcce8e82caac6b7795ea949f70a21588641fb79 Merge "Upgrade log4j to clear security issue" Upgrade log4j to clear security issue Vulnerability id is CVE-2017-5645 Issue-ID: POLICY-507 Change-Id: Ifed6ae8991edfa1d0e9b8c38afe19f5b43cf0b46 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-13Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master e4108d603d054de1de1b9d38109181b32b31bbb9 Merge "JUnit additions for PAP-REST,SDK-APP" JUnit additions for PAP-REST,SDK-APP Issue-ID: POLICY-600 Change-Id: Ie2a3257e26382f68d8cb008dc5ac512d6ac49c8b Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-13Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 1cb0fbfc4993c1f47f31b061d70b64f53247df95 Merge "Fixed the SDK Junits and cleaned unused code" Fixed the SDK Junits and cleaned unused code Moved file tmp object from try resources block. due to not closing the stream the inputstream read by xacmlpolicyscanner ended with premature file error. Cleaned unused code. Issue-ID: POLICY-584 Change-Id: I92c4d000d94a144736d9ac46db384785a7512593 Signed-off-by: rb7147 <rb7147@att.com>
2018-03-13Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 3c9de6694e0cdf7f5c8c17d3180af52ceb33903c Merge "Policy:Blocker" Policy:Blocker Use try-with-resources to close this JarFile:L264 L265 Issue-ID: POLICY-683 Sonar Link: https://sonar.onap.org/issues?myIssues=true&open=AWF91iwf8TZzbCgU6arv&resolved=false Location:ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/components/ActionPolicy.java Change-Id: Ie9adb5b50dbb61c923bf73fa107fd19366f24304 Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
2018-03-13Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 5746f9ca2ea6a4ac3facadae169d6289867fd4a5 Merge "Sonar Major" Sonar Major Move the api string literal on the left side of this string comparison XACMLPapServlet.java:L1179 Sonar Link: https://sonar.onap.org/issues?myIssues=true&open=AV2blOo25bp_wwmIUQnh&resolved=false&severities=MAJOR Location: ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/XACMLPapServlet.java Line Number:1179 Change-Id: I937caaca01107d2a11be4050ff7be5e5dc66acb6 Issue-ID: POLICY-690 Signed-off-by: SP00501638 <SP00501638@techmahindra.com>
2018-03-13Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 1428500b1ff82ee02b5dba7db2e9ad4e913adc80 Merge "Sonar Major" Sonar Major Move the GUARD_BL_YAML string literal on the left side of this string comparison DecisionPolicyController.java:L208 Sonar Link: https://sonar.onap.org/issues?myIssues=true&open=AV2blO9u5bp_wwmIURef&resolved=false&severities=CRITICAL%2CMAJOR Location: POLICY-SDK-APP/src/main/java/org/onap/policy/controller/DecisionPolicyController.java Line Number:208 Change-Id: I04199190cbb4afd50bcfa0a2725e6f2fef8dddba Issue-ID: POLICY-689 Signed-off-by: SP00501638 <SP00501638@techmahindra.com>
2018-03-13Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 1c08fcf5dab216ee18b8df116c2c8d7683745702 Merge "Sonar Blocker" Sonar Blocker Use try-with-resources or close this BufferedWriter in a finally clause FirewallConfigPolicy.java:107 Sonar Link: https://sonar.onap.org/project/issues?id=org.onap.policy.engine%3APolicyEngineSuite&myIssues=true&open=AWF91ixe8TZzbCgU6ar2&resolved=false&severities=BLOCKER Location: ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/components/FirewallConfigPolicy.java Change-Id: I0ab8bf61fb9a6eb32ebdb5fccb66a67a8ac36b77 Issue-ID: POLICY-687 Signed-off-by: SP00501638 <SP00501638@techmahindra.com>
2018-03-13Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master eff3339eafcc4cb46b983ff1a7681ff8a4117d39 Merge "Sonar Major" Sonar Major Move the null string literal on the left side of this string comparison CreateFirewallController.java:L347 Sonar Link: https://sonar.onap.org/project/issues?id=org.onap.policy.engine%3APolicyEngineSuite&myIssues=true&open=AWBFphN0-08if2a6vI7H&resolved=false&severities=MAJOR Location: POLICY-SDK-APP/src/main/java/org/onap/policy/controller/CreateFirewallController.java Change-Id: I744a66f3622fb7db0933c7c7dabc520e859cff4d Issue-ID: POLICY-685 Signed-off-by: SP00501638 <SP00501638@techmahindra.com>
2018-03-13Updated git submodulesSP005016381-0/+0
Project: policy/engine master cbd2227c7b6adfa878eb97b6f6a85b73bf1d1a75 Sonar Major Merge this if statement with the enclosing one CreateBrmsParamPolicy.java:L218 Sonar Link: hhttps://sonar.onap.org/project/issues?id=org.onap.policy.engine%3APolicyEngineSuite&myIssues=true&open=AV2blOqK5bp_wwmIUQqX&resolved=false&severities=MAJOR Location: ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/components/CreateBrmsParamPolicy.java Change-Id: I0f9885a2491735878d688a2c812afd15a052f481 Issue-ID: POLICY-686 Signed-off-by: SP00501638 <SP00501638@techmahindra.com>
2018-03-12Updated git submodulesbobbymander1-0/+0
Project: policy/engine master 0e75793d9c09b31b783556212380bb112f50219a JUnit additions for BRMSGW Issue-ID: POLICY-598 Change-Id: I90bee429a303b6fbc27272f3a1aa38d89d473e50 Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-09Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 87701d53707aeeb908f47e7d4f76a622ec037905 Merge "Use org.onap.aaf dependencies" Use org.onap.aaf dependencies Move from github version to the onap version. Issue-ID: POLICY-568 Change-Id: I30f91b07cb690e50e829c14725c1bf05a1f4200b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-09Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 38fa76cdcbe32e2df1da8f483b561395cd010bb3 Merge "Fix brmsgw regex handling for dependecies" Fix brmsgw regex handling for dependecies Issue-ID: POLICY-684 Change-Id: I3a8fbbaebf4fdfcd097edcc367e06ef8807aa3bc Signed-off-by: pa834y <pa834y@att.com>
2018-03-09Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 4e9205fe5586a33461e8207e446147948d3fd309 Merge "Junits for ONAP-PDP module" Junits for ONAP-PDP module Added coverage for the FindAction class. Issue-ID: POLICY-601 Change-Id: Id7fc2a75de65ff6182f662d2330095cd371d2c7e Signed-off-by: Magnusen, Drew (dm741q) <dm741q@att.com>
2018-03-09Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 3f9fc363e61aa61b903f7eaf44ea11edae779609 Merge "JUnit additions for PAP-REST" JUnit additions for PAP-REST Issue-ID: POLICY-600 Change-Id: Id705865614faf42dfc604b1b88066122614f866c Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-09Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 1b075974ac392877c531f81f5d84a61b92080b05 Merge "ClientEndpoint needs to be instantiabe" ClientEndpoint needs to be instantiabe Issue-ID: POLICY-660 Change-Id: I0d377eb9d500218933217faeb224929548da0e5a Signed-off-by: pa834y <pa834y@att.com>
2018-03-09Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 5805752884388261d7183e88a8ae633ebf3a46d6 Merge "Policy:Blocker" Policy:Blocker Use try-with-resources or close this FileOutputStream in a finally clause.:L574 L575 Issue-ID: POLICY-656 Sonar Link: https://sonar.onap.org/issues?myIssues=true&resolved=false Location:BRMSGateway\src\main\java\org\onap\policy\brmsInterface\BRMSPush.java Change-Id: Id9ce5e5505bb3c622652cd7ff1e844519c9c786f Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
2018-03-09Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 76f11353eb304c90fd935175847ac30ec7e5bb6f Merge "Sonar Major" Sonar Major Remove this useless assignment to local variable temp CreateNewMicroServiceModel.java:L195 Sonar Link: https://sonar.onap.org/issues?assignees=swapnalipode&open=AV2blOqq5bp_wwmIUQr6&resolved=false Location: src/main/java/org/onap/policy/pap/xacml/rest/components/CreateNewMicroServiceModel.java Change-Id: Icdd79502962e1173d83bca442d2d739b058932ba Issue-ID: POLICY-682 Signed-off-by: SP00501638 <SP00501638@techmahindra.com>
2018-03-09Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 91c23cafdef24c3c33ed83ad3e4573874b868257 Merge "JUnit additions for PDP-REST,ONAP-SDK-APP" JUnit additions for PDP-REST,ONAP-SDK-APP Issue-ID: POLICY-602 Change-Id: I354415df7292656d60ce573fb5b004f5de25899a Signed-off-by: bobbymander <bobby.mander@att.com>
2018-03-09Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master e344ad7e76f2f20924ed156a253922d34c65aa55 Merge "Change default log location per logging guidelines" Change default log location per logging guidelines Change-Id: Ib45bbede0330c6bf5dd6461b2642321d8fdb49ad Issue-ID: POLICY-554 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-03-09Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master fc285f4a7aee9f4b429929fc709a362766149d4d Merge "Sonar Major" Sonar Major Remove this useless assignment to local variable em PolicyDBDao.java:L361 Sonar Link: https://sonar.onap.org/issues?assignees=swapnalipode&open=AV2blOr_5bp_wwmIUQxy&resolved=false Location: src/main/java/org/onap/policy/pap/xacml/rest/components/PolicyDBDao.java Change-Id: I2ef3046c1902768589db51127aaf320f94342a9c Issue-ID: POLICY-679 Signed-off-by: SP00501638 <SP00501638@techmahindra.com>