vid.git
4 years agoMerge "Sonar Fix - LeanCloudConfiguration.java - Move variable to comply with Java...
Ittay Stern [Wed, 21 Aug 2019 06:54:55 +0000 (06:54 +0000)]
Merge "Sonar Fix - LeanCloudConfiguration.java - Move variable to comply with Java Code Conventions"

4 years agoMerge "Sonar Fix - HttpsAuthClient.java"
Ittay Stern [Wed, 21 Aug 2019 06:54:29 +0000 (06:54 +0000)]
Merge "Sonar Fix - HttpsAuthClient.java"

4 years agoMerge changes from topics "VID-580", "VID-579", "VID-578"
Ittay Stern [Wed, 21 Aug 2019 06:34:15 +0000 (06:34 +0000)]
Merge changes from topics "VID-580", "VID-579", "VID-578"

* changes:
  unused import
  Move the variable to comply with JCC.
  semicolon at the end of this statement.

4 years agounused import 41/93941/1
anushadasari [Tue, 20 Aug 2019 09:30:49 +0000 (15:00 +0530)]
unused import

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-580
Change-Id: I3ea680af37477b564d02fcc9b58956b3958d184d
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoMove the variable to comply with JCC. 40/93940/1
anushadasari [Tue, 20 Aug 2019 09:12:19 +0000 (14:42 +0530)]
Move the variable to comply with JCC.

According to the Java Code Conventions as defined by Oracle, the members of a class or interface declaration should appear in the following order in the source files:
Class and instance variables
Constructors
Methods

Issue-ID: VID-579
Change-Id: Ie87b550a30df06eb2498565b719bd52b11d0c3f9
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agosemicolon at the end of this statement. 32/93932/1
anushadasari [Tue, 20 Aug 2019 07:59:19 +0000 (13:29 +0530)]
semicolon at the end of this statement.

In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.

Change-Id: Ia09e1bb1894da379f68cc39e83f955e66b957511
Issue-ID: VID-578
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoadding update about mounted certificates in rst file 63/93863/1
Bartosz Gardziejewski [Mon, 19 Aug 2019 11:47:19 +0000 (13:47 +0200)]
adding update about mounted certificates in rst file

Issue-ID: VID-494
Change-Id: I732a426975247448f05539d1a95c0b6c66ccf5a7
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
4 years agoSonar Fix - LeanCloudConfiguration.java - Move variable to comply with Java Code... 64/93664/1
dinesha [Fri, 16 Aug 2019 06:50:19 +0000 (12:20 +0530)]
Sonar Fix - LeanCloudConfiguration.java - Move variable to comply with Java Code Conventions

Fixed sonar issus across the file

Issue-ID: VID-547
Change-Id: I3362cf34c3db506ab3359669045169fe761743ea
Signed-off-by: dinesha <dineshgs@in.ibm.com>
4 years agoSkip log format validation for a week 09/93609/3
Eylon Malin [Thu, 15 Aug 2019 08:39:22 +0000 (11:39 +0300)]
Skip log format validation for a week

Add annotation SkipTestUntil and TestNg transformer so we can add
annotation for skip test till some date (aka time bomb)
Use it in log format tests
Issue-ID: VID-378

Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ib4b5d17d73d360fd2554b5ffc0373790d22d9e4e
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
4 years agoMerge "Move this variable to comply with Java Code Conventions"
Ittay Stern [Wed, 14 Aug 2019 12:36:05 +0000 (12:36 +0000)]
Merge "Move this variable to comply with Java Code Conventions"

4 years agoMerge "Move this variable to comply with Java Code Conventions"
Ittay Stern [Wed, 14 Aug 2019 12:35:32 +0000 (12:35 +0000)]
Merge "Move this variable to comply with Java Code Conventions"

4 years agoSonar Fix - HttpsAuthClient.java 26/93526/1
dinesha [Wed, 14 Aug 2019 09:01:22 +0000 (14:31 +0530)]
Sonar Fix - HttpsAuthClient.java

Fixed Sonar issues accross the file

