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

Enable linking on other operating systems #666

Merged
merged 46 commits into from
Apr 28, 2020
Merged

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    21a7e18 View commit details
    Browse the repository at this point in the history
  2. Add simple symlink test

    MDrakos committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    289a1a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bcee02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5870b6 View commit details
    Browse the repository at this point in the history
  5. Fix symlink test

    MDrakos committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    97eb652 View commit details
    Browse the repository at this point in the history
  6. Fix other failing tests

    MDrakos committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    099c48a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    39a47e8 View commit details
    Browse the repository at this point in the history
  2. Use shortcuts on Windows

    MDrakos committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    601cdf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b8784c View commit details
    Browse the repository at this point in the history
  4. Fix failing test

    MDrakos committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    a986ea7 View commit details
    Browse the repository at this point in the history
  5. Fix unit test on Windows

    MDrakos committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    eaf9e82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5968cd View commit details
    Browse the repository at this point in the history
  7. Run go mod vendor

    MDrakos committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    4ad43ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7de650e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Fix failing unit test

    MDrakos committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    f5cf67e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'enable-symlinks-172342127' of github.com:ActiveState/cl…

    …i into enable-symlinks-172342127
    MDrakos committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    f006207 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89365f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7318fdc View commit details
    Browse the repository at this point in the history
  5. Fix typo

    MDrakos committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    46a31c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cd749f View commit details
    Browse the repository at this point in the history
  7. Fix typo

    MDrakos committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c7e0e4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbcebe2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    884ac2a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f93720 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Fix deploy unit test

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    0627270 View commit details
    Browse the repository at this point in the history
  2. Move IsWritable to fileutils

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    a9adec8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'enable-symlinks-172342127' of github.com:ActiveState/cl…

    …i into enable-symlinks-172342127
    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    0b788cb View commit details
    Browse the repository at this point in the history
  4. Use deploy message

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    7917c3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f9f54f View commit details
    Browse the repository at this point in the history
  6. Remove unused function

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    489d3fc View commit details
    Browse the repository at this point in the history
  7. Remove unused testdata

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    0847480 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    433396f View commit details
    Browse the repository at this point in the history
  9. Revert whitespace change

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    36593e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee5cf12 View commit details
    Browse the repository at this point in the history
  11. Remove deployMessage function

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    2c74f6a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f4d791 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    20795b8 View commit details
    Browse the repository at this point in the history
  14. Run go mod tidy

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    a99cdd6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b53db0 View commit details
    Browse the repository at this point in the history
  16. Fix report test

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    300301f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1a81c45 View commit details
    Browse the repository at this point in the history
  18. Fix whitespace again

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    b118660 View commit details
    Browse the repository at this point in the history
  19. Fix locale key

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    6928b22 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    43f10b7 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'enable-symlinks-172342127' of github.com:ActiveState/cl…

    …i into enable-symlinks-172342127
    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    fb8e1b2 View commit details
    Browse the repository at this point in the history
  22. Don't modify PATHEXT

    MDrakos committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    f979477 View commit details
    Browse the repository at this point in the history