Merged
Conversation
Member
Author
|
ping @LK4D4 |
Contributor
|
@runcom Is windows fail related to your PR? |
Member
Author
|
@LK4D4 seems totally unrelated with a weird error |
Contributor
|
Hah, no luck |
Contributor
|
Lol, I give up, three different errors on three runs. |
Member
Author
|
@LK4D4 found the issue on windows, will fix (though errors were not helpful at all :/) fixed but windows CI shows green even with 2 tests failed and this is happening on other PR as well |
d981aed to
052eb3c
Compare
Member
Author
Contributor
|
@runcom Need rebase :/ |
Member
Author
|
@LK4D4 rebased |
Contributor
|
LGTM |
daemon/links/links.go
Outdated
Contributor
There was a problem hiding this comment.
add period a the end of the func comment
- Move top level pkg links under daemon - Refactor code accordingly - golint pkg Signed-off-by: Antonio Murdaca <runcom@linux.com>
Contributor
|
Thanks. |
Contributor
|
CI passed except for two known tests that are already fixed by now, so LGTM! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
container.activeLinksnot really used anywherelinkspkg make sense anymore since it's only doingToEnvandNewLinkDisableLinkwas only used indaemon/deleteand apart from updatingactiveLinks(not necessary) it was callingcontainer.UpdateNetwork(), nowcontainer.UpdateNetwork()is called directly indaemon/deleterelated to #14756 (if
linkspkg remains)Signed-off-by: Antonio Murdaca runcom@linux.com