Commit Graph

87131 Commits

Author SHA1 Message Date
Jamie Bliss
65e4199c25
I feel like it should be up there 2018-11-26 03:21:47 -05:00
Jamie Bliss
d44f5ce0fd
Rephrase footnote 2018-11-26 03:00:11 -05:00
Jamie Bliss
125e46ed65
Add section on how modules get loaded, including giant table of names 2018-11-26 02:59:16 -05:00
Jamie Bliss
5bfc6c6eeb
Update reference to modules/index 2018-11-26 02:58:56 -05:00
Jamie Bliss
4b096c1e86
Move all the module-development documentation into a single folder 2018-11-26 00:07:30 -05:00
Gareth J. Greenaway
6679242480
Merge pull request #50590 from garethgreenaway/bp-50333
[2017.7] Back-port PR 50333 to 2017.7
2018-11-21 07:50:40 -08:00
Erik Johnson
1b8a8acbbb
Merge pull request #50592 from terminalmage/docs-2017.7
Disable unused shorturls plugin (backport to 2017.7)
2018-11-21 07:18:26 -06:00
Erik Johnson
db157766a0
Remove overline from section title
This causes a warning on newer Sphinx releases
2018-11-20 18:58:29 -06:00
Erik Johnson
8127dd5bb4
Disable unused shorturls plugin
It was causing build errors when SPHINXOPTS=-W is used
2018-11-20 18:21:25 -06:00
Gareth J. Greenaway
1f5aa4b883
pkg.installed currently fails when sources is used along with hold: True. This was due to a change in #48426 that swapped out sending the pkgs variable for the desired variable instead. This caused problems with pkg.hold because desired and sources are always populated, and pkg.hold can only include one or the other. This change just includes desired in the call to pkg.hold since desired has the same value for sources. 2018-11-20 12:24:27 -08:00
Daniel Wozniak
02238a7c0b
Merge pull request #50520 from dwoz/issue_50459
Always set .gitconfig dir to user's home
2018-11-16 10:27:45 -07:00
Megan Wilhite
edd97384d3
Merge pull request #50532 from dubb-b/2017.7
Adding tag to ec2 cloud tests
2018-11-16 09:30:54 -05:00
Brett Benassi
009e52d4b9
Adding tag to ec2 cloud tests 2018-11-15 15:36:05 -07:00
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
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
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
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