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

Include image name in RemoteDockerImage#toString #2558

Merged
merged 14 commits into from Apr 12, 2020

Commits on Mar 17, 2020

  1. clean up imports in GenericContainer

    Byron David committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    410e96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12c3b1c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. test RemoteDockerImage directly

    Byron David committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    47329ba View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. handle failures getting the image name

    Byron David committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    9b31632 View commit details
    Browse the repository at this point in the history
  2. use completeExceptionally instead of mocking

    Byron David committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    1af3325 View commit details
    Browse the repository at this point in the history
  3. tweak assertions

    Byron David committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    c78defa View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. more assertion tweaks

    Byron David committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    8a7318f View commit details
    Browse the repository at this point in the history
  2. add isDone check to RemoteDockerImage.toString -- still figuring out …

    …why test fails
    Byron David committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    d6908d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. go back to using lombok @tostring, exclude dockerClient while we're a…

    …t it
    Byron David committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    1a31c5c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Merge branch 'image_name_in_RemoteDockerImage_toString' of https://gi…

    …thub.com/locationlabs/testcontainers-java into locationlabs-image_name_in_RemoteDockerImage_toString
    bsideup committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    d70c67a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f627bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6756f78 View commit details
    Browse the repository at this point in the history
  4. Include the message on error

    bsideup committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    31630ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5c42d1 View commit details
    Browse the repository at this point in the history