Skip to content

Remove 5k lines of unnecessary dependencies - #480

Merged
tiborvass merged 2 commits into
docker:masterfrom
dnephin:remove-unnecessary-deps
Aug 29, 2017
Merged

Remove 5k lines of unnecessary dependencies#480
tiborvass merged 2 commits into
docker:masterfrom
dnephin:remove-unnecessary-deps

Conversation

@dnephin

Copy link
Copy Markdown
Contributor

TestDecodeContainerConfigVolumes was testing runconfig.DecodeContainerConfig in docker/docker/runconfig not this repo.

Removing it allows us to remove a bunch of unused dependencies from vendor.

This is point 2 from #424 (review)

These tests will be moved to moby/moby in (TODO: link PR here when opened)

cc @simonferquel

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Signed-off-by: Daniel Nephin <dnephin@docker.com>
@vieux

Copy link
Copy Markdown
Contributor

tumblr_lltzgnhi5f1qzib3wo1_400

@vieuxvieux left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-io

codecov-io commented Aug 29, 2017

Copy link
Copy Markdown

Codecov Report

Merging #480 into master will not change coverage.
The diff coverage is n/a.

@@ Coverage Diff @@## master #480 +/- ##
=======================================
Coverage 48.62% 48.62% =======================================
Files 199 199 Lines 16396 16396 =======================================
Hits 7973 7973 Misses 8007 8007 Partials 416 416

@tiborvass

Copy link
Copy Markdown
Collaborator

LGTM

@tiborvass
tiborvass merged commit e600621 into docker:masterAug 29, 2017
@GordonTheTurtleGordonTheTurtle added this to the 17.08.0 milestone Aug 29, 2017
@dnephin
dnephin deleted the remove-unnecessary-deps branch August 29, 2017 17:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@dnephin@vieux@codecov-io@tiborvass@GordonTheTurtle