aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26Change out-of-the-box config to work on dev's environmentIttay Stern1-0/+3
Add missing scheduler local configs. Change-Id: I4d6a9d2c8deeb53b797a81ca101268740fcda6c3 Issue-ID: VID-564 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-26Make Scheduler's client more Gennerics-tolerantIttay Stern1-1/+2
1. Use t.getClass, instead of new TypeReference<T>. The latter it not behaving as expected on run-time. 2. Store the raw response in restObject.setRaw (just because we can) Change-Id: Ic7087af18ded212447cb67334a9e373759f4da1f Issue-ID: VID-378 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-26Merge "AaiController tests"Wojciech Sliwka2-52/+200
2019-08-26AaiController testsMichal Kabaj2-52/+200
- improved existing testcases by including spring integration - added new testcases Change-Id: I64abbd91b9c9fc7cdc27ca25f90954b29f065096 Issue-ID: VID-478 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-08-26Merge "new documentation to instantiate service, including Andreas comments ↵Ittay Stern20-0/+423
Issue-ID: VID-575"
2019-08-25Merge "Allow plugging-in any provided LoginStrategy"Amichai Hemli2-14/+56
2019-08-25Fix to vf-module-homing-data-action controller to retrieve the cloudRegionIdAlexey Sandler3-18/+23
Issue-ID: VID-378 Change-Id: I6042e72c9ebb8508b822df276da1b8549501042c Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-25Allow plugging-in any provided LoginStrategyIttay Stern2-14/+56
Support dynamic loading of provided implementations of PORTAL SDK's  `org.onap.portalsdk.core.auth.LoginStrategy` interface. VID will load the class defined by `login.strategy.classname` configuration parameter. Default will keep current ONAP's dev login. Change-Id: I956a1f3376455211398769f3193703129b779871 Issue-ID: VID-594 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-08-25new documentation to instantiate service, including Andreas commentsRene_Robert20-0/+423
Issue-ID: VID-575 Change-Id: Ie61bb00ce2252c93d6628bd665609864122cc108 Signed-off-by: Rene ROBERT <rene.robert@orange.com>
2019-08-22Merge "Begin release notes for El Alto Early Drop"Amichai Hemli1-0/+12
2019-08-22Move this variable to comply with Java Code ConventionsThugutla sailakshmi1-1/+3
Move this variable to comply with Java Code Conventions Issue-ID: VID-561 Change-Id: Ibf8099258145a2ae591cd0acce9bbe75b592eccd Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-22Merge "Add a semicolon at the end of this statement."Ittay Stern1-16/+16
2019-08-22Merge "extract constant in MsoBusinessLogicImplTest"Ittay Stern1-6/+7
2019-08-22Merge "Move this variable to comply with Java Code Conventions"Ittay Stern1-6/+8
2019-08-22Merge "Move this constructor to comply with Java Code Conventions"Ittay Stern1-5/+6
2019-08-22Merge "Move this constructor to comply with Java Code Conventions"Ittay Stern1-4/+5
2019-08-22extract constant in MsoBusinessLogicImplTestEylon Malin1-6/+7
Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I49a50f0762b2db8bcab06340a6407a0ee7970c86
2019-08-22Merge "make scheduler client tolerance to error messages"Amichai Hemli5-13/+19
2019-08-22make scheduler client tolerance to error messagesEylon Malin5-13/+19
Read response from scheduler as String save them as raw, and only then parse them Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I38ed8f211b2c111b57741254cb5e90317fefdc7d Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-22Merge "probe mso by retrieving empty list of request status"Amichai Hemli8-79/+271
2019-08-22probe mso by retrieving empty list of request statusEylon Malin8-79/+271
Mso probe component use getRawOrchestrationRequestsByFilter which return HttpResponseWithRequestInfo Issue-ID: VID-378 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Icee95af8dbe26296e9fc110170fb758e5133984c Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-08-22Add MsoController deletion testskurczews2-2/+202
Change-Id: I534fb06e7bf742f2fe6931e5b6f279f499aeed08 Issue-ID: VID-470 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
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-22Move this constructor to comply with Java Code ConventionsThugutla sailakshmi1-4/+5
Move this constructor to comply with Java Code Conventions Issue-ID: VID-561 Change-Id: I3641f897f191dc8717bf65fefd4fd2c699f7195b Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-22Move this variable to comply with Java Code ConventionsThugutla sailakshmi1-6/+8
Move this variable to comply with Java Code Conventions Issue-ID: VID-561 Change-Id: I01c4d3e2efc1ee23694da8d3e6770978d94e88c2 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-08-22Add a semicolon at the end of this statement.anushadasari1-16/+16
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: I68d334ce5f7f427ebc3e49b5991fd989676d8c0e Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-21Begin release notes for El Alto Early DropIttay Stern1-0/+12
Change-Id: Ifba726c82e8348d7744ffd3483380831d1888abf Issue-ID: VID-553 Signed-off-by: Ittay Stern <ittay.stern@att.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