-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[2019.2] Merge Forward from 2019.2.0.rc1 to 2019.2 #51336
Merged
Merged
Conversation
This file contains 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
GitPython==2.1.10 CherryPy==17.4.1
Fix pylint for 2019.2
Skip test_get_file_templated_paths on Windows/Py3
Update dependencies in req.txt for Windows
Update dependencies in req.txt for OSX
Some code in salt._compat which checks if the value is a packed binary representation of an IPv6 address fails if the value passed is not a bytestring (i.e. a `unicode` type on PY2 or `str` type on PY3). This fixes that code when the minion ID is a 16-character string (not a bytestring). Note that the minion ID will never be a bytestring as of 2018.3.0, so this affects any 16-character minion ID when the minion ID is checked to see if it is really an IP address.
Bring auditpol support to rc1
Backport saltstack#51285 into 2019.2.0.rc1
Fix edge case when minion ID is a 16-character string
…valid, so we strip anything else out.
…low_auth_valid_parameters [2019.2.0rc1] Fix to __auth_call
Bring __context__ usage in LGPO to rc1
…-options [Fluorine] Unify salt-call/salt executor arguments
Conflicts: - salt/modules/win_lgpo.py
garethgreenaway
approved these changes
Jan 25, 2019
Codecov Report
@@ Coverage Diff @@
## 2019.2 #51336 +/- ##
===========================================
+ Coverage 36.42% 48.9% +12.48%
===========================================
Files 1531 1574 +43
Lines 254237 269104 +14867
Branches 52471 58011 +5540
===========================================
+ Hits 92607 131617 +39010
+ Misses 151307 137194 -14113
+ Partials 10323 293 -10030
Continue to review full report at Codecov.
|
dwoz
approved these changes
Jan 27, 2019
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.
Conflicts: