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

Sync eng/common directory with azure-sdk-tools for PR 2322 #25471

Merged
merged 36 commits into from
Nov 23, 2021

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    3fc3964 View commit details
    Browse the repository at this point in the history
  2. return command when exists

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c2b29a5 View commit details
    Browse the repository at this point in the history
  3. Update eng/common/scripts/get-codeowners.ps1

    Co-authored-by: Wes Haggard <[email protected]>
    2 people authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c2c7129 View commit details
    Browse the repository at this point in the history
  4. Update eng/common/scripts/get-codeowners.ps1

    Co-authored-by: Wes Haggard <[email protected]>
    2 people authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    77f79b7 View commit details
    Browse the repository at this point in the history
  5. Address comments

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    3002374 View commit details
    Browse the repository at this point in the history
  6. Added test to script

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    357f1e5 View commit details
    Browse the repository at this point in the history
  7. change return type

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c16b2cf View commit details
    Browse the repository at this point in the history
  8. change wrong params

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c791f0c View commit details
    Browse the repository at this point in the history
  9. default to toolpath

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    27e529e View commit details
    Browse the repository at this point in the history
  10. typo

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    a87299d View commit details
    Browse the repository at this point in the history
  11. correct exit on Test

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c05f02a View commit details
    Browse the repository at this point in the history
  12. change to right function name

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7e54a5d View commit details
    Browse the repository at this point in the history
  13. Fixed log message

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    a3a76d6 View commit details
    Browse the repository at this point in the history
  14. log message

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    4e3593a View commit details
    Browse the repository at this point in the history
  15. Added more test cases

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    d435989 View commit details
    Browse the repository at this point in the history
  16. Correct the parameters

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    bc0b5dc View commit details
    Browse the repository at this point in the history
  17. Update eng/common/scripts/get-codeowners.ps1

    Co-authored-by: Wes Haggard <[email protected]>
    2 people authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    cec576b View commit details
    Browse the repository at this point in the history
  18. Update eng/common/scripts/get-codeowners.ps1

    Co-authored-by: Wes Haggard <[email protected]>
    2 people authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    4b78a88 View commit details
    Browse the repository at this point in the history
  19. Update eng/common/scripts/get-codeowners.ps1

    Co-authored-by: Wes Haggard <[email protected]>
    2 people authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    e87314d View commit details
    Browse the repository at this point in the history
  20. Remove exit 0 in test function

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    fe660fe View commit details
    Browse the repository at this point in the history
  21. change the path delimiter

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    b219c1b View commit details
    Browse the repository at this point in the history
  22. More changes on var

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    b2964bc View commit details
    Browse the repository at this point in the history
  23. Hide error behind

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    856f01c View commit details
    Browse the repository at this point in the history
  24. Comment back all tests

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    077a05f View commit details
    Browse the repository at this point in the history
  25. exit 0

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    cc27236 View commit details
    Browse the repository at this point in the history
  26. Update eng/common/scripts/get-codeowners.ps1

    Co-authored-by: Wes Haggard <[email protected]>
    2 people authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    e9d0185 View commit details
    Browse the repository at this point in the history
  27. remove default value

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    bf52fae View commit details
    Browse the repository at this point in the history
  28. changes for new get-codeowners

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    0c5c3e4 View commit details
    Browse the repository at this point in the history
  29. Update eng/common/scripts/get-codeowners.ps1

    Co-authored-by: Wes Haggard <[email protected]>
    2 people authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    679c192 View commit details
    Browse the repository at this point in the history
  30. update version and parameter

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    b3b35b4 View commit details
    Browse the repository at this point in the history
  31. add user

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    8dabafa View commit details
    Browse the repository at this point in the history
  32. more fix

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    d3521fb View commit details
    Browse the repository at this point in the history
  33. add messages

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    3af5fe8 View commit details
    Browse the repository at this point in the history
  34. Added real cases

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    74e3dc7 View commit details
    Browse the repository at this point in the history
  35. fixed typo

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    6eea59e View commit details
    Browse the repository at this point in the history
  36. Make program work

    sima-zhu authored and azure-sdk committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    102c01b View commit details
    Browse the repository at this point in the history