aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
AgeCommit message (Collapse)AuthorFilesLines
2019-08-12Upgrade pom filesEinat Vinouze1-26/+29
versions:use-latest-releases Issue-ID: VID-512 Change-Id: I3bdc7ff06717776e4f15316cca623e8025066495 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-12Sonar Fix - ResourceType.java- Added field 'final' to the static variabledinesha1-1/+1
Fixed Sonar issues across the file Issue-ID: VID-547 Change-Id: I1daa62cf2e30f5b0dbe142c7ea183f93fd7fb48f Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-12Merge "Remove declaration of thrown exception"Ittay Stern1-1/+1
2019-08-12Merge "Remove useless trailing whitespace"Ittay Stern1-2/+1
2019-08-12Merge "Move this variable to comply with Java Code Conventions"Ittay Stern1-1/+3
2019-08-12Remove declaration of thrown exceptionanushadasari1-1/+1
Remove the declaration of thrown exception 'org.onap.vid.aai.exceptions.HttpClientBuilderException' which is a runtime exception. Issue-ID: VID-559 Change-Id: I8fe8c29e3aa1d4b0b35522931057efa260c60206 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-12Remove useless trailing whitespaceanushadasari1-2/+1
Trailing whitespaces are simply useless and should not stay in code. They may generate noise when comparing different versions of the same file. Issue-ID: VID-565 Change-Id: If5647e94ea897bf42761a689d036a7229b34a500 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-12Move this variable to comply with Java Code ConventionsThugutla sailakshmi1-1/+3
Issue-ID: VID-561 Change-Id: I1c59d863eb93537177e84a3a10fed0862189191c Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-12Move this variable to comply with Java Code ConventionsThugutla sailakshmi1-2/+3
Issue-ID: VID-561 Change-Id: I7d3382d43a0484dbadea4d3285a235a628d84ffc Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-12Merge "return MsoResponseWrapper with null body in case of null response"Ittay Stern1-1/+2
2019-08-12Merge "use epsdk 2.5.0 in VID"Ittay Stern3-29/+6
2019-08-12return MsoResponseWrapper with null body in case of null responseEylon Malin1-1/+2
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ia05237264557634f18ed868904cc68350a312fc1
2019-08-08Sonar Fix - Group.javadinesha1-4/+4
Fixed Sonar issues accross the file Issue-ID: VID-547 Change-Id: I128b69d6ddcf8b1198ffd42530d664c92dd13cc7 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-07support more resource types in ServiceModelInflatorEylon Malin1-0/+10
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I80ce2b81202ea08491f65fc47390f826b2b02d20
2019-08-07Merge "add default exception handling to VidRestrictedBaseController"Amichai Hemli1-0/+24
2019-08-07add default exception handling to VidRestrictedBaseControllerEylon Malin1-0/+24
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ie5bac35975257ad092c75e8e7e7dfd8fefa0363e
2019-08-07use epsdk 2.5.0 in VIDEylon Malin3-29/+6
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id483174b283a5f1eb6160982a446ccb223606c9e
2019-08-07Remove the declaration of thrown exceptionanushadasari1-1/+1
Remove the declaration of thrown exception 'org.onap.vid.aai.ExceptionWithRequestInfo' which is a runtime exception. Issue-ID: VID-559 Change-Id: I275d7323d153c70fa515af4a0417fe0910ee451d Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-07Remove Unused Importanushadasari1-2/+0
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer. Unused and useless imports should not occur if that is the case. Leaving them in reduces the code's readability, since their presence can be confusing. Issue-ID: VID-563 Change-Id: Id88ce00cca08b58e0ac4beb60026c9dae5dd892e Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-07At most one statement is allowed per lineanushadasari1-1/+3
At most one statement is allowed per line, but 2 statements were found on this line. For better readability, do not put more than one statement on a single line. Issue-ID: VID-562 Change-Id: Ibdae3413af96d49ce7a39e53d3af611e237cc16b Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-07Merge "removing unused ViewLog Controller and jsp"Ittay Stern4-110/+1
2019-08-07Merge "Use lcpRegionOptionId as value in resume"Ittay Stern2-4/+4
2019-08-07removing unused ViewLog Controller and jspEylon Malin4-110/+1
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I7d5cdd0091e2c67adc617894386a58a89046880e
2019-08-07fix getNetworkListTest UTEylon Malin2-0/+301
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id28c5b3062f45c217f0bfc93e6d2a7c6333d15c4
2019-08-07Merge changes Iede12655,I73fcc78eIttay Stern11-76/+77
* changes: add endpoints for getVpnList and getActiveNetworkList use cache for retrieving all subscribers list
2019-08-07Use lcpRegionOptionId as value in resumeRina Roi2-4/+4
Issue-ID: VID-482 Signed-off-by: Rina Roi <rina.roi@intl.att.com> Change-Id: Ibe617ba739db8e6217362a8009dedc9bd3465239
2019-08-06add endpoints for getVpnList and getActiveNetworkListEylon Malin1-0/+21
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Iede126556df337b1ab70dd76c9452f4b51e11376
2019-08-06use cache for retrieving all subscribers listEylon Malin10-76/+56
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I73fcc78ebbd8ee01349ecefa924c20014ca33907
2019-08-06Sonar Critical: Make dateFormat an instance variablenandkumar1-1/+2
Change-Id: I1f275c2b4b814afc7c50e02e756312ce6923efe0 Issue-ID: VID-535 Signed-off-by: nandkumar <np00602065@techmahindra.com>
2019-08-06Sonar Fix- RoleGenaratorServiceImpl.java- Define a constant instead of ↵dinesha1-5/+6
duplicating this literal Fixed Sonar issues accross the file Issue-ID: VID-547 Change-Id: I91dc81916fc1c7843e0f5b723cdf47153e682592 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-06Merge "Sonar Fix- CommandParentData.java- Move this variable to comply with ↵Ittay Stern1-3/+4
Java Code Conventions"
2019-08-06Sonar Fix- CommandParentData.java- Move this variable to comply with Java ↵dinesha1-3/+4
Code Conventions Fixed Sonar issues accross the file Issue-ID: VID-547 Change-Id: I104df866f1e4e8477c954942ae69fe647028e621 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-06Sonar Fix- ProbeController.java- Reorder the modifiers to comply with the ↵dinesha1-1/+1
Java Language Specification Fixed Sonar issues accross the file Issue-ID: VID-547 Change-Id: I6240ae0bc339ba43b55b8a66609935bc63705c1d Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-06Merge "handle errors in change management and tenant isolation"Ittay Stern5-28/+38
2019-08-06handle errors in change management and tenant isolationEylon Malin5-28/+38
use more tolerance way for parsing responses from MSO so VID can handle error responses with html body Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I72741ec1bf636a1200e8ecbd684ab1f3b2ab332a Signed-off-by: Ittay Stern <ittay.stern@att.com> Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-05Upgrade Sonar and JaCoCo plugins to latestIttay Stern1-1/+6
Issue-ID: VID-425 Change-Id: Icb74dd406411e10ea48b9bee0a94e594db7308aa Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-05Merge "Sonar Fix- ErrorReportController.java"Ittay Stern1-1/+0
2019-08-05Sonar Fix- ErrorReportController.javadinesha1-1/+0
Fixed Sonar Issues accross the file Issue-ID: VID-547 Change-Id: I915b2d28050a864db5c2a2e9b0ccce4061f46cfd Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-05Sonar Fix- VnfDetails.javadinesha1-5/+6
Fixed Sonar Issues accross the file Issue-ID: VID-547 Change-Id: I263ce5e172b68da20d537824794a3fae4455fde4 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-05Sonar Fix- AaiClientInterface.java-Remove this unused importdinesha1-1/+0
Fixed sonar issues accross the file Issue-ID: VID-547 Change-Id: I3305f201e404d0e4b94f8a9eba428b03812592ed Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-05change management return 400 handling NPEEylon Malin1-4/+10
return 400 internal status when exception is thrown during extracting serviceInstanceId Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I97f740de0a700f503d115033980f8e8366e806e7
2019-08-04Remove web-filter for incoming scheduler requestsEylon Malin3-196/+0
authentication can be handled in a different way like using AAF (see 48b0c6ee) Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I68c664bc6a20ce4d8722558e00985b7638fed04b
2019-08-04align backend get aicZone response fields name with the frontend expectationEylon Malin2-0/+3
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ib43b5c75ce0c841aec6e4c42bef78354ddf30493 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-04Merge "Resolving some tests in CreatePortMirroringConfigurationTest by ↵Ittay Stern1-19/+19
merging instantiate.html ecomp+onap"
2019-08-04Resolving some tests in CreatePortMirroringConfigurationTest by merging ↵RachelF1-19/+19
instantiate.html ecomp+onap Issue-ID: VID-546 Signed-off-by: RachelF <rachel.fishbein@intl.att.com> Change-Id: Icf4ffd6c2eb26cb5cf5842f9d6bfb153431d136b
2019-08-04Resolving testAssociatePnfRachelF1-5/+5
Issue-ID: VID-543 Change-Id: Ib7d12d648f399096bf8d71b98249ff4994a156fc Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
2019-08-01handling cloud owner and lcp region in create port mirroring configurationEylon Malin7-30/+25
Issue-ID: VID-482 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Id7aed0f44927b27b69287f513d24552cf2afc003
2019-08-01handling legacy region in vfModule resume5.0.0Eylon Malin1-4/+5
Issue-ID: VID-482 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: If0cca27729e2d7313fd1836191a35d223e276070
2019-08-01Add flag for modern UIRina Roi5-7/+13
Issue-ID: VID-544 Change-Id: Iad79353ff9f55416d87b5bef56e38dd01357003b Signed-off-by: Rina Roi <rina.roi@intl.att.com>
2019-08-01Handling legacy region in vfModule creationEylon Malin3-11/+6
Issue-ID: VID-482 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I2c55587d86a77eb0c6c2fa410b212efb074894e2