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
|[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". |
241
241
|[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 |
242
242
|[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. |
244
246
|[List_unresolved_git_files.cypher](./GitLog/List_unresolved_git_files.cypher)| GitLog | List code files not covered by imported git data for troubleshooting/testing. |
245
247
|[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. |
246
248
|[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 |
247
249
|[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 |
248
251
|[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 |
249
253
|[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 |
250
254
|[Candidates_for_Interface_Segregation.cypher](./Internal_Dependencies/Candidates_for_Interface_Segregation.cypher)| Internal_Dependencies | Candidates for Interface Segregation |
251
255
|[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