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

chore: run tests on windows workers #2449

Open
wants to merge 57 commits into
base: main
Choose a base branch
from
Open

chore: run tests on windows workers #2449

wants to merge 57 commits into from

Commits on Mar 18, 2024

  1. chore: run core on windows

    mdelapenya committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b6785c6 View commit details
    Browse the repository at this point in the history
  2. revert: simplify pipeline

    mdelapenya committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a46f5db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4045675 View commit details
    Browse the repository at this point in the history
  4. docs: document driver

    mdelapenya committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ddb0d94 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge branch 'main' into windows-workers

    * main:
      feat: add module to support InfluxDB v1.x (#1703)
      feat: authenticate docker on PullImage (#2446)
      feat: add distribution-registry module (#2341)
      chore(deps): Bumping ChromaGo client version (#2402)
      chore(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible (#2444)
      feat: support passing io.Reader as ContainerFile (#2401)
    mdelapenya committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b3bd89f View commit details
    Browse the repository at this point in the history
  2. chore: convert to constant

    mdelapenya committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    27becea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c07b9ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a989e10 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. revert: run only on windows workers

    a Please enter the commit message for your changes. Lines starting
    mdelapenya committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d874b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c36f14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    977c28a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f263ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2da2575 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5652c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10ea4dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82309e1 View commit details
    Browse the repository at this point in the history
  9. Revert "chore: skip test for windows"

    This reverts commit 10ea4dd.
    mdelapenya committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2a497c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96a8ee7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17414f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b6ef18 View commit details
    Browse the repository at this point in the history
  13. fix: do not set bridge as default network driver

    Let the Docker client to choose
    mdelapenya committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8b76f65 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    50aa2b6 View commit details
    Browse the repository at this point in the history
  15. fix: use extracted socket

    mdelapenya committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2f303a1 View commit details
    Browse the repository at this point in the history
  16. chore: simplify conditions

    mdelapenya committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d56bb5e View commit details
    Browse the repository at this point in the history
  17. fix: typo

    mdelapenya committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    75705b0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5a7e0e9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7748feb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4bf55ac View commit details
    Browse the repository at this point in the history
  21. revert: log for errors

    mdelapenya committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b50dbd9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    22c76de View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fix: do not timeout in tests

    Windows could be slower, and I do not see a real reason to timeout in these tests
    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    efef173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0d768 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcd2737 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11905eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db46e94 View commit details
    Browse the repository at this point in the history
  6. revert: use string

    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    19612a4 View commit details
    Browse the repository at this point in the history
  7. chore: force LF line endings in Git

    When this repo is cloned on a Windows machine, the shell scripts will change its line ending settings
    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    39c107d View commit details
    Browse the repository at this point in the history
  8. Revert "revert: use string"

    This reverts commit 19612a4.
    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    07e2781 View commit details
    Browse the repository at this point in the history
  9. Revert "revert: print container logs"

    This reverts commit 11905eb.
    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b8b7800 View commit details
    Browse the repository at this point in the history
  10. Revert "revert: log for errors"

    This reverts commit b50dbd9.
    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0c9736e View commit details
    Browse the repository at this point in the history
  11. Revert "revert: run only on windows workers"

    This reverts commit d874b4b.
    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fe32906 View commit details
    Browse the repository at this point in the history
  12. Revert "revert: simplify pipeline"

    This reverts commit a46f5db.
    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    02ac372 View commit details
    Browse the repository at this point in the history
  13. fix: update tests

    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8f93deb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e8ac173 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b142495 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    37463ff View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7acaea8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8a55ec3 View commit details
    Browse the repository at this point in the history
  19. fix: create a default docker config.json file if it does not exists

    In Github Actions + MacOS workers, we detected it does not exist, causing the tests to file because the default config is not found
    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4756134 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    05e52b6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    70bd817 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    51c2ceb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2c91259 View commit details
    Browse the repository at this point in the history
  24. chore: simplify test

    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    20caafd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    853b194 View commit details
    Browse the repository at this point in the history
  26. Revert "chore: initialise DockerSocketPath on init"

    This reverts commit 853b194.
    mdelapenya committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0ed8418 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6e468bc View commit details
    Browse the repository at this point in the history