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

Windows support #144

Merged
merged 54 commits into from
Mar 10, 2022
Merged

Windows support #144

merged 54 commits into from
Mar 10, 2022

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    7814fb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ad9f46 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Get windows version

    lucaspin committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    69b26d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f717646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53e117d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66beed7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Set SEMAPHORE_JOB_RESULT

    lucaspin committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    650bd88 View commit details
    Browse the repository at this point in the history
  2. Address linter complaints

    lucaspin committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    26d0f62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf4b6c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4807b2e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

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

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    3574da7 View commit details
    Browse the repository at this point in the history
  2. Use os.O_CREATE as well

    lucaspin committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    931f8c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a9a489 View commit details
    Browse the repository at this point in the history
  4. Execute shutdown hook

    lucaspin committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    001f3c5 View commit details
    Browse the repository at this point in the history
  5. Handle job stopping

    lucaspin committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    1fd9b48 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    62cc2a9 View commit details
    Browse the repository at this point in the history
  2. Remove fail_fast temporarily

    lucaspin committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    b0a32e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f0e84 View commit details
    Browse the repository at this point in the history
  4. Fix E2Es

    lucaspin committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    1583fa1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    039f5b9 View commit details
    Browse the repository at this point in the history
  6. Only use shellQuote() once

    lucaspin committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5af422d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58feb93 View commit details
    Browse the repository at this point in the history
  8. Revert tmpDirectory mistake

    lucaspin committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    889d327 View commit details
    Browse the repository at this point in the history
  9. Fix E2Es

    lucaspin committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    e22f8d8 View commit details
    Browse the repository at this point in the history
  10. Fix lint & code scanning

    lucaspin committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    099e986 View commit details
    Browse the repository at this point in the history
  11. Fix file injection E2Es

    lucaspin committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    119f6c4 View commit details
    Browse the repository at this point in the history
  12. Fix missing newline

    lucaspin committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    7efa578 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Use -p 1

    lucaspin committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c8d7a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845598d View commit details
    Browse the repository at this point in the history
  3. Run unit tests in windows

    lucaspin committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    57ee269 View commit details
    Browse the repository at this point in the history
  4. Allow Powershell to be used

    lucaspin committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    95f06f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    7b06287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    089b9c6 View commit details
    Browse the repository at this point in the history
  3. Refactor things a bit

    lucaspin committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6fad3ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c469ece View commit details
    Browse the repository at this point in the history
  5. Fix issue

    lucaspin committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    4918183 View commit details
    Browse the repository at this point in the history
  6. Add comment

    lucaspin committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6833352 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Fix unit test

    lucaspin committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    3337b2e View commit details
    Browse the repository at this point in the history
  2. Remove temp.go

    lucaspin committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    32480d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    482b106 View commit details
    Browse the repository at this point in the history
  4. Little refactor

    lucaspin committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    a2ac471 View commit details
    Browse the repository at this point in the history
  5. Fix E2E

    lucaspin committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    17e6818 View commit details
    Browse the repository at this point in the history
  6. Fix E2E

    lucaspin committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    07a5cd1 View commit details
    Browse the repository at this point in the history
  7. Remove CMD.exe support

    lucaspin committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    4517546 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fac63f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a59cbe View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Revert test changes

    lucaspin committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    2804946 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    4d482d1 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    lucaspin committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    64d20ea View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    d776fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    945653a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    54d9e96 View commit details
    Browse the repository at this point in the history
  2. Use explicit flags

    lucaspin committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e08f2de View commit details
    Browse the repository at this point in the history