From 3f543c95e373cc73ffc36414cbf63d00f748a854 Mon Sep 17 00:00:00 2001 From: Francis Toth Date: Mon, 18 May 2020 06:58:06 -0400 Subject: [PATCH] Update git submodules * Update docs/submodules/sdc.git from branch 'master' to 0ff3fcba8b7d645e497a7300776bde86590ec70c - Refactor tosca representation retrieval in CsarUtils::populateZip This commit aims to simplify CsarUtils::populateZip by extracting how a tosca representation is fetched to another function. this enables to reduce the overall cyclomatic complexity of the function. Some additional work still needs to be done especially regarding the ToscaRepresentation and MainYamlWithDependencies classes (These happen to be really similar). This will be done in another change in the near future. Signed-off-by: Francis Toth Change-Id: I93600d0752565de523cf2285b1fa2ba43a96334f Issue-ID: SDC-2812 --- docs/submodules/sdc.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/sdc.git b/docs/submodules/sdc.git index cbf02a296..0ff3fcba8 160000 --- a/docs/submodules/sdc.git +++ b/docs/submodules/sdc.git @@ -1 +1 @@ -Subproject commit cbf02a29680b79b0cdc19b2002e642de949dffca +Subproject commit 0ff3fcba8b7d645e497a7300776bde86590ec70c -- 2.16.6