Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/so.git from branch 'master'
to acb8997a69725a39270a6527b33995f51c1e4586
- Add Model Version Query
Fix the sql migration version numbering to be proper
Fix marking test as private, mark public
Clean up public declarations to private
Fix schema.sql to have new column for unit test
Revert POM Change, add License, clean up comments
Fix bad spelling of method name issue
Update catalog db to support new rest endpoint
Update local query service and mappers
Localstaging of potential catalog db changes
Update logic to write overall distro status
Change-Id: I84d53b972ede3176c5af32d13444583a36606efa
Issue-ID: SO-1820
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to d26574fe0e44f43bfbf507adbf91a28c1b53c63a
- Removed static fields from ASDCRestInterface
Fix to Sonar issue - misuse of private static fields within class.
Refactored to local variables.
Issue-ID: SO-1490
Change-Id: I4e2f3dc5b5424198263bdfc0ff16ae123969db48
Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 9fde49a65e7a4f6344fa5c20bf323f21f81f2b81
- Merge "VNFM simulator implementation for delete flow"
- VNFM simulator implementation for delete flow
Issue-ID: SO-1773
Change-Id: I14c8325dbb8fbdaebff7b7ec674fd0ddbb5930c3
Signed-off-by: MichaelMorris <michael.morris@est.tech>
|
|
* Update docs/submodules/so.git from branch 'master'
to ea6971bcf79473a101d9700cc287cd88d4911a58
- Merge "Fixed issues found in delete integration testing"
- Fixed issues found in delete integration testing
Issue-ID: SO-1827
Change-Id: I73fdcad3d466634cea850e4df10291a66ec2aa61
Signed-off-by: MichaelMorris <michael.morris@est.tech>
|
|
* Update docs/submodules/so.git from branch 'master'
to 81c1466f6657d41dc01b5271b18430875fd2e3f9
- Merge "Store Cloud Request in Database"
- Store Cloud Request in Database
Store Cloud Request in Database, add to request service
Add query Param to Plural to include cloud data
Change-Id: If906d28d0dc9c0c804e550e2074af3d75ba46d32
Issue-ID: SO-1807
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 702ab6907b58bfac82a17c52ecdc70ef4084ef6f
- Merge "created new custom exception"
- created new custom exception
Added a new exception type for unexpected data results.
Change-Id: I5d0a0ab5e744cd507fe21a58f14cb5f91abff2bf
Issue-ID: SO-1819
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to d402a7d0e3bfdfbd2a3d6cfce2c9f170a30c4192
- Merge "Sonar comments fixed Removed commented lines/ Change static string litrals name according to the guidelines. Issue-ID: SO-1490"
- Sonar comments fixed
Removed commented lines/ Change static string litrals name according to the guidelines.
Issue-ID: SO-1490
Change-Id: I77a0b2a5067d71ede2de8e090ed4d0b1fb61e219
Signed-off-by: Subhosree Pan <subhosree.pan1@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 57b9a52289ab4c4590a9cb7c5a537c3484bfe28a
- Merge "Sonar comments fixed Removed commented lines/ Change static string litrals name according to the guidelines. Issue-ID: SO-1490"
- Sonar comments fixed
Removed commented lines/ Change static string litrals name according to the guidelines.
Issue-ID: SO-1490
Change-Id: I4ffee97269f0f0bdcb23f5b297df8fddb0c133f1
Signed-off-by: Subhosree Pan <subhosree.pan1@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 947249a450e6c849710b750867a9b92300ff384f
- Add parsing for support of new CCVPN model
Update the resource_list logic to create the resource as per new
CCVPN model.
e.g. new model UUI request to create the service with this input
// [
// { VFB1 : [GrpA1, GrA2, GrB1]},
// { VFB2 : [GrpA1, GrB1]},
// { VFA1 : [GrpC1]}
// ]
should be converted to
// [
// { VFA1 : [GrpA1, GrA2, GrB1]},
// { VFA2 : [GrpA1, GrB1]},
// { VFB1 : [GrpC1]}
// ]
as per resource ordering.
Change-Id: I79a30d5080d2551eb7e1944cc4f25d5332d22d4f
Issue-ID: SO-1393
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to bb0a782bbec2ba9166804237b117ce0c70a1aa76
- Enhance resource sequence to add group
Enhance resource sequence to add group.
Change-Id: I9f7ad2a437cd66ba3b8382f3937b0b04752a184a
Issue-ID: SO-1393
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to e98c9cbc978ceb3bcb4a8f946bfec4cbd7b22511
- Enhanced Service decomposition to handle gruop
Enhanced Service decomposition to handle gruop and vnfcs
Issue-ID: SO-1393
Change-Id: If28416e4776f2ff645abdd0d1059d28c9ca6e52f
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 80462c509ef9ce3241b4cdf3e7f8fe5f6ab74974
- comments updated
String constant added as per the guidance, commented out codes has been removed
Issue-ID: SO-1490
Change-Id: Ia7a531580eaafd80900200b1cf5122c1a8b9f511
Signed-off-by: Subhosree Pan <subhosree.pan1@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 66234fba17d50750d1835f269445c796cf26a296
- Merge "Cleaned up DeleteVnfNotification"
- Cleaned up DeleteVnfNotification
Cleaned up DeleteVnfNotification according to Sonar analyses.
Removed unnecessary code.
Change-Id: If8e35d29edb85ad4905a9373f0a820b5f7f07b72
Issue-ID: SO-1817
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to d5a7006356a2f22a6e247fd96be7b06f67b1b573
- Merge "JUnit tests for RequestsDBHelper"
- JUnit tests for RequestsDBHelper
Increased junit tests coverage according to Sonar analyses.
Change-Id: I66a513d664122c1a37e64dc6eca533590b16d48c
Issue-ID: SO-1692
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7c9df24c78e9bf609cdf571d84c68fe9df4e0877
- Merge "VNFM simulator implementation for instantiate flow"
- VNFM simulator implementation for instantiate flow
Issue-ID: SO-1773
Change-Id: I710fe6905d650df29f7550f4eafde2f672301bc4
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
|
|
* 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>
|