Skip to content

Fixing minor issues and add some missing repos #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

phkrief
Copy link
Contributor

@phkrief phkrief commented Jan 27, 2022

Signed-off-by: Philippe Krief [email protected]

@phkrief phkrief requested a review from reimer-atb January 27, 2022 09:45
@phkrief
Copy link
Contributor Author

phkrief commented Jan 27, 2022

Thanks for reviewing @philipreimer

phkrief added 2 commits June 2, 2022 09:49
Signed-off-by: Philippe Krief <[email protected]>
Signed-off-by: Philippe Krief <[email protected]>
@phkrief
Copy link
Contributor Author

phkrief commented Jun 30, 2022

Dear @philipreimer
,
I guess I could answer your requests. Can you review it and merge my last changes. Thx a lot

@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cp $SRC_DIR/yarn.lock $DEST_DIR
cp $SRC_DIR/package-lock.json $DEST_DIR

I think this should be package-lock.json because a node project typically does not have a yarn.lock file.

./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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are all the repos commented out now? Should they not be checked?

@@ -0,0 +1,2 @@
#!/bin/bash
./parseAll.sh "/Users/philippe/git" "/Users/philippe/temp/smartclide/analysis"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe put parseThemAll.sh and parseThisOne.sh as examples into a README.md file?

I would suggest not to include them as source files - at least not as they are now - because they contain file paths that are specific for your machine.

@reimer-atb
Copy link
Contributor

Dear @phkrief

Unfortunately, I still have some questions / suggestions.

1 similar comment
@reimer-atb
Copy link
Contributor

Dear @phkrief

Unfortunately, I still have some questions / suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants