summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master c7810657f088814052a8ed90fd0c4e08dd14a211 Merge "added fix for error log reported in sonar" added fix for error log reported in sonar Added fix for error logging reported in sonar Issue-ID: PORTAL-383 Change-Id: I1a73508da1c2d028ce9e8933def60c02b62482ff Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master 9d6c52ce215710a86f73fc5ea2ea4b95aa44d020 Merge "OpenCollaborationController.Java:fixed sonar issue" OpenCollaborationController.Java:fixed sonar issue Fixed the below sonar issue at line number 40 and 41, 'Remove unused imports'. Issue-ID: PORTAL-370 Change-Id: Id009380e96bb38391ae90e599e0f90c6344642ca Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master 0cb063e2e1fa065906b734ae42b73163fee147ab Merge "Sonar fix in RoleApp.Java" Sonar fix in RoleApp.Java Fixed all Sonar issues in RoleApp.Java Issue-ID: PORTAL-367 Change-Id: I56d6bdc66ec03a61e1f7991a2d7c1580ffcaeb9c Signed-off-by: Amaresh Kumar <kamaresh@in.ibm.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master ba9c4b1abfcc513c3cedc423f423c82b241248e8 Merge "TicketEventServiceImpl : Fixed sonar issue" TicketEventServiceImpl : Fixed sonar issue Fixed below sonar issue at line 52, Immediately return this expression instead of assigning it to the temporary variable 'hyperlink' Issue-ID: PORTAL-364 Change-Id: I33b854b15e163146415040bf98dbd7e992d04b61 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master d0082750f86e9bfa70e2ae9ad2694342df87f968 Merge "LoginStrategy.java : Fixed sonar issue" LoginStrategy.java : Fixed sonar issue Fixed sonar issue, annotate interface with @FunctionalInterface annotation Issue-ID: PORTAL-374 Change-Id: I30472b6c18ef350b687d74acce4545c250462f6d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master e7cb0fc70248368aa802db1b0f5921d2d34df6d1 Merge "NotificationCleanupConfig.java - Fixed sonar issue" NotificationCleanupConfig.java - Fixed sonar issue Fixed below sonar issues: Cast one of the operands of multiplication operation to long, Remove the BeansException which is runtime, Reorder the modifiers to comply with java language specification Issue-ID: PORTAL-378 Change-Id: I5cede6e6d12e9a16b524beeb562d379b3d991d93 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master 15f874c9924f483329687f60990ba86e2f6065cf Merge "ExternalAccessRoleServiceImpl: Fixed sonar issue" ExternalAccessRoleServiceImpl: Fixed sonar issue Fixed sonar issue, make method public or remove @Transcational anotation Issue-ID: PORTAL-385 Change-Id: I6ad3358b92feb0a830ee5dcb022d873b315d1172 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master c8e9a59196fcae4b3c8f5508238184ca014cf44e Merge "PortalResourceInterceptor.java:fixed sonnar issue" PortalResourceInterceptor.java:fixed sonnar issue Fixed sonar issue, correct this '&' to '&&' Issue-ID: PORTAL-380 Change-Id: I45d0bbc3cded8482d1dc48d4424e2b59213cf545 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master 1b7a67049f756c2d44465b5291246d15bcfbe87f Merge "PostSearchBean.java: fixed sonar issue" PostSearchBean.java: fixed sonar issue Fixed sonar issue, reduce numeber of conditional operator in expression Issue-ID: PORTAL-373 Change-Id: Ic0c8a2cab9643f23e490d2fe09f0d1aa45bd73c0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master e180363a23d26236a3ab5eea84cbe5d85bdb2bfa Merge "BasicAuthAccountServiceImpl: Sonar Issue" BasicAuthAccountServiceImpl: Sonar Issue Fixed sonar issue, correct "&" with this "&&" Issue-ID: PORTAL-384 Change-Id: I019ed7d91b490366061bc581ab1e88abf819e824 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master cc49cd5fb8fc48af6f9f28a478776d2c35d27458 Merge "Result.java : Fixed sonar issue" Result.java : Fixed sonar issue Fixed the below sonar issue at line 41, 'Rename feild 'result' at line 41 Issue-ID: PORTAL-371 Change-Id: I05a25aa44631415c3ab045defd129f3bf61bd36d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master 846915c09bf663c486edefb356e82b0745fabd14 Merge "Sonar Critical" Sonar Critical Either log or rethrow this exception. Change-Id: Icad977130e20d5a4d1fe972be73277b5d45d41b7 Issue-ID: PORTAL-363 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master 30fcb2297cde2206b3b643ea81b512a237a71ace Merge "Sonar Critical" Sonar Critical Either log or rethrow this exception. Change-Id: I66dbc884fc72aa9b8c3faeaccaffc99e373858ec Issue-ID: PORTAL-361 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master 0367aea2da496ebb741d90d263dc65a2ebe92172 Merge "Sonar Critical" Sonar Critical Either log or rethrow this exception. Change-Id: I622086227ea912a5c19cfd5daa84463d9354876c Issue-ID: PORTAL-360 Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master b3fee189a44b337b8a656445fb175b733425dceb Merge "Fix blocker,critical sonar issue" Fix blocker,critical sonar issue Fix NPE, use try-with-resources issues Issue-ID: PORTAL-342 Change-Id: I9aaf805c012076bad5d803319cb5e3577471f635 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master 5920bc5747cdb0f971ff0d31be4ab441cb04659a Merge "Fix the MSB portal url" Fix the MSB portal url Issue-ID: MSB-274 Change-Id: I5d0cf6f59be3dba03bf667fcf869b805d68f8377 Signed-off-by: Li Zi <li.zi30@zte.com.cn>
2018-09-12Updated git submodulesManoop Talasila1-0/+0
Project: portal master d0245c9e211695b378d475bb933ca31a0532ae0a Merge "Issue-ID: PORTAL-366" Issue-ID: PORTAL-366 docker_version incorrect for portal Change-Id: Idceb6c2a8cf9a1d3bb9f0594c0157b4d64cb9b34 Change-Id: Idceb6c2a8cf9a1d3bb9f0594c0157b4d64cb9b34 Signed-off-by: Madheswaran, Saravanan<msaravanan@in.ibm.com>
2018-09-12Updated git submodulesNicolasLaplaud1-0/+0
Project: externalapi/nbi master d04ad9a5abd23a93e948ebac2cbe5ae1925e2099 Add HubRessource Test - Improve junit test coverage on HubResource method Change-Id: I90e96ed57b4cb781a2454ac26953f5384a60c032 Issue-ID: EXTAPI-135 Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com>
2018-09-12Updated git submodulesVictor Morales1-0/+0
Project: multicloud/k8s master cb64a5fed1b10daa301235a2ef956b4805da99d3 Complete Plugin Functional Tests It was fixed the issue to connect the plugin with the consul DB. This was a main roadblock to complete the functional Tests for the plugin. Change-Id: I3032e82a8f6baf4739c7433a5ffa97dac23daac8 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-12Updated git submodulesMukul1-0/+0
Project: oom master 62927a13cd4b1457d1ebfbd838a4cba145aa9c98 Resource Limits for multicloud Issue-ID: OOM-1155 Change-Id: Ie727d224eb0ffbd619b46cf66d765b0b0afd454e Signed-off-by: Mukul <mukul.joshi@amdocs.com>
2018-09-12Updated git submodulesGary Wu1-0/+0
Project: integration master 79eb8129f40bb3c1d310f2a4d8fefa5a421bd10e Merge "Fix response comparsion issue in python3" Fix response comparsion issue in python3 Change-Id: I700b36e5380b911e2f3259ace80eb6b7b9bbd79e Signed-off-by: Matej Klotton <matej.klotton@pantheon.tech> Issue-ID: SDNC-441
2018-09-12Updated git submodulesGary Wu1-0/+0
Project: integration master 26376318a403c8b2f6b046808ed7a20f288306e9 Merge "Write CSIT test case for unencrypted connection" Write CSIT test case for unencrypted connection Change-Id: I33be06d98b079ed16cdf3840db983dbcc768f0e7 Issue-ID: DCAEGEN2-771 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-09-12Updated git submodulesGary Wu1-0/+0
Project: integration master 879999a1f7ff527a097574040755e083ea55f298 Merge "Extract xNF simulator class" Extract xNF simulator class Code needed little refactor to be easier for extensions Change-Id: Ibcab4c45e80c2a1463631e3851ed060c7fadc193 Issue-ID: DCAEGEN2-762 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-09-12Updated git submodulesGary Wu1-0/+0
Project: integration master 620abbfc8d500932e69100ea92f8cc5621c68194 Merge "Fixed broken test" Fixed broken test - Invalid DMaaP event cannot be converted to PNF_READY notification Issue-ID: INT-654 Change-Id: I39d2089d0fc3c26b64926ca0de0345a411e7f11f Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
2018-09-12Updated git submodulesGary Wu1-0/+0
Project: integration master d7bacce39df2e7d2b49846fe658572e89e0e16ce Merge "Integration Test Cases for 5G Bulk PM" Integration Test Cases for 5G Bulk PM Change-Id: Ibec3e9726354b8f3818084b03f61c0e9aed09df2 Issue-ID: INT-649 Signed-off-by: Rajendra Jaiswal <rajendra.jaiswal@ericsson.com>
2018-09-12Updated git submodulesMandeep Khinda1-0/+0
Project: oom master 908fc8cb12a093a7b81fc4f8a938fafbdd9356d8 Merge "use https for healthchecks and vfw script" use https for healthchecks and vfw script Change-Id: I98f1bd5a354802ebf4be2356b97ec1bbdecce116 Signed-off-by: Jorge Hernandez <jh1730@att.com> Issue-ID: POLICY-1111
2018-09-12Updated git submodulesMandeep Khinda1-0/+0
Project: oom master 37fc0875f12b54f3992160f99eb136b0134ad79e Merge "Flavors defintion in resource limit" Flavors defintion in resource limit Issue-ID: OOM-1322 Change-Id: I5248ae206da6b5d65b0830f454813e6e14ec7284 Signed-off-by: vaibhav16dec <vaibhav.chopra@amdocs.com>
2018-09-12Updated git submodulesDileep Ranganathan1-0/+0
Project: optf/has master ed0d638fa01566ab5f9d71c1035e29ee5661f8ea Invert HPA Score for minimizing objective function Score for each hpa constraint is entered in policy as positive value. Higher the HPA score the better. So inorder to minimize the objective function inverted HPA Score by inverting the sign of hpa_score value. Change-Id: Iaedb03ccc5f87d5e7b41509924289bb598a09139 Issue-ID: OPTFRA-313 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-09-12Updated git submodulestianxing1-0/+0
Project: vfc/nfvo/lcm master 41d26c38571311eb3169b45c6c24941d18af00d1 the end of update_serializer Change-Id: I36a24367451936639e25b3349cf04144974cc4aa Issue-ID: VFC-1115 Signed-off-by: tianxing <15210838572@139.com>
2018-09-12Updated git submodulesMandeep Khinda1-0/+0
Project: oom master a0c3957605b630477d77deb9dd2bfe856cf109be Merge "[Babel] Add mandatory group filter properties file" [Babel] Add mandatory group filter properties file The Babel microservice requires the group filter properties file to be present (at runtime) in order to successfully process CSAR input data. Change-Id: Id25a8911a582b1728664084ceb585fe6d93ccc32 Issue-ID: AAI-1579 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-09-12Updated git submodulesMandeep Khinda1-0/+0
Project: oom master b2e1047b6b5f3699c5f1302a51d46b5e0d8cbe41 Merge "Add CR Widget IDs to the generator properties" Add CR Widget IDs to the generator properties Change-Id: Ib769fa12effdce81a0399f615585e7e4f38f04d2 Issue-ID: AAI-1444 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-09-12Updated git submodulesMandeep Khinda1-0/+0
Project: oom master 42382f1f7e81d93f18e70952a25474b69a3c458e Merge "Updating testsuite version" Updating testsuite version Change-Id: Id7d0b8fe22e48cf5525f5bbb04b26bdd3469de06 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: OOM-1381
2018-09-12Updated git submodulesMandeep Khinda1-0/+0
Project: oom master 9f5624de2ec00d3b3751c6403ef3317a0a7c083c Merge "Fix resource imits for nbi" Fix resource imits for nbi Issue-ID: OOM-1156 Change-Id: I2745d750b2031dcf8283fc46abd2034b284332d4 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-09-12Updated git submodulesMandeep Khinda1-0/+0
Project: oom master 786547d89059780622e9084e1b7899fa06df0e23 Merge "fix sdnc.cluster script to use new NodePort prefix" fix sdnc.cluster script to use new NodePort prefix Change-Id: Ie2c84aad411e26019eb38cb9262ff98096345ad6 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1379
2018-09-12Updated git submodulesMandeep Khinda1-0/+0
Project: oom master 31fcc5313a712f2531fb7d433696bf3470258517 Merge "Config for pomba services to enable integration" Config for pomba services to enable integration Issue-ID: LOG-194 Change-Id: Ia73101214fc265d538e147f7b329394b4ddaa878 Signed-off-by: Geora Barsky <georab@amdocs.com>
2018-09-12Updated git submodulesMandeep Khinda1-0/+0
Project: oom master 1ffa0dc6aa12e51c7d747a8158798e1f5e8fa593 Merge "Update attribute in application.properties" Update attribute in application.properties Issue-ID: LOG-461 Change-Id: Iae377eb7e25cf15b666017f0493c7ee0c1ae15dd Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
2018-09-12Updated git submodulesMandeep Khinda1-0/+0
Project: oom master 782351dfbd683f4a5f77e450369ac29d56922d68 Merge "Mounting logback.xml file to champ MS" Mounting logback.xml file to champ MS Adding license to logback.xml file Change-Id: I0013b14b0e29af25960b2c68c116f9ed39091b7a Issue-ID: AAI-1477 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2018-09-12Updated git submodulesDileep Ranganathan1-0/+0
Project: aai/aai-common master 6d285fbc7565709fdef1aedb1f534aae961acc61 AAI schema change for openstack-region-id Decouples OpenStack Region ID and AAI cloud-region-id and reduces constraint to onboard Openstack VIM. Added odd one more property to "esr-system-info: object" to store the OpenStack Region ID which is used by MultiCloud plugin to interact with an OpenStack instance. Change-Id: I40d8eec74cf3d5c319c659fd3879f8dc371e2855 Issue-ID: MULTICLOUD-287 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-09-12Updated git submodulesSonsino, Ofir (os0695)1-0/+0
Project: vid master e40ad0f69d7e1241dbb0fd17412067353c44eb85 Add 'latest' tag to VID docker image Change-Id: I5244a29efcd833eb241a2f39d63ecda07774a6ea Issue-ID: VID-308 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-09-12Updated git submodulesByung-Woo Jun1-0/+0
Project: so master ac2a569fe2d7ce7a71038ddd915a6ce9be62fb1a Merge "Sonar fix for ResourceRequestBuilder" Sonar fix for ResourceRequestBuilder Fixed sonar reported Vulnerability Issue-ID: SO-1009 Change-Id: I39b5a89bc182cff570167f7dd2a109cb29ae1eae Signed-off-by: GOPINATH MATHIVANAN <gopinath.mathivanan@in.ibm.com>
2018-09-12Updated git submodulesMichael Mokry1-0/+0
Project: policy/engine master a290a5fedd395f075135949a7f5313ee1abffc89 Modified Min Max Guard xacml template Changed the condition to remove not from permit and have only one not for deny Change-Id: Ie4563aba000fa5366095fe23d23c37019b5224d4 Issue-ID: POLICY-1038 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-09-12Updated git submodulesAnjali walsatwar1-0/+0
Project: sdc master 4ea0c4b514eed8d65849647955bfffa97559194a Add sorting capability to property assignment Change-Id: I74cbebac6cfe76f4334fcb46813c98686de55822 Issue-ID: SDC-1516 Signed-off-by: Anjali walsatwar <anjali.walsatwar@huawei.com>
2018-09-12Updated git submodulessvishnev1-0/+0
Project: sdc master c72587ed4cdd2a324ef6e5a1576f9a132ef314a1 Display VLM Entities Order by name Issue-ID: SDC-1750 Change-Id: Ia73fa82b4f67530502df4fb4dfdcf9bb4ca2040c Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-09-12Updated git submodulesSeshu Kumar M1-0/+0
Project: so master b1cf55077f382826dd70a53032a8a880b12db87c Merge "NexusIQ issue: jackson-databind" NexusIQ issue: jackson-databind Upgrade to fasterxml.jackson 2.8.10. This is the latest version that seems to work with our code on springboot 1.5.13.RELEASE. Change-Id: I734f84c18e53218f111fb08c959a67ee0a2e6014 Issue-ID: SO-856 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-12Updated git submodulesEinav Keidar1-0/+0
Project: sdc/sdc-workflow-designer master 2e518d552d268a3b66831fc0df9dbdfbdd91cbea Merge "I/O source & target support" I/O source & target support Issue-ID: SDC-1591 Change-Id: I02598759912f1e3679b3e37a06a79cd404ffaab6 Signed-off-by: Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
2018-09-12Updated git submodulesAvi Gaffa1-0/+0
Project: sdc/sdc-workflow-designer master a58d106a3299b718c8d86e91122facc91c1b139f Merge "Clean Sonar project name" Clean Sonar project name add repo name in pom.xml file. Change-Id: I9a4241d127685675da95e921a24355d4b4ddfea7 Issue-ID: CIMAN-202 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-09-12Updated git submoduleskurczews1-0/+0
Project: vid master 66a29e45cf45b93017867931b2d3250ccae948c2 Remove docker volume with sql schemas Change-Id: I246430b79388119e3b666f385ad671e1a4a182fd Issue-ID: VID-293 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2018-09-12Updated git submodulesJoanna Jeremicz1-0/+0
Project: vid master f6e3d8ab9ecf4553f95ef239585a70dbce0b1a38 Add feature toggle support for PNF PnP Change-Id: Ia6d1866851a2e487ba61fd693d9b1c5038d5703b Issue-ID: VID-301 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2018-09-12Updated git submodulesChuanyu Chen1-0/+0
Project: so master a9c0f01b68cc9abc1f4ac22b6f8fcf43a3538cc8 Merge "Fix duplicate entry for api" Fix duplicate entry for api Change-Id: Ie339ee21390c3bd2789d7413a9512d030ee5595a Issue-ID: SO-1028 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-09-12Updated git submodulesyangyan1-0/+0
Project: vfc/nfvo/lcm master 02435d8c91d68fd73ccec9002e9ec845922d821f update function of ns_heal Change-Id: Id6ae400419ba1d5beb513af5aeaa248c04bed2e3 Issue-ID: VFC-1113 Signed-off-by: yangyan <yangyanyj@chinamobile.com>