Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/so.git from branch 'master'
to 9770a6338923ed3991655470db437158be744746
- Merge " Removed hardcoded values for PNF creation (cvlan, svlan, remoteId)"
- Removed hardcoded values for PNF creation (cvlan, svlan, remoteId)
Change-Id: Ie4a63dd06279713c9f13062a09b44eb0e7f2e6bc
Issue-ID: SO-1815
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to ff0a227609c57897af18192b30635963052495df
- Merge "Reorder modifiers. Reorder modifiers to complt with Java code specifications Issue-ID: SO-1490"
- Reorder modifiers.
Reorder modifiers to complt with Java code specifications
Issue-ID: SO-1490
Change-Id: Ic7d2700347b79e0c155f84d3ca1175dda1edb6f8
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 834a36f0dea88e68eb8305d07f191ea6d51a1cd5
- Merge "Removed imports and defined a constant. Removed imports and defined constant and combined exception in single catch block. Issue-ID: SO-1490"
- Removed imports and defined a constant.
Removed imports and defined constant and combined exception in single
catch block.
Issue-ID: SO-1490
Change-Id: Iefeb59de5b5e32b06908e62ba24a1bc00892ce1d
Signed-off-by: NITIN KAWA <nitin.kawa@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 0bb58cfbe91dd7b77178f775df16d873131eb1ef
- Removed JsonIgnore for resourceInput
Removed JsonIgnore for resourceinput, it was earlier made @jsonIgnore
to fix mapping (SO-1358).
Change-Id: I7eb7160be220d445bec396d4c5eb3fd913e66f9e
Issue-ID: SO-1816
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 0164ebaeecf27e635b3b4097034780dbb8be7c74
- Merge "Enhancement for query"
- Enhancement for query
Enhancemenv for query to include group and vnfccustomization.
{
"serviceResources": {
"modelInfo": {
"modelName": "NSService",
"modelUuid": "0bad8c92-7d22-49f0-b092-b64e6ca564a7",
"modelInvariantUuid": "69161960-515b-4bf3-91f1-313b813f5e1d",
"modelVersion": "1.0"
},
"serviceType": "",
"serviceRole": "",
"environmentContext": "General_Revenue-Bearing",
"resourceOrder": "NF",
"workloadContext": "Production",
"serviceVnfs": [
{
"modelInfo": {
"modelName": "",
"modelUuid": "123",
"modelInvariantUuid": "",
"modelVersion": "",
"modelCustomizationUuid": "1234",
"modelInstanceName": "test"
},
"toscaNodeType": "",
"nfFunction": "",
"nfType": "",
"nfRole": "",
"nfNamingCode": "",
"multiStageDesign": "",
"resourceInput": "",
"vfModules": [],
"groups": [
{
"modelInfo": {
"modelName": "test",
"modelUuid": "11",
"modelInvariantUuid": "11",
"modelVersion": "2"
},
"vnfcs": [
{
"modelInfo": {
"modelName": "xfs",
"modelUuid": "22",
"modelInvariantUuid": "2222",
"modelVersion": "22222",
"modelCustomizationUuid": "2222"
}
}
]
}
]
}
],
"serviceNetworks": [],
"serviceAllottedResources": []
}
}
Issue-ID: SO-1393
Change-Id: Iee7f79337f73276f857d6d42b5b2416e4e8f4536
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 2e0a34df5e0ec477065b2a6a5ef31927560d711b
- Merge "Removed generic type from right triangle. Removed generic type from right triangle which is not recommended after java 7 Issue-ID: SO-1490"
- Removed generic type from right triangle.
Removed generic type from right triangle which is not recommended after
java 7
Issue-ID: SO-1490
Change-Id: I350be426a47e83246d248e8c31c786740bded1d9
Signed-off-by: NITIN KAWA <nitin.kawa@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to e51fa00446f6a8bc4d01a433d2ebaa11a08a1b9f
- Merge "Define constant in place of literals Constants are declared and used in place of literals Issue-ID: SO-1490"
- Define constant in place of literals
Constants are declared and used in place of literals
Issue-ID: SO-1490
Change-Id: I8891e3aad24b29b4c951d995df0192437304d06e
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 40593fe19cb687c0be239bac84c8662715e37c01
- Merge "Removal of unused variables and replace type specification. Removal of unused local variables. Replace type specifications with diamond operator as per guide lines. Issue-ID: SO-1490"
- Removal of unused variables and replace type specification.
Removal of unused local variables. Replace type specifications with diamond operator as per guide lines.
Issue-ID: SO-1490
Change-Id: I728287427c0f6f9e8289fb0dfa8e906856c774ff
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to cf71aaf1152f07aefd17cb022335a859ad49b657
- Merge "Fixed issues found in integration testing"
- Fixed issues found in integration testing
Issue-ID: SO-1814
Change-Id: Ica6929e10cb40d535657eefc9786090af996ba32
Signed-off-by: MichaelMorris <michael.morris@est.tech>
|
|
* Update docs/submodules/so.git from branch 'master'
to 0d9e2a9146bc306afe6e6a87381b9f95adae2d78
- Merge "Removed unused imports and rearranged variables Removed unused imports and moved variables to comply with Java Code Conventions. Issue-ID: SO-1490"
- Removed unused imports and rearranged variables
Removed unused imports and moved variables to comply with Java Code Conventions.
Issue-ID: SO-1490
Change-Id: Iabf605fde63638244c2c4fd52e4787863512ee57
Signed-off-by: NITIN KAWA <nitin.kawa@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to f677f922e672d1e9bab0ae55e4ce7ee814680554
- Merge changes Iea43b256,Ibabb3f5e,I65623121
* changes:
update the interface flows in SO
Fix the FAQ page location
update SO release notes in readthedocs
- update the interface flows in SO
Issue-ID: SO-675
Change-Id: Iea43b256422af69e6dcbbdb9282a125a6bfef0e8
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- Fix the FAQ page location
Issue-ID: SO-675
Change-Id: Ibabb3f5e2c381f6bd7772aaed50a44e556460815
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- update SO release notes in readthedocs
Issue-ID: SO-675
Change-Id: I65623121b952ad88d48c196fc45d05fae28de4b1
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 71e617b9e2fcd24c05579bf41e65db4273f05e77
- Merge "Reorder modifiers. Reorder modifiers to complt with Java code specifications Issue-ID: SO-1490"
- Reorder modifiers.
Reorder modifiers to complt with Java code specifications
Issue-ID: SO-1490
Change-Id: Ic8adde29c0bc8b3d039e3f0f1c8837f53dd10aee
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 89637ecf97fe217f76a5c0db3f20561c65206267
- Merge "Reorder java modifiers. Reorder modifiers to complt with Java code specifications Issue-ID: SO-1490"
- Reorder java modifiers.
Reorder modifiers to complt with Java code specifications
Issue-ID: SO-1490
Change-Id: Idcd8c8dcd2a664310007d3e965700363672cbea3
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 569e6fd0b9109b04fff6a8816217f845d0ea6f3b
- Merge "Reorder modifiers. Reorder modifiers to complt with Java code specifications Issue-ID: SO-1490"
- Reorder modifiers.
Reorder modifiers to complt with Java code specifications
Issue-ID: SO-1490
Change-Id: I5d5e0d0520c5a5c1e90033df3d185ce95a01ca0d
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 046eb620661451d3d62638d5253d3e112f565d1a
- Merge "Sniro BB now supports sole service proxies"
- Sniro BB now supports sole service proxies
Enhanced sniro BB to account for sole service proxies to support 1908.
Change-Id: I4bf57c7c43de755be03d2284cde321d182255ceb
Issue-ID: SO-1790
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 0000db36706fcffc58645a7c21eb336d0edf5906
- Merge "Add SO update config file -application.yaml file"
- Add SO update config file -application.yaml file
Added to Dublin branch- update the catalog-db-adapter -application.yaml file
Remove the below line for flyway so that repeatable scripts are run.
repeatableSqlMigrationPrefix: RATT
Issue-ID: SO-1804
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I54bd6d178d9f4c6854421f099bf393599d46d58f
- Merge "Fix issue where null variable causes task to not" into dublin
- Merge "Moved base client to new location" into dublin
- Fix issue where null variable causes task to not
fixed formatting of newly added files
Fix issue where null variable causes task to not complete
Change-Id: If2361a0834220c2e2738917a2e5bf9b012570929
Issue-ID: SO-1806
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
- Moved base client to new location
Change-Id: I0d8ab71393935ca791d37bb23340f96b921f5505
Issue-ID: SO-1791
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
- always convert values toString for xml marshalling
always convert values toString for xml marshalling
added in null check and object mapper call
Change-Id: Ie91c313dce110d53586e6773e2223d63be799a54
Issue-ID: SO-1786
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 1058540684e0d35dcd4d1623f217db3c150ba8d6
- Merge "add resourceInput in vnfc Issue-ID: SO-1393"
- add resourceInput in vnfc
Issue-ID: SO-1393
Change-Id: I643f49df545bef92f0f0e931f7b7ce1a5dbc21c0
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 4b0fade5e1609330c0e8bae1bb9451c9d4d74732
- Merge "String literal to be on the left side of string compariosion."
- String literal to be on the left side of string compariosion.
String literal should be on the left side of string comparision as per guidelines.
Issue-ID: SO-1490
Change-Id: I294cbbb2fe7dae9c68b7b20e9b3a0d1d75824ba0
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 17a1aca5fc9b0fb3ee19ecbbc8a9c65e085b7759
- Merge "SDNCRestClient - sonar fixes"
- SDNCRestClient - sonar fixes
SDNCRestClient - sonar fixes
Issue-ID: SO-1811
Change-Id: I7348e35a325c523648696a2321d873f481a0b36d
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to daeb1fb80b53634a90e83e9583e30deb1b0dbfdd
- Merge "MsoVnfAdapterImpl - sonar fix"
- MsoVnfAdapterImpl - sonar fix
MsoVnfAdapterImpl - sonar fix
Issue-ID: SO-1811
Change-Id: Ic3bebd30e4f65b9ba5732c43cfd8baf0050e3b7b
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 82e2784d2af663b9f8433ac74187710886059ca9
- Removal of unused local variables.
Removed useless assignment to local variables and reordered the modifiers
as per java language specification.
Issue-ID: SO-1490
Change-Id: I43f25854d60cd25fb472618e21f2c1c91bc1c457
Signed-off-by: NITIN KAWA <nitin.kawa@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 9a1a01dd07e5a64422bca75fa22ea36daa1d88d1
- Merge "Remove the literal boolean values."
- Remove the literal boolean values.
Remove the literal boolean values.
Issue-ID: SO-1811
Change-Id: Iaa565b92cce2b6c8eddb77aff93491014cb7d7a3
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 769b6618920135c2671ff952793cc16b086b8a53
- Merge "Define constant in place of literals"
- Define constant in place of literals
Constants are declared and used in place of literals
Issue-ID: SO-1490
Change-Id: I674b250fa3e141deea5c4b6c43d6fa94733f0b67
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to fb9f282e873a6394f86762f720be9f95d1bf1a24
- Merge "Define constant in place of repeating literals."
- Define constant in place of repeating literals.
Constant is defined and used further instead of using the same literal.
Issue-ID: SO-1490
Change-Id: Icabbd5074d8fb72643b8b73eba78d11507eefe1a
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to ccc73d17e36b747cf9158c086adffe522240b5f4
- Merge "removal of unused file imports. removal of unused file imports. Issue-ID: SO-1490"
- removal of unused file imports.
removal of unused file imports.
Issue-ID: SO-1490
Change-Id: I35c09f25f363c7da276beece4fff854f8f42a2f8
Signed-off-by: Subhosree Pan <subhosree.pan1@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 748ba79228f388edc1a9028f82e82475fd771fc1
- Merge "Replace literals with constants. Replace repeated string literals with constants as per guidelines. Issue-ID: SO-1490"
- Replace literals with constants.
Replace repeated string literals with constants as per guidelines.
Issue-ID: SO-1490
Change-Id: Iffd4f5349f5e5c11daeb2ec76a75125c38a3e867
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 34bf4b7fc4807033c02f21256f1a8c29a667c580
- Merge "Change static string litral. Change static string litrals name according to the guidelines. Issue-ID: SO-1490"
- Change static string litral.
Change static string litrals name according to the guidelines.
Issue-ID: SO-1490
Change-Id: Iadabb204c5615f3bc559076999429bc0b9f615f6
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 39bb5f740c2bb78037eee46b71870e642eb0f0c7
- Merge "Configuration object status to Inventoried"
- Configuration object status to Inventoried
Set initial OrchestrationStatus of Configuration object to Inventoried
After Assign call, we need to set the configuration orchestration status
to Assigned
Change-Id: I4abaeb18d1d220b2bdd03269b3b5a2aba478bf64
Issue-ID: SO-1796
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to a48569b0cafc5072157f8899611b8d061cc83fae
- Removal of unused local variables.
Removal of unused local guidelines as per guidelines.
Issue-ID: SO-1490
Change-Id: I54df34d24a88b5cf7a4e3f0a222ff334b85ebe83
Signed-off-by: NITIN KAWA <nitin.kawa@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to b15889d217c97f80a973e5b594dd198ce011c78c
- Merge "Define constants in place of repeated literals Defined constants to avoid repeated use of literals Issue-ID: SO-1490 bash: c: command not found"
- Define constants in place of repeated literals
Defined constants to avoid repeated use of literals
Issue-ID: SO-1490
bash: c: command not found
Change-Id: I6e3808fc462c9c87f5cfbe81f39aad3187b49930
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 096a5140050a7fc634f73e3587d8c202393243aa
- Merge "Define constant for String literal"
- Define constant for String literal
Define constant for String literal BlueprintsReource class
Issue-ID: SO-1490
Change-Id: Iebe6399d36d9124910facfafd18b40929ea98f02
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 72f5c70d944780dd98e070e82363a58a20c38b66
- Merge "Remove unused private field and replace repeated string with constants."
- Remove unused private field and replace repeated string with constants.
Remove unused private field and replace repeated string with constants.
Change-Id: I2e68cfb5e7d83e626cb2e274b7ea2989352f2867
Issue-ID: SO-1490
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to bb56dd69512406f8d8bb709b8c84e7d09b4a239c
- Merge "Define constant in place of repeated literals."
- Define constant in place of repeated literals.
Defined a constant instead of repeatedly using literals.
Issue-ID: SO-1490
Change-Id: I4fc4eddeebf42436d6198ba92d7c8bfa8f3394b0
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to f173b99450f252da6e938694a31383c4d91db00a
- Merge "Declare constant for String literal"
- Declare constant for String literal
Declare constant for String literal cloudify v3 client classes
Issue-ID: SO-1490
Change-Id: I8843bfb7aae5b25c6d9ad201c90a5bf9d3b0d577
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 91cc893325bf5edcc7f996c8c96085e49eff8616
- Merge "Reorder modifiers to comply with java standards"
- Reorder modifiers to comply with java standards
Reorder modifiers to comply with java standards CancelExecutionParams class
Issue-ID: SO-1490
Change-Id: Id2eb6862482dbcaeb349ab466f44d54130d699a3
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7bbd9b5fb38cd38de11121fb8583edf7e7f30f8b
- Merge "Shift constructor to comply with coding standards"
- Shift constructor to comply with coding standards
Shift constructor to comply with coding standards CLoudifyRequest class
Issue-ID: SO-1490
Change-Id: I63cfbf129bb4d44027cfa74a93f490e1d269ac52
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 50cef434c34e7bdc206fdcaaa9417096d4a30c4c
- Merge "Remove unused imports"
- Remove unused imports
Remove unused imports catalog beans classes
Issue-ID: SO-1490
Change-Id: I2061c2b293f85d4308c188beccfdb34cb17c3aed
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to d2c0e7412ca17e40c0dc03c37369311e28f0a347
- Merge "Move variable,constructor to comply with standard"
- Move variable,constructor to comply with standard
Move variable,constructor to comply with coding standards
Issue-ID: SO-1490
Change-Id: Id34939ad5b0be094a1b0301bee62f421b1298096
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7e48647993fa648ba34716f1f481bfd139b94943
- Merge "Remove unused variables from class file. Remove unused local variables from class files. Issue-ID: SO-1490"
- Remove unused variables from class file.
Remove unused local variables from class files.
Issue-ID: SO-1490
Change-Id: I8d0a39183883d97ab54ea04ce62f520247958a48
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 98932725f019a391410c51bf7bf65b4a32c2d4fe
- Merge "Move String literal to left-hand side of equals"
- Move String literal to left-hand side of equals
Move String literal to left-hand side of equals MavenLikeVersioning class
Issue-ID: SO-1490
Change-Id: Ib19caaf367fbf5b85488cd63270186020d46d3ef
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 458cc8d407f27bc360f9d7c93164bae6b764947f
- add vnfcInstanceGroup sequence
Issue-ID: SO-1393
Change-Id: Ife3b71dcfa543a693564779da44800f1dd8486e9
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to be61cb67952b83ebac6f16b84cd5d94ebd638bad
- Merge "Status message for create vf module event audit"
- Status message for create vf module event audit
Added appc to application-test due to new dependency in openstack
Updated exception class to inject mock into class for junits.
Added error handling support for when create audit fails.
Added error handling for when create audit fails and added test
Updated test schema file to create table and added field.
Updated pom file to relfect typo in change made.
Updated locaton of pojos for audit code
Updated test schema file to create table and added field.
Updated pom file to relfect typo in change made.
Comitting files that i forgot to stage from previous commit
Updated locaton of pojos for audit code
Additional fixes including vnfcname and null check
Fixed bug in delete audit failure check and reverted gateway change.
Change-Id: I993ce377dd6407960a65b4940d83d8162b24633c
Issue-ID: SO-1792
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to efa8de7e27bf355586e51a18008d8c6727d1e743
- Merge "Add existing vnf customization for service"
- Add existing vnf customization for service
Add existing vnf customiation for service if they are exit in db.
Otherwise vnf_resource_customization_to_service will hold only
last process VF while parsing.
Change-Id: I52ea9dec58630e61eae88e7c9325aa37d64c00d6
Issue-ID: SO-1805
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 08e14dc13657fa700a5f89b8cab3f7199a071c15
- Merge "Substitute string literal with constant"
- Substitute string literal with constant
Substitute string literal with constant SO client sdnc classes
Issue-ID: SO-1490
Change-Id: Iada1dedfb27ec75946ba5bad23547a2fd8c4ae39
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 720deec8b23c150515ef39d2176b411a625e9e51
- Merge "Move String literal to left-hand side of equals"
- Move String literal to left-hand side of equals
Move String literal to left-hand side of equals SniroValidator class
Issue-ID: SO-1490
Change-Id: Ib9d1ba94908f92cc46cf5a8177e3808327398600
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 32bea69accd129c893d50a6896152ca806db0112
- Merge "Remove unused import,replace type specification"
- Remove unused import,replace type specification
Remove unused logger,replace type specification sniro beans classes
Issue-ID: SO-1490
Change-Id: I02602de39507e80227336a4964a7a9a9c8cbfb85
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 4e8dc31bc33bb44cb488a4c2b7d9c173db4f3a3e
- Merge "Replace type specification,Remove unused import"
- Replace type specification,Remove unused import
Replace type specification,Remove unused import sniro beans
Issue-ID: SO-1490
Change-Id: Ic7d96ccc79db3cee839cc230dd69121ab6796e88
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 81d98b8aeb793ace664a30283df03821bea1930a
- Merge "Remove import,variable,shift constructor call"
- Remove import,variable,shift constructor call
Remove unused import,variable,shift constructor call MsoVnfPluginAdapterImpl class
Issue-ID: SO-1490
Change-Id: I1d722d7157ccbb9366dfe0ae60529c40615bb8e3
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7fbb90dfacc3034432df073faa094a6f4747c210
- Merge "Replace String literal with constant"
- Replace String literal with constant
Replace String literal with a constant VnfAdapterNotify_Service class
Issue-ID: SO-1490
Change-Id: Iebcfb6254fce98cc09e772389629bba2af169194
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 20a4e8a943a3b776b89d78e05fff78561cc6b142
- Merge "Reallocate Constructor call"
- Reallocate Constructor call
Reallocate Constructor call api handler common Constants class
Issue-ID: SO-1490
Change-Id: I07ec6ca98019860105361f622a792abdf726f30b
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|