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: nemoengineering/meilisearch-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.1
Choose a base ref
...
head repository: nemoengineering/meilisearch-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 11 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    ecec356 View commit details
    Browse the repository at this point in the history
  2. Bump testcontainers from 1.16.3 to 1.17.0 (#6)

    Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.16.3 to 1.17.0.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
    - [Commits](testcontainers/testcontainers-java@1.16.3...1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    0959e79 View commit details
    Browse the repository at this point in the history
  3. Bump junit-jupiter from 1.16.3 to 1.17.1 (#7)

    Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.16.3 to 1.17.1.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
    - [Commits](testcontainers/testcontainers-java@1.16.3...1.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:junit-jupiter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    32aaabf View commit details
    Browse the repository at this point in the history
  4. Add README

    simoneNEMO committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    33bf4c0 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    simoneNEMO committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e3aea3a View commit details
    Browse the repository at this point in the history
  6. Add status badges

    simoneNEMO committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4977a1a View commit details
    Browse the repository at this point in the history
  7. Create LICENSE

    SimoneStefani authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    5bddaf8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Bump testcontainers from 1.17.0 to 1.17.1 (#8)

    Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.17.0 to 1.17.1.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
    - [Commits](testcontainers/testcontainers-java@1.17.0...1.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    382da34 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Upgrade to Ktor 2.0

    simoneNEMO committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    6c65c8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from nemoengineering/feature/ktor-2

    Upgrade to Ktor 2.0
    SimoneStefani authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    8e1243c View commit details
    Browse the repository at this point in the history
  3. Prepare for release 0.2.0

    simoneNEMO committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    0e50430 View commit details
    Browse the repository at this point in the history
Loading