Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I5b2dc7df0202838898ab060a71c144f69a54900f
|
|
temporary variable "responseWrapper2""
|
|
|
|
temporary variable "exceptionResponse""
|
|
|
|
1. Catch controllers under org.onap.vid.controller.open.
2. Get HttpServletRequest from Spring's context, if needed.
3. Fix the way SetRequestBasedDefaultsIntoGlobalLoggingContext is used.
Change-Id: Iecd46dc10a458bc20d4b3e0bd72ecae37e3218cf
Issue-ID: VID-598
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
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>
|
|
variable "responseWrapper2"
return the expression
Issue-ID: VID-561
Change-Id: I2a036a8181601c6cb6c5fd498c631ce9e5f5cbdb
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
|
|
- 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>
|
|
variable "exceptionResponse"
return the expression
Issue-ID: VID-561
Change-Id: Ie06a589a74438df8dac525c5d8380beb948dc48e
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
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>
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
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>
|
|
Change-Id: I534fb06e7bf742f2fe6931e5b6f279f499aeed08
Issue-ID: VID-470
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Move this variables to comply with Java Code Conventions.
Issue-ID: VID-561
Change-Id: I67d79a485f60db1818d4c0c5053b87d8bd5b89d0
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
Conventions"
|
|
* changes:
Add a semicolon at the end of this statement.
Unused Import
|
|
|
|
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
with Java Code Conventions"
|
|
|
|
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>
|
|
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>
|
|
Code Conventions
Fixed sonar issus across the file
Issue-ID: VID-547
Change-Id: I3362cf34c3db506ab3359669045169fe761743ea
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
|
|
|
|
Fixed Sonar issues accross the file
Issue-ID: VID-547
Change-Id: I2b344b48fec4e153cb47154ec49998aa1c267a95
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
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>
|
|
Fixed Sonar issues across the file
Issue-ID: VID-547
Change-Id: I1daa62cf2e30f5b0dbe142c7ea183f93fd7fb48f
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
|
|
|
|
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>
|
|
Issue-ID: VID-561
Change-Id: I1c59d863eb93537177e84a3a10fed0862189191c
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
Issue-ID: VID-561
Change-Id: I7d3382d43a0484dbadea4d3285a235a628d84ffc
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ia05237264557634f18ed868904cc68350a312fc1
|
|
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>
|