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_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
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. |
246
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. |
247
+
|[Set_commit_classification_properties.cypher](./GitLog/Set_commit_classification_properties.cypher)| GitLog | Classify git commits and set properties like isMergeCommit, isAutomationCommit (=isBotCommit or isMavenCommit). |
247
248
|[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. |
248
249
|[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 |
249
250
|[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 |
0 commit comments