Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/so.git from branch 'master'
to 4f7af8bab030fc3d331816a706dd0a9e2974c455
- Merge "Sonar Fix: SDNCAdapterApplication.java"
- Sonar Fix: SDNCAdapterApplication.java
Removed unused imports from the file
Issue-ID: SO-2103
Change-Id: Id126f5203789d866b340d86b55bbc616991afc99
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 781ae827294edc8e9a25d1ac83d7399be8186e8b
- Merge "Major Sonar fixes in E2EServiceInstances"
- Major Sonar fixes in E2EServiceInstances
Major code fixes in E2EServiceInstances according to the Sonar analysis.
-Removed unnecessary code.
-Removed unnecessary method parameters.
-Removed unused variables.
Issue-ID: SO-2099
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I0e217174455a6748c663b3d5cc92fdc22b67ce2d
|
|
* Update docs/submodules/so.git from branch 'master'
to 44caab6e00aabad304b8e3b35d88af402be918dd
- Merge "Sonar fix in CreateInventoryTask.java"
- Sonar fix in CreateInventoryTask.java
Fixed multiple sonar issues in this file
Issue-ID: SO-2098
Change-Id: I7da9ffae8ee11d8475445b5263bc7cfb78834a9c
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to b521f501783fbe05bf8c5e08e7d42e8b3605d950
- Merge "Sonar fixes in ManualTasks"
- Sonar fixes in ManualTasks
Code fixes in ManualTasks according to the Sonar analysis.
-Removed unnecessary code.
-Removed unused imports.
-Removed unused variables.
Issue-ID: SO-2100
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I79848456cc88b7f2cb812f7054bb6cec12b584c0
|
|
* Update docs/submodules/so.git from branch 'master'
to de03c49e2ee70d978789e08d7b7332403ad0f374
- Merge "Sonar fixes in OrchestrationRequests"
- Sonar fixes in OrchestrationRequests
Sonar fixes in OrchestrationRequests according to the Sonar analysis.
-Removed unnecessary code.
-Removed unused variables.
Issue-ID: SO-2101
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I564f35519c5063028e1cf540eb81ab81cf923fd5
|
|
* Update docs/submodules/so.git from branch 'master'
to 1ad102dc465b2d2e344500cb9666b307eae0d3ef
- Major Sonar fixes
Major Sonar fixes in different classes:
-Removed unnecessary code.
-Removed unused variables.
-Removed unnecessary imports.
-Simplified diamond operators.
Issue-ID: SO-2102
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I098e3dcd93b804e58220bb41ea15325e820e3a59
|
|
* Update docs/submodules/so.git from branch 'master'
to ab9522a55b6cf8dd2137f635b1accef60de34d20
- Merge "remove unneeded code"
- remove unneeded code
Change-Id: Ib7c692b2a7fd8bc5f40d6a4acba504948cc7fc1b
Issue-ID: SO-729
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 82e8c3800e2ef4d27353b9085b45b963c51b5a9b
- Merge "Added null check to prevent call of getVnfResources() method for null vf object"
- Added null check to prevent call of getVnfResources() method
for null vf object
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I0c2ea5de5ed9ab55ad78f58f3a68241e7cb2d064
|
|
* Update docs/submodules/so.git from branch 'master'
to f83362f93e7a88c34b85048aaf2e1f14c611800f
- Merge "Added null check for heatStack to prevent crash at getCanonicalName() call"
- Added null check for heatStack to prevent crash at
getCanonicalName() call
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: Icf49b7db336002ad56769b221ec61101fac04fd5
|
|
* Update docs/submodules/so.git from branch 'master'
to 79b5b02dc56510838deb94c1f54e4f8b88c130b5
- Merge "add junit coverage for VnfmHelper"
- add junit coverage for VnfmHelper
Change-Id: I0db84333f1c5ffa09ec78f504a101b75343157a3
Issue-ID: SO-1576
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to c3279392770dc1967a98d8a86bed874e45c203c2
- Merge "Fixed sonar issue in QueryGroups.java"
- Fixed sonar issue in QueryGroups.java
Fixed sonar issues across this file
Issue-ID: SO-2096
Change-Id: Ib2b9fb5d12da2eb1f99562466c5a5d9039b0e50f
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to cc805b184620525115c88c1a52ddfde55c73e15b
- mso will support new requeststate values
Support new request status - ROLLED_BACK, ROLLED_BACK_TO_ASSIGNED,
ROLLED_BACK_TO_CREATED, and ABORTED.
Support new request status - ROLLED_BACK, ROLLED_BACK_TO_ASSIGNED,
ROLLED_BACK_TO_CREATED, and ABORTED. Added default FAILED request
status in case rollback is not needed.
Variable rollbackTargetState needs to be returned to WorkflowAction flow
Variable rollbackTargetState needs to in to ExecuteBuildingBlock as
well. Add new RequestDb migration file to expand infra_active_requests
column request_status to 25 bytes to fit new request states.
Change-Id: I0da2f8013001a28dcc20f64eb9455e4cfd3dd197
Issue-ID: SO-2093
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 0e2cda138f35ee6a7a8a54c29a6c4edf07d51745
- update bpmn to save extsystemerrorsource
Added ext error source to workflow exception
Updated all lines that create this exception with source
Added unit tests and updated existing ones
Change-Id: Id9b3b1e6e24368224214a6370ea2d450ae667bfb
Issue-ID: SO-2092
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 294a68f814de3820ae3d5fdcf976615ad233c11a
- fix global-jjb migration issue
fix global-jjb migration issue
- VNFSDK, SO
Issue-ID: SO-1992
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: I2e11f0c151c54151e526efdebf92f49621dc0f7f
|
|
* Update docs/submodules/so.git from branch 'master'
to 7fe31a577a1f3d50a0681be8b4d691aef67eb3ec
- fix global-jjb migration issue
fix global-jjb migration issue
- VNFSDK, SO
Issue-ID: SO-1992
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: Idaee5994614a9264e0b0edc57be6e529a343b807
|
|
* Update docs/submodules/so.git from branch 'master'
to 15ecb55f2f045e2e185a94b4d4985d2563af8b40
- Merge "do not overwrite status message with rollback"
- do not overwrite status message with rollback
update rollback error for rollback and not original msg
run code formatting on updated files
add unit test for false value of isRollback flag
Change-Id: I25d8fb9771766461b1192e3758237dfc199787f8
Issue-ID: SO-2081
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 0d562688867a1b2e7a34ee6416cd54f7a9f6b89e
- support new query param format
- added format query parameter (optional), implemented logic to
populate requestStatus field based on whether or not format is present
moved request status constants to its own class visible globally.
- changed @requestParam to @QueryParam in GET endpoint
(OrchestrationRequests class. updated unit tests to call method being
tested directly rather than from another private function
- moved setting requestStatus to a separate method, also updated unit
tests to separate out each scenarion into its own method
- added unit test for when format=detail, corrected existing unit tests
to test result to be FAILED
- updated Status.java to include extra request status values; moved
Status class to common org.onap.so.constants package
Change-Id: Ic593de5fdfdcbc3121f481c86d1e261406082260
Issue-ID: SO-2080
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to cabd51660c3c8ec52e329027179f5c6cabb03aca
- Added check for null response to prevent crash at
response.getEntity() method call.
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: Id796f4426f33cf419bbe5ed07500452ac0c7c775
|
|
* Update docs/submodules/so.git from branch 'master'
to 9306c021d9434f4ce8d0dfa9dd9ecb63974f11e6
- enhance workflowaction to handle resume func
init code for RESUME with junit passing
overwrite URI on resume op from original request
Change-Id: I1eee2bd66aa20804ba4a2834d269b5947565b9dc
Issue-ID: SO-2055
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 8e42b4e3fd9c00d73d371ccdbe2147733821bb56
- Merge "improved logging when no exception data is found"
- improved logging when no exception data is found
improved logging when no exception data is found
Change-Id: I4f6298652ad474119cd1ebc58a927d532ea3e6be
Issue-ID: SO-2068
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 205f358c6e06726de738b0c7706ec1c3c94afeaa
- Merge "Update failsafe dependency to 2.0.1"
- Update failsafe dependency to 2.0.1
Updated calls to failsafe 2.0.1 API
Change-Id: I2c86ca02d56a07262e330ee5f8f088d1a1f5b4a7
Issue-ID: SO-2057
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 53c9acdac34c8ae726d61d22b88fbe711597ea37
- Merge "handle multiple cvnfc configs"
- handle multiple cvnfc configs
- Handle multiple cvnfc configs with the same model uuid.
- Update CvnfcConfigurationCustomization to a List from a Set
Change-Id: I8c026510d813ebb6294a9cedd39d4d4b8f4b9dcf
Issue-ID: SO-2056
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 5d391d37d6711b879dd39aaf764bb55630e895c4
- Merge "add rollback ext system error source"
- add rollback ext system error source
Added rollbackExtSystemErrorSource column and updated GET
orchestrationRequests response
Added missing columns from requestDb to schema.sql
Change-Id: I2380f08b9bb1c86922e8faea70454df722c0873a
Issue-ID: SO-2054
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to d178938c12d54bc17c3c674b29d4c464f059de33
- Fix macro delete instance bug.
Fix macro delete instance bug. vf-modules not being sorted correctly
because isbaseboolean field is not being set.
Change-Id: Id196e152977d922bee6c9bb797ad240bb70fbf47
Issue-ID: SO-2053
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 5c58eeca5ffd8b080b9af7619a903eb0acff3a0d
- Changed dependency back to 1.3.0
sdc-distribution-client changed back to 1.3.0
Change-Id: I53fd206c16bdb9c22976b6b671784841923b5295
Issue-ID: SO-2078
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to b41e27a42dfb9ea2bc9ea4d8c6d83de36f0d5064
- Merge "Merge remote-tracking branch 'origin/dublin' into 'origin/master'"
- Merge remote-tracking branch 'origin/dublin' into 'origin/master'
Change-Id: I2b91332563d9c7b0f469c9e45a35cc1376465c5e
Issue-ID: SO-2058
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
- Process workflow artifacts last
Workflow artifacts need to be processed last, check for existence of VNF resource
Issue-ID: SO-2045
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: Ia46a6ecaef905287ce837c04b389ab2a13d3f24e
- update the SO release notes
Issue-ID: SO-2010
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I7fc46c2dbdfc5ee7e79aca86f8148b9f43743d5c
- update SO release notes path for dublin
update SO release notes path for dublin
Change-Id: I2637374b813264a125049b0ab224bb5c84ebda8e
Issue-ID: SO-1992
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
- VNFM adapter handle getOperation after VNF delete
Change-Id: Iaa8d792f5660b1caf16d081779c14799d827a544
Issue-ID: SO-2030
Signed-off-by: MichaelMorris <michael.morris@est.tech>
- Fixing NullPointerException thrown by EtsiVnfDeleteBB
Change-Id: I219989c25f05c94d01c7c697425da93997114216
Issue-ID: SO-2029
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
- Added known issue for VNFM adater testing
Change-Id: I257b485429cc91ac9c86682b385cd978b01b5cd2
Issue-ID: SO-1742
Signed-off-by: MichaelMorris <michael.morris@est.tech>
- update SO release notes for dublin
Change-Id: I57e96451b9d659a6d1f8cac3710b6daa520b9377
Issue-ID: SO-1992
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
- Update version to 1.4.4
Update version to 1.4.4.
Issue-ID: SO-2010
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Change-Id: Ice93606ea30d175c64b9511bcc24a294e3bd835e
- Merge "Fix handling of NULL WorkflowAction northboundRequest" into dublin
- Fix handling of NULL WorkflowAction northboundRequest
Issue-ID: SO-1995
Change-Id: I16fd6067d4fe31ce66b399e292a7e0706fe05c0c
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
- Beans fixes to workflow record creation
Changes to enable cascading creates and proper id referencing
Issue-ID: SO-1998
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I6c08fc22fbbba1d0d2b8dc04e390cd0b3de64327
|
|
* Update docs/submodules/so.git from branch 'master'
to 7cfae9f008deb9da1b7241fff48502bf86944341
- Merge "Security updates for maven dependencies"
- Security updates for maven dependencies
Update commons-collections version to 3.2.2.
Updated distribution client version to 1.4.0.
Update commons-fileupload to version 1.4.
Update commons-codec to version 1.12.
Change-Id: I4ab794e3aef7300c30088e5197092fd30231c4af
Issue-ID: SO-2043
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 532a24c8c574d8a8b0041bfe7112264babd9e9fc
- Merge "Updated path to match AID for resume requests"
- Updated path to match AID for resume requests
Updated path to match AID for resume requests
Change-Id: I0035360f206882e602265500dcd54036b3e69ea2
Issue-ID: SO-2042
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 1535fc611980495b8c3ac9810fd50008bc66afb7
- Merge "Moved code inside IF checking for null ptr to prevent crash"
- Moved code inside IF checking for null ptr to prevent crash
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: Ie759b98828f39fba00ccdb7edcd7fc28e83ea50e
|
|
* Update docs/submodules/so.git from branch 'master'
to 4a236628def84575874810d61638aa640e51c804
- Merge "Sonar fixes in MsoVnfAdapterAsyncImpl"
- Sonar fixes in MsoVnfAdapterAsyncImpl
General fixes and improvements according to the Sonar analysis.
-Removed unnecessary code.
Issue-ID: SO-1220
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I0f9ab1fe490975e4eefa31afd5bf09616f4de3f2
|
|
* Update docs/submodules/so.git from branch 'master'
to af1874da7e288ab64aac169421146e442293e26e
- Merge "Sonar fixes and improvements"
- Sonar fixes and improvements
General fixes and improvements according to the Sonar analysis.
-Fixed imports.
-Removed unnecessary code.
Issue-ID: SO-1992
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I4299f3efc4444625f70fc36e65b57c500b113596
|
|
* Update docs/submodules/so.git from branch 'master'
to f417537f5258530ed15ceaec111ce08a24ad6487
- add junit coverage for InstantiateOperationProgressor
Change-Id: I90c6ee50276073c4c974fa1b1e1079762706853a
Issue-ID: SO-1576
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 18e4ea7b22deeaba022f422959c30c657584d1cb
- fix jenkins build
format AbstractRestHandler.java file
Change-Id: I6f0025ba2a542e2476ee694b40ed670a9e02f2f3
Issue-ID: SO-2044
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to f2f824a00e4cb68bc146e37fe01a8833a6c72636
- Merge "Sonar fix too many method param"
- Sonar fix too many method param
sonar:https://sonar.onap.org/issues?resolved=false&rules=squid%3AS00107
Issue-ID: SO-1878
Change-Id: I458fd436a85c7b3fb2c6a9df4a2a94591c6f6982
Signed-off-by: arindamm <arind.mondal@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 48a1c64298a90ae5404bf4df2b967cef3e8807e1
- Merge "nullpointer in vnfadaptervfmoduleobjectmapper"
- nullpointer in vnfadaptervfmoduleobjectmapper
Added code block to throw exception when we get a 'Name' wthout a
'Value' tag in the SDNC vf-module-topology. Right now we are seeing
oam0_net_id is missing a value tag. Added Unit test to test this code
change.
Change-Id: I765d5a4eb9d351b7613d4c3561a2a5dbe37e4781
Issue-ID: SO-2031
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 93f17b4f2d169221aed8b64d293b788a5e08bf43
- Merge "support no payload for alacarte deletes"
- support no payload for alacarte deletes
Swap to using HTTP Enumerations rather than ints
Add Unit Tests to Service Instances endpoint
Add Vnf Tests remove Abstract class
Clean up usage of abstract classes
Fix volume and module bean wiring issues
Add logic to find create request if cloud not in AAI
Updated network to take in version pathparam
Additonal refactor of the endpoints
Add missing license headers to all files
Clean up public variable usage, move to protected
Change-Id: Icdbdf78aa6c8af7a30fdff8a5805103f8df9364d
Issue-ID: SO-2032
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 31360b6b53c4e21d8dc61892aca111550ec91835
- Merge "pass request-id to adapter call to match search"
- pass request-id to adapter call to match search
pass mso-request-id to adapter call to match search
Change-Id: Ie9e4f8559fd9153d503ad5913838d7c5d175e7bd
Issue-ID: SO-2033
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 29344b13fbf8f0aaa395a7228c8e24a79fb2057a
- Merge "NPE when setting instanceName"
- NPE when setting instanceName
Added null check to fix NPE when setting instanceName
Added check for null instanceName for vfModule
Change-Id: Ie70651770466790fd1f9d666eeabdce26510b01b
Issue-ID: SO-2034
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 97d6a82ebbdfc88716e2070f972f40dd19e2a079
- Merge "Use Regex to find the name on failure scenario"
- Use Regex to find the name on failure scenario
Use Regex to find the keypair name on failure scenario
Change-Id: Ibf2167283d90407def7750fab4538f5443e57092
Issue-ID: SO-2037
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 2e984e79717916e22d3b6015b650bb9d94570e03
- Merge "update apih to accept new uri parameter"
- update apih to accept new uri parameter
added extSystemErrorSource queryparam flag to getOrchestrationRequest
endpoint.
added junit tests for the protected method that maps
external system error source to request object being returned.
added junit tests to test mapExtSystemErrorSourceToRequest method with
extSystemErrorSource flag
Change-Id: If5c9a41938d4cc922c26f7d64e3a839b6547556f
Issue-ID: SO-2035
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7022234a0bc0c399ea68547643c7972c85717c4b
- changed hikari dependency to java based one
clojure dependency used by accident, replaced with HikariCP
Change-Id: I25b9f75d8be061fb3ac3d7737e9a58883a801425
Issue-ID: SO-2038
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 6fdd0b6f4b482422800b2ab18e16d2f0827934c1
- Merge "update the relaese notes"
- update the relaese notes
Issue-ID: SO-1992
Change-Id: I07169b2083661601308edf79dae205685bd45266
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7c69f07593a8c7474bd7a69a65979dc0635f1526
- Merge "Changes related to eviction of connections"
- Changes related to eviction of connections
These are changes related to ASDC controller for evicting database
connection pool when ip address changes
Included other appllications such as requestDB, CatalogDB, API Handler,
BPMN, OpenstackAdapter etc
Change-Id: I9a96ea12fb0c10643a204a58d55360bebba326fe
Issue-ID: SO-2018
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 703517112032025146a968db5c830c7389f5166f
- Merge "Added Retry in rainy day macro for ConfigDelpoyVnfBB for vDNS CDS use case"
- Added Retry in rainy day macro for ConfigDelpoyVnfBB for vDNS CDS use case
Issue-ID: SO-2026
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I43689eb6a63843be3a181080173265ed1eda6e9a
|
|
* Update docs/submodules/so.git from branch 'master'
to b4cb184735a29c3a804432f5cdebff8fc6175d18
- Merge "Fix sonar issue in asdc-controller"
- Fix sonar issue in asdc-controller
Fix Either log or rethrow this exception
Issue-ID: SO-1841
Change-Id: I2a333d94b040b7bf4ac646fc6f729874eb0fe054
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 095c81fe69ca0c54cd7923888fa9bf4f7924b369
- Fixed critical Sonar bugs
Fixed critical bugs according to the Sonar analysis.
-Fixed possible NPE.
-Fixed wrong comparison.
-Removed unused variables.
Issue-ID: SO-2025
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I5e2e5413c8421eb7ed1db21de6d888a50e1db689
|
|
* Update docs/submodules/so.git from branch 'master'
to 984f8da49f06c1563b4496572c54147014aa94bb
- Merge "Fix sonar issues in mso-openstack-adapters"
- Fix sonar issues in mso-openstack-adapters
Fix Either log or rethrow this exception
Fix Replace the type specification in this constructor call with the diamond operator ("<>")
Fix Remove this unused local variable
Fix Iterate over the "entrySet" instead of the "keySet"
Issue-ID: SO-1841
Change-Id: I5e9195d75d29a66a4a360e031ab02ab7c9872388
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7eb82a8cd009b4b677d348cf16333ca7699c3274
- Merge "Sonar fixes and improvements"
- Sonar fixes and improvements
General fixes and improvements according to the Sonar analysis.
-Fixed imports.
-Improvements in diamond operators.
-Removed unnecessary code.
Issue-ID: SO-1992
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I9345b6ab0f4027b17e1bebf0b6657394c13dc298
|
|
* Update docs/submodules/so.git from branch 'master'
to 37fe68107d6a092e39825a1cce5276fee1ad7db6
- Merge "Validate ServiceInstance name using createNodesUri"
- Validate ServiceInstance name using createNodesUri
Validate ServiceInstance name using createNodesUri.
Change-Id: I5194dd933dc98064888250bc9a38e6ee9716fc01
Issue-ID: SO-2024
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to d00a2d4a4542e50809360aec6da24c0c6ab12e86
- Improvements in MsoVnfAdapterImpl
Improvements in MsoVnfAdapterImpl according to the Sonar analyses.
-Removed unnecessary code.
-Fixed imports.
-Extracted constants.
Issue-ID: SO-2011
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I9dc8406fe0cdea74b08ebb013a68f970da647b6c
|