aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-08-22Move this constructor to comply with Java Code ConventionsThugutla sailakshmi1-5/+6
Move this constructor to comply with Java Code Conventions Issue-ID: VID-561 Change-Id: I50e166bebe331db6b1e46f06c156791fa41b500b Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-21probe sdc by retrieving service model if uuid configuredEylon Malin9-66/+294
If system.properties has value for probe.sdc.model.uuid then usd this value for retrieving service model otherwise probe only sdc connectivity with sdc2/rest/healthCheck Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Icd1c31217e56a8c0cfa5c2f2bc5f11e0c8dd7ff8 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-21Merge "merge 2 TestNg transformers"Ittay Stern5-72/+39
2019-08-21Merge "Move this variables and constructors to comply with Java Code ↵Ittay Stern1-9/+10
Conventions"
2019-08-21Merge changes from topics "VID-583", "VID-582"Ittay Stern2-11/+10
* changes: Add a semicolon at the end of this statement. Unused Import
2019-08-21Merge "Move this variables to comply with Java Code Conventions"Ittay Stern1-3/+4
2019-08-21Merge "Move this variables to comply with Java Code Conventions"Ittay Stern1-3/+5
2019-08-21Move this variables and constructors to comply with Java Code ConventionsThugutla sailakshmi1-9/+10
Move this variables and constructors to comply with Java Code Conventions Issue-ID: VID-561 Change-Id: Id8e4c00609ad17d624da82d8b73d14b5cb0639b1 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-21Move this variables to comply with Java Code ConventionsThugutla sailakshmi1-3/+4
Move this variables to comply with Java Code Conventions Issue-ID: VID-581 Change-Id: I74728ee5234501ba3c2a8fe5ae889c1e9186f2dc Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-21Add a semicolon at the end of this statement.anushadasari1-10/+10
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-583 Change-Id: I73dbc757d62ef388d8935ef6aa25f08c3a82df8c Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-21Move this variables to comply with Java Code ConventionsThugutla sailakshmi1-3/+5
Move this variables to comply with Java Code Conventions Issue-ID: VID-561 Change-Id: Id618b3717658dcd44b17a5f85b0b87e7e8b71826 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-21Unused Importanushadasari1-1/+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-582 Change-Id: Id79d2f2af4d69ded8e1c8da10fc67e4e7ea0f933 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-21Merge "Sonar Fix - LeanCloudConfiguration.java - Move variable to comply ↵Ittay Stern1-5/+6
with Java Code Conventions"
2019-08-21Merge "Sonar Fix - HttpsAuthClient.java"Ittay Stern1-7/+6
2019-08-21Merge changes from topics "VID-580", "VID-579", "VID-578"Ittay Stern3-11/+10
* changes: unused import Move the variable to comply with JCC. semicolon at the end of this statement.
2019-08-21merge 2 TestNg transformersEylon Malin5-72/+39
Testng probably don't behave well with 2 transformers that change same thing. So I merge 2 transformers that skip tests to one transformer. Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I569d421b853ed1e0dc2a5055dbaf8e5bba6db470 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-20unused importanushadasari1-1/+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-580 Change-Id: I3ea680af37477b564d02fcc9b58956b3958d184d Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-20Move the variable to comply with JCC.anushadasari1-8/+8
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>
2019-08-20semicolon at the end of this statement.anushadasari1-2/+2
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>
2019-08-19adding update about mounted certificates in rst fileBartosz Gardziejewski1-3/+3
Issue-ID: VID-494 Change-Id: I732a426975247448f05539d1a95c0b6c66ccf5a7 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-08-16Sonar Fix - LeanCloudConfiguration.java - Move variable to comply with Java ↵dinesha1-5/+6
Code Conventions Fixed sonar issus across the file Issue-ID: VID-547 Change-Id: I3362cf34c3db506ab3359669045169fe761743ea Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-15Skip log format validation for a weekEylon Malin6-3/+87
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>
2019-08-14Merge "Move this variable to comply with Java Code Conventions"Ittay Stern1-8/+11
2019-08-14Merge "Move this variable to comply with Java Code Conventions"Ittay Stern1-13/+14
2019-08-14Sonar Fix - HttpsAuthClient.javadinesha1-7/+6
Fixed Sonar issues accross the file Issue-ID: VID-547 Change-Id: I2b344b48fec4e153cb47154ec49998aa1c267a95 Signed-off-by: dinesha <dineshgs@in.ibm.com>
2019-08-13Merge "moving certs from docker image to mounted catalog"Ittay Stern2-3/+3
2019-08-13Merge "Bump VID version to 5.0.1"Amichai Hemli10-12/+12
2019-08-13Correct link in info.yaml removal entryIttay Stern1-1/+1
Change-Id: I112a9130260627e96b01ff31a67b0c7aaa2fee14 Issue-ID: VID-502 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-13Bump VID version to 5.0.1Ittay Stern10-12/+12
Issue-ID: VID-494 Change-Id: I0564a6ac162b82211733525133c6e1dadf1541c0 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-13Add a semicolon at the end of this statementanushadasari1-1/+1
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>
2019-08-13Move this variable to comply with Java Code ConventionsThugutla sailakshmi1-8/+11
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>
2019-08-13tests - rename csar file names for alignment with codeEylon Malin4-3/+3
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I5313de573f8077e3ddcea565c0d056c2cb5857a5
2019-08-13Merge "Change out-of-the-box config to work on dev's environment"Amichai Hemli5-138/+127
2019-08-12Merge "Upgrade pom files"Ittay Stern5-43/+46
2019-08-12catch any Throwable when failed to register to simulatorEylon Malin1-1/+1
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I553f8bf1fa657ce792ef690db95471de6f3658b3
2019-08-12Upgrade pom filesEinat Vinouze5-43/+46
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 "return this expression instead of assigning it to the temporary variable"Ittay Stern1-2/+2
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-12return this expression instead of assigning it to the temporary variableThugutla Sailakshmi1-2/+2
Issue-ID: VID-561 Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e Signed-off-by: Thugutla Sailakshmi <tsaila10@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 "set VID to use internally UTC timezone"Ittay Stern1-2/+9
2019-08-12Merge "return MsoResponseWrapper with null body in case of null response"Ittay Stern1-1/+2
2019-08-12Change out-of-the-box config to work on dev's environmentIttay Stern5-138/+127
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>
2019-08-12Merge "use epsdk 2.5.0 in VID"Ittay Stern4-30/+7