Skip to content

Commit 08f7d22

Browse files
committed
Automated scripts reference document generation (CI)
1 parent f3db6ff commit 08f7d22

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/SCRIPTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Script | Directory | Description
4747
| [prepareAnalysis.sh](./prepareAnalysis.sh) | | Prepares and validates the graph database before analysis |
4848
| [Default.sh](./profiles/Default.sh) | profiles | Sets (if any) settings variables for a default analysis. |
4949
| [Neo4j-latest-continue-on-scan-errors.sh](./profiles/Neo4j-latest-continue-on-scan-errors.sh) | profiles | Sets all settings variables for an analysis with the latest version of Neo4j. |
50+
| [Neo4j-latest-high-memory.sh](./profiles/Neo4j-latest-high-memory.sh) | profiles | Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023). |
5051
| [Neo4j-latest-low-memory.sh](./profiles/Neo4j-latest-low-memory.sh) | profiles | Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023). |
5152
| [Neo4j-latest.sh](./profiles/Neo4j-latest.sh) | profiles | Sets all settings variables for an analysis with the latest version of Neo4j. |
5253
| [Neo4jv4-low-memory.sh](./profiles/Neo4jv4-low-memory.sh) | profiles | Sets all settings variables for an analysis with Neo4j v4.4.x (long term support (LTS) version as of may 2023). |
@@ -91,6 +92,7 @@ Script | Directory | Description
9192
| [testCloneGitRepository.sh](./testCloneGitRepository.sh) | | Tests "cloneGitRepository.sh". |
9293
| [testDetectChangedFiles.sh](./testDetectChangedFiles.sh) | | Tests "detectChangedFiles.sh". |
9394
| [testDownloadMavenArtifacts.sh](./testDownloadMavenArtifacts.sh) | | Tests "downloadMavenArtifacts.sh". |
95+
| [testFilenameReferences.sh](./testFilenameReferences.sh) | | Tests: scan all *.sh files (current directory including subdirectories) |
9496
| [testInstallJavaScriptDependencies.sh](./testInstallJavaScriptDependencies.sh) | | Tests "installJavaScriptDependencies.sh". |
9597
| [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. |
9698
| [renderGraphVizSVG.sh](./visualization/renderGraphVizSVG.sh) | visualization | Renders the given GraphViz file as a SVG image. |

0 commit comments

Comments
 (0)