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: testcontainers/testcontainers-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.20.3
Choose a base ref
...
head repository: testcontainers/testcontainers-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.20.4
Choose a head ref
  • 19 commits
  • 36 files changed
  • 11 contributors

Commits on Oct 22, 2024

  1. [create-pull-request] automated change (#9449)

    Co-authored-by: eddumelendez <1810547+eddumelendez@users.noreply.github.com>
    github-actions[bot] and eddumelendez authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4e636b2 View commit details
    Browse the repository at this point in the history
  2. [create-pull-request] automated change (#9450)

    Co-authored-by: eddumelendez <1810547+eddumelendez@users.noreply.github.com>
    github-actions[bot] and eddumelendez authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    15874ff View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    7351b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77a423c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Remove privilegedMode in Db2Container (#9460)

    Switch to capabilities IPC_LOCK and IPC_OWNER.
    hfhbd authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    803b258 View commit details
    Browse the repository at this point in the history
  2. Fix ClickHouse wait strategy (#9466)

    Co-authored-by: Eddú Meléndez <eddu.melendez@gmail.com>
    livk-cloud and eddumelendez authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b3ef3d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa1b6c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Stop container that doesn't match wait strategy (#9474)

    Fixes #2877
    
    ---------
    
    Co-authored-by: Piotr Findeisen <piotr.findeisen@gmail.com>
    Co-authored-by: Jan Waś <jan.was@starburstdata.com>
    Co-authored-by: Eddú Meléndez <eddu.melendez@gmail.com>
    4 people authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    10f32af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ba315 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Check if container belongs to a network when using exposeHostPorts (#…

    …8298)
    
    Fixes #7335
    
    ---------
    
    Co-authored-by: Eddú Meléndez Gonzales <eddu.melendez@gmail.com>
    TomDeBacker and eddumelendez authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    be7251b View commit details
    Browse the repository at this point in the history
  2. Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)

    Starting with version 22.1.0, wait strategy can rely on `/cockroach/init_success`
    file created when scripts are executed.
    
    Fixes #8555
    eddumelendez authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0200a5d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    c01fc1b View commit details
    Browse the repository at this point in the history
  2. Fix docker credentials output (#9544)

    In #8007, docker credentials stdout and stderr are separated and
    stderr has been used to display error messages. However, docker
    credentials writes error messages to stdout. This commit, read the
    process execution exit value for better handling and read stdout
    for error messages.
    
    Fixes #9478
    eddumelendez authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    964c6e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3e7fdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c68f791 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Remove extra call to docker credentials (#9545)

    In #9544, proper process execution handling was introduced in order
    to manage error messages correctly.
    eddumelendez authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1facaf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39ff5f8 View commit details
    Browse the repository at this point in the history
Loading