Skip to content

Commit e8290c6

Browse files
committed
Automated cypher reference document generation (CI)
1 parent a0f36a3 commit e8290c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypher/CYPHER.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ Script | Directory | Description
244244
| [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. |
245245
| [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. |
246246
| [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). |
247248
| [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. |
248249
| [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 |
249250
| [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

Comments
 (0)