aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2020-03-24Update Subprocess to use COMPLETE statusSmokowski, Steven1-1/+1
Update Subprocess to use COMPLETE status Update Subprocess to use COMPLETE status Fix column name to be request_status Issue-ID: SO-2762 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8307524b3c226a25795247a47c95753b150076fe
2020-03-23Merge "remove duplicated and not used code"Max Benjamin1-131/+11
2020-03-20workflowAction refactorLukasz Muszkieta1-26/+15
- move variable declaration to the place where it is used - simplify the code Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I7da1dac5c24907358f0949e361edc502fe6b7092
2020-03-20Merge "resolve CSMF ServiceDecomposition problem"Chuanyu Chen1-25/+49
2020-03-20resolve CSMF ServiceDecomposition problemhetengjiao1-25/+49
Issue-ID: SO-2754 Change-Id: Iddcc69629a6f69d51ad7696d147bafad9121c078 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-19remove duplicated and not used codeLukasz Muszkieta1-131/+11
Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ie4a8fc2a52b3aae5fd40f75cc1bc33dbc385bae8
2020-03-19Merge "add m2e helpers for swagger"Steve Smokowski1-0/+30
2020-03-19remove duplicated and not used codeLukasz Muszkieta2-123/+20
Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I06894b2d4bb0bdc9b33cccd50df1055d79d89080
2020-03-17add m2e helpers for swaggerBenjamin, Max1-0/+30
add m2e helpers for swagger Issue-ID: SO-2746 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie98a6b3ed092edcaf45400a5ca7b76e8aba6d3b3
2020-03-17Merge "Update parameter parsing of SDNC LCM client"Chuanyu Chen7-44/+25
2020-03-16Merge "Fix Critical & Major issues in adapters"Steve Smokowski1-1/+1
2020-03-16Merge "split single and plural graph inventory uris"Steve Smokowski46-983/+697
2020-03-16Merge "Update APPC LCM version to incorporate response"Steve Smokowski1-1/+1
2020-03-16Merge "update poms to be compatible with eclipse IDE"Steve Smokowski4-157/+66
2020-03-16split single and plural graph inventory urisBenjamin, Max46-983/+697
split single and plural graph inventory uris updated all object references in MSO using graph inventory plurals corrected unit test stubbings added additional unit tests correct interfaces to return plural after related-to modified the way http aware uris are built reformated interfaces to no longer duplicate methods corrected issues with identity of unbuilt uris removed AAIUri references from groovy files fixed clone behavior on Uri objects Issue-ID: SO-2743 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I37aa2a13dcbf010b6c82ad73af3be5db5d9bd673
2020-03-16Update APPC LCM version to incorporate responseKuleshov, Elena1-1/+1
Update APPC LCM version to incorporate response parsing fixes from APPC. Issue-ID: SO-2738 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If19b3239c3f255030eeb0d37309d15ea0172e8f5
2020-03-16update poms to be compatible with eclipse IDEBenjamin, Max4-157/+66
add groovy sources to eclipse projects automatically replace groovy maven plugins with more modern one remove unused dependency causing compilation issues Issue-ID: SO-2735 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ibeddddcc289c25e6208b69ac4f0cc220386e9344
2020-03-14Update parameter parsing of SDNC LCM clientEnbo Wang7-44/+25
Issue-ID: SO-2731 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I4cb8b9d4efb7e3e78e7e242c04b316908987d9d7
2020-03-13remove duplicated codeLukasz Muszkieta1-42/+18
Issue-ID: SO-2634 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I75bd8d1557f78e396e1d57a03e12eefc3a771798
2020-03-13Fix Critical & Major issues in adaptersParshad Patel1-1/+1
The Cyclomatic Complexity of this method "createStackParam" is 16 which is greater than 10 authorized Either log or rethrow this exception Issue-ID: SO-1841 Change-Id: Ie5539a853a112ed751bbf891699f181479537e47 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2020-03-12Implementation of GenericPnfCDSProcessingBBmharazin4-5/+322
Issue-ID: SO-2646 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: Ie146210b2cc0ea15f02d19261510d24a7bc50043
2020-03-12Merge "Add test for CreateSliceService flow"Seshu Kumar M1-0/+162
2020-03-12Merge "Add ut for ActivateSliceService and update ut for ↵Seshu Kumar M2-2/+120
ActivateCommunicationService"
2020-03-12Merge "resolve Activation/Deactivation DB data modification problem"Seshu Kumar M3-11/+16
2020-03-12Changes for MDONS usecaseSrinivasan Ramanathan1-1/+32
Template handling and SDNC request sending for Optical services. Change-Id: I52838076ea119237758dfdc804f2ee1f55f3c33c Issue-ID: SO-2460 Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
2020-03-12Add ut for ActivateSliceService and update ut for ActivateCommunicationServicehetengjiao2-2/+120
Issue-ID: SO-2368 Change-Id: I0ec9db116fae10c63e0de9582491e80600a9b145 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-12resolve Activation/Deactivation DB data modification problemhetengjiao3-11/+16
Issue-ID: SO-2720 Change-Id: I464882c4351568843c1d8856e813e73db5c5ea8c Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-11Merge "add junit coverage"Steve Smokowski1-5/+64
2020-03-11ignore root configuration role in A&AI objectBenjamin, Max (mb388a)1-0/+1
Issue-ID: SO-2721 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If89f38277f49999fbcdaa398976b3a0330adbb1f
2020-03-10Merge "update bbinputsetup to handle volume group replace"Steve Smokowski4-12/+55
2020-03-10Merge "create custom spring aop annotation for logging"Steve Smokowski88-88/+88
2020-03-10Update test for deleting communication servicezm3302-5/+49
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ib762da956041cab73082cdd355d59c3cf6dd29ee
2020-03-10Add test for scritp utilzm3303-2/+99
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I1102a6ca9ba4d22b2ab58b45111e401ac67ac2e7
2020-03-10Add sub-process test for deleting slice servicezm3303-12/+274
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I15e479b9dd6670d3576ef3446e8902aca699f7fd
2020-03-09add junit coverageLukasz Muszkieta1-5/+64
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Icaf515e64cab5cae2968e5e370d3e032487d56a7
2020-03-07Add sub-process test for deleting slice servicezm3302-4/+443
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I3c3bfd64db1173c188d047b47bd26b2cc5439d1d
2020-03-07Add test for deleting slice servicezm3303-36/+203
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Icd892109aeea94d544c4d0efdc108ffb4d7991cb
2020-03-06Merge "Support PNF software upgrade workflow using SDNC LCM API"Chuanyu Chen24-27/+1276
2020-03-06Add test for deleting communication servicezm3301-0/+264
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I08bff207969470cc86d7d90356dfd8313814b1a4
2020-03-06Update script for deleting communication servicezm3301-16/+47
Issue-ID: SO-2368 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I1d077278011cd0c588889d9d8aa6f7b0d9350266
2020-03-06Add test for CreateSliceService flowHarry Huang1-0/+162
Issue-ID: SO-2368 Cover preprocess Change-Id: I03466580bc688f6dc6ab0d5660eb96de395205cf Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-05update bbinputsetup to handle volume group replaceKalkere Ramesh, Sharan4-12/+55
update bbinputsetup to handle volume group replace fixed unit tests and updated related instance check updated fetch of volume group in mapper layer Issue-ID: SO-2682 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I48266f9e7e681a4fc31a8732aa06efb95bfb01b5
2020-03-05create custom spring aop annotation for loggingPlummer, Brittany88-88/+88
Added annotation for setting up scheduled tasks logs Added new annotation to scheduledTasks Moved annotation setup to logging-library Issue-ID: SO-2713 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7080c4bb289e454f14167631e2601c954389c0ef
2020-03-05Support PNF software upgrade workflow using SDNC LCM APIEnbo Wang24-27/+1276
Issue-ID: SO-2589 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I4b6940c21b70eeeaf96e8781762cb7029572e7ae
2020-03-05Merge "Add Unit test for ActivateCommunicationService bpmn"Chuanyu Chen1-0/+224
2020-03-05Merge "Add BPMN for DoSendCommandToNSSMF workflow"Chuanyu Chen1-0/+344
2020-03-05Merge "Add DoSendCommandToNSSMF workflow"Chuanyu Chen1-0/+463
2020-03-05Merge "Modify CreateSliceService"Chuanyu Chen2-10/+0
2020-03-05Added HandleOrchestrationTask flowHarry Huang2-0/+217
Issue-ID: SO-2368 Change-Id: I1160fd3b312992c841b60d09515407f3d3a3e83a Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-05Add Unit test for ActivateCommunicationService bpmnhetengjiao1-0/+224
Issue-ID: SO-2368 Change-Id: If5d595728fab8fb223317e078066272f145b09c6 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>