Skip to content

Commit 0a5fb3f

Browse files
committed
Automated cypher reference document generation (CI)
1 parent 08f7d22 commit 0a5fb3f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cypher/CYPHER.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ Script | Directory | Description
252252
| [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 |
253253
| [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 |
254254
| [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 |
255+
| [Verify_git_missing_create_date.cypher](./GitLog/Verify_git_missing_create_date.cypher) | GitLog | Verify that git to code file relationships aren't ambiguous |
255256
| [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 |
256257
| [Candidates_for_Interface_Segregation.cypher](./Internal_Dependencies/Candidates_for_Interface_Segregation.cypher) | Internal_Dependencies | Candidates for Interface Segregation |
257258
| [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) |
@@ -399,7 +400,7 @@ Script | Directory | Description
399400
| [Label_resolved_duplicate_types.cypher](./Types/Label_resolved_duplicate_types.cypher) | Types | Label resolved duplicate types. |
400401
| [Remove_extended_type_labels.cypher](./Types/Remove_extended_type_labels.cypher) | Types | Remove external type and annotation labels |
401402
| [Set_declaring_type_on_method_nodes.cypher](./Types/Set_declaring_type_on_method_nodes.cypher) | Types | Set property "declaringType" on Method nodes. |
402-
| [Add_DEPENDS_ON_relationship_to_resolved_modules.cypher](./Typescript_Enrichment/Add_DEPENDS_ON_relationship_to_resolved_modules.cypher) | Typescript_Enrichment | Propagates "DEPENDS_ON" relations between modules to their resolved modules with a property "resolved:true". Inspired by https://github.com/jQAssistant/jqassistant/blob/4cd7face5d6d2953449d8e6ff5b484f00ffbdc2f/plugin/java/src/main/resources/META-INF/jqassistant-rules/java-classpath.xml#L5 |
403+
| [Add_DEPENDS_ON_relationship_to_resolved_modules.cypher](./Typescript_Enrichment/Add_DEPENDS_ON_relationship_to_resolved_modules.cypher) | Typescript_Enrichment | Propagates "DEPENDS_ON" relations between modules to their resolved modules with a property "resolved:true" or "updated:true". Inspired by https://github.com/jQAssistant/jqassistant/blob/4cd7face5d6d2953449d8e6ff5b484f00ffbdc2f/plugin/java/src/main/resources/META-INF/jqassistant-rules/java-classpath.xml#L5 |
403404
| [Add_IS_IMPLEMENTED_IN_relationship_for_matching_declarations.cypher](./Typescript_Enrichment/Add_IS_IMPLEMENTED_IN_relationship_for_matching_declarations.cypher) | Typescript_Enrichment | Link matching external to internal Typescript declarations with an IS_IMPLEMENTED_IN relationship |
404405
| [Add_IS_IMPLEMENTED_IN_relationship_for_matching_modules.cypher](./Typescript_Enrichment/Add_IS_IMPLEMENTED_IN_relationship_for_matching_modules.cypher) | Typescript_Enrichment | Adds a relation "IS_IMPLEMENTED_IN" from an external module to a module if their global fully qualified names match. Depends on "Add_module_properties.cypher" to be run first Inspired by https://github.com/jQAssistant/jqassistant/blob/4cd7face5d6d2953449d8e6ff5b484f00ffbdc2f/plugin/java/src/main/resources/META-INF/jqassistant-rules/java-classpath.xml#L5 Related to https://github.com/jqassistant-plugin/jqassistant-typescript-plugin/issues/35 |
405406
| [Add_module_properties.cypher](./Typescript_Enrichment/Add_module_properties.cypher) | Typescript_Enrichment | Add extended properties to Typescript nodes with a globalFqn like "namespace", "module", "name" and "extension" as well as markers like "isNodeModule", "isUnresolvedImport" and "isExternalImport" |

0 commit comments

Comments
 (0)