[Python] Migrate applications/scripts to import sonic-py-common package#1008
Merged
jleveque merged 18 commits intosonic-net:masterfrom Aug 8, 2020
jleveque:use_sonic-py-common
Merged
[Python] Migrate applications/scripts to import sonic-py-common package#1008jleveque merged 18 commits intosonic-net:masterfrom jleveque:use_sonic-py-common
jleveque merged 18 commits intosonic-net:masterfrom
jleveque:use_sonic-py-common
Conversation
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
Check build is expected to fail until the latest vs image created by Jenkins includes the commit from sonic-net/sonic-buildimage#5003 |
Contributor
Author
|
Removed "Request for 201911 Branch" label, as backporting this change and the related changes will most likely be better performed by creating new PRs against the 201911 branch. |
Open
11 tasks
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
lguohan
previously approved these changes
Aug 3, 2020
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
added 16 commits
August 8, 2020 01:52
This comment has been minimized.
This comment has been minimized.
|
This pull request fixes 3 alerts when merging d82ea2c into a80826d - view on LGTM.com fixed alerts:
|
Contributor
Author
|
Retest this please |
lguohan
approved these changes
Aug 8, 2020
jleveque
added a commit
that referenced
this pull request
Aug 14, 2020
…on package (#1040) As part of consolidating all common Python-based functionality into the new sonic-py-common package, this pull request redirects all Python applications/scripts in sonic-utilities repo to point to sonic-py-common and removes multiple duplicate definitions of common functions in the process. This is the next step toward resolving sonic-net/sonic-buildimage#4999. - Also reorganize imports for consistency - Also align some style This is a port of #1008 to the 201911 branch
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.
As part of consolidating all common Python-based functionality into the new sonic-py-common package, this pull request redirects all Python applications/scripts in sonic-utilities repo to point to sonic-py-common and removes multiple duplicate definitions of common functions in the process. This is the next step toward resolving sonic-net/sonic-buildimage#4999.