Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rc/5.3.1 #805

Merged
merged 30 commits into from
May 29, 2024
Merged

Rc/5.3.1 #805

merged 30 commits into from
May 29, 2024

Conversation

mariusconjeaud
Copy link
Collaborator

Version 5.3.1 2024-05

  • Add neomodel_generate_diagram script, which generates a graph model diagram based on your neomodel class definitions. Arrows and PlantUML dot options
  • Fix bug in async iterator async for MyClass.nodes
  • Fix bugs in database inspection script (multiple rels per label, missing DateProperty type)

Marius Conjeaud and others added 28 commits April 26, 2024 14:30
neomodel_inspect_database multiple rels for label
…ase-does-not-correctly-report-date-property

Fix DateProperty bug in inspection script
…odes-is-not-working

Fix async node iterator
Copy link

codecov bot commented May 28, 2024

Codecov Report

Attention: Patch coverage is 96.27329% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 91.47%. Comparing base (b9846b3) to head (bf955df).
Report is 90 commits behind head on master.

Files Patch % Lines
neomodel/scripts/utils.py 85.71% 3 Missing ⚠️
neomodel/async_/match.py 83.33% 2 Missing ⚠️
neomodel/scripts/neomodel_generate_diagram.py 99.09% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #805      +/-   ##
==========================================
+ Coverage   89.43%   91.47%   +2.03%     
==========================================
  Files          22       34      +12     
  Lines        2669     4574    +1905     
==========================================
+ Hits         2387     4184    +1797     
- Misses        282      390     +108     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented May 28, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@mariusconjeaud mariusconjeaud merged commit 7c6662a into master May 29, 2024
65 checks passed
@mariusconjeaud mariusconjeaud deleted the rc/5.3.1 branch May 29, 2024 12:17
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