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

fix: properly set the Docker socket on Windows #1458

Merged
merged 65 commits into from
Aug 11, 2023

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    8cb75b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0fbb3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    077cbd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25ac922 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6875dcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ca8201 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a784b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4f41b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4929c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97b686e View commit details
    Browse the repository at this point in the history
  11. revert: print docker host

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c97d75f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b18d0a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    903a1ab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0e7fdb6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e882279 View commit details
    Browse the repository at this point in the history
  16. fix: proper compilation

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    43cce61 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    881e37f View commit details
    Browse the repository at this point in the history
  18. fix: compile

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c96a6f0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    699f649 View commit details
    Browse the repository at this point in the history
  20. Revert "revert: print docker host"

    This reverts commit c97d75f.
    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3666417 View commit details
    Browse the repository at this point in the history
  21. revert: print Docker info

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    59f344c View commit details
    Browse the repository at this point in the history
  22. fix: variable value

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    fb11a53 View commit details
    Browse the repository at this point in the history
  23. Revert "revert: print Docker info"

    This reverts commit 59f344c.
    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c14750a View commit details
    Browse the repository at this point in the history
  24. revert: print log

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    729ac05 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    200f532 View commit details
    Browse the repository at this point in the history
  26. fix: resolve error while cleaning up test resources

    "The process cannot access the file because it is being used by another process."
    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2394dae View commit details
    Browse the repository at this point in the history
  27. fix: mount docker socket

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d8c1fde View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1f1dd39 View commit details
    Browse the repository at this point in the history
  29. Revert "chore: negate build condition for windows"

    This reverts commit 1f1dd39.
    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    52120fd View commit details
    Browse the repository at this point in the history
  30. fix: priority in tests

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f6e1818 View commit details
    Browse the repository at this point in the history
  31. chore: rename windows job

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    31d08ca View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    dbbde5b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f085ffc View commit details
    Browse the repository at this point in the history
  34. Revert "revert: print log"

    This reverts commit 729ac05.
    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c6f0c05 View commit details
    Browse the repository at this point in the history
  35. fix: set the schema too

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c124335 View commit details
    Browse the repository at this point in the history
  36. fix: skip on windows

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f6863fe View commit details
    Browse the repository at this point in the history
  37. fix: include schema

    mdelapenya committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    777cff3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    0592cfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e6fd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbcb850 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fb9b76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fac0eee View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into windows-tests

    * main:
      Simplify dependabot updates sorting (testcontainers#1460)
      feat: use credential helper in docker config, even if auth is empty in .docker/config.json (testcontainers#1079)
      chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 (testcontainers#1457)
    mdelapenya committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cdf2487 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into windows-tests

    * main:
      chore(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 in /modules/vault (testcontainers#1428)
      chore: add a GH action for release drafter (testcontainers#1470)
      chore(deps): bump mkdocs-material from 3.2.0 to 8.2.7 (testcontainers#1468)
      Add global testcontainers header to docs (testcontainers#1308)
    mdelapenya committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2de8a61 View commit details
    Browse the repository at this point in the history
  8. fix: wrong replacement

    mdelapenya committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2d2bd69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    569f89f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d01b99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a257e8d View commit details
    Browse the repository at this point in the history
  12. chore: adjust log

    mdelapenya committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c8bb7a2 View commit details
    Browse the repository at this point in the history
  13. chore: increase timeout for listening to a port

    Seems that windows needs more than 500ms
    mdelapenya committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e329173 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    72afda4 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'main' into windows-tests

    * main:
      chore(deps): bump github.com/aws dependencies in /modules/localstack (testcontainers#1472)
      chore(deps): bump Google emulators dependencies in /examples (testcontainers#1471)
      all: fix goroutine leaks (testcontainers#1358)
      chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 in /modules/neo4j (testcontainers#1427)
    mdelapenya committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    51ac8ec View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    07811cb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    addea99 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'main' into windows-tests

    * main:
      chore: triple max timeout for the workflow run, which takes +10m (testcontainers#1474)
    mdelapenya committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f174a0c View commit details
    Browse the repository at this point in the history
  19. Merge branch 'main' into windows-tests

    * main:
      chore: increase timeout for go test and GH action steps (testcontainers#1475)
    mdelapenya committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5b55d7a View commit details
    Browse the repository at this point in the history
  20. fix: more filepaths

    mdelapenya committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9fb77de View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3b069bb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    37d73bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ee221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fa6dbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d1b349 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into windows-tests

    * main:
      Add support for MongoDB testing module (testcontainers#1447)
      Support groups in dependabot updates (testcontainers#1459)
      chore: run modulegen tests on Windows (testcontainers#1478)
      Add default labels when Ryuk is disabled (testcontainers#1339)
      feat: add clickhouse module (testcontainers#1372)
    mdelapenya committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    243547a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2415eb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. chore: remove log

    mdelapenya committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    22deaad View commit details
    Browse the repository at this point in the history