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

Add the credential environment configuration to the Git checkout command #4965

Commits on Aug 28, 2024

  1. Add the credential environment configuration to the Git checkout command

    The credential environment config property is added to the Git checkout command when either filter fetch options or the agent knob ADD_FORCE_CREDENTIALS_TO_GIT_CHECKOUT is provided
    ivanduplenskikh committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    44619b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge branch 'master' into users/v-ivandu/add-credential-env-variable…

    …-to-checkout-with-filter-options
    ivanduplenskikh committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    efef210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b292fad View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge branch 'master' into users/v-ivandu/add-credential-env-variable…

    …-to-checkout-with-filter-options
    ivanduplenskikh committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c6629a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merge branch 'master' into users/v-ivandu/add-credential-env-variable…

    …-to-checkout-with-filter-options
    ivanduplenskikh committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8257f15 View commit details
    Browse the repository at this point in the history
  2. Refactor GitCliManager and GitSourceProvider

    - Variables are now declared using the var keyword
    - The GitFetch method now accepts an IEnumerable<string> for the filters parameter instead of a List<string>
    ivanduplenskikh committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a256c75 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'users/v-ivandu/add-credential-env-variable-to-checkout-…

    …with-filter-options' of https://github.com/microsoft/azure-pipelines-agent into users/v-ivandu/add-credential-env-variable-to-checkout-with-filter-options
    ivanduplenskikh committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e8a31d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge branch 'master' into users/v-ivandu/add-credential-env-variable…

    …-to-checkout-with-filter-options
    ivanduplenskikh committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    35b35fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a21fec View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into users/v-ivandu/add-credential-env-variable…

    …-to-checkout-with-filter-options
    ivanduplenskikh committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1395805 View commit details
    Browse the repository at this point in the history