Issue-ID: VID-547
Change-Id: I2b344b48fec4e153cb47154ec49998aa1c267a95
Signed-off-by: dinesha <dineshgs@in.ibm.com>
4 years agoMerge "moving certs from docker image to mounted catalog"
Ittay Stern [Tue, 13 Aug 2019 16:38:29 +0000 (16:38 +0000)]
Merge "moving certs from docker image to mounted catalog"

4 years agoMerge "Bump VID version to 5.0.1"
Amichai Hemli [Tue, 13 Aug 2019 16:23:53 +0000 (16:23 +0000)]
Merge "Bump VID version to 5.0.1"

4 years agoCorrect link in info.yaml removal entry 25/93425/1
Ittay Stern [Tue, 13 Aug 2019 15:51:57 +0000 (18:51 +0300)]
Correct link in info.yaml removal entry

Change-Id: I112a9130260627e96b01ff31a67b0c7aaa2fee14
Issue-ID: VID-502
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoBump VID version to 5.0.1 24/93424/1
Ittay Stern [Tue, 13 Aug 2019 15:45:23 +0000 (18:45 +0300)]
Bump VID version to 5.0.1

Issue-ID: VID-494

Change-Id: I0564a6ac162b82211733525133c6e1dadf1541c0
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoAdd a semicolon at the end of this statement 10/93410/1
anushadasari [Tue, 13 Aug 2019 11:30:25 +0000 (17:00 +0530)]
Add a semicolon at the end of this statement

In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.

Issue-ID: VID-568
Change-Id: Id89534f4fbd326ebcbe12857bce7e2d69bf73dfd
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoMove this variable to comply with Java Code Conventions 08/93408/1
Thugutla sailakshmi [Tue, 13 Aug 2019 11:12:14 +0000 (16:42 +0530)]
Move this variable to comply with Java Code Conventions

move the variable to comply with java code convenrions

Issue-ID: VID-561
Change-Id: I11a671d8be20429c3e53fd98d54330b982564f93
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agotests - rename csar file names for alignment with code 88/93388/1
Eylon Malin [Tue, 13 Aug 2019 08:21:53 +0000 (11:21 +0300)]
tests - rename csar file names for alignment with code

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I5313de573f8077e3ddcea565c0d056c2cb5857a5

4 years agoMerge "Change out-of-the-box config to work on dev's environment"
Amichai Hemli [Tue, 13 Aug 2019 08:14:18 +0000 (08:14 +0000)]
Merge "Change out-of-the-box config to work on dev's environment"

4 years agoMerge "Upgrade pom files"
Ittay Stern [Mon, 12 Aug 2019 18:01:25 +0000 (18:01 +0000)]
Merge "Upgrade pom files"

4 years agocatch any Throwable when failed to register to simulator 51/93351/1
Eylon Malin [Mon, 12 Aug 2019 15:46:53 +0000 (18:46 +0300)]
catch any Throwable when failed to register to simulator

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I553f8bf1fa657ce792ef690db95471de6f3658b3

4 years agoUpgrade pom files 59/91259/4
Einat Vinouze [Thu, 11 Jul 2019 13:25:44 +0000 (16:25 +0300)]
Upgrade pom files

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>
4 years agoSonar Fix - ResourceType.java- Added field 'final' to the static variable 54/93154/4
dinesha [Fri, 9 Aug 2019 07:02:05 +0000 (12:32 +0530)]
Sonar Fix - ResourceType.java- Added field 'final' to the static variable

Fixed Sonar issues across the file

Issue-ID: VID-547
Change-Id: I1daa62cf2e30f5b0dbe142c7ea183f93fd7fb48f
Signed-off-by: dinesha <dineshgs@in.ibm.com>
4 years agoMerge "return this expression instead of assigning it to the temporary variable"
Ittay Stern [Mon, 12 Aug 2019 08:26:29 +0000 (08:26 +0000)]
Merge "return this expression instead of assigning it to the temporary variable"

4 years agoMerge "Remove declaration of thrown exception"
Ittay Stern [Mon, 12 Aug 2019 08:25:43 +0000 (08:25 +0000)]
Merge "Remove declaration of thrown exception"

4 years agoMerge "Remove useless trailing whitespace"
Ittay Stern [Mon, 12 Aug 2019 08:25:39 +0000 (08:25 +0000)]
Merge "Remove useless trailing whitespace"

4 years agoMerge "Move this variable to comply with Java Code Conventions"
Ittay Stern [Mon, 12 Aug 2019 08:23:42 +0000 (08:23 +0000)]
Merge "Move this variable to comply with Java Code Conventions"

4 years agoRemove declaration of thrown exception 17/93017/2
anushadasari [Thu, 8 Aug 2019 07:48:25 +0000 (13:18 +0530)]
Remove declaration of thrown exception

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>
4 years agoRemove useless trailing whitespace 25/93025/2
anushadasari [Thu, 8 Aug 2019 09:04:25 +0000 (14:34 +0530)]
Remove useless trailing whitespace

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>
4 years agoreturn this expression instead of assigning it to the temporary variable 74/92874/5
Thugutla Sailakshmi [Wed, 7 Aug 2019 09:04:23 +0000 (14:34 +0530)]
return this expression instead of assigning it to the temporary variable

Issue-ID: VID-561
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
4 years agoMove this variable to comply with Java Code Conventions 81/92881/5
Thugutla sailakshmi [Wed, 7 Aug 2019 11:50:11 +0000 (17:20 +0530)]
Move this variable to comply with Java Code Conventions

Issue-ID: VID-561
Change-Id: I1c59d863eb93537177e84a3a10fed0862189191c
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agoMove this variable to comply with Java Code Conventions 75/92875/5
Thugutla sailakshmi [Wed, 7 Aug 2019 11:25:02 +0000 (16:55 +0530)]
Move this variable to comply with Java Code Conventions

Issue-ID: VID-561
Change-Id: I7d3382d43a0484dbadea4d3285a235a628d84ffc
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agoMerge "set VID to use internally UTC timezone"
Ittay Stern [Mon, 12 Aug 2019 07:53:22 +0000 (07:53 +0000)]
Merge "set VID to use internally UTC timezone"

4 years agoMerge "return MsoResponseWrapper with null body in case of null response"
Ittay Stern [Mon, 12 Aug 2019 07:53:18 +0000 (07:53 +0000)]
Merge "return MsoResponseWrapper with null body in case of null response"

4 years agoChange out-of-the-box config to work on dev's environment 98/93298/2
Ittay Stern [Wed, 7 Aug 2019 15:39:22 +0000 (18:39 +0300)]
Change out-of-the-box config to work on dev's environment

1) Fill-up system.properties's missing fields, and same for
   system_template.properties.

   This modifies some SO endpoints, most significantly --
   mso.restapi.vnf.instance is now
   /serviceInstantiation/v7/serviceInstances/<service_instance_id>/vnfs
   instead of
   /serviceInstances/v6/<service_instance_id>/vnfs

2) Configure endpoint's to a local simulator's location:
   * ecomp_rest_url in portal.properties
   * mso.server.url, aai.server.url in system.properties
   * asdc.client.rest.host in asdc.properties

3) Added always-on getSessionSlotCheckInterval in simulator.

Issue-ID: VID-564

Change-Id: Icc7bdc83ed65df3415a4b0f36f98291775909f49
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "use epsdk 2.5.0 in VID"
Ittay Stern [Mon, 12 Aug 2019 05:45:56 +0000 (05:45 +0000)]
Merge "use epsdk 2.5.0 in VID"

4 years agoreturn MsoResponseWrapper with null body in case of null response 85/93085/2
Eylon Malin [Thu, 8 Aug 2019 14:02:38 +0000 (17:02 +0300)]
return MsoResponseWrapper with null body in case of null response

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ia05237264557634f18ed868904cc68350a312fc1

4 years agoset VID to use internally UTC timezone 99/93099/1
Eylon Malin [Thu, 8 Aug 2019 15:01:34 +0000 (18:01 +0300)]
set VID to use internally UTC timezone

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I4b062d4a7ec68e564c46a094a75739dc9ad0355b

4 years agofix test getServiceModelALaCarteInstantiation 94/93094/1
Eylon Malin [Thu, 8 Aug 2019 14:41:01 +0000 (17:41 +0300)]
fix test getServiceModelALaCarteInstantiation

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I0d98886837cc67164b77f3407323ac45e3e126a4

4 years agoMove this variable to comply with Java Code Conventions 18/93018/2
Thugutla sailakshmi [Thu, 8 Aug 2019 07:46:50 +0000 (13:16 +0530)]
Move this variable to comply with Java Code Conventions

Move this variable to comply with Java Code Conventions

Issue-ID: VID-561
Change-Id: I9c40a6165ece22bbfda29e17cdb8572a2b7d11e8
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agomoving certs from docker image to mounted catalog 77/93077/1
Bartosz Gardziejewski [Thu, 8 Aug 2019 13:17:32 +0000 (15:17 +0200)]
moving certs from docker image to mounted catalog

Removing certificates from dockerfile and adding mounted volume in docker-compose, this is connected with oom commit https://gerrit.onap.org/r/c/oom/+/92888

Issue-ID: VID-494
Change-Id: Ibf52542344ecf79fb947858329f37018731d2270
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
4 years agoMerge "Resolving VlanTagSubInterfaceTest#createSubInterface_validPopupDataAndUI befor...
Ittay Stern [Thu, 8 Aug 2019 12:33:50 +0000 (12:33 +0000)]
Merge "Resolving VlanTagSubInterfaceTest#createSubInterface_validPopupDataAndUI beforeTest"

4 years agoResolving VlanTagSubInterfaceTest#createSubInterface_validPopupDataAndUI beforeTest 64/93064/1
RachelF [Thu, 8 Aug 2019 11:49:09 +0000 (14:49 +0300)]
Resolving VlanTagSubInterfaceTest#createSubInterface_validPopupDataAndUI beforeTest

Issue-ID: VID-566
Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
Change-Id: I623835324593d1de3db08824dffe4c167264174b

4 years agoSonar Fix - Group.java 53/93053/1
dinesha [Thu, 8 Aug 2019 10:45:34 +0000 (16:15 +0530)]
Sonar Fix - Group.java

Fixed Sonar issues accross the file

Issue-ID: VID-547
Change-Id: I128b69d6ddcf8b1198ffd42530d664c92dd13cc7
Signed-off-by: dinesha <dineshgs@in.ibm.com>
4 years agosupport more resource types in ServiceModelInflator 31/92931/1
Eylon Malin [Wed, 7 Aug 2019 17:12:00 +0000 (20:12 +0300)]
support more resource types in ServiceModelInflator

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I80ce2b81202ea08491f65fc47390f826b2b02d20

4 years agoMerge "add default exception handling to VidRestrictedBaseController"
Amichai Hemli [Wed, 7 Aug 2019 17:08:28 +0000 (17:08 +0000)]
Merge "add default exception handling to VidRestrictedBaseController"

4 years agoadd default exception handling to VidRestrictedBaseController 28/92928/1
Eylon Malin [Wed, 7 Aug 2019 16:39:53 +0000 (19:39 +0300)]
add default exception handling to VidRestrictedBaseController

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ie5bac35975257ad092c75e8e7e7dfd8fefa0363e

4 years agouse epsdk 2.5.0 in VID 16/92916/1
Eylon Malin [Wed, 7 Aug 2019 15:36:49 +0000 (18:36 +0300)]
use epsdk 2.5.0 in VID

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Id483174b283a5f1eb6160982a446ccb223606c9e

4 years agoRemove the declaration of thrown exception 84/92884/1
anushadasari [Wed, 7 Aug 2019 11:59:20 +0000 (17:29 +0530)]
Remove the declaration of thrown exception

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>
4 years agoRemove Unused Import 80/92880/1
anushadasari [Wed, 7 Aug 2019 11:48:14 +0000 (17:18 +0530)]
Remove Unused Import

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>
4 years agoAt most one statement is allowed per line 76/92876/1
anushadasari [Wed, 7 Aug 2019 11:26:49 +0000 (16:56 +0530)]
At most one statement is allowed per line

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>
4 years agoMerge "removing unused ViewLog Controller and jsp"
Ittay Stern [Wed, 7 Aug 2019 09:17:13 +0000 (09:17 +0000)]
Merge "removing unused ViewLog Controller and jsp"

4 years agoMerge "Use lcpRegionOptionId as value in resume"
Ittay Stern [Wed, 7 Aug 2019 09:16:42 +0000 (09:16 +0000)]
Merge "Use lcpRegionOptionId as value in resume"

4 years agoremoving unused ViewLog Controller and jsp 61/92861/1
Eylon Malin [Wed, 7 Aug 2019 09:04:04 +0000 (12:04 +0300)]
removing unused ViewLog Controller and jsp

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I7d5cdd0091e2c67adc617894386a58a89046880e

4 years agofix getNetworkListTest UT 59/92859/1
Eylon Malin [Wed, 7 Aug 2019 07:39:43 +0000 (10:39 +0300)]
fix getNetworkListTest UT

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Id28c5b3062f45c217f0bfc93e6d2a7c6333d15c4

4 years agoMerge changes Iede12655,I73fcc78e
Ittay Stern [Wed, 7 Aug 2019 07:19:18 +0000 (07:19 +0000)]
Merge changes Iede12655,I73fcc78e

* changes:
  add endpoints for getVpnList and getActiveNetworkList
  use cache for retrieving all subscribers list

4 years agoUse lcpRegionOptionId as value in resume 57/92857/1
Rina Roi [Wed, 7 Aug 2019 07:14:08 +0000 (10:14 +0300)]
Use lcpRegionOptionId as value in resume

Issue-ID: VID-482
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
Change-Id: Ibe617ba739db8e6217362a8009dedc9bd3465239

4 years agoadd endpoints for getVpnList and getActiveNetworkList 31/92831/1
Eylon Malin [Tue, 6 Aug 2019 16:23:29 +0000 (19:23 +0300)]
add endpoints for getVpnList and getActiveNetworkList

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Iede126556df337b1ab70dd76c9452f4b51e11376

4 years agouse cache for retrieving all subscribers list 26/92826/1
Eylon Malin [Tue, 6 Aug 2019 15:47:30 +0000 (18:47 +0300)]
use cache for retrieving all subscribers list

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I73fcc78ebbd8ee01349ecefa924c20014ca33907

4 years agoSonar Critical: Make dateFormat an instance variable 97/92197/4
nandkumar [Tue, 6 Aug 2019 12:23:47 +0000 (17:53 +0530)]
Sonar Critical: Make dateFormat an instance variable

Change-Id: I1f275c2b4b814afc7c50e02e756312ce6923efe0
Issue-ID: VID-535
Signed-off-by: nandkumar <np00602065@techmahindra.com>
4 years agofix tests by adding missing preset of get subscribers from AAI 04/92804/1
Eylon Malin [Tue, 6 Aug 2019 13:59:21 +0000 (16:59 +0300)]
fix tests by adding missing preset of get subscribers from AAI

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I6dc101b76089c32b8b9d2912a070b64bf01514ec

4 years agoSonar Fix- RoleGenaratorServiceImpl.java- Define a constant instead of duplicating... 84/92784/1
dinesha [Tue, 6 Aug 2019 11:47:56 +0000 (17:17 +0530)]
Sonar Fix- RoleGenaratorServiceImpl.java- Define a constant instead of duplicating this literal

Fixed Sonar issues accross the file

Issue-ID: VID-547
Change-Id: I91dc81916fc1c7843e0f5b723cdf47153e682592
Signed-off-by: dinesha <dineshgs@in.ibm.com>
4 years agoMerge "Sonar Fix- CommandParentData.java- Move this variable to comply with Java...
Ittay Stern [Tue, 6 Aug 2019 11:33:06 +0000 (11:33 +0000)]
Merge "Sonar Fix- CommandParentData.java- Move this variable to comply with Java Code Conventions"

4 years agoSonar Fix- CommandParentData.java- Move this variable to comply with Java Code Conven... 79/92779/1
dinesha [Tue, 6 Aug 2019 11:19:16 +0000 (16:49 +0530)]
Sonar Fix- CommandParentData.java- Move this variable to comply with Java Code Conventions

Fixed Sonar issues accross the file

Issue-ID: VID-547
Change-Id: I104df866f1e4e8477c954942ae69fe647028e621
Signed-off-by: dinesha <dineshgs@in.ibm.com>
4 years agoSonar Fix- ProbeController.java- Reorder the modifiers to comply with the Java Langua... 78/92778/1
dinesha [Tue, 6 Aug 2019 11:12:47 +0000 (16:42 +0530)]
Sonar Fix- ProbeController.java- Reorder the modifiers to comply with the Java Language Specification

Fixed Sonar issues accross the file

Issue-ID: VID-547
Change-Id: I6240ae0bc339ba43b55b8a66609935bc63705c1d
Signed-off-by: dinesha <dineshgs@in.ibm.com>
4 years agoMerge "handle errors in change management and tenant isolation"
Ittay Stern [Tue, 6 Aug 2019 09:54:26 +0000 (09:54 +0000)]
Merge "handle errors in change management and tenant isolation"

4 years agohandle errors in change management and tenant isolation 28/92728/4
Eylon Malin [Mon, 5 Aug 2019 20:38:18 +0000 (23:38 +0300)]
handle errors in change management and tenant isolation

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>
4 years agoUpgrade Sonar and JaCoCo plugins to latest 16/92716/1
Ittay Stern [Mon, 5 Aug 2019 18:21:02 +0000 (21:21 +0300)]
Upgrade Sonar and JaCoCo plugins to latest

Issue-ID: VID-425

Change-Id: Icb74dd406411e10ea48b9bee0a94e594db7308aa
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "Sonar Fix- ErrorReportController.java"
Ittay Stern [Mon, 5 Aug 2019 11:50:40 +0000 (11:50 +0000)]
Merge "Sonar Fix- ErrorReportController.java"

4 years agoSonar Fix- ErrorReportController.java 72/92672/1
dinesha [Mon, 5 Aug 2019 11:34:51 +0000 (17:04 +0530)]
Sonar Fix- ErrorReportController.java

Fixed Sonar Issues accross the file

Issue-ID: VID-547
Change-Id: I915b2d28050a864db5c2a2e9b0ccce4061f46cfd
Signed-off-by: dinesha <dineshgs@in.ibm.com>
4 years agoSonar Fix- VnfDetails.java 71/92671/1
dinesha [Mon, 5 Aug 2019 11:20:25 +0000 (16:50 +0530)]
Sonar Fix- VnfDetails.java

Fixed Sonar Issues accross the file

Issue-ID: VID-547
Change-Id: I263ce5e172b68da20d537824794a3fae4455fde4
Signed-off-by: dinesha <dineshgs@in.ibm.com>
4 years agoSonar Fix- AaiClientInterface.java-Remove this unused import 64/92664/1
dinesha [Mon, 5 Aug 2019 09:04:32 +0000 (14:34 +0530)]
Sonar Fix- AaiClientInterface.java-Remove this unused import

Fixed sonar issues accross the file

Issue-ID: VID-547
Change-Id: I3305f201e404d0e4b94f8a9eba428b03812592ed
Signed-off-by: dinesha <dineshgs@in.ibm.com>
4 years agochange management return 400 handling NPE 60/92660/1
Eylon Malin [Mon, 5 Aug 2019 07:56:25 +0000 (10:56 +0300)]
change management return 400 handling NPE

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

4 years agoRemove web-filter for incoming scheduler requests 44/92644/2
Eylon Malin [Sun, 4 Aug 2019 15:03:29 +0000 (18:03 +0300)]
Remove web-filter for incoming scheduler requests

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

