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.1.1 #735

Merged
merged 49 commits into from
Aug 24, 2023
Merged

Rc/5.1.1 #735

merged 49 commits into from
Aug 24, 2023

Commits on Jul 20, 2023

  1. Add impersonation and tests

    Marius Conjeaud committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1f58716 View commit details
    Browse the repository at this point in the history
  2. Fix SonarQube bugs

    Marius Conjeaud committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a4d3834 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into housekeeping/sonarq…

    …ube-improvements
    Marius Conjeaud committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b31f416 View commit details
    Browse the repository at this point in the history
  4. Update core with SonarQube codesmells

    Marius Conjeaud committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    47ba190 View commit details
    Browse the repository at this point in the history
  5. More SQ fixes

    Marius Conjeaud committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ce726f1 View commit details
    Browse the repository at this point in the history
  6. Fix SonarQube code smells

    Marius Conjeaud committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4fb1cf9 View commit details
    Browse the repository at this point in the history
  7. Fix syntax not available in Python <3.10

    Marius Conjeaud committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4209a9e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Merge pull request #726 from neo4j-contrib/housekeeping/sonarqube-imp…

    …rovements
    
    Housekeeping/sonarqube improvements
    mariusconjeaud authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    814014d View commit details
    Browse the repository at this point in the history
  2. Add docs

    Marius Conjeaud committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    627c34d View commit details
    Browse the repository at this point in the history
  3. Update test

    Marius Conjeaud committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4491e62 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    9814c0e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Update tags to 5.1.1

    Marius Conjeaud committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ca78d04 View commit details
    Browse the repository at this point in the history
  2. Updated neomodel.db.set_connection so that it does not fail when sett…

    …ing the connection information and the database server is not running yet
    aanastasiou committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5f710d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    df62ba4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #730 from aanastasiou/fix_init_con_bug

    Updated ``neomodel.db.set_connection``
    mariusconjeaud authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2b0c28e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86cd931 View commit details
    Browse the repository at this point in the history
  4. Get database edition when getting version and skip tests which will f…

    …ail in community
    Marius Conjeaud committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5e62d7e View commit details
    Browse the repository at this point in the history
  5. Add 4.4 community to test matrix

    Marius Conjeaud committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cd3b611 View commit details
    Browse the repository at this point in the history
  6. Skip impersonation tests on community

    Marius Conjeaud committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9ebeed2 View commit details
    Browse the repository at this point in the history
  7. Fix pytest skipif - Missing reason info

    Marius Conjeaud committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    641aed5 View commit details
    Browse the repository at this point in the history
  8. Disable impersonation for community edition - not supported

    Marius Conjeaud committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c9461d9 View commit details
    Browse the repository at this point in the history
  9. Add a test for not supported feature

    Marius Conjeaud committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7c91b6b View commit details
    Browse the repository at this point in the history
  10. Fix warning

    Marius Conjeaud committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cb7da6e View commit details
    Browse the repository at this point in the history
  11. Reverse order of pytest skip and db.impersonate

    Marius Conjeaud committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9061c18 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7785af View commit details
    Browse the repository at this point in the history
  13. Use with or test does not get skipped

    Marius Conjeaud committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    531d8c4 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #731 from aanastasiou/improve_scripts

    Improved script documentation
    mariusconjeaud authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d99902c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. 6 Configuration menu
    Copy the full SHA
    f52ab6f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Merge pull request #733 from neo4j-contrib/feature/get-neo4j-edition

    Make neomodel Neo4j edition aware
    mariusconjeaud authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1a04c7e View commit details
    Browse the repository at this point in the history
  2. Extract connection to prev_url into fixture

    Marius Conjeaud committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    cab3ef4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #734 from neo4j-contrib/tests/improve-aura-tests

    Extract connection to prev_url into fixture
    mariusconjeaud authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    66f34f5 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary driver close in test connection

    Marius Conjeaud committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    47d7da5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Added automatic path inflation

    73VW committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e7b4975 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Move neo4j debug watcher into tests

    Marius Conjeaud committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ec81d23 View commit details
    Browse the repository at this point in the history
  2. Bump neo4j driver

    Marius Conjeaud committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    04dc70b View commit details
    Browse the repository at this point in the history
  3. Update changelog

    Marius Conjeaud committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a939e4c View commit details
    Browse the repository at this point in the history
  4. Add cache to Integration tests workflow

    Marius Conjeaud committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    11dbd2c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    e155d93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da411b0 View commit details
    Browse the repository at this point in the history
  3. Added documentation

    aanastasiou committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9c7283c View commit details
    Browse the repository at this point in the history
  4. Add user agent with neomodel version tag

    Marius Conjeaud committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bd7a245 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #740 from neo4j-contrib/task/add-user-agent

    Add user agent with neomodel version tag
    mariusconjeaud authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f3eb90b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    f26481b View commit details
    Browse the repository at this point in the history
  2. Corrected bug in instantiation of NeomodelPath. It is now completely …

    …'self-contained' in its own source code file and instantiated by its neo4j driver Path counterpart. Finalised documentation for 'NeomodelPath'
    aanastasiou committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7f416bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69242d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3196f29 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Merge pull request #738 from neo4j-contrib/automatic_path_inflation

    Automatic path inflation
    mariusconjeaud authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0a85e0c View commit details
    Browse the repository at this point in the history
  2. Update Changelog

    Marius Conjeaud committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9998c45 View commit details
    Browse the repository at this point in the history
  3. Fix code smell

    Marius Conjeaud committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b138b55 View commit details
    Browse the repository at this point in the history