Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spring-projects/spring-data-neo4j
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: spring-projects/spring-data-neo4j
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/custom-statement
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 831 files changed
  • 5 contributors

Commits on Nov 15, 2024

  1. Prepare next development iteration.

    See #2961
    mp911de committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    67c4685 View commit details
    Browse the repository at this point in the history
  2. After release cleanups.

    See #2961
    mp911de committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8753520 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Prepare 7.4.1 (2024.1.1).

    See #2969
    christophstrobl committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    4977772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1ec4eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe57b3b View commit details
    Browse the repository at this point in the history
  4. After release cleanups.

    See #2969
    christophstrobl committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    df523e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

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

Commits on Jan 17, 2025

  1. Prepare 7.4.2 (2024.1.2).

    See #2979
    mp911de committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    1e8eb63 View commit details
    Browse the repository at this point in the history
  2. Release version 7.4.2 (2024.1.2).

    See #2979
    mp911de committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    1985b85 View commit details
    Browse the repository at this point in the history
  3. Prepare next development iteration.

    See #2979
    mp911de committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    64cad1c View commit details
    Browse the repository at this point in the history
  4. After release cleanups.

    See #2979
    mp911de committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    38dd391 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. fix(test): Expected database message changed.

    Signed-off-by: Michael Simons <michael@simons.ac>
    michael-simons committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    ccd9679 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. refactor: Use SchemaNames to escape and sanitze labels used in SpEL.

    Signed-off-by: Michael Simons <michael@simons.ac>
    michael-simons committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    e9922eb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. GH-2973: Persist type information on relationship properties (#2974)

    Add an optional parameter to `@RelationshipProperties` that allows
    users to persist the type information on this relationship.
    This will allow SDN to detect the right class it needs to instantiate
    if, due to abstraction of the implementation, no other information is available.
    
    Closes #2973
    
    Signed-off-by: 杨耀飞 <yangyaofei@gmail.com>
    Signed-off-by: yangyaofei <yangyaofei@gmail.com>
    Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
    Co-authored-by: Gerrit Meier <meistermeier@gmail.com>
    (cherry picked from commit 7490d99)
    yangyaofei and meistermeier committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    e2aeafe View commit details
    Browse the repository at this point in the history
  2. refactor(test): Stabilize a couple of tests (especially the ones usin…

    …g _a_ shortest path).
    
    Signed-off-by: Michael Simons <michael@simons.ac>
    michael-simons committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    67eecab View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. feature: Allow Cypher LIST<ANY> to be used directly as repository m…

    …ethods returning collections.
    
    Signed-off-by: Michael Simons <michael@simons.ac>
    michael-simons committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    cd63e53 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Fix formatting in documentation.

    There was italic formatting in the Cypher examples
    where there should have been visible underscores.
    
    Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
    (cherry picked from commit e023d23)
    meistermeier committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    be1a15c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Naive custom statement creator extension

    Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
    meistermeier committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    77c3499 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Early PoC custom cypher creator for repository methods.

    Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
    meistermeier committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    4e108a8 View commit details
    Browse the repository at this point in the history
Loading