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

[0.11.x] Fix cloning with Azure DevOps Git #1339

Merged
merged 4 commits into from
Oct 13, 2023

Commits on Oct 9, 2023

  1. Pull in ci and codeowners from main

    Signed-off-by: Tom Kennedy <[email protected]>
    tomkennedy513 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5f0ec94 View commit details
    Browse the repository at this point in the history
  2. Fix cloning with Azure DevOps Git

    - remove multi_ack and multi_ack_detailed from unsupported capabilities
    - see https://github.com/go-git/go-git/blob/52c2972976737a00fce91d7deb1278a6a460cae6/_examples/azure_devops/main.go\#L21-L36 for more info
    - we should be able to remove this once go-git implements full support for v2 git with multi_ack
    
    Signed-off-by: Tom Kennedy <[email protected]>
    tomkennedy513 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4c6a9c1 View commit details
    Browse the repository at this point in the history
  3. Change name of executable in test

    - Also pinning to a commit so this doesn't happen in the future
    
    Signed-off-by: Tom Kennedy <[email protected]>
    tomkennedy513 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    360b254 View commit details
    Browse the repository at this point in the history
  4. Run ci on PRs to release branches

    Signed-off-by: Tom Kennedy <[email protected]>
    tomkennedy513 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    295f111 View commit details
    Browse the repository at this point in the history