aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-03-19Add HTTPS support between SOL003 Adapter and ETSIwaqas.ikram10-60/+223
Catalog Manager Change-Id: I66c9cae7b583fa929c5ebe98731dd10616c07047 Issue-ID: SO-2752 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-03-19Merge "Correct object provider for jersey"Steve Smokowski7-6/+239
2020-03-19Merge "add m2e helpers for swagger"Steve Smokowski3-0/+92
2020-03-19Merge "reworked dsl client code to check for outputs"Steve Smokowski12-91/+185
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-19Query serviceResources add serviceInfozm3301-26/+7
Issue-ID: SO-2748 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I8db48228edeeb473cb031ac854158e6a72cd1ae8
2020-03-18Correct object provider for jerseyBenjamin, Max7-6/+239
Initial setup of aai test for unknown property error updated mapper provider in AAI Client added back support for cxf clients updated aai-schema version to a release version formatted file that was missed moved provider register calls together Issue-ID: SO-2750 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I0bf694f39bbab9bcbabd85bb30fb9dbf23f00520
2020-03-18updated schema dependency to 1.6.5Benjamin, Max1-1/+1
updated schema dependency to 1.6.5 Issue-ID: SO-2749 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I07882b11bd786c36bd6326efc3564893e91c07b6
2020-03-17add m2e helpers for swaggerBenjamin, Max3-0/+92
add m2e helpers for swagger Issue-ID: SO-2746 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie98a6b3ed092edcaf45400a5ca7b76e8aba6d3b3
2020-03-17reworked dsl client code to check for outputsBenjamin, Max12-91/+185
reworked dsl client code to check for outputs Issue-ID: SO-2744 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id57bc03c68ec1ae0b0b0797d3a5824026aa8133f
2020-03-17Merge "Update parameter parsing of SDNC LCM client"Chuanyu Chen7-44/+25
2020-03-16Merge "Fix Critical & Major issues in adapters"Steve Smokowski2-46/+64
2020-03-16Merge "split single and plural graph inventory uris"Steve Smokowski95-1666/+1825
2020-03-16Merge "Update APPC LCM version to incorporate response"Steve Smokowski3-3/+3
2020-03-16Merge "update poms to be compatible with eclipse IDE"Steve Smokowski7-157/+109
2020-03-16Merge "remove duplicated code"Max Benjamin1-42/+18
2020-03-16Merge "catch and log exception"Steve Smokowski1-1/+6
2020-03-16Merge "Added check to prevent camunda history lookup on"Steve Smokowski5-9/+86
2020-03-16split single and plural graph inventory urisBenjamin, Max95-1666/+1825
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, Elena3-3/+3
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, Max7-157/+109
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-14catch and log exceptionBoslet, Cory1-1/+6
catch and log exception in MSOHeatUtils Issue-ID: SO-2733 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ibcb7c58c280f0deb2e5144a0082f4be64aa241af
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-13Merge "Update ETSI Catalog Swagger file. Change filters to filter for ↵Byung-Woo Jun3-6/+6
PkgmSubscriptionRequest object"
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 Patel2-46/+64
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-12Added check to prevent camunda history lookup onPlummer, Brittany5-9/+86
Added check to prevent camunda history lookup on older requests Issue-ID: SO-2726 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie8513626f942404241c351313a791098a0708db4
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-12Update ETSI Catalog Swagger file. Change filters to filter for ↵rope2523-6/+6
PkgmSubscriptionRequest object Change-Id: Ie8c6a2939936c49dcbe7e989b273e37cde4e23d1 Issue-ID: SO-2722 Signed-off-by: rope252 <gareth.roper@est.tech>
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 Ramanathan4-1/+117
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-10Updating operationalState and usageState to listwaqas.ikram6-87/+147
Change-Id: I59c22c3a9484a12ebd7831ceb693d90a6d1f4e7e Issue-ID: SO-2714 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-03-10Merge "[Docker] Revert use of Java11"Steve Smokowski4-39/+39
2020-03-10Merge "Added git attributes to convert line endings to"Steve Smokowski1-0/+5
2020-03-10Merge "false positive on network creates"Steve Smokowski20-81/+287
2020-03-10Merge "Enable date span filtering for getOrchestrationFiltersFromInfraActive"Steve Smokowski3-23/+34
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 Smokowski172-414/+192
2020-03-10Merge "remove requestorid from instancereferences in get"Steve Smokowski3-3/+3
2020-03-10[Docker] Revert use of Java11Sylvain Desbureaux4-39/+39
But keep use of non root user Issue-ID: SO-264 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Idde810bc130350070f65236633d4e89298d14d3b
2020-03-10Update test for deleting communication servicezm3303-6/+50
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