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

[2019.2] Merge Forward from 2019.2.0.rc1 to 2019.2 #51336

Merged
merged 34 commits into from
Jan 27, 2019

Conversation

Ch3LL
Copy link
Contributor

@Ch3LL Ch3LL commented Jan 25, 2019

Conflicts:

  • salt/modules/win_lgpo.py

max-arnold and others added 30 commits December 24, 2018 11:43
GitPython==2.1.10
CherryPy==17.4.1
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.
Fix edge case when minion ID is a 16-character string
…low_auth_valid_parameters

[2019.2.0rc1] Fix to __auth_call
Bring __context__ usage in LGPO to rc1
Ch3LL added 2 commits January 25, 2019 09:42
…-options

[Fluorine] Unify salt-call/salt executor arguments
Conflicts:
  - salt/modules/win_lgpo.py
@Ch3LL Ch3LL requested a review from a team as a code owner January 25, 2019 19:29
@codecov
Copy link

codecov bot commented Jan 25, 2019

Codecov Report

Merging #51336 into 2019.2 will increase coverage by 12.48%.
The diff coverage is 57.77%.

Impacted file tree graph

@@             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
Flag Coverage Δ
#arch 19.89% <17.77%> (?)
#centos7 32.38% <38.63%> (-4.05%) ⬇️
#debian8 45.4% <53.33%> (?)
#fedora28 45.48% <53.33%> (?)
#py2 32.61% <40%> (-3.81%) ⬇️
#py3 32.62% <38.63%> (?)
#ubuntu1804 32.19% <38.63%> (?)
Impacted Files Coverage Δ
salt/modules/win_lgpo.py 35.85% <ø> (+29.64%) ⬆️
salt/states/win_lgpo.py 36.91% <0%> (+28.18%) ⬆️
salt/auth/__init__.py 27.42% <100%> (ø)
salt/_compat.py 30.84% <100%> (-10.45%) ⬇️
salt/cli/caller.py 17.88% <50%> (-31.79%) ⬇️
salt/utils/win_lgpo_auditpol.py 52.3% <52.3%> (+18.46%) ⬆️
salt/modules/win_auditpol.py 71.42% <71.42%> (+7.14%) ⬆️
salt/utils/win_lgpo_netsh.py 46.77% <80%> (+26.61%) ⬆️
salt/cli/spm.py 0% <0%> (-100%) ⬇️
salt/log/__init__.py 0% <0%> (-100%) ⬇️
... and 1479 more

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 95607d1...2284ea5. Read the comment docs.

@dwoz dwoz merged commit d4b9093 into saltstack:2019.2 Jan 27, 2019
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.

8 participants