Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support Ryuk for the compose module #2485

Merged
merged 19 commits into from
Apr 22, 2024

Commits on Apr 16, 2024

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

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    5897162 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into compose-reaper

    * main:
      fix(postgres): Fix the non-default dbname error (testcontainers#2489)
    mdelapenya committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d4fff51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f29d297 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d50c38 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    a2bc318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86eb7fd View commit details
    Browse the repository at this point in the history
  3. chore: use different error groups

    the first time wait is called, the context is cancelled
    mdelapenya committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    79bef4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df587aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0d1cf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7aad6e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05e78f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    336760c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51539e1 View commit details
    Browse the repository at this point in the history
  3. chore: support naming test services with local and api

    It will allow the tests to be more deterministic, as there could be service containers started from the local test suite with the same name as in the API test suite.
    mdelapenya committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6c00d6c View commit details
    Browse the repository at this point in the history
  4. Revert "chore: try with default reconnection timeout"

    This reverts commit 336760c.
    mdelapenya committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b40e061 View commit details
    Browse the repository at this point in the history
  5. fix: typo

    mdelapenya committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f702fb8 View commit details
    Browse the repository at this point in the history