aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-01Merge "Add exclusive block for invoking deactivate"Seshu Kumar M1-63/+100
2018-08-01Merge "Moved the bpmn and groovy to correct folder"Seshu Kumar M6-0/+0
2018-08-01Intial deActivate groovy filesubhash kumar singh1-0/+89
Intial deActivate groovy file. Change-Id: Ia023c51b21658e1434ed938b0a586bcef02f989f Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-01Desing workflow for deactivatesubhash kumar singh1-142/+61
Design workflow for deactivate invocation. Change-Id: Ieb8d15764b52664bcea7baec1c1f214fbaaad07b Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-01Add exclusive block for invoking deactivatesubhash kumar singh1-63/+100
Apply decision block for invoking deactivate activity. Change-Id: I53545cdc16fb326c30b3e893b6548afdf8c7ee4f Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-01Moved the bpmn and groovy to correct foldersubhash kumar singh6-0/+0
Moved bpmn and groovy files to correspondign folder after containerization. Change-Id: Iccd447111dd7209db220206539be1eb10863eccd Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-01Build docker imagesRob Daugherty5-97/+492
so/catalog-db-adapter so/requests-db-adapter so/sdnc-adapter so/openstack-adapters so/asdc-controller so/bpmn-infra so/api-handler-infra Base image is alpine with openjdk. Change-Id: Ied96227aa48cd5c1420ac328e251f601020a0679 Issue-ID: SO-780 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)5265-294252/+352470
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-07-31Merge "Reorder modifiers"Seshu Kumar M1-3/+3
2018-07-31Merge "Remove unused import statement"Seshu Kumar M1-1/+0
2018-07-31Merge "Inlined local variables, used diamond operator"Seshu Kumar M1-113/+58
2018-07-31Sonar major issuesSumapriya Sarvepalli1-4/+4
Replace with a single equalsIgnoreCase call Sonar Link: https://sonar.onap.org/project/issues?assigned=false&fileUuids=AWHCr-EdEU5FCDfKtlun&id=org.onap.so%3Aso&open=AWHCr-dlEU5FCDfKtmL0&resolved=false&severities=MAJOR Location: src/main/java/org/openecomp/mso/adapters/vfc/util/RestfulUtil.java Line No: L110 L115 L120 L124 Change-Id: I36a727a5acf6a911e3f9ad4ca8b548b4c7f1f732 Issue-ID: SO-776 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-07-31Correct the document for build infoseshukm1-1/+3
Change-Id: I33dcbfc213a9af605370b30704b7651a9ad26a84 Issue-ID: SO-759 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-31correct the API of readthedocsseshukm1-2/+2
Issue-ID: SO-729 Change-Id: I13dbcb5e74df4ef4df966e341113b0a5fb582f64 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-31remove the duplicate entry for APIsseshukm1-1/+1
Issue-ID: SO-729 Change-Id: Ifc0d2fca389b4daf4c85d7b41fb9db7955f15015 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-31Improve SO documentation update interfacesseshukm1-0/+0
Issue-ID: SO-729 Change-Id: Ife0fbb62c604d31b878de6473734cac3c3178497 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-31Beijing doc correctionsseshukm1-0/+0
Issue-ID: SO-729 Change-Id: If2c497972b172dfb412e594984aa09932bd838df Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-31Update the arch diagseshukm1-0/+0
Issue-ID: SO-729 Change-Id: I29ec728af52c5d6fe1f3691b1342593a6d785844 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-27Reorder modifiersAnisha Kumar1-3/+3
Reordered the modifiers to be "public static final" instead of "public final static" in order to comply with Java Language Specification. Issue-ID: SO-666 Change-Id: I70a9cfcf454ce79dcb3940ccc24750416462c225 Signed-off-by: Anisha Kumar <anishax.kumar@intel.com>
2018-07-27Remove unused import statementAnisha Kumar1-1/+0
Issue-ID: SO-666 Change-Id: Id83335a93d118a216a84874119a47d2666ecc96a Signed-off-by: Anisha Kumar <anishax.kumar@intel.com>
2018-07-27Inlined local variables, used diamond operatorbiniek1-113/+58
Change-Id: Ib7b528b6e560fedb9fc23bc6ae5457c913faeeb1 Issue-ID: SO-506 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-07-27Merge "Fix gateway condition in sdncresource"Seshu Kumar M1-1/+3
2018-07-27Merge "fix ID in 3rd ONAP"Chuanyu Chen2-116/+114
2018-07-27fix ID in 3rd ONAPseshukm2-116/+114
Issue-ID: SO-729 Change-Id: If28bf80c01d6f9cd4fdd7ce5b6ea508aaf3f1064 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-27Fix gateway condition in sdncresourcesubhash kumar singh1-1/+3
Fix gateway condition in sdncresource workflow. Change-Id: Ie18e5dbf64c22ea3ed34c228dee6c77ff594ac47 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-07-27Sonar major issuesSumapriya Sarvepalli1-12/+12
This block of commented-out lines of code should be removed Sonar Link: https://sonar.onap.org/project/issues?fileUuids=AWHCr-EXEU5FCDfKtlqk&id=org.onap.so%3Aso&resolved=false&severities=MAJOR Location: src/main/java/org/openecomp/mso/bpmn/core/json/JsonUtils.java Line No: L39 L75 L112 L338 L473 L536 L555 L715 L736 L756 L794 L844 Change-Id: I6cbecd22eff2d86911405811686619771ac3f74e Issue-ID: SO-762 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-07-26Merge "Use defined constant END_OF_THE_TRANSACTION"Marcus Williams1-13/+13
2018-07-26Use defined constant END_OF_THE_TRANSACTIONEthan Hampton1-13/+13
Replace literal 'End of the transaction, the final response is: ' with already-defined constant END_OF_THE_TRANSACTION. Issue-ID: SO-666 Change-Id: I96e097df2042eeace55c8692c4dfd95df2594d13 Signed-off-by: Ethan Hampton <ethanx.hampton@intel.com>
2018-07-26Merge "Fix createSDNCResource bpmn"Seshu Kumar M1-7/+7
2018-07-26Merge "Add initial groovy file for activate"Seshu Kumar M1-0/+62
2018-07-26Merge "Fix Activate resource bpmn"Seshu Kumar M2-258/+162
2018-07-26Fix createSDNCResource bpmnsubhash kumar singh1-7/+7
Fix CreateSDNCResource bpmn to refer activate bpmn flows. Issue-ID: SO-689 Change-Id: If3a9aff3cb410925d322173d44e024e3bf7fa408 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-07-26Add initial groovy file for activatesubhash kumar singh1-0/+62
Add initial groovy file for activate Change-Id: Ibc4321d0e5272073fcd065d1713a69e5738dcd69 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-07-26Fix Activate resource bpmnsubhash kumar singh2-258/+162
Fix Activate resource bpmn for groovy invocation and naming convention. Change-Id: I3cd71032d65f4c4c85f8b40aef0f37b39bb03c03 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-07-26Merge "Sonar major issues"Sanchita Pathak1-7/+7
2018-07-26Merge "Modify workflow to support activate operation"Seshu Kumar M1-88/+115
2018-07-26Merge "Sonar major issues"Seshu Kumar M1-1/+1
2018-07-26Sonar major issuesSurendra Reddy Katam1-1/+1
Replace the type specification in this constructor call with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.so%3Aso&open=AWJqzmdHRGy6eclHEzV_&resolved=false&rules=squid%3AS2293 Location: adapters/mso-vnf-adapter/src/main/java/org/openecomp/mso/adapters/vnf/MsoVnfPluginAdapterImpl.java Line No: 633 Change-Id: I788bf4dd5b7e5f586ef9dc5dc2ddda05508be9d3 Issue-ID: SO-758 Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
2018-07-26Sonar major issuesSumapriya Sarvepalli1-7/+7
Replace with the diamond operator Sonar Link: https://sonar.onap.org/project/issues?id=org.onap.so%3Aso&open=AWSynF0AwGn37JfbvuI9&resolved=false&rules=squid%3AS2293 Location: src/main/java/org/openecomp/mso/bpmn/infrastructure/workflow/service/ServicePluginFactory.java Line: L216 L218 L220 L223 L265 L281 L294 Change-Id: I413e046f87435b6b5225a2202f03ab2c3232e807 Issue-ID: SO-757 Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
2018-07-26Modify workflow to support activate operationsubhash kumar singh1-88/+115
Modify CreateSDNCNetworkResource to support activate on sdnc resource. Issue-ID: SO-689 Change-Id: I1200fdbe5f1f6b9a6e6299da44733b47a1f36355 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-07-26correct the commiters list in the INFO.yamlseshukm1-30/+6
Issue-ID: SO-730 Change-Id: I8853781da64b2c8bc097e66c830bd375bd10e65b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-26Remove the ARIA codeseshukm24-1488/+0
Issue-ID: SO-756 Change-Id: I9ca9fc20140a9faf627ee299dc34bebfdf8938a6 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-26ARIA rest client test code removalseshukm10-390/+0
Issue-ID: SO-756 Change-Id: Id69fdf8879fc38e83dcfa864224c83cce1a61a4c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-26Remove the aria server codeseshukm5-259/+2
Issue-ID: SO-756 Change-Id: Ief11a1506f54d9126da0423757bb74334576819f Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-26Merge "Improved mutation tests coverage"Seshu Kumar M1-2/+5
2018-07-26Merge "property names correction"Seshu Kumar M2-4/+4
2018-07-25Improved mutation tests coverageŁukasz Biniek1-2/+5
Change-Id: I15ababe8547e617f5152a0a673688925f9b62a2b Issue-ID: SO-506 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-07-25Merge "Replace printStackTrace with usage of logger"Seshu Kumar M9-30/+16
2018-07-25property names correctionLukasz Muszkieta2-4/+4
Change-Id: I4cbdb4f9ad5af26502619cb9358086bbf667bc0f Issue-ID: SO-719 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-07-25Merge "Replace with the diamond operator"Seshu Kumar M1-1/+1