Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/so.git from branch 'master'
to 86bac35dfead00265a18944528b635a16ab96263
- Merge "Solve the vnfc_instance_group_customization_id insertion failure problem"
- Solve the vnfc_instance_group_customization_id insertion failure problem
Change-Id: Iac9eea25895d9f048b00218b67db5d7bfb3efb58
Issue-ID: SO-2164
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 81f26b4c1837c9f8ff49619782fe01d99f4f0683
- Close input streams via try-with-resources
DefaultDmaapPropertiesImpl: close FileInputStream after loading
ServicePluginFactory: close HttpClient if processing fails
close application.properties InputStream after loading
remove redundant catch block if behavior is the same
add logging of exception in finally block
BpmnInstaller: close csarFile if processing fails
Change-Id: Ic6f942c401277c5150c5cc1297aba27ccd40694c
Coverity-scan: CID-203903, CID-211476, CID-211615, CID-219308
Issue-ID: SO-2211
Signed-off-by: k.kazak <k.kazak@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 5b17afb416e3ab2d3f58694d275e67f20af5a1c6
- Added null check for heat to remove static
analyzer warning
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I71eb14adcc1227af4470853e6e1acdb631a7efe8
|
|
* Update docs/submodules/so.git from branch 'master'
to 89973876dbbf8ad910420d60f8dcbb0c89bf6c62
- Merge "add junit coverage for SvnfmService"
- add junit coverage for SvnfmService
Change-Id: I18f0f226c8805ed8755cd11edefcabfd8a7897a4
Issue-ID: SO-1576
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to c6a693aadd4f6d10ab1e2b0313ae4d3511bd136b
- Merge "Add retrieval of vmIds and vServerIds for APPC"
- Add retrieval of vmIds and vServerIds for APPC
2nd take, resolving build issu - port retrieval of vmIds and vserverIds from groovy to java
Issue-ID: SO-2189
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: Ic666a65336e40eb38ab91c0037b85236ec1eebb5
|
|
* Update docs/submodules/so.git from branch 'master'
to cebbffaaf55229d8e97dda2a9c84c167396e6c5d
- Merge "Add SO Same deployment id on deployed custom workflows"
- Add SO Same deployment id on deployed custom workflows
Added the change to call the DeploymentBuilder.deploy() method after
going through all the custom workflows. Thus all the workflows
deployed and they startup correctly.
Issue-ID: SO-2210
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: Ieaa5d1447405f75744d7c05bd8f7603c16edf5ea
|
|
* Update docs/submodules/so.git from branch 'master'
to 4c41bf52c861e9a517e61beb9252349037fa6417
- Merge "Initial commit of validation framework to APIH"
- Initial commit of validation framework to APIH
Move ListenerRunner to common location
Adjust request params name, update junit tests
Update validations to work properly
Properly escape period for the string split
Issue-ID: SO-2232
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ia468cf7062cccf30e28afeb7a5cddc37ceb2e002
|
|
* Update docs/submodules/so.git from branch 'master'
to 27eb14bb20dddcbb3a1ef6abbc5adedbb628c5bd
- Merge "asdc controller treat distributionid as requestid"
- asdc controller treat distributionid as requestid
Setting RequestId in MDC using DistributionID value in ASDC-controller
Setting RequestId in MDC using DistributionID value in ASDC-controller.
Cleaned up code.
Removing the log line as per the review comments.
Issue-ID: SO-2231
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I07880a80d479ad01411e0c5ece12d77722b8cb6c
|
|
* Update docs/submodules/so.git from branch 'master'
to 1dd013480975fdfbae36fe71d37e845679d5690c
- Merge "apih format statusdetail to return granular"
- apih format statusdetail to return granular
Should return unchanged requestState on statusDetail queryParam
Formatted files with changes to fix build
Added enum validation for setting requestStatus
Updated test to send in "statusDetail"
Issue-ID: SO-2230
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I8f5d79bc287581635a1543a00ddc69fb9eba2295
|
|
* Update docs/submodules/so.git from branch 'master'
to 07f92a81e5dfe76ad801ff321195d4b938498ab4
- Removed unused CSAR class.
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I0efbb38cb34b0b36d2659ebf36f6cd2d109e5deb
|
|
* Update docs/submodules/so.git from branch 'master'
to bbc6905e9618190a11a7d7f143b87edf75a3854b
- Replaced string concatenations in a loop with
StringBuffer appends to remove static analyzer
warning about inefficient string operations
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I89e0e5b599a8263882b0f91fb0f9191734a04ec1
|
|
* Update docs/submodules/so.git from branch 'master'
to 0e57a09647ea8ab7736cbbc322e876c84cbcb346
- Merge "Added check for empty processInstanceList"
- Added check for empty processInstanceList
Added check for empty processInstanceList
Issue-ID: SO-2225
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: If4569d94dbda794c9a347e6dc73102acf7664558
|
|
* Update docs/submodules/so.git from branch 'master'
to dfbc8abd0f1c151e34d07defbe0a5ff363fcf1f0
- Sonar fix in MSOCommonBPMN
Either log or rethrow this exception
Remove this useless assignment to local variable "serviceInstance"
Remove the declaration of thrown exception which is a runtime exception
Move the string literal on the left side of this string comparison
Issue-ID: SO-1841
Change-Id: I24cdd3682eddd2e5ceb7e961477a61457ef91ab2
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to e536a1035d0f224de32f76a1226c772b8f8d7c01
- Merge "- Updated vnfc instance groups to use the"
- - Updated vnfc instance groups to use the
- Updated vnfc instance groups to use the getEntity API.
Issue-ID: SO-2224
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I278aebe5174dfb52ad3db86957c262dca5eac359
|
|
* Update docs/submodules/so.git from branch 'master'
to f075d8a5830e36960036c18c28064e3959e03da4
- public keyword removed for DoCreateServiceInstanceRollback.groovy
groovy file correction
Issue-ID: SO-2212
Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com>
Change-Id: If2b6f5d1416042dd8ce88ae9d467ae24b00a1c55
|
|
* Update docs/submodules/so.git from branch 'master'
to 5d59b234af04c6b9b027ed9f6717f20cc9daee2d
- Merge "DoCreateVFCNetworkServiceInstance.groovy corrected"
- DoCreateVFCNetworkServiceInstance.groovy corrected
groovy file correction
Issue-ID: SO-2212
Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com>
Change-Id: I537a9a5ef72823f9aec9504e0475eee970c04a1a
|
|
* Update docs/submodules/so.git from branch 'master'
to 1852a85bb287e3316c7917a18ea3125821026ec9
- Merge "Removed unused CryptoHandler, ICryptoHandler and CryptoHandlerTest classes"
- Removed unused CryptoHandler, ICryptoHandler and
CryptoHandlerTest classes
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I944ae9b49326257b6ddfe94687c3241e91af4de9
|
|
* Update docs/submodules/so.git from branch 'master'
to 94aca1037c7934effe6f9e8b9dcad2e6633b34e9
- Merge "Place diamond op in place of type spec"
- Place diamond op in place of type spec
Place diamond op in place of type spec MSOCommonBPMN classes
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: I133a9328f5c91c61af24a57a610d36c6d6622f66
|
|
* Update docs/submodules/so.git from branch 'master'
to 7e4474a83396840a61c18ff0a770825db0a440fb
- Merge "Removed unused method setHPAParameters()"
- Removed unused method setHPAParameters()
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: Ic9de579495c1400bca233b679699ae857180520b
|
|
* Update docs/submodules/so.git from branch 'master'
to 5d51903c2012077970240aa295d060441d2947a7
- Merge "Removed duplicate use of networkType field in String.format() call to prevent static analyzer warning"
- Removed duplicate use of networkType field in
String.format() call to prevent static analyzer
warning
Issue-ID: SO-1841
Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com>
Change-Id: I1e3ea352aac9a88172b683d267b2f3c804bb362b
|
|
* Update docs/submodules/so.git from branch 'master'
to d46e55a380566af20c21553b74a9edb9dcbc5c51
- Merge "Change variable name-comply with regex"
- Change variable name-comply with regex
Change variable name-comply with regex asdc-controller & mso-api-handlers classes
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: I709cbcacc32e57a8b9cf89a963321bfde3b08301
|
|
* Update docs/submodules/so.git from branch 'master'
to 247c4a5b3e0c0ff9401785cf7e4c2070a7d4b928
- Merge "Change variable name-comply with regex"
- Change variable name-comply with regex
Change variable name-comply with regex asdc controller and bpmn classes
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: Ib1e16b2df9c620f2f225424e003226996fbe99e1
|
|
* Update docs/submodules/so.git from branch 'master'
to 5b2bafa99ce79ef6b05ea9a5e9f5b1853bfbba59
- Merge "update version for 1.5.1"
- update version for 1.5.1
Issue-ID: SO-2223
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I972e6be75ce9ca38e3d08ac17a48af62f0aa2f05
|
|
* Update docs/submodules/so.git from branch 'master'
to ad26209225e2e4e70a98fafefb20971548ba1816
- Merge "Enhance variable name-comply with regex"
- Enhance variable name-comply with regex
Enhance variable name-comply with regex bpmn ConfigCheckerDelegate class
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: I11c06607cdb160f59c77e7e5af004364d53bddf5
|
|
* Update docs/submodules/so.git from branch 'master'
to 04966551ba1392c37a2ba81cd53fbe84f6b8dc8b
- Merge "Modify variable name-comply with regex"
- Modify variable name-comply with regex
Modify variable name-comply with regex mso api handlers DuplicateRequestException class
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: Ifbd69bffcfce08cc2e9c44817a02f9ddfe28aadc
|
|
* Update docs/submodules/so.git from branch 'master'
to 2354c86fe8f1966f152033956c61019102152e39
- Merge "Replace with equalsIgnoreCase"
- Replace with equalsIgnoreCase
Replace with equalsIgnoreCase bpmn ServicePluginFactory class
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: I2860546bb921a1b685f824beb0cd790e826435ad
|
|
* Update docs/submodules/so.git from branch 'master'
to 39feb25a146741ed445dad3d82e981af5bb9d2df
- Merge "Use diamond op in place of type spec"
- Use diamond op in place of type spec
Use diamond op in place of type spec MSOCommonBPMN classes
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: I8812392bbc6eac6d703ff7eeabf8e95806aab442
|
|
* Update docs/submodules/so.git from branch 'master'
to d652e65a43f3236abc30d55b040e13716aefe3a5
- Merge "Remove repeated conditional test in buildServiceErrorResponse"
- Remove repeated conditional test in buildServiceErrorResponse
Coverity-scan: CID-203826
Issue-ID: SO-2211
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I18d788e361b502e392f7f59ff6bc772dfee394bd
|
|
* Update docs/submodules/so.git from branch 'master'
to c8b8b314536a33b55cadc304fee58572a6ac2938
- Merge "query builder now handles more than just strings"
- query builder now handles more than just strings
query builder now handles more than just strings
Issue-ID: SO-2215
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ib138d96cf8578a0e3055120f9c3e036c690e7eae
|
|
* Update docs/submodules/so.git from branch 'master'
to 268e86197979fe195742514a9add172b6db740f0
- Merge "added in mapping of aggregate routes in"
- added in mapping of aggregate routes in
added in mapping of aggregate routes in bbinputsetup
Issue-ID: SO-2214
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I56048eb78eb06800ec5b9c290493d502ef7435d0
|
|
* Update docs/submodules/so.git from branch 'master'
to 7ff9326295fe389e5cfeb332291ec7e46da2f20e
- Merge "health check now entirely config based"
- health check now entirely config based
health check now entirely config based
api handler now lists itself as an endpoint
updated robot test to verify new format
fixed formatting issues with modified files
updated test case to reflect new statuses
fixed duplicate bean issue with converter
ignore unit test that never worked
added missing class to context configuration
removed extraneous spaces from robot file
update robot files as well as fix compile issues
config format must be correct on startup
Issue-ID: SO-2216
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I86770922c7b7f36e4a4d59615f7336cda7cbe629
|
|
* Update docs/submodules/so.git from branch 'master'
to 6387c2174b5fe53dda56ebaf7b51b4ad6e8239a4
- Merge "All extendable enums should be serializable"
- All extendable enums should be serializable
marking items as transient causes them to be lost
Issue-ID: SO-2217
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: If66f9034b67f94c8122875ef915043525fb9bdb7
|
|
* Update docs/submodules/so.git from branch 'master'
to 2db91d9f85c272c6d5b05348b358c8b9807fdbc2
- Merge "Remove useless double assignment in PnfEventReadyDmaapClient.unregister"
- Remove useless double assignment in PnfEventReadyDmaapClient.unregister
Coverity-scan: CID-211458
Issue-ID: SO-2211
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I670bb1f5684b90f0d4d01542c77c882e3d4966e4
|
|
* Update docs/submodules/so.git from branch 'master'
to 92567d26641f3a0f127c289e0dad9d86e3b2443c
- Merge "Sonar fix in mso-adapter-utils"
- Sonar fix in mso-adapter-utils
Either log or rethrow this exception
Remove this unused import
Make "workloadStatusReason" transient or serializable
Issue-ID: SO-1841
Change-Id: I01fe8ce059b5fde95d300d2d0e5b4a1a114c479a
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 08f6bca1fb03884cdf407542a5d2ecbe3e20af44
- Merge changes I2fead528,I2e9fd421,Ib67d7240
* changes:
DeleteVFCNSResource.groovy corrected
DeActivateSDNCNetworkResource.groovy corrected
DoCreateServiceInstance.groovy corrected
- DeleteVFCNSResource.groovy corrected
groovy file correction
Issue-ID: SO-2212
Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com>
Change-Id: I2fead52822d107ad712624ba9a37c959eae8c077
- DeActivateSDNCNetworkResource.groovy corrected
groovy file correction
Issue-ID: SO-2212
Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com>
Change-Id: I2e9fd421f528ee147188f626817a5f3e68fa55fa
- DoCreateServiceInstance.groovy corrected
groovy file correction
Issue-ID: SO-2212
Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com>
Change-Id: Ib67d724009c172aa86347853075b3cf7ee6be502
|
|
* Update docs/submodules/so.git from branch 'master'
to 7e08567716973af57d898e08d9cc86cc25253781
- Merge "Replace type spec with diamond op"
- Replace type spec with diamond op
Replace type spec with diamond operator cloudify-client classes
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: I074c6d28b387a425841f1e35964c336834aff5b4
|
|
* Update docs/submodules/so.git from branch 'master'
to 3de0d8e14587bfa8badc5b9fa6959d8418afb134
- Merge "fix sonar issue"
- fix sonar issue
fix sonar issues
Issue-ID: SO-1811
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: I841a50876aaf22e1fbc597029f270d243adf2613
|
|
* Update docs/submodules/so.git from branch 'master'
to 23f087d9168c4618b28d625d8c6814f093d4344e
- Merge "Change collections size with isEmpty"
- Change collections size with isEmpty
Change collections size with isEmpty mso-adapter-utils class
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: I784a5839d003c42a9880287d304060cd9639f1b6
|
|
* Update docs/submodules/so.git from branch 'master'
to c52cca753f00b02349cd6f025b3217ca2f1f4e75
- Merge "Move string literal left side-avoid null pointer ex"
- Move string literal left side-avoid null pointer ex
Move string literal left side so.adapters.vnfmadapter WebSecurityConfigImpl class
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: I6669a11bf95a41e3efa18d907f2b3f3eb3f3f1b3
|
|
* Update docs/submodules/so.git from branch 'master'
to adf7790712eb164aa6bc6e91f5d19cdb39bd0f0f
- Merge "Change string literal left side-avoid null pointer ex"
- Change string literal left side-avoid null pointer ex
Change string literal left side so.adapters.vnfmadapter WebSecurityConfigImpl class
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: I8ba57bd9c3c548a35b90d9324f1d214985c3c539
|
|
* Update docs/submodules/so.git from branch 'master'
to 2b583582a027a368c552dc956243e71a49f33922
- Merge "Merge if stmts for code readability"
- Merge if stmts for code readability
Merge if stmts for code readability asdc controller DeployActivitySpecs class
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: If27dc7b6e28e4058c4132e7d8178b773cb9f065b
|
|
* Update docs/submodules/so.git from branch 'master'
to 4e24eb334463c52d70c09be1172451ba52af2e32
- Merge "DoCreateResources.groovy corrected"
- DoCreateResources.groovy corrected
groovy file correction
Issue-ID: SO-2212
Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com>
Change-Id: I1d4dc5370125a587b11cbf05b69fdaf8fcaa37aa
|
|
* Update docs/submodules/so.git from branch 'master'
to 4c22df0d4d5edf7551e0767f1bab8cde67cf0a35
- Merge "corrected CompareModelofE2EServiceInstance.groovy"
- corrected CompareModelofE2EServiceInstance.groovy
groovy file correction
Issue-ID: SO-2212
Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com>
Change-Id: I42b005210df986b1a4f006982f9d89be54bffa7f
|
|
* Update docs/submodules/so.git from branch 'master'
to ceac74f3e71d46120da85257351432f367cc48d6
- Merge "Replace collections size with isEmpty"
- Replace collections size with isEmpty
Replace collections size with isEmpty mso-adapter-utils class
Issue-ID: SO-2187
Signed-off-by: sindhu3672 <arcot.sindhuri@huawei.com>
Change-Id: Icf6fc86d9d6f02571938804d214b5b5bfca72698
|
|
* Update docs/submodules/so.git from branch 'master'
to 3081381bb2ba253fc0aa34203c90ea8bf63b26b4
- Merge changes Ia52d9db2,Iab16430b
* changes:
Remove unused public access modifier
Add vfmodule support to e2e service instance
- Remove unused public access modifier
Remove unused public access modifier.
Issue-ID: SO-2212
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Change-Id: Ia52d9db2dc9b6500954f516cf456240f4b9e1bf0
- Add vfmodule support to e2e service instance
Parse vfmodule to add to resource instance list.
Issue-ID: SO-2213
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Change-Id: Iab16430b498e505cd89a0ba4c12cfd2f88b9a982
|
|
* Update docs/submodules/so.git from branch 'master'
to cbcd0e0c4ab35c2a5b9577e06d41438ee708d44f
- Merge changes I045619a9,Iadffb2af,Ie97c560d
* changes:
Remove unwanted semicolon from groovy files
Remove unwanted semicolon
Removed unrequired semicolon from groovy
- Remove unwanted semicolon from groovy files
Remove unwanted semicolon from groovy files.
Issue-ID: SO-2212
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Change-Id: I045619a93597459d7ae5f656a880d36b4a46f001
- Remove unwanted semicolon
Remove unwanted semicolon.
Issue-ID: SO-2212
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Change-Id: Iadffb2affff8597a8eb8258041b37cb8bf701f20
- Removed unrequired semicolon from groovy
Removed unrequired semicolon from groovy.
Issue-ID: SO-2212
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Change-Id: Ie97c560db89dcd15d424c11473a312e9d684cbd8
|
|
* Update docs/submodules/so.git from branch 'master'
to f4753b2f9dff4c7440e2450e175bae1a04cb695d
- Merge "Remove unused SDNCServiceRequest constructors"
- Remove unused SDNCServiceRequest constructors
Coverity-scan: CID-211570
Issue-ID: SO-2211
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: Id73831f5ef51bdea2e24c40c10d744df662b50ad
|
|
* Update docs/submodules/so.git from branch 'master'
to 4e7efd7198a56e3b370539ee0624750e2f6fc5d4
- Merge "removed unwanted public for ActivateSDNCNetworkResource.groovy"
- removed unwanted public for ActivateSDNCNetworkResource.groovy
groovy file correction
Issue-ID: SO-2212
Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com>
Change-Id: I5f3adeb10b4f551f515144696695834a32493e97
|
|
* Update docs/submodules/so.git from branch 'master'
to f9f67564fa766b1a9bbc58747083d8f4938b03be
- Merge "fix sonar issue"
- fix sonar issue
fix sonar issues
Issue-ID: SO-1811
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: I5049d25904c3abfdaccd84a3356c14f47be4bc57
|
|
* Update docs/submodules/so.git from branch 'master'
to a610ba5990ac65c962de8bbedc676b2ec29ed8f1
- Merge changes I8e443077,I51a9106a,I54076323
* changes:
fix sonar issue
fix sonar issue
fix sonar issue
- fix sonar issue
fix sonar issues
Issue-ID: SO-1811
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: I8e443077864d758149bb5f62bc5dc5f718c29204
- fix sonar issue
fix sonar issues
Issue-ID: SO-1811
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: I51a9106ad99e7bb101c3d6c9a33603ac202d7cb6
- fix sonar issue
fix sonar issues
Issue-ID: SO-1811
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
Change-Id: I5407632386d75a239a4847e763159e60c3008ded
|