neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 276 forks source link

Fixes Schema Synchronzation for at least neo4j >= 4.3 #1683

Closed klobuczek closed 1 year ago

klobuczek commented 1 year ago

Fixes # https://github.com/neo4jrb/activegraph/issues/1682

This pull introduces/changes:

codecov-commenter commented 1 year ago

Codecov Report

Base: 93.46% // Head: 93.49% // Increases project coverage by +0.02% :tada:

Coverage data is based on head (d84c27e) compared to base (7a5fc1d). Patch coverage: 97.56% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1683 +/- ## ========================================== + Coverage 93.46% 93.49% +0.02% ========================================== Files 127 128 +1 Lines 5772 5812 +40 ========================================== + Hits 5395 5434 +39 - Misses 377 378 +1 ``` | [Impacted Files](https://codecov.io/gh/neo4jrb/activegraph/pull/1683?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4jrb) | Coverage Δ | | |---|---|---| | [lib/active\_graph/migrations/schema.rb](https://codecov.io/gh/neo4jrb/activegraph/pull/1683?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4jrb#diff-bGliL2FjdGl2ZV9ncmFwaC9taWdyYXRpb25zL3NjaGVtYS5yYg==) | `96.42% <94.73%> (ø)` | | | [lib/active\_graph/core/schema.rb](https://codecov.io/gh/neo4jrb/activegraph/pull/1683?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4jrb#diff-bGliL2FjdGl2ZV9ncmFwaC9jb3JlL3NjaGVtYS5yYg==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4jrb). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4jrb)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.