You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[checkCompatibility.sh](./checkCompatibility.sh)|| Check environment dependencies and tool availability. |
13
13
|[cleanupAfterReportGeneration.sh](./cleanupAfterReportGeneration.sh)|| Cleans up after report generation. This includes deleting empty files or in case no file is left deleting the report folder. |
|[copyPackageJsonFiles.sh](./copyPackageJsonFiles.sh)|| Copies all package.json files inside the source directory into the artifacts/npm-package-json directory. |
16
15
|[createAggregatedGitLogCsv.sh](./createAggregatedGitLogCsv.sh)|| Uses git log to create a comma separated values (CSV) file containing aggregated changes, their author name and email address, year and month for all the files that were changed. |
17
16
|[createGitLogCsv.sh](./createGitLogCsv.sh)|| Uses git log to create a comma separated values (CSV) file containing all commits, their author, email address, date and all the file names that were changed with it. |
18
17
|[detectChangedFiles.sh](./detectChangedFiles.sh)|| Detect changed files in the artifacts directory or in a given list of paths |
0 commit comments