Skip to content

Missing Git:Repository #4

@JohT

Description

@JohT

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 a Repository 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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions