-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
The node Git:Repository
seems to be missing in version 2.1.0.
- There is no result when querying
MATCH (repo:Git:Repository) RETURN repo LIMIT 10
. - The following queries shows the count of all nodes with the label
Git
and also doesn't show aRepository
label:MATCH (git:Git) RETURN labels(git), count(*)
In the newest version 2.2.1, however, there seems to be no problem with the Repository node. The scan then fails because of the apostrophe error.
Context
- Group-id: de.kontext-e.jqassistant.plugin
- Artifact-id: jqassistant.plugin.git
- Version: 2.1.0
- Java distribution: adopt
- Java version: 17.0.12+7
Reproduce
Either run jQAssistant with this git plugin on a clone of https://github.com/remix-run/react-router , or:
- Clone https://github.com/JohT/code-graph-analysis-pipeline
- Check the prerequisites, especially the environment variable
NEO4J_INITIAL_PASSWORD
. - Edit scripts/examples/analyzeReactRouter.sh and add the command line option
--explore
to the last line (analyze), which doesn't run any reports and lets you explore the Graph manually. - Run scripts/examples/analyzeReactRouter.sh
- Open http://localhost:7474/browser
- Log in with the user
neo4j
and the password you have assigned to the environment variableNEO4J_INITIAL_PASSWORD
. - Query
MATCH (git:Git) RETURN labels(git), count(*)
Metadata
Metadata
Assignees
Labels
No labels