From f510aea27467638df760fd91cf3fde725c050da1 Mon Sep 17 00:00:00 2001 From: Philippe Krief Date: Thu, 27 Jan 2022 10:43:16 +0100 Subject: [PATCH 1/4] Fixing minor issues and add some missing repos Signed-off-by: Philippe Krief --- IPCheck/dashAnalysis.sh | 4 +++- IPCheck/parseAll.sh | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/IPCheck/dashAnalysis.sh b/IPCheck/dashAnalysis.sh index 9a4751c..4aa6481 100755 --- a/IPCheck/dashAnalysis.sh +++ b/IPCheck/dashAnalysis.sh @@ -113,7 +113,8 @@ elif [ $KIND_OF = "Nodes" ]; then echo ": DASH Analysis > " $ANALYSIS_RESULT_FILE echo ": DASH Analysis > " $ANALYSIS_RESULT_FILE >> $LOG_FILE java -jar $DASH_LIB $JSON_FILE -summary $ANALYSIS_RESULT_FILE >> $LOG_FILE - cp $SRC_DIR/package-lock.json $DEST_DIR + cp $SRC_DIR/package.json $DEST_DIR + cp $SRC_DIR/yarn.lock $DEST_DIR elif [ $KIND_OF = "Yarn" ]; then # Analyse Yarn project @@ -125,6 +126,7 @@ elif [ $KIND_OF = "Yarn" ]; then echo ": DASH Analysis > " $ANALYSIS_RESULT_FILE >> $LOG_FILE # Reduce the size of the batch (from 1000 to 500) to avoid a time out with ClearlyDefined java -jar $DASH_LIB $YARN_FILE -summary $ANALYSIS_RESULT_FILE -batch 500 >> $LOG_FILE + cp $SRC_DIR/package.json $DEST_DIR cp $SRC_DIR/yarn.lock $DEST_DIR else diff --git a/IPCheck/parseAll.sh b/IPCheck/parseAll.sh index 944ea1a..1ba0d80 100755 --- a/IPCheck/parseAll.sh +++ b/IPCheck/parseAll.sh @@ -40,14 +40,18 @@ DST_REPO=$2 ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-cicd" "$DST_REPO/smartclide-cicd" ./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-cicd-gitlab" "$DST_REPO/smartclide-cicd-gitlab" ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context" "$DST_REPO/smartclide-context" -./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-deployment-extension" "$DST_REPO/smartclide-deployment-extension" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context/context-core" "$DST_REPO/smartclide-context-core" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context/context-extraction" "$DST_REPO/smartclide-context-extraction" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context/context-monitoring" "$DST_REPO/smartclide-context-monitoring" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context/smartclide-monitoring" "$DST_REPO/smartclide-smartclide-monitoring" +./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-deployment-extension" "$DST_REPO/smartclide-deployment-extension" ./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-deployment-service" "$DST_REPO/smartclide-deployment-service" ./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-design-pattern-selection-theia" "$DST_REPO/smartclide-design-pattern-selection-theia" ./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-docs" "$DST_REPO/smartclide-docs" ./dashAnalysis.sh "Nodes" "$SRC_REPO/smartclide-ide-front-end" "$DST_REPO/smartclide-ide-front-end" ./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-ide-front-end-theme" "$DST_REPO/smartclide-ide-front-end-theme" ./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-jbpm" "$DST_REPO/smartclide-jbpm" -./dashAnalysis.sh "Nodes" "$SRC_REPO/smartclide-perftestgen-theia" "$DST_REPO/smartclide-perftestgen-theia" +./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-perftestgen-theia" "$DST_REPO/smartclide-perftestgen-theia" ./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-RMV" "$DST_REPO/smartclide-RMV"# ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-security/Theia-BackEnd" "$DST_REPO/smartclide-security" ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-service-creation" "$DST_REPO/smartclide-service-creation" From e94ca803e913ca4682b3d8610fe4084a10d296ab Mon Sep 17 00:00:00 2001 From: Philippe Krief Date: Thu, 2 Jun 2022 09:49:54 +0200 Subject: [PATCH 2/4] Added some missing repos Signed-off-by: Philippe Krief --- IPCheck/parseAll.sh | 9 +++++++++ IPCheck/parseThemAll.sh | 2 ++ IPCheck/parseThisOne.sh | 4 ++++ 3 files changed, 15 insertions(+) create mode 100755 IPCheck/parseThemAll.sh create mode 100755 IPCheck/parseThisOne.sh diff --git a/IPCheck/parseAll.sh b/IPCheck/parseAll.sh index 1ba0d80..1ada32e 100755 --- a/IPCheck/parseAll.sh +++ b/IPCheck/parseAll.sh @@ -37,6 +37,7 @@ DST_REPO=$2 ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-api-gateway" "$DST_REPO/smartclide-api-gateway" ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-broker" "$DST_REPO/smartclide-broker" +#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-che-theia" "$DST_REPO/smartclide-che-theia" ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-cicd" "$DST_REPO/smartclide-cicd" ./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-cicd-gitlab" "$DST_REPO/smartclide-cicd-gitlab" ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context" "$DST_REPO/smartclide-context" @@ -45,6 +46,7 @@ DST_REPO=$2 ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context/context-monitoring" "$DST_REPO/smartclide-context-monitoring" ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context/smartclide-monitoring" "$DST_REPO/smartclide-smartclide-monitoring" ./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-deployment-extension" "$DST_REPO/smartclide-deployment-extension" +#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-deployment-interpreter-theia" "$DST_REPO/smartclide-deployment-interpreter-theia" ./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-deployment-service" "$DST_REPO/smartclide-deployment-service" ./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-design-pattern-selection-theia" "$DST_REPO/smartclide-design-pattern-selection-theia" ./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-docs" "$DST_REPO/smartclide-docs" @@ -65,3 +67,10 @@ DST_REPO=$2 ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Principal" "$DST_REPO/smartclide-TD-Principal" ./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Reusability-Index" "$DST_REPO/smartclide-TD-Reusability-Index" ./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-td-reusability-theia" "$DST_REPO/smartclide-td-reusability-theia" + + +#eclipse-researchlabs/kie-wb-common +#eclipse-researchlabs/kie-wb-distributions +#eclipse-researchlabs/smartclide +#eclipse-researchlabs/smartclide-devfiles +#eclipse-researchlabs/smartclide-security-patterns \ No newline at end of file diff --git a/IPCheck/parseThemAll.sh b/IPCheck/parseThemAll.sh new file mode 100755 index 0000000..3d1811f --- /dev/null +++ b/IPCheck/parseThemAll.sh @@ -0,0 +1,2 @@ +#!/bin/bash +./parseAll.sh "/Users/philippe/git" "/Users/philippe/temp/smartclide/analysis" \ No newline at end of file diff --git a/IPCheck/parseThisOne.sh b/IPCheck/parseThisOne.sh new file mode 100755 index 0000000..98c1420 --- /dev/null +++ b/IPCheck/parseThisOne.sh @@ -0,0 +1,4 @@ +#!/bin/bash +SRC_REPO="/Users/philippe/git" +DST_REPO="/Users/philippe/temp/smartclide/analysis" +./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-td-reusability-theia" "$DST_REPO/smartclide-td-reusability-theia" From f0fc612067422fe59c44f9a020ba6ef545689f8a Mon Sep 17 00:00:00 2001 From: Philippe Krief Date: Thu, 30 Jun 2022 14:59:22 +0200 Subject: [PATCH 3/4] Update with the latest repos Signed-off-by: Philippe Krief --- IPCheck/dashAnalysis.sh | 2 +- IPCheck/parseAll.sh | 81 +++++++++++++++++++++-------------------- IPCheck/parseThemAll.sh | 2 +- 3 files changed, 43 insertions(+), 42 deletions(-) diff --git a/IPCheck/dashAnalysis.sh b/IPCheck/dashAnalysis.sh index 4aa6481..ca476c7 100755 --- a/IPCheck/dashAnalysis.sh +++ b/IPCheck/dashAnalysis.sh @@ -56,7 +56,7 @@ echo ":" # Check if the SRC_DIR directory does not exist if [ ! -d "$SRC_DIR" ] then - echo ": ERROR: Directory $SRC_DIR DOES NOT exists." + echo ": ERROR: Directory $SRC_DIR DOES NOT exists. Clone the repo first!" exit fi diff --git a/IPCheck/parseAll.sh b/IPCheck/parseAll.sh index 1ada32e..2ac82fe 100755 --- a/IPCheck/parseAll.sh +++ b/IPCheck/parseAll.sh @@ -26,8 +26,8 @@ if [[ $# < 2 ]]; then echo "ERROR: Wrong number of arguments" echo "Syntax: parseAll.sh " - echo ' with: = The Path to the folder where the git repos are cloned' - echo ' = The Path to the folder where the results of the analysis will be stored' + echo " with: = The Path to the folder where the git repos are cloned" + echo " = The Path to the folder where the results of the analysis will be stored" exit fi @@ -35,42 +35,43 @@ fi SRC_REPO=$1 DST_REPO=$2 -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-api-gateway" "$DST_REPO/smartclide-api-gateway" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-broker" "$DST_REPO/smartclide-broker" -#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-che-theia" "$DST_REPO/smartclide-che-theia" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-cicd" "$DST_REPO/smartclide-cicd" -./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-cicd-gitlab" "$DST_REPO/smartclide-cicd-gitlab" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context" "$DST_REPO/smartclide-context" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context/context-core" "$DST_REPO/smartclide-context-core" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context/context-extraction" "$DST_REPO/smartclide-context-extraction" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context/context-monitoring" "$DST_REPO/smartclide-context-monitoring" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context/smartclide-monitoring" "$DST_REPO/smartclide-smartclide-monitoring" -./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-deployment-extension" "$DST_REPO/smartclide-deployment-extension" -#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-deployment-interpreter-theia" "$DST_REPO/smartclide-deployment-interpreter-theia" -./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-deployment-service" "$DST_REPO/smartclide-deployment-service" -./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-design-pattern-selection-theia" "$DST_REPO/smartclide-design-pattern-selection-theia" -./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-docs" "$DST_REPO/smartclide-docs" -./dashAnalysis.sh "Nodes" "$SRC_REPO/smartclide-ide-front-end" "$DST_REPO/smartclide-ide-front-end" -./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-ide-front-end-theme" "$DST_REPO/smartclide-ide-front-end-theme" -./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-jbpm" "$DST_REPO/smartclide-jbpm" -./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-perftestgen-theia" "$DST_REPO/smartclide-perftestgen-theia" -./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-RMV" "$DST_REPO/smartclide-RMV"# -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-security/Theia-BackEnd" "$DST_REPO/smartclide-security" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-service-creation" "$DST_REPO/smartclide-service-creation" -./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-Service-Creation-Testing" "$DST_REPO/smartclide-Service-Creation-Testing" -./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-service-creation-theia" "$DST_REPO/smartclide-service-creation-theia" -./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-service-discovery-poc" "$DST_REPO/smartclide-service-discovery-poc" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-service-registry-poc/demo" "$DST_REPO/smartclide-service-registry-poc" -./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-smart-assistant" "$DST_REPO/smartclide-smart-assistant" -./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-task-service-discovery" "$DST_REPO/smartclide-task-service-discovery" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Interest" "$DST_REPO/smartclide-TD-Interest" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Principal" "$DST_REPO/smartclide-TD-Principal" -./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Reusability-Index" "$DST_REPO/smartclide-TD-Reusability-Index" -./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-td-reusability-theia" "$DST_REPO/smartclide-td-reusability-theia" +./dashAnalysis.sh "Maven" "$SRC_REPO/kie-wb-common" "$DST_REPO/kie-wb-common" +./dashAnalysis.sh "Maven" "$SRC_REPO/kie-wb-distributions" "$DST_REPO/kie-wb-distributions" - -#eclipse-researchlabs/kie-wb-common -#eclipse-researchlabs/kie-wb-distributions -#eclipse-researchlabs/smartclide -#eclipse-researchlabs/smartclide-devfiles -#eclipse-researchlabs/smartclide-security-patterns \ No newline at end of file +#./dashAnalysis.sh "N/A" "$SRC_REPO/smartclide" "$DST_REPO/smartclide" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-api-gateway" "$DST_REPO/smartclide-api-gateway" +#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-architectural-pattern" "$DST_REPO/smartclide-architectural-pattern" +#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-Backend-REST-Client" "$DST_REPO/smartclide-Backend-REST-Client" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-broker" "$DST_REPO/smartclide-broker" +#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-Che-REST-Client" "$DST_REPO/smartclide-Che-REST-Client" +#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-che-theia" "$DST_REPO/smartclide-che-theia" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-cicd" "$DST_REPO/smartclide-cicd" +#./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-cicd-gitlab" "$DST_REPO/smartclide-cicd-gitlab" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context" "$DST_REPO/smartclide-context" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-db-api" "$DST_REPO/smartclide-db-api" +#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-deployment-extension" "$DST_REPO/smartclide-deployment-extension" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-deployment-interpreter-service" "$DST_REPO/smartclide-deployment-interpreter-service" +#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-deployment-interpreter-theia" "$DST_REPO/smartclide-deployment-interpreter-theia" +#./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-deployment-service" "$DST_REPO/smartclide-deployment-service" +#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-design-pattern-selection-theia" "$DST_REPO/smartclide-design-pattern-selection-theia" +#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-devfiles" "$DST_REPO/smartclide-devfiles" +#./dashAnalysis.sh "N/A" "$SRC_REPO/smartclide-docs" "$DST_REPO/smartclide-docs" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-external-project-importer" "$DST_REPO/smartclide-external-project-importer" +#./dashAnalysis.sh "Nodes" "$SRC_REPO/smartclide-frontend-comm" "$DST_REPO/smartclide-frontend-comm" +#./dashAnalysis.sh "Nodes" "$SRC_REPO/smartclide-ide-front-end" "$DST_REPO/smartclide-ide-front-end" +#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-ide-front-end-theme" "$DST_REPO/smartclide-ide-front-end-theme" +#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-perftestgen-theia" "$DST_REPO/smartclide-perftestgen-theia" +#./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-RMV" "$DST_REPO/smartclide-RMV" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-security/Theia-BackEnd" "$DST_REPO/smartclide-security" +#./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-security-patterns" "$DST_REPO/smartclide-security-patterns" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-service-creation" "$DST_REPO/smartclide-service-creation" +#./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-Service-Creation-Testing" "$DST_REPO/smartclide-Service-Creation-Testing" +#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-service-creation-theia" "$DST_REPO/smartclide-service-creation-theia" +#./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-service-discovery-poc" "$DST_REPO/smartclide-service-discovery-poc" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-service-registry-poc/demo" "$DST_REPO/smartclide-service-registry-poc" +#./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-smart-assistant" "$DST_REPO/smartclide-smart-assistant" +#./dashAnalysis.sh "N/A" "$SRC_REPO/smartclide-task-service-discovery" "$DST_REPO/smartclide-task-service-discovery" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Interest" "$DST_REPO/smartclide-TD-Interest" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Principal" "$DST_REPO/smartclide-TD-Principal" +#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Reusability-Index" "$DST_REPO/smartclide-TD-Reusability-Index" +#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-td-reusability-theia" "$DST_REPO/smartclide-td-reusability-theia" \ No newline at end of file diff --git a/IPCheck/parseThemAll.sh b/IPCheck/parseThemAll.sh index 3d1811f..cd3f1c8 100755 --- a/IPCheck/parseThemAll.sh +++ b/IPCheck/parseThemAll.sh @@ -1,2 +1,2 @@ #!/bin/bash -./parseAll.sh "/Users/philippe/git" "/Users/philippe/temp/smartclide/analysis" \ No newline at end of file +./parseAll.sh "/Users/philippe/git" "/Users/philippe/temp/smartclide/analysis" From a746df0d3fa00666974050e3cb3beef35f70688b Mon Sep 17 00:00:00 2001 From: Philippe Krief Date: Fri, 1 Jul 2022 12:43:15 +0200 Subject: [PATCH 4/4] Decreased the batch file for all DASH calls Signed-off-by: Philippe Krief --- IPCheck/dashAnalysis.sh | 4 +-- IPCheck/parseAll.sh | 74 ++++++++++++++++++++--------------------- 2 files changed, 39 insertions(+), 39 deletions(-) diff --git a/IPCheck/dashAnalysis.sh b/IPCheck/dashAnalysis.sh index ca476c7..70998e0 100755 --- a/IPCheck/dashAnalysis.sh +++ b/IPCheck/dashAnalysis.sh @@ -101,7 +101,7 @@ if [ $KIND_OF = "Maven" ]; then echo ": DASH Analysis > " $ANALYSIS_RESULT_FILE echo ": DASH Analysis > " $ANALYSIS_RESULT_FILE >> $LOG_FILE - java -jar $DASH_LIB $GREP_RESULT_FILE -summary $ANALYSIS_RESULT_FILE >> $LOG_FILE + java -jar $DASH_LIB $GREP_RESULT_FILE -summary $ANALYSIS_RESULT_FILE -batch 500 >> $LOG_FILE cp $SRC_DIR/pom.xml $DEST_DIR elif [ $KIND_OF = "Nodes" ]; then @@ -112,7 +112,7 @@ elif [ $KIND_OF = "Nodes" ]; then echo ": DASH Analysis > " $ANALYSIS_RESULT_FILE echo ": DASH Analysis > " $ANALYSIS_RESULT_FILE >> $LOG_FILE - java -jar $DASH_LIB $JSON_FILE -summary $ANALYSIS_RESULT_FILE >> $LOG_FILE + java -jar $DASH_LIB $JSON_FILE -summary $ANALYSIS_RESULT_FILE -batch 500 >> $LOG_FILE cp $SRC_DIR/package.json $DEST_DIR cp $SRC_DIR/yarn.lock $DEST_DIR diff --git a/IPCheck/parseAll.sh b/IPCheck/parseAll.sh index 2ac82fe..277e593 100755 --- a/IPCheck/parseAll.sh +++ b/IPCheck/parseAll.sh @@ -38,40 +38,40 @@ DST_REPO=$2 ./dashAnalysis.sh "Maven" "$SRC_REPO/kie-wb-common" "$DST_REPO/kie-wb-common" ./dashAnalysis.sh "Maven" "$SRC_REPO/kie-wb-distributions" "$DST_REPO/kie-wb-distributions" -#./dashAnalysis.sh "N/A" "$SRC_REPO/smartclide" "$DST_REPO/smartclide" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-api-gateway" "$DST_REPO/smartclide-api-gateway" -#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-architectural-pattern" "$DST_REPO/smartclide-architectural-pattern" -#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-Backend-REST-Client" "$DST_REPO/smartclide-Backend-REST-Client" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-broker" "$DST_REPO/smartclide-broker" -#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-Che-REST-Client" "$DST_REPO/smartclide-Che-REST-Client" -#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-che-theia" "$DST_REPO/smartclide-che-theia" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-cicd" "$DST_REPO/smartclide-cicd" -#./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-cicd-gitlab" "$DST_REPO/smartclide-cicd-gitlab" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context" "$DST_REPO/smartclide-context" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-db-api" "$DST_REPO/smartclide-db-api" -#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-deployment-extension" "$DST_REPO/smartclide-deployment-extension" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-deployment-interpreter-service" "$DST_REPO/smartclide-deployment-interpreter-service" -#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-deployment-interpreter-theia" "$DST_REPO/smartclide-deployment-interpreter-theia" -#./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-deployment-service" "$DST_REPO/smartclide-deployment-service" -#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-design-pattern-selection-theia" "$DST_REPO/smartclide-design-pattern-selection-theia" -#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-devfiles" "$DST_REPO/smartclide-devfiles" -#./dashAnalysis.sh "N/A" "$SRC_REPO/smartclide-docs" "$DST_REPO/smartclide-docs" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-external-project-importer" "$DST_REPO/smartclide-external-project-importer" -#./dashAnalysis.sh "Nodes" "$SRC_REPO/smartclide-frontend-comm" "$DST_REPO/smartclide-frontend-comm" -#./dashAnalysis.sh "Nodes" "$SRC_REPO/smartclide-ide-front-end" "$DST_REPO/smartclide-ide-front-end" -#./dashAnalysis.sh "??" "$SRC_REPO/smartclide-ide-front-end-theme" "$DST_REPO/smartclide-ide-front-end-theme" -#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-perftestgen-theia" "$DST_REPO/smartclide-perftestgen-theia" -#./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-RMV" "$DST_REPO/smartclide-RMV" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-security/Theia-BackEnd" "$DST_REPO/smartclide-security" -#./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-security-patterns" "$DST_REPO/smartclide-security-patterns" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-service-creation" "$DST_REPO/smartclide-service-creation" -#./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-Service-Creation-Testing" "$DST_REPO/smartclide-Service-Creation-Testing" -#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-service-creation-theia" "$DST_REPO/smartclide-service-creation-theia" -#./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-service-discovery-poc" "$DST_REPO/smartclide-service-discovery-poc" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-service-registry-poc/demo" "$DST_REPO/smartclide-service-registry-poc" -#./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-smart-assistant" "$DST_REPO/smartclide-smart-assistant" -#./dashAnalysis.sh "N/A" "$SRC_REPO/smartclide-task-service-discovery" "$DST_REPO/smartclide-task-service-discovery" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Interest" "$DST_REPO/smartclide-TD-Interest" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Principal" "$DST_REPO/smartclide-TD-Principal" -#./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Reusability-Index" "$DST_REPO/smartclide-TD-Reusability-Index" -#./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-td-reusability-theia" "$DST_REPO/smartclide-td-reusability-theia" \ No newline at end of file +./dashAnalysis.sh "N/A" "$SRC_REPO/smartclide" "$DST_REPO/smartclide" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-api-gateway" "$DST_REPO/smartclide-api-gateway" +./dashAnalysis.sh "??" "$SRC_REPO/smartclide-architectural-pattern" "$DST_REPO/smartclide-architectural-pattern" +./dashAnalysis.sh "??" "$SRC_REPO/smartclide-Backend-REST-Client" "$DST_REPO/smartclide-Backend-REST-Client" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-broker" "$DST_REPO/smartclide-broker" +./dashAnalysis.sh "??" "$SRC_REPO/smartclide-Che-REST-Client" "$DST_REPO/smartclide-Che-REST-Client" +./dashAnalysis.sh "??" "$SRC_REPO/smartclide-che-theia" "$DST_REPO/smartclide-che-theia" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-cicd" "$DST_REPO/smartclide-cicd" +./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-cicd-gitlab" "$DST_REPO/smartclide-cicd-gitlab" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-context" "$DST_REPO/smartclide-context" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-db-api" "$DST_REPO/smartclide-db-api" +./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-deployment-extension" "$DST_REPO/smartclide-deployment-extension" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-deployment-interpreter-service" "$DST_REPO/smartclide-deployment-interpreter-service" +./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-deployment-interpreter-theia" "$DST_REPO/smartclide-deployment-interpreter-theia" +./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-deployment-service" "$DST_REPO/smartclide-deployment-service" +./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-design-pattern-selection-theia" "$DST_REPO/smartclide-design-pattern-selection-theia" +./dashAnalysis.sh "??" "$SRC_REPO/smartclide-devfiles" "$DST_REPO/smartclide-devfiles" +./dashAnalysis.sh "N/A" "$SRC_REPO/smartclide-docs" "$DST_REPO/smartclide-docs" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-external-project-importer" "$DST_REPO/smartclide-external-project-importer" +./dashAnalysis.sh "Nodes" "$SRC_REPO/smartclide-frontend-comm" "$DST_REPO/smartclide-frontend-comm" +./dashAnalysis.sh "Nodes" "$SRC_REPO/smartclide-ide-front-end" "$DST_REPO/smartclide-ide-front-end" +./dashAnalysis.sh "??" "$SRC_REPO/smartclide-ide-front-end-theme" "$DST_REPO/smartclide-ide-front-end-theme" +./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-perftestgen-theia" "$DST_REPO/smartclide-perftestgen-theia" +./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-RMV" "$DST_REPO/smartclide-RMV" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-security/Theia-BackEnd" "$DST_REPO/smartclide-security" +./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-security-patterns" "$DST_REPO/smartclide-security-patterns" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-service-creation" "$DST_REPO/smartclide-service-creation" +./dashAnalysis.sh "Other" "$SRC_REPO/smartclide-Service-Creation-Testing" "$DST_REPO/smartclide-Service-Creation-Testing" +./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-service-creation-theia" "$DST_REPO/smartclide-service-creation-theia" +./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-service-discovery-poc" "$DST_REPO/smartclide-service-discovery-poc" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-service-registry-poc/demo" "$DST_REPO/smartclide-service-registry-poc" +./dashAnalysis.sh "Docker" "$SRC_REPO/smartclide-smart-assistant" "$DST_REPO/smartclide-smart-assistant" +./dashAnalysis.sh "N/A" "$SRC_REPO/smartclide-task-service-discovery" "$DST_REPO/smartclide-task-service-discovery" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Interest" "$DST_REPO/smartclide-TD-Interest" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Principal" "$DST_REPO/smartclide-TD-Principal" +./dashAnalysis.sh "Maven" "$SRC_REPO/smartclide-TD-Reusability-Index" "$DST_REPO/smartclide-TD-Reusability-Index" +./dashAnalysis.sh "Yarn" "$SRC_REPO/smartclide-td-reusability-theia" "$DST_REPO/smartclide-td-reusability-theia" \ No newline at end of file