4 years agoalign backend get aicZone response fields name with the frontend expectation 43/92643/2
Eylon Malin [Sun, 4 Aug 2019 13:06:59 +0000 (16:06 +0300)]
align backend get aicZone response fields name with the frontend expectation

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>
4 years agoMerge "Resolving some tests in CreatePortMirroringConfigurationTest by merging instan...
Ittay Stern [Sun, 4 Aug 2019 10:10:42 +0000 (10:10 +0000)]
Merge "Resolving some tests in CreatePortMirroringConfigurationTest by merging instantiate.html ecomp+onap"

4 years agoResolving some tests in CreatePortMirroringConfigurationTest by merging instantiate... 39/92639/1
RachelF [Sun, 4 Aug 2019 09:44:05 +0000 (12:44 +0300)]
Resolving some tests in CreatePortMirroringConfigurationTest by merging instantiate.html ecomp+onap

Issue-ID: VID-546
Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
Change-Id: Icf4ffd6c2eb26cb5cf5842f9d6bfb153431d136b

4 years agoResolving testAssociatePnf 40/92440/5
RachelF [Thu, 1 Aug 2019 08:06:24 +0000 (11:06 +0300)]
Resolving testAssociatePnf

Issue-ID: VID-543
Change-Id: Ib7d12d648f399096bf8d71b98249ff4994a156fc
Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
4 years agohandling cloud owner and lcp region in create port mirroring configuration 87/92487/1
Eylon Malin [Thu, 1 Aug 2019 16:32:05 +0000 (19:32 +0300)]
handling cloud owner and lcp region in create port mirroring configuration

Issue-ID: VID-482
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Id7aed0f44927b27b69287f513d24552cf2afc003

4 years agohandling legacy region in vfModule resume 64/92464/1 5.0.0
Eylon Malin [Thu, 1 Aug 2019 12:59:56 +0000 (15:59 +0300)]
handling legacy region in vfModule resume

Issue-ID: VID-482
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: If0cca27729e2d7313fd1836191a35d223e276070

4 years agoAdd flag for modern UI 49/92449/4
Rina Roi [Thu, 1 Aug 2019 09:51:30 +0000 (12:51 +0300)]
Add flag for modern UI

Issue-ID: VID-544
Change-Id: Iad79353ff9f55416d87b5bef56e38dd01357003b
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
4 years agofix expected cloud owner in e2e AddNetworkTest 46/92446/1
Eylon Malin [Thu, 1 Aug 2019 09:02:31 +0000 (12:02 +0300)]
fix expected cloud owner in e2e AddNetworkTest

Issue-ID: VID-482
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ieade85fa5652f1ade8058b60ef9f9ef80af28b8c

4 years agoHandling legacy region in vfModule creation 39/92439/2
Eylon Malin [Thu, 1 Aug 2019 08:05:37 +0000 (11:05 +0300)]
Handling legacy region in vfModule creation

Issue-ID: VID-482

Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I2c55587d86a77eb0c6c2fa410b212efb074894e2

4 years agoFix /version endpoint (fixup) 64/92364/1
Ittay Stern [Wed, 31 Jul 2019 14:10:44 +0000 (17:10 +0300)]
Fix /version endpoint (fixup)

Issue-ID: VID-507

Change-Id: I178063887b699997a2efa8df06bcdd0e94b2a411
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoBugfix: Revert soft-delete to restore VF-module deletion 56/92356/1
Ittay Stern [Wed, 31 Jul 2019 12:54:21 +0000 (15:54 +0300)]
Bugfix: Revert soft-delete to restore VF-module deletion

Issue-ID: VID-503

Change-Id: I2c815288140116d0c5bd4630f2688132a033a16c
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoHandle A&AI Service-Tree and add tests 32/92332/4
Ittay Stern [Wed, 31 Jul 2019 07:26:39 +0000 (10:26 +0300)]
Handle A&AI Service-Tree and add tests

Issue-ID: VID-378

Change-Id: Id1b86b77732768f9b497e2fcd29ee1665381ac57
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoFix /version endpoint 86/92286/4
Ittay Stern [Tue, 30 Jul 2019 15:01:21 +0000 (18:01 +0300)]
Fix /version endpoint

* Modify maven-replacer-plugin to set value in version.json
* Configure features.set.filename=onap.features.properties

Issue-ID: VID-507

