summaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks
AgeCommit message (Collapse)AuthorFilesLines
2020-07-30Sonar fixesastanislawska1-72/+109
Reduce selectExecutionList method Issue-ID: SO-1841 Signed-off-by: astanislawska <agata.stanislawska@nokia.com> Change-Id: Iba988e2d56e711ef5aae6f3460b279c8d6ebe5c5
2020-07-27Sonar fixesAgata Stanislawska3-51/+43
Issue-ID: SO-1841 Signed-off-by: astanislawska <agata.stanislawska@nokia.com> Change-Id: Ibd594e83b022d3b9a363a69f47da7bec616913ae Signed-off-by: astanislawska <agata.stanislawska@nokia.com>
2020-07-24Execute building block uses wrong config idBoslet, Cory5-154/+159
Fixed issue where execute building block has the wrong config id Add and updated unit test and made improvements to WorkflowAction Removed method that is no longer used by wfa Fixed compilatoon error for build failure, exception being thrown Need to check if list is empty and return null if it is Issue-ID: SO-3098 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0cf811a1070237bcb463f2f3949f56eebbe41b6b
2020-07-22Keep DeleteFabricConfigurationBBKuleshov, Elena2-0/+37
Keep DeleteFabricConfigurationBB in rollbackToCreated scenario. Issue-ID: SO-3094 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifb8e6eed8f732ba6278aa75dd38a89936a2356a5
2020-07-16add junit coverageLukasz Muszkieta2-3/+61
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ia4f6e4e531b9acaab748a7683887827ddef7c517
2020-07-16Implement mapping of requestorId toKuleshov, Elena4-0/+7
Implement mapping of requestorId to xOnapRequestorid in request to APPC. Issue-ID: SO-3072 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia3b157b259f1f4f94b197bd07354157d1d5d86b7
2020-07-09Merge "move sdn clients to own package"Steve Smokowski52-2522/+39
2020-07-09Merge "added in fix to use old volume group name for"Steve Smokowski4-23/+59
2020-07-07move sdn clients to own packageBoslet, Cory52-2522/+39
Began moving the sdn clients into one central isolated location Added test files, removed unused methods, fixed poms Fixed the client so that is doesnt have to import bpmn and can be built at top level Fixed bad merge that hapeened due to conflicts Added missing test files for sdno unit test Added maria db driver java client for spring test and jersey depend Issue-ID: SO-3034 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4c0a6288623194c517dbc8fa6120d577b400ee01
2020-07-07added in fix to use old volume group name forKalkere Ramesh, Sharan4-23/+59
added in fix to use old volume group name for volume group Issue-ID: SO-3020 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iaab124e8420d7b0a09b1f709b03b37b8a97425cf
2020-07-07Merge "Moved sniro and oof clients into their own project"Steve Smokowski34-2863/+7
2020-07-07Merge "Do not edit calling argument"Steve Smokowski2-1/+53
2020-07-06Merge "WorkflowAction, traverseAAIService refactoring stage 1"Lukasz Muszkieta1-22/+33
2020-07-06Moved sniro and oof clients into their own projectBoslet, Cory34-2863/+7
Moved sniro and oof clients into their own project Remove methods that arnt used to avoid comp error Refactored the conductor call to not use the urn property reader so that we dont have to import bpmn core. Replaced the auth method and removed unused import. Issue-ID: SO-3021 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie281ef95fef984890b10297f434b8336e9017921
2020-07-06Merge "Sonar improvements in WorkflowAction"Lukasz Muszkieta1-68/+51
2020-07-06Sonar improvements in WorkflowActionJerzySzachniewicz1-68/+51
Issue-ID: SO-1841 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: I28603335a2039977aa13d347b703b6abc23de6c3 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
2020-07-03Sonar improvements in WorkflowActionBBTasksJerzySzachniewicz2-59/+39
Issue-ID: SO-1841 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: I1eb8b9073452a2f8bbbfe77550365ee83340e1d8 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
2020-07-01Do not edit calling argumentGamboa, Gilbert2-1/+53
Generated configuration id is reused for all flows Modified code to clone original WorkflowResourceIds object Issue-ID: SO-3016 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I02c82a1a89524258ef00ec11b35deea322d7d781
2020-07-01Merge "Preserve placement of Config BBs"Steve Smokowski2-18/+115
2020-07-01WorkflowAction, traverseAAIService refactoring stage 1Krzysztof Gajewski1-22/+33
- Extract methods - invert if Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I769cb38ba65d8094bac2a71d70df2e7ef267efeb
2020-07-01Merge "WorkflowAction, traverseNetworkCollection refactoring stage 5"Lukasz Muszkieta1-21/+28
2020-07-01Preserve placement of Config BBsKuleshov, Elena2-18/+115
Preserve placement of Config BBs in the Replace VfModule execution list. Issue-ID: SO-3012 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia3abd3e154a5e0e62a3dc45d74baece7cb19e63e
2020-06-30Merge "merged ONAP refactor and fluent builder method"Steve Smokowski3-95/+26
2020-06-30WorkflowAction, traverseNetworkCollection refactoring stage 5Krzysztof Gajewski1-21/+28
- extract method - invert if - method rename Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: Iab2e5694fd2d3b7913bc27f9d4a846d84764c576
2020-06-30merged ONAP refactor and fluent builder methodBenjamin, Max3-95/+26
WorkflowAction refactoring merged ONAP refactor and fluent builder method types Issue-ID: SO-3005 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5c2a7dbcdf645efe408f81c1abbc7bfe8770fe9e
2020-06-30Merge "WorkflowAction, traverseNetworkCollection refactoring stage 4"Lukasz Muszkieta1-21/+33
2020-06-30Merge "Sonar improvements"Lukasz Muszkieta2-253/+181
2020-06-30Sonar improvementsJerzySzachniewicz2-253/+181
Issue-ID: SO-1841 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: I48ff7d20604f234cfe2a8ed569d5d765aad45f48 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
2020-06-29WorkflowAction, traverseNetworkCollection refactoring stage 4Krzysztof Gajewski1-21/+33
- extract if's to method - extract one logical function; Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: Ia31184383814a408d91d7e951e7df944647454ca
2020-06-26Workflow refactoring - revert changesMateusz Gołuchowski9-225/+197
Reverted changes concerning: - extracting base class for ConfigBuildingBlocksDataObject and ExecuteBuildingBlock - removing fluent setters The reason for revert is that new hierarchy forced ConfigBuildingBlocksDataObject to implement serializable. Issue-ID: SO-2634 Change-Id: I375db2004687f1f634adac31d4d1af3675f5981c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-06-25WorkflowAction, traverseNetworkCollection refactoring stage 3Krzysztof Gajewski1-55/+57
- invert if's; - extract one logical function; Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I13ae784088fdbe1f4b6b16fc439d70597c1fe811
2020-06-23Merge "style of test now matches"Max Benjamin3-7/+10
2020-06-23style of test now matchesBenjamin, Max3-7/+10
updated unit test to match other tests in the codebase Issue-ID: SO-2992 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Icf844d9c07105d23646681a3b29eeae06a03e91c
2020-06-22Merge "[WIP] WorkflowAction refactoring"Lukasz Muszkieta9-197/+225
2020-06-22[WIP] WorkflowAction refactoringMateusz Gołuchowski9-197/+225
Extracted superclass for ExecuteBuildingBlock and ConfigBuildingBlocksDataObject Changed setters to return void instead of 'this'. Adjusted all code which was using setters chaining Issue-ID: SO-2634 Change-Id: I375db2004687f1f634adac31d4d1af3635f5981c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-06-19Merge "Prepare for java 11"Steve Smokowski1-2/+8
2020-06-19Merge "WorkflowAction, traverseNetworkCollection refactoring stage 2"Lukasz Muszkieta1-55/+59
2020-06-18add junit coverageLukasz Muszkieta2-2/+122
Issue-ID: SO-1576 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Iaaca7dc684ffd583a03ce2bb72355c74a671e2c3
2020-06-18Prepare for java 11Benjamin, Max1-2/+8
final changes for java11 groovy compatibility removed unnecessary dependencies and cleaned up poms added missing jaxws-api dependency to pom.xml java8 profile is now active by default in parent pom update beans to have RemoteResource annotation always use the compiler plugin from parent pom Update external task timeout to longer value to hold lock update remote resource annotation to match catalog db client add remote resource annotation to bean for bowman completely remove bowman from requests db client Issue-ID: SO-2059 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If6f0df36e8077ccd703abce9f64290daed63955b
2020-06-18WorkflowAction, traverseNetworkCollection refactoring stage 2Krzysztof Gajewski1-55/+59
- extract one function to traverseNetworkCollectionResourceCustomization Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I869174d8e022603374fa86ba4405ea2611b4dfd1
2020-06-18Merge "WorkflowAction refactoring"Lukasz Muszkieta1-10/+14
2020-06-18WorkflowAction, traverseNetworkCollection refactoring stage 1Krzysztof Gajewski1-14/+27
- extract one function; if logic refactor - two boolean "ifs" function created Issue-ID: SO-2634 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: Ia139d0a6f1b470c8e7fab77afc76937dac9f5364 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
2020-06-17WorkflowAction refactoringMateusz Gołuchowski1-10/+14
Refactoring of selectExecutionList method. Issue-ID: SO-1841 Change-Id: I375db2004867f1f634adac31d4d1af3635f5981c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-06-04Add ChangeModelVnfBB andBonkur, Venkat2-0/+81
Add ChangeModelVnfBB and ChangeModelServiceInstanceBB as part of fallout for vfmodule replace flow Update to execute the ChangeModelVnfBB and ChangeModelServiceInstanceBB flows for fallout in vfmodule replace flow Update the logic to the ChangeBB list Issue-ID: SO-2976 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id50d7ecd2abdd18178fbe2566c247e0c57b54353
2020-05-26removed net.minidev.json from codebaseBenjamin, Max1-29/+26
removed net.minidev.json from codebase Issue-ID: SO-2957 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I03f89a1002b3cf052a304503cd206a979bfee6f8
2020-05-22use existing pnf - logging improvementLukasz Muszkieta2-2/+4
Issue-ID: SO-2937 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: Ic4832d7f6608b684d0b1c902a8a7b48f6639e6e1
2020-05-21Merge "Began adding pluging to lifecycle mapping"Steve Smokowski1-0/+26
2020-05-21Check if existing Pnf is related to service instancemharazin3-2/+99
Issue-ID: SO-2937 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I3e1e8b7534c1ffa36b0383b52ca9ea547f5bac7e
2020-05-20Began adding pluging to lifecycle mappingBoslet, Cory1-0/+26
Began adding pluging to lifecycle mapping metadata to get rid of eclipse workspace pom errors/markers Issue-ID: SO-2948 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I78946c59e6aaf440e014ed06e9ff476bac5c2613
2020-05-19possibility to use inventoried PNF instance in new service instanceLukasz Muszkieta3-4/+101
Issue-ID: SO-2937 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I5b34234d453bbd5ff1fef3c41f5cd50b23f66db1