Commit Graph

87272 Commits

Author SHA1 Message Date
Daniel A. Wozniak
1aa2e3466f
Simplifie and portable homedir lookup 2018-11-15 11:51:36 -07:00
Daniel A. Wozniak
f14f7470d9
Fix windows home dir lookup 2018-11-15 11:46:53 -07:00
Daniel A. Wozniak
d3620c3356
Always set .gitconfig dir to user's home 2018-11-15 00:58:44 -07:00
Nicole Thomas
b0446f527e
Merge pull request #50500 from terminalmage/2017.7-docs
Set jenkins docs job to treat any warnings as errors
2018-11-14 14:30:27 -05:00
Daniel A. Wozniak
c4d7a4352c
Add debug log when connecting 2018-11-13 14:04:04 -07:00
Erik Johnson
870a364a78
Set docs jenkins job to treat warnings as errors 2018-11-13 13:25:58 -06:00
Erik Johnson
e03bdcdc60
Update docs references for states with func_alias 2018-11-13 13:25:58 -06:00
Erik Johnson
8a2c08f683
Disable custom sphinx automodule
This causes a warning and doesn't provide a tangible benefit since we
have CLI examples for functions.
2018-11-13 13:25:58 -06:00
Nicole Thomas
c00fd43ee9
Merge pull request #50493 from rallytime/bp-50362
Back-port #50362 to 2017.7
2018-11-13 11:59:50 -05:00
Nicole Thomas
3cac1d0de7
Merge pull request #50494 from terminalmage/2017.7-docs
Late import to fix docs build errors
2018-11-13 11:29:22 -05:00
Erik Johnson
d561b26f10
Late import to fix docs build errors 2018-11-13 08:45:10 -06:00
twangboy
60559cfa8a
Remove flaky test 2018-11-13 09:25:47 -05:00
twangboy
a696a8f564
Fix test_matcher on Windows
Fixes a timeout issue in test_salt_documentation_arguments_not_assumed
2018-11-13 09:25:41 -05:00
Nicole Thomas
08299447af
Merge pull request #50479 from Ch3LL/digital_ocean_location
Update digital ocean location for cloud tests
2018-11-12 17:50:42 -05:00
Nicole Thomas
917781dc95
Lint: Add blank line 2018-11-12 17:47:46 -05:00
Nicole Thomas
accf681f08
Merge pull request #50480 from terminalmage/docs
Don't import obsolete Directive class from Sphinx
2018-11-12 17:46:18 -05:00
Nicole Thomas
2e9b3d2a02
Merge pull request #50478 from rallytime/update-bootstrap-docs
Update the bootstrap script documentation to point to bootstrap repo
2018-11-12 17:44:43 -05:00
Erik Johnson
c34690e509
Don't import obsolete Directive class from Sphinx
Directive was apparently removed from Sphinx and made part of docutils.
For some reason, in this saltdomain extension, we were importing both
from docutils and sphinx. This worked well enough while Directive was
still only deprecated, but it appears to recently have been removed,
meaning that it now just causes an ImportError.

This commit removes the redundant import.
2018-11-12 14:54:38 -06:00
Ch3LL
3583519da4
Update digital ocean location for cloud tests 2018-11-12 15:52:32 -05:00
rallytime
66b078c1ab
Update the bootstrap script documentation to point to bootstrap repo
This page is not updated very often and gets missed when various fixes/updates
go into the bootstrap script's repo. Instead of trying to maintain both pages,
the salt doc should have a general description with links to the bootstrap-repo
files.
2018-11-12 15:38:09 -05:00
Daniel Wozniak
e5f97cdce0
Merge pull request #50467 from dwoz/test_kitchen_up
Use patched version of test-kitchen until next upstream release
2018-11-12 10:12:14 -07:00
Nicole Thomas
b16ff9cd1c
Merge pull request #50469 from dwoz/minion_timeout_test
Fix up integration.minion.test_timeout
2018-11-12 11:53:45 -05:00
Nicole Thomas
45b438e668
Merge pull request #50470 from dwoz/set_time_flaky
Reset date and time after changing
2018-11-12 11:52:48 -05:00
Daniel A. Wozniak
794ba17c94
Reset date and time after changing 2018-11-12 00:43:22 -07:00
Daniel A. Wozniak
57f702dc58
Fix linter warning 2018-11-11 21:49:20 -07:00
Daniel A. Wozniak
686153a77c
Fix up integration.minion.test_timeout
This test wasn't able to be run on it's own. Fix it and add more
debugging
2018-11-11 21:30:08 -07:00
Daniel A. Wozniak
8c5e93eaa4 Use patched version of test-kitchen until next release 2018-11-11 15:05:54 -07:00
Daniel A. Wozniak
4f81432321
Set subscribe via sockopt for better compatibility 2018-11-11 02:17:45 -07:00
Daniel A. Wozniak
6882209e3b
More reliable pub server publishing
- Uses existing zmq context
- Store socket in thread local storage for re-use
- Add tests to verify publish reliability
2018-11-11 00:58:47 -07:00
Nicole Thomas
c85561ee56
Merge pull request #50442 from rallytime/replace-docbanner
Update docbanner hyperlink
2018-11-08 17:10:32 -05:00
rallytime
193325d58a
Update docbanner hyperlink 2018-11-08 17:05:13 -05:00
Nicole Thomas
72005688e5
Merge pull request #50439 from rallytime/bootstrap-contributing-docs
Add bootstrap section to contributing docs
2018-11-08 16:53:08 -05:00
Nicole Thomas
cca7a365cd
Merge pull request #50441 from rallytime/replace-docbanner
Update SaltConf doc banner
2018-11-08 16:52:45 -05:00
rallytime
2af92bd647
Update SaltConf doc banner 2018-11-08 16:42:29 -05:00
rallytime
d2158aa0fa
Add bootstrap section to contributing docs
Fixes #34089
2018-11-08 16:03:19 -05:00
twangboy
23f78b0c5c
Upgrade requests to 2.20.1 2018-11-08 11:07:38 -07:00
Mike Place
1e72d20f7d
Merge pull request #50414 from flassman/backmerge-for-typeerror-windows-python3
use exc.winerror not exc[0] to avoid python3 TypeError
2018-11-08 09:38:33 -07:00
Nicole Thomas
93095cbd45
Merge pull request #50415 from flassman/pass-cwd-to-runas_system
cwd needs to be passed from runas() to runas_system()
2018-11-08 11:14:55 -05:00
Friedmund Lassmann
0113137a20 cwd needs to be passed from runas() to runas_system()
Fixes parts of #47787
2018-11-07 15:06:39 +01:00
Friedmund Lassmann
20fff15e89 use exc.winerror not exc[0] to avoid python3 TypeError
Fixes #50413
2018-11-07 12:49:49 +01:00
Mike Place
ef4509e779
Merge pull request #50370 from dwoz/pubd_msg_logs
Log message flow to publish daemon
2018-11-05 12:32:01 -07:00
Nicole Thomas
cd7c95f200
Merge pull request #50128 from mgomersbach/fix-py3-reload-compat
Workaround for py2 builtin, =<3.3 imp and >=3.4 libimport quirks
2018-11-05 12:32:31 -05:00
Nicole Thomas
aa6b149af7
Merge pull request #50354 from rallytime/version_num_docs
Add a few more feature release codenames to the version_numbers doc
2018-11-05 10:46:45 -05:00
Nicole Thomas
6472100125
Merge pull request #50359 from dwoz/clitest
Increase cli batch test timeout for increased reliablity
2018-11-05 09:15:02 -05:00
Daniel A. Wozniak
58ced12b57
log jid to payload size 2018-11-03 17:51:49 -07:00
Daniel A. Wozniak
3c537b5550
Log message flow to publish daemon 2018-11-03 17:43:00 -07:00
Mark Gomersbach
e453e82772
Satisfy pylint, use naming instead of W or E classification 2018-11-03 09:29:40 +01:00
Mark Gomersbach
d20581c962
Merge branch 'fix-py3-reload-compat' of github.com:mgomersbach/salt into fix-py3-reload-compat 2018-11-03 09:22:20 +01:00
Mark Gomersbach
5cd9741269
Satisfy pylint 2018-11-03 09:21:41 +01:00
Mark Gomersbach
48c6a4f6c0
Merge branch '2017.7' into fix-py3-reload-compat 2018-11-03 09:16:30 +01:00