Commit Graph

94086 Commits

Author SHA1 Message Date
Nicole Thomas
6942ef1102
Merge pull request #49096 from rallytime/new-doc-img-2018.3
Update the DOCBANNER image for saltconf
2018-08-13 15:59:38 -04:00
rallytime
75080705ce
Update the DOCBANNER image for saltconf 2018-08-13 15:56:44 -04:00
Daniel A. Wozniak
0dca634e3c
Search for (but do not include) CRLF line ending
When searching for a line in a file that has CRLF line endings, the
normal $ regex will not match a line. With this change, we will match on
but not include LF, CRLF, and the end of a file.
2018-08-13 12:35:01 -07:00
Daniel A. Wozniak
054afb8197
Multiple file state test fixes
- Account for hash differences due to line endings
- Ignore tests that are not valid on windows
- Other test fixes due to line endings
2018-08-13 12:29:25 -07:00
Nicole Thomas
0e1ed7b923
Merge pull request #49055 from rallytime/merge-2018.3
[2018.3] Merge forward from 2017.7 to 2018.3
2018-08-13 15:20:10 -04:00
Nicole Thomas
db5fb3232a
Merge pull request #49086 from rallytime/new-doc-img
Update the DOCBANNER image for saltconf
2018-08-13 15:11:50 -04:00
rallytime
90954203cb
Update the DOCBANNER image for saltconf 2018-08-13 15:10:56 -04:00
Daniel A. Wozniak
632b65f975
Filter out scheme's that are not valid
We don't want to honor schemes that are not valid an example of this is
a string like 'c:\\foo' will have a scheme of 'c' after being parsed.
2018-08-13 12:09:49 -07:00
Nicole Thomas
af6ec1dce2
Merge pull request #49045 from twangboy/fix_43164
Fix docs for the registry module and state
2018-08-13 14:48:21 -04:00
Nicole Thomas
db7ec46875
Merge pull request #49084 from rallytime/bootstrap-2018.3
[2018.3] Update bootstrap script to latest release
2018-08-13 14:14:41 -04:00
rallytime
28dc8ce954
[2017.7] Update bootstrap script to latest release 2018-08-13 14:13:16 -04:00
Nicole Thomas
a840fea1a1
Merge pull request #49083 from rallytime/bootstrap-2017.7
[2017.7] Update bootstrap script to latest release
2018-08-13 14:12:43 -04:00
rallytime
358e14cdac
[2017.7] Update bootstrap script to latest release 2018-08-13 14:10:28 -04:00
Daniel Wallace
5e07b8306b
fix last async issue 2018-08-13 12:25:49 -04:00
rallytime
83a15cb623
Add optimization_order config to mocked opts 2018-08-13 12:06:48 -04:00
Gareth J. Greenaway
8108a4d31a
Adding some tests for the grains, pillar and mine functions in the cache runner. These will also ensure that the relevant functions in salt.utils.master.MasterPillarUtil are functioning properly. 2018-08-13 10:47:47 -04:00
Nicole Thomas
b0d5acbe0d
Merge pull request #49052 from isbm/isbm-python37-support-2018.3
Python 3.7 support (backport 2018.3)
2018-08-13 09:06:50 -04:00
Nicole Thomas
338ecb70ef
Merge pull request #49026 from dwoz/issue_48557
Fix file.line line endings
2018-08-13 09:05:41 -04:00
Nicole Thomas
9db6cd5654
Merge pull request #49059 from twangboy/fix_37984
Fix docs for status.uptime on Windows
2018-08-10 17:30:38 -04:00
Nicole Thomas
f9db72f00c
Merge pull request #49061 from saltstack/revert-48982-new_logo_2017.7
Revert "New logo 2017.7 (WIP)"
2018-08-10 17:22:25 -04:00
Nicole Thomas
98a8da728b
Revert "New logo 2017.7 (WIP)" 2018-08-10 17:22:03 -04:00
Daniel Wallace
4386a9ca1f
Merge branch '2018.3' into isbm-python37-support-2018.3 2018-08-10 15:47:12 -05:00
twangboy
7ed45b5b00
Remove import 2018-08-10 14:41:19 -06:00
twangboy
7fb1edb469
Fix docs to clarify uptime output on Windows 2018-08-10 14:36:13 -06:00
Mike Place
bbcd1869ec
Merge pull request #48982 from newwebash/new_logo_2017.7
New logo 2017.7 (WIP)
2018-08-10 22:21:28 +02:00
twangboy
589456d08f
Fix lint errors 2018-08-10 12:50:01 -06:00
Nicole Thomas
602fed7806
Merge pull request #49038 from gtmanfred/slowtest
disable enable_ssh_minions to see if it is slowing down 2018.3 tests
2018-08-10 14:07:59 -04:00
Nicole Thomas
01cf2c71ff
Merge pull request #49051 from rallytime/bp-49046
Back-port #49046 to 2017.7.8
2018-08-10 13:19:17 -04:00
Gareth J. Greenaway
d4e4f2e803
Fixing a typo in a comment. 2018-08-10 10:16:27 -07:00
Gareth J. Greenaway
2eb167ea42
Fixing issue when a valid token is generated even when invalid user credentials are passed. This change verifies that the binddn credentials are valid, then verifies that the username & password (if not None) are also valid. 2018-08-10 10:16:27 -07:00
rallytime
ea6883ee55
Update old utils paths to new utils paths 2018-08-10 13:15:53 -04:00
Daniel A. Wozniak
a4d22fda2f
Merge remote-tracking branch 'origin/issue_48557' into issue_48557 2018-08-10 10:12:55 -07:00
rallytime
201031fa8a
Merge branch '2017.7' into '2018.3'
Conflicts:
  - 	doc/man/salt.7
  - 	doc/ref/configuration/minion.rst
  - 	salt/cloud/clouds/ec2.py
  - 	salt/returners/highstate_return.py
  - 	tests/support/gitfs.py
  - 	tests/unit/loader/test_loader.py
