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

Commits on Apr 26, 2024

  1. Init rc 5.3.1

    Marius Conjeaud committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    90fc60d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into rc/5.3.1

    Marius Conjeaud committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9d2d993 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Remove testing prints

    Marius Conjeaud committed May 2, 2024
    Configuration menu
    Copy the full SHA
    95de7f2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Fix doc version

    Marius Conjeaud committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0af5be9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Fix test collection - missing scripts

    Marius Conjeaud committed May 6, 2024
    Configuration menu
    Copy the full SHA
    cf2c22a View commit details
    Browse the repository at this point in the history
  2. Fix bug where inspect database script only returns one rel for each l…

    …abel
    Marius Conjeaud committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a12def2 View commit details
    Browse the repository at this point in the history
  3. Fix test collection - was skipping test_contrib

    Marius Conjeaud committed May 6, 2024
    Configuration menu
    Copy the full SHA
    982114b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge pull request #794 from neo4j-contrib/bug/781-inspect-multiple-rels

    neomodel_inspect_database multiple rels for label
    mariusconjeaud authored May 13, 2024
    Configuration menu
    Copy the full SHA
    47f1665 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add specs to codecov GH Action

    Marius Conjeaud committed May 22, 2024
    Configuration menu
    Copy the full SHA
    01c5b95 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Marius Conjeaud committed May 22, 2024
    Configuration menu
    Copy the full SHA
    834da62 View commit details
    Browse the repository at this point in the history
  3. Remove file spec

    Marius Conjeaud committed May 22, 2024
    Configuration menu
    Copy the full SHA
    35c35e6 View commit details
    Browse the repository at this point in the history
  4. Fix DateProperty but in inspection script

    Marius Conjeaud committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a37d127 View commit details
    Browse the repository at this point in the history
  5. Fix test data files

    Marius Conjeaud committed May 22, 2024
    Configuration menu
    Copy the full SHA
    937ed29 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #797 from neo4j-contrib/796-neomodel_inspect_datab…

    …ase-does-not-correctly-report-date-property
    
    Fix DateProperty bug in inspection script
    mariusconjeaud authored May 22, 2024
    Configuration menu
    Copy the full SHA
    9304000 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. First stab at generating model diagrams

    Marius Conjeaud committed May 27, 2024
    Configuration menu
    Copy the full SHA
    20f8d60 View commit details
    Browse the repository at this point in the history
  2. Fix async node iterator

    Marius Conjeaud committed May 27, 2024
    Configuration menu
    Copy the full SHA
    aaf6e52 View commit details
    Browse the repository at this point in the history
  3. Housekeeping

    Marius Conjeaud committed May 27, 2024
    Configuration menu
    Copy the full SHA
    93e9c87 View commit details
    Browse the repository at this point in the history
  4. Remove python2 print leftover

    Marius Conjeaud committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a803874 View commit details
    Browse the repository at this point in the history
  5. Generate arrows and puml diagrams ; test for arrows

    Marius Conjeaud committed May 27, 2024
    Configuration menu
    Copy the full SHA
    cf5deb4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #802 from neo4j-contrib/task/clean-python2

    Remove python2 print leftover
    mariusconjeaud authored May 27, 2024
    Configuration menu
    Copy the full SHA
    7ae255b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fix diagram test

    Marius Conjeaud committed May 28, 2024
    Configuration menu
    Copy the full SHA
    98c5659 View commit details
    Browse the repository at this point in the history
  2. Add properties to puml ; puml to tests

    Marius Conjeaud committed May 28, 2024
    Configuration menu
    Copy the full SHA
    eb45ac1 View commit details
    Browse the repository at this point in the history
  3. Update docs

    Marius Conjeaud committed May 28, 2024
    Configuration menu
    Copy the full SHA
    380bc1b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #803 from neo4j-contrib/feature/diagram-script

    Feature/diagram script
    mariusconjeaud authored May 28, 2024
    Configuration menu
    Copy the full SHA
    f7dcdb5 View commit details
    Browse the repository at this point in the history
  5. Improve test

    Marius Conjeaud committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fb1b72a View commit details
    Browse the repository at this point in the history
  6. Fix test

    Marius Conjeaud committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5546640 View commit details
    Browse the repository at this point in the history
  7. Fix test

    Marius Conjeaud committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4db58a0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #800 from neo4j-contrib/798-async-iterating-over-n…

    …odes-is-not-working
    
    Fix async node iterator
    mariusconjeaud authored May 28, 2024
    Configuration menu
    Copy the full SHA
    5f58cc4 View commit details
    Browse the repository at this point in the history
  9. Improve test coverage

    Marius Conjeaud committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2d9f5e1 View commit details
    Browse the repository at this point in the history
  10. Update Changelog

    Marius Conjeaud committed May 28, 2024
    Configuration menu
    Copy the full SHA
    bf955df View commit details
    Browse the repository at this point in the history