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. |
|[configureNeo4j.sh](./configureNeo4j.sh)|| Configures a (local) Neo4j Community Edition Graph Database (https://neo4j.com/download-center/#community).|
15
16
|[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. |
16
17
|[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. |
17
18
|[detectChangedFiles.sh](./detectChangedFiles.sh)|| Detect changed files in the artifacts directory or in a given list of paths |
|[useNeo4jHighMemoryProfile.sh](./useNeo4jHighMemoryProfile.sh)|| Use the high memory profile and apply its configuration template on the local |
96
99
|[convertQueryResultCsvToGraphVizDotFile.sh](./visualization/convertQueryResultCsvToGraphVizDotFile.sh)| visualization | Converts a Cypher query result in CSV format to a GraphViz DOT (https://graphviz.org/doc/info/lang.html) file for Visualization including layout templates. |
97
100
|[renderGraphVizSVG.sh](./visualization/renderGraphVizSVG.sh)| visualization | Renders the given GraphViz file as a SVG image. |
98
101
|[visualizeQueryResults.sh](./visualization/visualizeQueryResults.sh)| visualization | Visualizes the Cypher query result (CSV format) using GraphViz and outputs it as SVG image. |
0 commit comments