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

[release/6.0-rc1] Add internal junction support to link APIs #58285

Merged
merged 19 commits into from
Aug 28, 2021

Commits on Aug 27, 2021

  1. Add mount point support to link APIs.

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    7d93250 View commit details
    Browse the repository at this point in the history
  2. Add junction and virtual drive tests.

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    6f32d5a View commit details
    Browse the repository at this point in the history
  3. Move PrintName comment outside of if else of reparseTag check.

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    51b069f View commit details
    Browse the repository at this point in the history
  4. Add Windows platform specific attribute to junction and virtual drive…

    … test classes.
    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    c88890f View commit details
    Browse the repository at this point in the history
  5. Revert FILE_NAME_OPENED to FILE_NAME_NORMALIZED

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    347da63 View commit details
    Browse the repository at this point in the history
  6. Revert addition of FILE_NAME_OPENED const.

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    7ea3244 View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary enumeration junction test.

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    8c96883 View commit details
    Browse the repository at this point in the history
  8. Rename GetNewCwdPath to ChangeCurrentDirectory

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    3c3ac16 View commit details
    Browse the repository at this point in the history
  9. Make Junction_ResolveLinkTarget a theory and test both resolveFinalTa…

    …rget
    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    696c67b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10d7656 View commit details
    Browse the repository at this point in the history
  11. Clarify test comment. Change PlatformDetection for OperatingSystem ch…

    …eck.
    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    a4642c6 View commit details
    Browse the repository at this point in the history
  12. Cleaner unit tests for virtual drive, add indirection test

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    28b4138 View commit details
    Browse the repository at this point in the history
  13. Skip virtual drive tests in Windows Nano (subst not available). Small…

    … test rename.
    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    5a122a3 View commit details
    Browse the repository at this point in the history
  14. Simplify Junctions tests, add indirection test

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    4e27fa0 View commit details
    Browse the repository at this point in the history
  15. Address test suggestions.

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    00d3227 View commit details
    Browse the repository at this point in the history
  16. Revert MountHelper.CreateSymbolicLink changes. Unrelated, and will be…

    … refactored/removed in the future. Detect if SUBST is available in Windows machine, to bring back Nano.
    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    a1e45b1 View commit details
    Browse the repository at this point in the history
  17. Add dwReserved0 check for mount points in GetFinalLinkTarget.

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    22ee205 View commit details
    Browse the repository at this point in the history
  18. Use Yoda we don't.

    carlossanlop authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    628b96f View commit details
    Browse the repository at this point in the history
  19. Fix CI issues

    jozkee authored and github-actions committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    128a333 View commit details
    Browse the repository at this point in the history