summaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2020-06-18Prepare for java 11Benjamin, Max12-40/+43
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-18Merge "WorkflowAction refactoring"Lukasz Muszkieta1-10/+14
2020-06-18Merge "WorkflowAction, traverseNetworkCollection refactoring stage 1"Lukasz Muszkieta1-14/+27
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-16Merge "Fix for MDONS usecase SO-2967"Lukasz Muszkieta1-1/+1
2020-06-10Fix for MDONS usecase SO-2967Srinivasan Ramanathan1-1/+1
Change-Id: Ic1bf13f6a2cb3974e090f4a13f5750242027e1c7 Issue-ID: SO-2967 Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.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-06-03Fixed logging and have flow error on auditBoslet, Cory1-48/+78
Fixed logging and have flow error on audit failure. Issue-ID: SO-2973 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I712fece759deb651368b1eb4c524ddb0b0e46686
2020-06-03Merge "added assert statements in JUnits in 4 files"Steve Smokowski3-0/+4
2020-06-03Merge "make sure maven plugins only run when we want"Steve Smokowski1-3/+4
2020-06-03Merge "implement automatic migration for process"Steve Smokowski2-0/+233
2020-06-02make sure maven plugins only run when we wantBenjamin, Max1-3/+4
make sure maven plugins only run when we want Issue-ID: SO-2972 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5fe1b4836f597cf6bda5fee02ca6c234c7917f33
2020-06-02Merge "Add JUnit code coverage for InstanceResourceList:"Lukasz Muszkieta3-33/+103
2020-05-29Add JUnit code coverage for InstanceResourceList:Krzysztof Gajewski3-33/+103
Issue-ID: SO-1576 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I51496fce24acdb8a9fc1b9fedde20b9cbbb8af68
2020-05-28implement automatic migration for processPlummer, Brittany2-0/+233
Initial setup of AutoProcessInstanceMigrationService Setup migration plan for auto migration Started adding unit tests for auto migration Setup processDefinitions as configurable list Moved autoMigrationEnabled and added default for keys Issue-ID: SO-2968 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ic3e4aed611e2a90a2083ffd5cd4f1a0e1b43d145
2020-05-27Fix BBS integration issueramu.n1-0/+7
Issue-ID: SO-2955 Change-Id: I44419a403756c87dcd8dd0f98ee63721bb193906 Signed-off-by: ramu.n <ramu.n@huawei.com> (cherry picked from commit fa20cbaba61bbb6dc073ddfadea264bb7b0c823d)
2020-05-27Merge "removed net.minidev.json from codebase"Steve Smokowski1-29/+26
2020-05-27Merge "Added scriptName for deallocation of NSSI."Seshu Kumar M3-2/+5
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-26added assert statements in JUnits in 4 filesRupinder3-0/+4
Issue-ID: SO-2804 Change-Id: I63c5ff0fd23d0d30beaf32658115b7403f0dcfbf Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-26Merge "use existing pnf - logging improvement"Steve Smokowski2-2/+4
2020-05-23Update DeleteSliceService authzm3301-4/+8
Issue-ID: SO-2942 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I93015340d57e9feeba0d212bef7978a3a33d1026
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-22Update NSI slection processzm3302-87/+110
Issue-ID: SO-2949 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ibb13fb6d146d5ef9dbe702c23294653276204f7a
2020-05-21Merge "Began adding pluging to lifecycle mapping"Steve Smokowski4-0/+102
2020-05-21Merge "update uemobilityLevel to uEMobilityLevel adapter NBI"Lukasz Muszkieta1-1/+1
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-21update uemobilityLevel to uEMobilityLevel adapter NBIhetengjiao1-1/+1
Issue-ID: SO-2919 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: If6d4e9e38ddd6a33324b3a5a840d0449545bdd40
2020-05-21Merge "update CSMF bpmn to adpter EXT-API"Chuanyu Chen1-4/+4
2020-05-20Began adding pluging to lifecycle mappingBoslet, Cory4-0/+102
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-20Allowing user-params to be emptyjananib4-9/+67
Ignore empty user-params Change-Id: Ia57c94424db69bbd2d207e5df2549ab452724ded Issue-ID: SO-2896 Signed-off-by: jananib <janani.b@huawei.com>
2020-05-20update CSMF bpmn to adpter EXT-APIhetengjiao1-4/+4
Issue-ID: SO-2919 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Ie506e13c55c9745653471908cb69d59d85c10cbb
2020-05-20Merge "possibility to use inventoried PNF instance in new service instance"Steve Smokowski3-4/+101
2020-05-20Add sST value to communication servicezm3301-1/+1
Issue-ID: SO-2942 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I062512977f2e2991a817327572576f7137c5ad2e
2020-05-19Fix CloudSite creation for OOF HomingEric Multanen1-1/+1
Restore old version of postCloudSite for the OOF homing code. Change-Id: Ic20895730952975476544ede6e677948e88998a9 Issue-ID: SO-2940 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
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
2020-05-18Add relationship to allocate resourcezm3302-14/+13
Issue-ID: SO-2919 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I4232439be1729255fc128b268b1a3168d51507ff
2020-05-15Merge "removed code smells"Steve Smokowski2-8/+0
2020-05-15Merge "Default gateway value to NULL when not present"Steve Smokowski3-0/+31
2020-05-14Merge "switch to docker-maven-plugin because that's all"Steve Smokowski1-1/+1
2020-05-14Merge "requestid values have commas audit log"Steve Smokowski5-7/+0
2020-05-14Default gateway value to NULL when not presentSmokowski, Steven3-0/+31
Default gateway value to NULL when not present Issue-ID: SO-2934 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7a9839817887575ec425e2ae6f1782b94f0bb907
2020-05-14update oof option and slice profilezm3301-51/+109
Issue-ID: SO-2919 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ia755381b5b7f90ab6bac3ee8002cc87a1cc12c9f
2020-05-14Merge "update nsmf to fix oof and nssmf problem"Chuanyu Chen6-86/+101
2020-05-13switch to docker-maven-plugin because that's allBenjamin, Max1-1/+1
switch to docker-maven-plugin because that's all we need Issue-ID: SO-2933 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I65783d3a7c172f4ce7fc39d64a3987eeae58feed
2020-05-13update DoCreateSliceServiceOption Workflow because the oof inteface modifyhetengjiao1-204/+101
Issue-ID: SO-2919 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: Idf4ad514abdb21131c684edb4294b3ddff03efb2
2020-05-13update nsmf to fix oof and nssmf problemhetengjiao6-86/+101
Issue-ID: SO-2919 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I3dc20b3eeb0ec5f72215dbe81295317446d60524
2020-05-13Merge "update DoCreateSliceServiceOption script because the oof inteface modify"Chuanyu Chen1-219/+132
2020-05-13update oof utils to fix bug caused by oof interface changehetengjiao2-94/+70
Issue-ID: SO-2919 Change-Id: Iecdf4a142f090cc0a2555c547bc4b7ba2e165fa3 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>