2018-08-10 13:12:14 -04:00
Daniel A. Wozniak
6cf93e8fc4
Skip newline in binary mode 2018-08-10 10:02:42 -07:00
twangboy
e79243566d
Add rallytime's suggestions 2018-08-10 10:55:16 -06:00
twangboy
d1ae6b3d6d
Fix docs for the registry module and state
Addresses discrepencies about when you should double, single, and not
quote the hive/key parameters
2018-08-10 10:51:53 -06:00
Daniel Wallace
6bc44c91c4
remove localhost from tests
now that enable_ssh_minions is turned off, remove localhost from
returns.
2018-08-10 09:03:35 -05:00
Daniel Wallace
7b168a5aac
disable enable_ssh_minions to see if it is slowing down 2018.3 tests 2018-08-10 09:03:35 -05:00
Bo Maryniuk
bc85a5fa98 Fix configuration setting 2018-08-10 15:59:24 +02:00
Bo Maryniuk
47078a300f Remove async keyword, moving it into the kwargs. 2018-08-10 15:59:24 +02:00
Bo Maryniuk
31dccc4fdf fix unicode literals 2018-08-10 15:59:24 +02:00
Bo Maryniuk
990936992c Keep runner API unchanged 2018-08-10 15:59:24 +02:00
Bo Maryniuk
46bafcafef Fix nag-message 2018-08-10 15:59:24 +02:00
Bo Maryniuk
5c887ac2ae Support original API 2018-08-10 15:59:24 +02:00
Bo Maryniuk
2c22e794d4 Use kwargs instead of directly named parameters 2018-08-10 15:59:24 +02:00
Bo Maryniuk
7d095491d9 Update docstring 2018-08-10 15:59:24 +02:00
Bo Maryniuk
9807e8dbb7 Add 'async' backward compatibility 2018-08-10 15:59:24 +02:00
Bo Maryniuk
e8608aa9be Revert api call: it is about "functionname_async" suffix. 2018-08-10 15:59:24 +02:00
Bo Maryniuk
0543578336 Deprecate 'async' parameter in Mandrill API 2018-08-10 15:59:24 +02:00
Bo Maryniuk
1107de0dec Lintfix: PEP8 requires two empty lines 2018-08-10 15:59:24 +02:00