aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2018-08-07Merge "Correct logging for DeactivateSDNCNetwork"Seshu Kumar M1-14/+12
2018-08-07Merge "Fix logging in groovy file"Seshu Kumar M1-19/+19
2018-08-07Merge "Rename files to add SDNC"Seshu Kumar M2-0/+0
2018-08-07Merge "Provide implementation for activate methods"Seshu Kumar M3-13/+224
2018-08-06Fix Invalid BPMNSmokowski, Steve (ss835w)3-4/+3
Container was not starting as invalid bpmn was supplied. Modified to allow for start up Issue-ID: SO-804 Change-Id: I5572d2874daa5df984b5382d80f1e0b4668557fe Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-06Update SDC Client DependenciesSmokowski, Steve (ss835w)1-11/+2
Issue-ID: SO-799 Change-Id: Ia403872b2d81e7277f9329d6be08df6e04f7bd27 Change-Id: Ia403872b2d81e7277f9329d6be08df6e04f7bd27 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-06Correct logging for DeactivateSDNCNetworksubhash kumar singh1-14/+12
Correct logging for "DeactivateSDNCNetworkResource.groovy". Change-Id: I3cf60ab9bfd0c82a19fd4e418956692c50af1086 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-06Fix logging in groovy filesubhash kumar singh1-19/+19
Fix logging in DeleteSDNCnetworkResource. Change-Id: I6743b07d8d47a142470f34645008a0fc27f28293 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-06Rename files to add SDNCsubhash kumar singh2-0/+0
Rename files to add SDNC. Change-Id: Idc98299c7970c42caba10005449fd21094a2239d Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-06Provide implementation for activate methodssubhash kumar singh3-13/+224
Provide implementation for activate bpmn flow methods. Change-Id: I282d7bc7899f722a6d8e27bb9054bbe5b6d21d44 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-06Update SDNC Client DependencySmokowski, Steve (ss835w)26-147/+145
Point to new SDNC generated client that contains proper pojos to compile Issue-ID: SO-795 Change-Id: I2d7405cfb6451e84f1a90ebeab5af8a197224fd2 Change-Id: I2d7405cfb6451e84f1a90ebeab5af8a197224fd2 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-06Merge "Fix the logs as per new standered"Seshu Kumar M1-9/+7
2018-08-06Fix the logs as per new standeredsubhash kumar singh1-9/+7
Fix the logs as per new standered Change-Id: I6e241c76901122a668de065d20c25650e96ded83 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-08-06Add SPPaterner resource procssElaine_Han11-1573/+2205
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000001 Issue-ID: SO-683 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-08-06Merge "Add junit for MSOCommonBPMN"Seshu Kumar M5-25/+81
2018-08-03Fix mso-infrastructure-bpmn mainClass definitionRob Daugherty1-1/+1
Change-Id: I67e66fe2550a45eb8c0aaf5b56cc7a7930c262df Issue-ID: SO-710 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-03Comment out junits and pojosSmokowski, Steve (ss835w)3-4/+11
Comment out junits that are broken due to SDNC yang change Issue-ID: SO-794 Change-Id: I523ddd89989bcc58412d883f599ba9b04c10d80f Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-02Add junit for MSOCommonBPMNLukasz Muszkieta5-25/+81
Change-Id: I665f35bd6385ceec2d5aeff9a1d8af359bccd97a Issue-ID: SO-784 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-08-02Removed references to spring in testsbiniek4-47/+43
Change-Id: I2b477295fc4fbf0d80a4eabb0604b49e8db649c0 Issue-ID: SO-583 Signed-off-by: biniek <lukasz.biniek@nokia.com>
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-07-31Containerization feature of SOBenjamin, Max (mb388a)2072-114369/+176254
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-07-31Merge "Remove unused import statement"Seshu Kumar M1-1/+0
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-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 "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-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-26Remove the aria server codeseshukm1-2/+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 M4-17/+9
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-25flow for the deactivateseshukm1-0/+258
Issue-ID: SO-689 Change-Id: I8d7ad59209ea8302f8f7ecbc3206b83fe28f2fa1 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25adding the activate flow of SDNCseshukm1-0/+258
Issue-ID: SO-689 Change-Id: I5552da1d2e2a990c245f0ef6fb65fb978afd60c2 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-19Merge "dmaap host and port configuration for pnf feature"Seshu Kumar M6-35/+206
2018-07-19Merge "inherit SOTN codes for CCVPN Services"Seshu Kumar M6-54/+1340