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

Feature/756 #868

Merged
merged 11 commits into from
Sep 20, 2018
Merged

Feature/756 #868

merged 11 commits into from
Sep 20, 2018

Commits on Sep 14, 2018

  1. testcontainers#756 RegistryAuthLocator unit test support for Windows …

    …environment
    Alar Aule committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    67a3b4f View commit details
    Browse the repository at this point in the history
  2. There is no point to ask credentials without hostName, its mandatory …

    …for docker-credential-helper. Instead of exception return NULL to allow fallback in lookupAuthConfig logic
    
    https://github.com/docker/docker-credential-helpers/blob/master/credentials/credentials.go#L125-L128
    Alar Aule committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    3338c47 View commit details
    Browse the repository at this point in the history
  3. Catch 'credentials not found in native keychain' exception and return…

    … NULL instead of exception to allow fallback in lookupAuthConfig logic
    Alar Aule committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    f4c59cf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/testcontainers/testcontai…

    …ners-java into feature/756
    Alar Aule committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    ad7027b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    665e08b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Merge branch 'master' of https://github.com/testcontainers/testcontai…

    …ners-java into feature/756
    Alar Aule committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    1dab916 View commit details
    Browse the repository at this point in the history
  2. testcontainers#756 RegistryAuthLocator logging levels

    Alar Aule committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    6acea67 View commit details
    Browse the repository at this point in the history
  3. testcontainers#756 RegistryAuthLocator with discovering exact 'creden…

    …tials not found' error message for each credentials helper
    Alar Aule committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    bce0ca3 View commit details
    Browse the repository at this point in the history
  4. testcontainers#756 RegistryAuthLocator with discovering exact 'creden…

    …tials not found' error message for each credentials helper. unix fake credential helper fix
    Alar Aule committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    116ace1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    880a903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab1e40a View commit details
    Browse the repository at this point in the history