Skip to content

Commit 2970f30

Browse files
committed
Automated cypher reference document generation (CI)
1 parent 260d977 commit 2970f30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cypher/CYPHER.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,16 @@ Script | Directory | Description
240240
| [List_git_files_that_were_changed_together_with_another_file.cypher](./GitLog/List_git_files_that_were_changed_together_with_another_file.cypher) | GitLog | List git files that where frequently changed with another file. Requires "Add_CHANGED_TOGETHER_WITH_relationships_to_git_files". |
241241
| [List_git_files_that_were_changed_together_with_another_file_all_in_one.cypher](./GitLog/List_git_files_that_were_changed_together_with_another_file_all_in_one.cypher) | GitLog | List git files that where changed together frequently |
242242
| [List_git_files_with_commit_statistics_by_author.cypher](./GitLog/List_git_files_with_commit_statistics_by_author.cypher) | GitLog | List git files with commit statistics |
243-
| [List_pairwise_changed_files_with_dependencies.cypher](./GitLog/List_pairwise_changed_files_with_dependencies.cypher) | GitLog | List pair of files that were changed together and that have a declared dependency between each other. |
243+
| [List_pairwise_changed_files.cypher](./GitLog/List_pairwise_changed_files.cypher) | GitLog | List pairs of files that were changed together. Requires Add_CHANGED_TOGETHER_WITH_relationships_to_git_files.cypher to run first. |
244+
| [List_pairwise_changed_files_top_selected_metric.cypher](./GitLog/List_pairwise_changed_files_top_selected_metric.cypher) | GitLog | Get the top 4 file extensions that where changed together most often and list top 20 pair that were changed together for each of the top file extension pair by their highest commit lift (>1: changes more often than by random chance). Requires Add_CHANGED_TOGETHER_WITH_relationships_to_git_files.cypher to run first. |
245+
| [List_pairwise_changed_files_with_dependencies.cypher](./GitLog/List_pairwise_changed_files_with_dependencies.cypher) | GitLog | List pair of files that were changed together and that have a declared dependency between each other. Requires Add_CHANGED_TOGETHER_WITH_relationships_to_git_files.cypher and Add_CHANGED_TOGETHER_WITH_relationships_to_code_files.cypher to run first. |
244246
| [List_unresolved_git_files.cypher](./GitLog/List_unresolved_git_files.cypher) | GitLog | List code files not covered by imported git data for troubleshooting/testing. |
245247
| [Set_number_of_aggregated_git_commits.cypher](./GitLog/Set_number_of_aggregated_git_commits.cypher) | GitLog | Set numberOfGitCommits property on code File nodes when aggregated change spans with grouped commits are present. |
246248
| [Set_number_of_git_log_commits.cypher](./GitLog/Set_number_of_git_log_commits.cypher) | GitLog | Set numberOfGitCommits property on code File nodes when git commits are present |
247249
| [Set_number_of_git_plugin_commits.cypher](./GitLog/Set_number_of_git_plugin_commits.cypher) | GitLog | Set numberOfGitCommits property on code File nodes when git commits (detected by the plugin) are present |
250+
| [Set_number_of_git_plugin_update_commits.cypher](./GitLog/Set_number_of_git_plugin_update_commits.cypher) | GitLog | Set updateCommitCount property on Git File nodes when git commits with Update modifier (detected by the plugin) are present |
248251
| [Verify_code_to_git_file_unambiguous.cypher](./GitLog/Verify_code_to_git_file_unambiguous.cypher) | GitLog | Verify that code to git file relationships aren't ambiguous |
252+
| [Verify_git_missing_CHANGED_TOGETHER_WITH_properties.cypher](./GitLog/Verify_git_missing_CHANGED_TOGETHER_WITH_properties.cypher) | GitLog | Verify if CHANGED_TOGETHER_WITH properties from git are missing |
249253
| [Verify_git_to_code_file_unambiguous.cypher](./GitLog/Verify_git_to_code_file_unambiguous.cypher) | GitLog | Verify that git to code file relationships aren't ambiguous |
250254
| [Candidates_for_Interface_Segregation.cypher](./Internal_Dependencies/Candidates_for_Interface_Segregation.cypher) | Internal_Dependencies | Candidates for Interface Segregation |
251255
| [Get_file_distance_as_shortest_contains_path_for_dependencies.cypher](./Internal_Dependencies/Get_file_distance_as_shortest_contains_path_for_dependencies.cypher) | Internal_Dependencies | Get file distance distribution for dependencies (intuitively the fewest number of change directory commands needed) |

0 commit comments

Comments
 (0)