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

Be more robust when parsing Docker auth config #747

Merged
merged 1 commit into from
Mar 29, 2017

Conversation

rhuss
Copy link
Collaborator

@rhuss rhuss commented Mar 29, 2017

Especially when there is no auth set, don't barf but simply don't
use any auth.

Fixes #731

Especially when there is no auth set, don't barf but simply don't
use any auth.

Fixes fabric8io#731
@codecov
Copy link

codecov bot commented Mar 29, 2017

Codecov Report

Merging #747 into master will not change coverage.
The diff coverage is 33.33%.

@@            Coverage Diff            @@
##             master     #747   +/-   ##
=========================================
  Coverage     47.92%   47.92%           
  Complexity     1043     1043           
=========================================
  Files           130      130           
  Lines          6714     6714           
  Branches        872      872           
=========================================
  Hits           3218     3218           
  Misses         3222     3222           
  Partials        274      274
Impacted Files Coverage Δ Complexity Δ
.../fabric8/maven/docker/service/RegistryService.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...o/fabric8/maven/docker/util/AuthConfigFactory.java 81.08% <50%> (ø) 61 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b072af1...0442f59. Read the comment docs.

@rhuss
Copy link
Collaborator Author

rhuss commented Mar 29, 2017

[merge]

@fusesource-ci fusesource-ci merged commit 0b20943 into fabric8io:master Mar 29, 2017
rgbj pushed a commit to rgbj/docker-maven-plugin that referenced this pull request Jun 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants