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: tarantool/testcontainers-java-tarantool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tarantool/testcontainers-java-tarantool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: TarantoolCartridgeContainerSSL
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 33 files changed
  • 1 contributor

Commits on May 29, 2023

  1. Remove cartridge-java from dependencies

    - Update executeScript and executeCommand methods to execute code viva execInContainer
      (now it returns yaml string in Container.ExecResult not CompletableFuture).
    - Remove TarantoolContainer containers with TarantoolClientBuilder parameter.
    - Remove getClient method from TarantoolContainerClientHelper.
    - Remove io.tarantool.cartridge-driver dependency.
      because cartridge-java client was also removed.
    - Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
    - Add withSsl and withKeyAndCertFiles methods to TarantoolContainer and TarantoolCartridgeContainer.
    - Rewrite tests and add new cases to support new API.
    - Update org.yaml.snakeyaml to 2.0 version.
    
    Closes #69
    iDneprov committed May 29, 2023
    Configuration menu
    Copy the full SHA
    a4b81d9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Remove cartridge-java from dependencies

    - Update executeScript and executeCommand methods to execute code viva execInContainer
      (now it returns yaml string in Container.ExecResult not CompletableFuture).
    - Remove TarantoolContainer containers with TarantoolClientBuilder parameter.
    - Remove getClient method from TarantoolContainerClientHelper.
    - Remove io.tarantool.cartridge-driver dependency.
      because cartridge-java client was also removed.
    - Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
    - Add withSsl and withKeyAndCertFiles methods to TarantoolContainer and TarantoolCartridgeContainer.
    - Rewrite tests and add new cases to support new API.
    - Update org.yaml.snakeyaml to 2.0 version.
    
    Closes #69
    iDneprov committed May 31, 2023
    Configuration menu
    Copy the full SHA
    597c2f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Remove cartridge-java from dependencies

    - Update executeScript and executeCommand methods to execute code viva execInContainer
      (now it returns yaml string in Container.ExecResult not CompletableFuture).
    - Remove TarantoolContainer containers with TarantoolClientBuilder parameter.
    - Remove getClient method from TarantoolContainerClientHelper.
    - Remove io.tarantool.cartridge-driver dependency.
      because cartridge-java client was also removed.
    - Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
    - Add withSsl and withKeyAndCertFiles methods to TarantoolContainer and TarantoolCartridgeContainer.
    - Rewrite tests and add new cases to support new API.
    - Update org.yaml.snakeyaml to 2.0 version.
    
    Closes #69
    iDneprov committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d5b221f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    cc3aadc View commit details
    Browse the repository at this point in the history
  2. Remove cartridge-java from dependencies

    - Update executeScript and executeCommand methods to execute code viva execInContainer
      (now it returns yaml string in Container.ExecResult not CompletableFuture).
    - Remove TarantoolContainer containers with TarantoolClientBuilder parameter.
    - Remove getClient method from TarantoolContainerClientHelper.
    - Remove io.tarantool.cartridge-driver dependency.
      because cartridge-java client was also removed.
    - Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string.
    - Add withSsl and withKeyAndCertFiles methods to TarantoolContainer and TarantoolCartridgeContainer.
    - Rewrite tests and add new cases to support new API.
    - Update org.yaml.snakeyaml to 2.0 version.
    
    Closes #69
    iDneprov committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8e64fc8 View commit details
    Browse the repository at this point in the history
  3. Dockerfiles

    iDneprov committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    431c5fd View commit details
    Browse the repository at this point in the history
Loading