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

Update from source #2

Merged
merged 63 commits into from
May 6, 2020
Merged

Update from source #2

merged 63 commits into from
May 6, 2020

Commits on Mar 23, 2020

  1. Bump github.com/gin-gonic/gin from 1.5.0 to 1.6.0

    Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.5.0 to 1.6.0.
    - [Release notes](https://github.com/gin-gonic/gin/releases)
    - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
    - [Commits](gin-gonic/gin@v1.5.0...v1.6.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    0fcd354 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #167 from testcontainers/dependabot/go_modules/git…

    …hub.com/gin-gonic/gin-1.6.0
    
    Bump github.com/gin-gonic/gin from 1.5.0 to 1.6.0
    gianarb committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    6888754 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Bump github.com/gin-gonic/gin from 1.6.0 to 1.6.1

    Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.0 to 1.6.1.
    - [Release notes](https://github.com/gin-gonic/gin/releases)
    - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
    - [Commits](gin-gonic/gin@v1.6.0...v1.6.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    485c09c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from testcontainers/dependabot/go_modules/git…

    …hub.com/gin-gonic/gin-1.6.1
    
    Bump github.com/gin-gonic/gin from 1.6.0 to 1.6.1
    gianarb committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    153da02 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Bump github.com/gin-gonic/gin from 1.6.1 to 1.6.2

    Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.1 to 1.6.2.
    - [Release notes](https://github.com/gin-gonic/gin/releases)
    - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
    - [Commits](gin-gonic/gin@v1.6.1...v1.6.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    7cca004 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #170 from testcontainers/dependabot/go_modules/git…

    …hub.com/gin-gonic/gin-1.6.2
    
    Bump github.com/gin-gonic/gin from 1.6.1 to 1.6.2
    gianarb committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    90c3f43 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. #173: Reusing existing reaper for subsequent container/network create…

    … calls. This ensures that any networks, created as part of the test case will be removed.
    ikolomiyets committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    533329b View commit details
    Browse the repository at this point in the history
  2. Adding a property to the ContainerRequest that forces Testcontainers …

    …to always pull the image even if it already exists
    ikolomiyets committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    a80d5c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Merge pull request #175 from ikolomiyets/force-pull

    Force testcontainers to always pull images when creating container
    gianarb committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    b5ed60c View commit details
    Browse the repository at this point in the history
  2. The underlying issue is apparently more complex. I think, that partia…

    …lly it also was that unlike container, network was not removed explicitly.
    
    I've rectified this in the latest commit by modifying the way network is created and removed.
    ikolomiyets committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    8d295a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. chore(vendor): update docker engine and uuid

    Fixed #172
    
    Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
    Gianluca Arbezzano committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    dfa345a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from testcontainers/bump/vendor-cleanup

    chore(vendor): update docker engine and uuid
    gianarb committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    36067b9 View commit details
    Browse the repository at this point in the history
  3. fix(uuid): wrong replacement for uuid

    Fixed #172 again...
    
    Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
    Gianluca Arbezzano committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    3a061a0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #178 from testcontainers/fix/uuid-gofrs

    fix(uuid): wrong replacement for uuid
    gianarb committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    06b85eb View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Added ContainerIP to retrieve ip of container from primary network

    gavinbunney authored and Gianluca Arbezzano committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d0e9b43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from testcontainers/feature/containerIP

    Added ContainerIP to retrieve ip of container from primary network
    gianarb committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    042661a View commit details
    Browse the repository at this point in the history
  3. chore: ignore .idea

    e-zhydzetski authored and Gianluca Arbezzano committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    00810a7 View commit details
    Browse the repository at this point in the history
  4. fix: improve error check in the ForListeningPort waiting strategy, fi…

    …x dep versions
    
    use platform-dependent connection refused error type and improve ctx.Err checks in the ForListeningPort waiting strategy
    use github.com/Microsoft/hcsshim v0.8.7 instead of v0.8.6, as not compatible with github.com/docker/docker
    go mod tidy
    e-zhydzetski authored and Gianluca Arbezzano committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    a930d9b View commit details
    Browse the repository at this point in the history
  5. Revert "chore: ignore .idea"

    This reverts commit b9f7d35.
    e-zhydzetski authored and Gianluca Arbezzano committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    adb8f34 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #180 from testcontainers/fix/159-wait-port-windows

    Fix/159 wait port windows
    gianarb committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    cabddc2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #176 from ikolomiyets/issue-173

    #173: Reaper reuse
    gianarb committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    a18968f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    1276796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    790421c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ed0ea9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe96445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8299a7 View commit details
    Browse the repository at this point in the history
  6. (#25) Fix compose down

    We need to add compose-specific environment variables for identifier
    and compose file path
    mdelapenya committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    06ada3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a320e66 View commit details
    Browse the repository at this point in the history
  8. (#25) Extract assertion of container env to a function

    We reuse it in the first test, checking that the env variable is not set
    mdelapenya committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    1badb29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47362c1 View commit details
    Browse the repository at this point in the history
  10. (#25) Extract compose execution to a function

    It is shared by invoke and down
    mdelapenya committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    d9e1579 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2604294 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4807a91 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80f3758 View commit details
    Browse the repository at this point in the history
  14. (#25) Remove unneeded log

    It could disclose environment variables
    mdelapenya committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    7614627 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    28b4ce4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    866cd2a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    26eee98 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8096d05 View commit details
    Browse the repository at this point in the history
  19. (#25) Fix path in test

    mdelapenya committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    efa9db2 View commit details
    Browse the repository at this point in the history
  20. (#25) Add info about the command and the arguments when compose fails

    I'm not adding information about the environment to avoid disclosing
    sensible values, but it could be easily added
    mdelapenya committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    3c26102 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a07447a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a3e1f0b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ef1c203 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    71af051 View commit details
    Browse the repository at this point in the history
  25. (#25) Execute go mod tidy

    mdelapenya committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    956a03b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    446944d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b587960 View commit details
    Browse the repository at this point in the history
  28. (#25) Enhance exec error

    mdelapenya committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    661033b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    88efbd0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9570dd9 View commit details
    Browse the repository at this point in the history
  31. (#25) Fix tests reading environment variables from the compose file

    It was just a matter of setting the container name at docker-compose
    level, because we just want to access the container to read its
    environment variables and do some calculations with them.
    mdelapenya committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    7182ddc View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6830723 View commit details
    Browse the repository at this point in the history
  33. (#25) Run go mod tidy

    mdelapenya committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    03c0820 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Merge pull request #97 from mdelapenya/25-docker-compose

    (#25) Create very basic implementation of Local Docker Compose
    gianarb committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    a911c8e View commit details
    Browse the repository at this point in the history
  2. docs: add example for wait http

    Based on the issue #183 I decided to add this example to explain that by
    default wait.HTTP looks for port `80/tcp` but you can override it.
    
    Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
    Gianluca Arbezzano committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    5234e4d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #184 from testcontainers/fix/documentation_wait_http

    docs: add example for wait http
    gianarb committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    5e4c7c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Bump github.com/stretchr/testify from 1.4.0 to 1.5.1

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.1.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.4.0...v1.5.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    8565be5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

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

Commits on Apr 23, 2020

  1. Merge pull request #189 from mdelapenya/docker-compose-no-panic

    chore: do not raise panic in compose, use exec error instead so the client code can handle it
    gianarb committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    1b553a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #187 from testcontainers/dependabot/go_modules/git…

    …hub.com/stretchr/testify-1.5.1
    
    Bump github.com/stretchr/testify from 1.4.0 to 1.5.1
    gianarb committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    dd76d1e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Bump github.com/gin-gonic/gin from 1.6.2 to 1.6.3

    Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.2 to 1.6.3.
    - [Release notes](https://github.com/gin-gonic/gin/releases)
    - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
    - [Commits](gin-gonic/gin@v1.6.2...v1.6.3)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed May 4, 2020
    Configuration menu
    Copy the full SHA
    5698660 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Merge pull request #190 from testcontainers/dependabot/go_modules/git…

    …hub.com/gin-gonic/gin-1.6.3
    
    Bump github.com/gin-gonic/gin from 1.6.2 to 1.6.3
    gianarb committed May 5, 2020
    Configuration menu
    Copy the full SHA
    9e67f94 View commit details
    Browse the repository at this point in the history