Skip to content

refactor: consolidate neo4j schema into a single place#60

Open
georgesafta wants to merge 1 commit into
mainfrom
refactor/consolidate-neo4j-schema
Open

refactor: consolidate neo4j schema into a single place#60
georgesafta wants to merge 1 commit into
mainfrom
refactor/consolidate-neo4j-schema

Conversation

@georgesafta

Copy link
Copy Markdown

Motivation and Context

Related to: codellm-devkit/codeanalyzer-typescript/issues/15
Consolidating the Neo4J schema into a single file and generating the DB constraints from the NodeLabel descriptors.

How Has This Been Tested?

  • regenerated the Neo4J schema using the CLI: uv run canpy --emit schema > schema.neo4j.json
  • executed the Testcontainers integration test: RUN_CONTAINER_TESTS=1 uv run pytest test/test_neo4j_bolt.py -s
  • some tests are failing when running uv run pytest on the main branch, so made sure no new failure appear after my changes

Breaking Changes

None

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactor
  • Documentation update

Checklist

  • I have read the Codellm-Devkit Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

Some changes are due to the formatter (the pre-commit hooks)

@georgesafta georgesafta requested a review from rahlk June 28, 2026 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant