Skip to content

Commit 588ef8b

Browse files
committed
Automated report reference document generation (CI)
1 parent 4770240 commit 588ef8b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

results/CSV_REPORTS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,10 @@ This document serves as a reference for all CSV Cypher query reports in the curr
493493
| [Cyclic_Dependencies_Breakdown.csv](./AxonFramework-4.10.3/internal-dependencies-csv/Cyclic_Dependencies_Breakdown.csv) | AxonFramework-4.10.3 | 468 | [Cyclic_Dependencies/Cyclic_Dependencies_Breakdown.cypher](./../cypher/Cyclic_Dependencies/Cyclic_Dependencies_Breakdown.cypher) |
494494
| [Cyclic_Dependencies_Breakdown_Backward_Only.csv](./AxonFramework-4.10.3/internal-dependencies-csv/Cyclic_Dependencies_Breakdown_Backward_Only.csv) | AxonFramework-4.10.3 | 105 | [Cyclic_Dependencies/Cyclic_Dependencies_Breakdown_Backward_Only.cypher](./../cypher/Cyclic_Dependencies/Cyclic_Dependencies_Breakdown_Backward_Only.cypher) |
495495
| [Distance_distribution_between_dependent_files.csv](./AxonFramework-4.10.3/internal-dependencies-csv/Distance_distribution_between_dependent_files.csv) | AxonFramework-4.10.3 | 4 | [Internal_Dependencies/Set_file_distance_as_shortest_contains_path_for_dependencies.cypher](./../cypher/Internal_Dependencies/Set_file_distance_as_shortest_contains_path_for_dependencies.cypher) |
496-
| [InterfaceSegregationCandidates.csv](./AxonFramework-4.10.3/internal-dependencies-csv/InterfaceSegregationCandidates.csv) | AxonFramework-4.10.3 | 287 | [Internal_Dependencies/Candidates_for_Interface_Segregation.cypher](./../cypher/Internal_Dependencies/Candidates_for_Interface_Segregation.cypher) |
496+
| [InterfaceSegregationCandidates.csv](./AxonFramework-4.10.3/internal-dependencies-csv/InterfaceSegregationCandidates.csv) | AxonFramework-4.10.3 | 288 | [Internal_Dependencies/Candidates_for_Interface_Segregation.cypher](./../cypher/Internal_Dependencies/Candidates_for_Interface_Segregation.cypher) |
497497
| [List_all_Java_artifacts.csv](./AxonFramework-4.10.3/internal-dependencies-csv/List_all_Java_artifacts.csv) | AxonFramework-4.10.3 | 10 | [Internal_Dependencies/List_all_Java_artifacts.cypher](./../cypher/Internal_Dependencies/List_all_Java_artifacts.cypher) |
498498
| [WidelyUsedTypes.csv](./AxonFramework-4.10.3/internal-dependencies-csv/WidelyUsedTypes.csv) | AxonFramework-4.10.3 | 688 | [Internal_Dependencies/List_types_that_are_used_by_many_different_packages.cypher](./../cypher/Internal_Dependencies/List_types_that_are_used_by_many_different_packages.cypher) |
499+
| [JavaArtifactBuildLevels.csv](./AxonFramework-4.10.3/internal-dependencies-visualization/JavaArtifactBuildLevels.csv) | AxonFramework-4.10.3 | 26 | [Internal_Dependencies/Java_Artifact_build_levels_for_graphviz.cypher](./../cypher/Internal_Dependencies/Java_Artifact_build_levels_for_graphviz.cypher) |
499500
| [AnnotatedCodeElements.csv](./AxonFramework-4.10.3/java-csv/AnnotatedCodeElements.csv) | AxonFramework-4.10.3 | 92 | [Java/Annotated_code_elements.cypher](./../cypher/Java/Annotated_code_elements.cypher) |
500501
| [AnnotatedCodeElementsPerArtifact.csv](./AxonFramework-4.10.3/java-csv/AnnotatedCodeElementsPerArtifact.csv) | AxonFramework-4.10.3 | 179 | [Java/Annotated_code_elements_per_artifact.cypher](./../cypher/Java/Annotated_code_elements_per_artifact.cypher) |
501502
| [DeprecatedElementUsage.csv](./AxonFramework-4.10.3/java-csv/DeprecatedElementUsage.csv) | AxonFramework-4.10.3 | 15 | [Java/Java_deprecated_element_usage.cypher](./../cypher/Java/Java_deprecated_element_usage.cypher) |
@@ -531,7 +532,9 @@ This document serves as a reference for all CSV Cypher query reports in the curr
531532
| [Artifact_all_pairs_shortest_paths_distribution_per_project.csv](./AxonFramework-4.10.3/path-finding-csv/Artifact_all_pairs_shortest_paths_distribution_per_project.csv) | AxonFramework-4.10.3 | 3 | [Path_Finding/Path_Finding_5_All_pairs_shortest_path_distribution_per_project.cypher](./../cypher/Path_Finding/Path_Finding_5_All_pairs_shortest_path_distribution_per_project.cypher) |
532533
| [Artifact_longest_paths_distribution.csv](./AxonFramework-4.10.3/path-finding-csv/Artifact_longest_paths_distribution.csv) | AxonFramework-4.10.3 | 7 | [Path_Finding/Path_Finding_6_Longest_paths_distribution_per_project.cypher](./../cypher/Path_Finding/Path_Finding_6_Longest_paths_distribution_per_project.cypher) |
533534
| [Package_all_pairs_shortest_paths_distribution_per_project.csv](./AxonFramework-4.10.3/path-finding-csv/Package_all_pairs_shortest_paths_distribution_per_project.csv) | AxonFramework-4.10.3 | 49 | [Path_Finding/Path_Finding_5_All_pairs_shortest_path_distribution_per_project.cypher](./../cypher/Path_Finding/Path_Finding_5_All_pairs_shortest_path_distribution_per_project.cypher) |
534-
| [Package_longest_paths_distribution.csv](./AxonFramework-4.10.3/path-finding-csv/Package_longest_paths_distribution.csv) | AxonFramework-4.10.3 | 18 | [Path_Finding/Path_Finding_6_Longest_paths_distribution_per_project.cypher](./../cypher/Path_Finding/Path_Finding_6_Longest_paths_distribution_per_project.cypher) |
535+
| [Package_longest_paths_distribution.csv](./AxonFramework-4.10.3/path-finding-csv/Package_longest_paths_distribution.csv) | AxonFramework-4.10.3 | 17 | [Path_Finding/Path_Finding_6_Longest_paths_distribution_per_project.cypher](./../cypher/Path_Finding/Path_Finding_6_Longest_paths_distribution_per_project.cypher) |
536+
| [JavaArtifactLongestPaths.csv](./AxonFramework-4.10.3/path-finding-visualization/JavaArtifactLongestPaths.csv) | AxonFramework-4.10.3 | 28 | [Path_Finding/Path_Finding_6_Longest_paths_contributors_for_graphviz.cypher](./../cypher/Path_Finding/Path_Finding_6_Longest_paths_contributors_for_graphviz.cypher) |
537+
| [JavaArtifactLongestPathsIsolated.csv](./AxonFramework-4.10.3/path-finding-visualization/JavaArtifactLongestPathsIsolated.csv) | AxonFramework-4.10.3 | 23 | [Path_Finding/Path_Finding_6_Longest_paths_for_graphviz.cypher](./../cypher/Path_Finding/Path_Finding_6_Longest_paths_for_graphviz.cypher) |
535538
| [Artifact_Similarity.csv](./AxonFramework-4.10.3/similarity-csv/Artifact_Similarity.csv) | AxonFramework-4.10.3 | 25 | [Similarity/Similarity_1d_Stream_Mutated.cypher](./../cypher/Similarity/Similarity_1d_Stream_Mutated.cypher) |
536539
| [Package_Similarity.csv](./AxonFramework-4.10.3/similarity-csv/Package_Similarity.csv) | AxonFramework-4.10.3 | 319 | [Similarity/Similarity_1d_Stream_Mutated.cypher](./../cypher/Similarity/Similarity_1d_Stream_Mutated.cypher) |
537540
| [Type_Similarity.csv](./AxonFramework-4.10.3/similarity-csv/Type_Similarity.csv) | AxonFramework-4.10.3 | 3636 | [Similarity/Similarity_1d_Stream_Mutated.cypher](./../cypher/Similarity/Similarity_1d_Stream_Mutated.cypher) |

