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: arangodb/spring-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: arangodb/spring-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/2.3.x
Choose a head ref
  • 14 commits
  • 31 files changed
  • 1 contributor

Commits on Jul 9, 2018

  1. Remove stupid stuff

    mpv1989 committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    a907d96 View commit details
    Browse the repository at this point in the history
  2. Fix ArangoOperations#getVersion()

    use configured database instead of _system
    mpv1989 committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    181a9f1 View commit details
    Browse the repository at this point in the history
  3. Prepare release 2.2.2

    mpv1989 committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    8e15560 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Deprecate Key, DBEntity, DBCollectionEntity

    - deprecated `com.arangodb.springframework.annotation.Key`
    - deprecated `com.arangodb.springframework.core.convert.DBEntity`
    - deprecated
    `com.arangodb.springframework.core.convert.DBCollectionEntity`
    mpv1989 committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    357c599 View commit details
    Browse the repository at this point in the history
  2. Prepare snapshot

    mpv1989 committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    4a94398 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Prepare release 2.3.0

    mpv1989 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    a2a3110 View commit details
    Browse the repository at this point in the history
  2. Prepare snapshot

    mpv1989 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    9c00fa9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Fix a bug in derived queries

    when using two times `@relations` in one entity
    mpv1989 committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    81ea129 View commit details
    Browse the repository at this point in the history
  2. Fix test

    mpv1989 committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    5f28cac View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Prepare release 2.3.1

    mpv1989 committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    8f1df1c View commit details
    Browse the repository at this point in the history
  2. Prepare snapshot

    mpv1989 committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    306d147 View commit details
    Browse the repository at this point in the history
  3. Fix repository methods with Example

    using `StringMatcher.CONTAINING` (issue #113)
    mpv1989 committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    909a08a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Prepare release 2.3.2

    mpv1989 committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    7d628df View commit details
    Browse the repository at this point in the history
  2. Prepare snapshot

    mpv1989 committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    a876b53 View commit details
    Browse the repository at this point in the history
Loading