Change-Id: I692ab3e9221118b836ae7249f483b5277a70bf6b
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoTake 'contact us' url from configuration 56/92256/4
Rina Roi [Tue, 30 Jul 2019 09:31:51 +0000 (12:31 +0300)]
Take 'contact us' url from configuration

Issue-ID: VID-541
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
Change-Id: Ia7d829c20a8689f7aab737ea83ed420b6c3448a3

4 years agoMerge "Add app version to welcome page"
Ittay Stern [Tue, 30 Jul 2019 12:27:40 +0000 (12:27 +0000)]
Merge "Add app version to welcome page"

4 years agoAdd app version to welcome page 60/92260/3
Rina Roi [Mon, 29 Jul 2019 07:00:16 +0000 (10:00 +0300)]
Add app version to welcome page

Issue-ID: VID-539
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
Change-Id: I595869e5d6b0af279eb61cc18dac329f7fac094a

4 years agoUndo scheduler.basic.auth configurability 67/92267/1
Ittay Stern [Tue, 30 Jul 2019 11:02:29 +0000 (14:02 +0300)]
Undo scheduler.basic.auth configurability

It is not localized with localize_system, therefore left with a
dangling placeholder `${SCHEDULER_BASIC_AUTH}`.

(Introduced in change-id Ie88c6182f2cbf468615a4146bced531c2ad150e0,
found by Robot's CSIT).

Issue-ID: VID-533

Change-Id: I5e3d177ec76cd3295e8b04d4c0596b75733effa0
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoupdating info.yaml 13/92013/6
Bartosz Gardziejewski [Thu, 25 Jul 2019 13:16:53 +0000 (15:16 +0200)]
updating info.yaml

updating info.yaml to follow ONAP standards

Issue-ID: VID-502
Change-Id: I8f37b42bcba112eac9149e8c40171a233dca45af
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
4 years agoMerge "Implant vid-app-common org.onap.vid.job (main and test)"
Ittay Stern [Tue, 30 Jul 2019 03:15:39 +0000 (03:15 +0000)]
Merge "Implant vid-app-common org.onap.vid.job (main and test)"

4 years agoImplant vid-app-common org.onap.vid.job (main and test) 11/92011/11
Einat Vinouze [Tue, 16 Jul 2019 14:17:36 +0000 (17:17 +0300)]
Implant vid-app-common org.onap.vid.job (main and test)

Issue-ID: VID-378

Change-Id: I41b0bdc2c4e3635f3f3319b1cd63cefc61912dfc
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoRevert "Add app version to welcome page" 14/92214/1
Eylon Malin [Mon, 29 Jul 2019 15:08:22 +0000 (18:08 +0300)]
Revert "Add app version to welcome page"

This reverts commit bfd2c1c8e5ceac2da1755d6dd232d10ebe659e63.
Reason for revert: left menu is broken
Issue-ID: VID-539

Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I98674e6900dddb97cb25a1e687d6dd48b41da4c5

4 years agoRemove restricted notice from TOSCA file 92/92192/2
Ittay Stern [Mon, 29 Jul 2019 11:38:19 +0000 (14:38 +0300)]
Remove restricted notice from TOSCA file

Issue-ID: VID-499

Change-Id: Ib63c2cec9b29530461ad1ef2313f80548697b1f6
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoMerge "Add app version to welcome page"
Ittay Stern [Mon, 29 Jul 2019 10:23:11 +0000 (10:23 +0000)]
Merge "Add app version to welcome page"

4 years agoAdd app version to welcome page 65/92165/1
Rina Roi [Mon, 29 Jul 2019 07:00:16 +0000 (10:00 +0300)]
Add app version to welcome page

Issue-ID: VID-539
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
Change-Id: I2d0c838ea1da947ac9dc7eb5c01ba68be9c14e1a

4 years agoMerge "Patch NPE in Unirest HttpResponse::getBody when getRawBody is null"
Wojciech Sliwka [Mon, 29 Jul 2019 07:24:03 +0000 (07:24 +0000)]
Merge "Patch NPE in Unirest HttpResponse::getBody when getRawBody is null"