results/IMAGES.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ Image | Analysis |
196196
| [ExternalDependenciesJava_75_1.png](./AxonFramework-4.10.3/external-dependencies-java/ExternalDependenciesJava_files/ExternalDependenciesJava_75_1.png) | AxonFramework-4.10.3 |
197197
| [ExternalDependenciesJava_77_1.png](./AxonFramework-4.10.3/external-dependencies-java/ExternalDependenciesJava_files/ExternalDependenciesJava_77_1.png) | AxonFramework-4.10.3 |
198198
| [ExternalDependenciesJava_99_1.png](./AxonFramework-4.10.3/external-dependencies-java/ExternalDependenciesJava_files/ExternalDependenciesJava_99_1.png) | AxonFramework-4.10.3 |
199-
| [graphVisualizationJavaArtifactDependencies-0.png](./AxonFramework-4.10.3/graph-visualization-java-artifact-dependencies/graphVisualizationJavaArtifactDependencies-0.png) | AxonFramework-4.10.3 |
200-
| [error-graphVisualizationTypescriptModuleDependencies-no-canvas-found.png](./AxonFramework-4.10.3/graph-visualization-typescript-module-dependencies/error-graphVisualizationTypescriptModuleDependencies-no-canvas-found.png) | AxonFramework-4.10.3 |
201199
| [MethodMetricsJava_14_1.png](./AxonFramework-4.10.3/method-metrics-java/MethodMetricsJava_files/MethodMetricsJava_14_1.png) | AxonFramework-4.10.3 |
202200
| [MethodMetricsJava_26_1.png](./AxonFramework-4.10.3/method-metrics-java/MethodMetricsJava_files/MethodMetricsJava_26_1.png) | AxonFramework-4.10.3 |
203201
| [NodeEmbeddingsJava_21_0.png](./AxonFramework-4.10.3/node-embeddings-java/NodeEmbeddingsJava_files/NodeEmbeddingsJava_21_0.png) | AxonFramework-4.10.3 |

0 commit comments

Comments
 (0)