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
Erik Johnson
5c281797d4
Merge pull request #50576 from garethgreenaway/bp-50549
...
Back-port PR #50549 to 2018.3
2018-11-21 08:39:54 -06:00
Erik Johnson
7f35838d9e
Fix docs breakage introduced in 28f1595
2018-11-21 07:40:17 -06:00
Erik Johnson
678a75b2a1
Merge remote-tracking branch 'upstream/2018.3' into fluorine
2018-11-21 07:31:51 -06:00
Erik Johnson
ba82b0748a
Merge remote-tracking branch 'upstream/2017.7' into merge-2018.3
2018-11-21 07:19:22 -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
Mike Place
807068d082
Typo fix
2018-11-20 09:42:48 -07:00
Mike Place
2ef8307a68
Typo fix
2018-11-20 09:42:30 -07:00
Mike Place
7c8957ac68
Typo fix
...
This was my fault in the original
2018-11-20 09:42:12 -07:00
Mike Place
b163380cb1
Add security credits to release notes
2018-11-19 12:12:33 -08:00
Gareth J. Greenaway
5cf6a1400d
Merge branch '2018.3' into merge-fluorine
2018-11-19 10:48:06 -08:00
Damon Atkins
a049cf4128
Merge branch 'fluorine' into win_pkg_min_repo
2018-11-17 01:45:50 +11:00
Damon Atkins
00ef561a9d
update minion.rst with winrepo_cache_expire_min new default
2018-11-17 01:25:47 +11:00
Nicole Thomas
a8ca8f71ba
Merge pull request #50512 from Ch3LL/merge-fluorine
...
[fluorine] Merge forward from 2018.3 to fluorine
2018-11-15 09:38:42 -05:00
Damon Atkins
828990c248
typo
2018-11-15 21:10:24 +11:00
Nicole Thomas
d83da51d8b
Merge pull request #50503 from terminalmage/2018.3-docs
...
Set jenkins docs job to treat any warnings as errors (2018.3 branch)
2018-11-14 14:30:23 -05:00
Erik Johnson
1d39f88301
Make fluorine docs use the latest available release for download links
2018-11-14 12:45:05 -06:00
Ch3LL
8501581f27
Merge branch '2018.3' into 'fluorine'
...
Conflicts:
- salt/utils/mac_utils.py
- salt/utils/win_runas.py
- tests/support/case.py
2018-11-14 12:38:16 -05:00
Ch3LL
178dab3a4b
Merge branch 2017.7 into 2018.3
...
Conflicts:
- doc/topics/tutorials/salt_bootstrap.rst
- tests/integration/cloud/clouds/test_digitalocean.py
2018-11-14 10:33:44 -05:00
Damon Atkins
28f1595473
update windows min package defintion setting
2018-11-15 01:38:16 +11:00
Erik Johnson
ae96e29032
Fix docs configuration for renamed logstash engine
2018-11-13 19:05:29 -06:00
Erik Johnson
a4fc1087a3
Fix docs configuration for renamed logstash engine
2018-11-13 19:04:46 -06:00
Erik Johnson
06be9d2896
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 14:53:13 -06:00
Erik Johnson
62b5d400b6
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 14:51:12 -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
Erik Johnson
ee835b10bc
Fix fluorine docs build warnings
2018-11-13 11:10:11 -06:00
Erik Johnson
9754791db6
Fix header underline length to avoid another sphinx warning
2018-11-13 10:19:33 -06:00
Erik Johnson
cb256418a9
Fix header underline length to avoid another sphinx warning
2018-11-13 10:18:47 -06:00
Erik Johnson
d6e1ee47c1
Fix more sphinx build errors
2018-11-13 10:17:55 -06:00
Erik Johnson
7c298b27b0
Fix sphinx build warnings in 2018.3 branch
...
The async renaming for Python 3.7 needed to be reproduced here as well.
2018-11-13 10:17:37 -06:00
Erik Johnson
9272f7b735
Fix more sphinx build errors
2018-11-13 09:56:42 -06:00
Erik Johnson
d4571328ed
Fix sphinx build warnings in 2018.3 branch
...
The async renaming for Python 3.7 needed to be reproduced here as well.
2018-11-13 08:47:12 -06: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
rallytime
d8e7c47a05
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- tests/support/case.py
2018-11-12 16:11:17 -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
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
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
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
rallytime
b86ad94fb1
Merge branch '2018.3' into 'fluorine'
...
Conflicts:
- salt/master.py
- salt/transport/tcp.py
2018-11-08 10:44:10 -05:00
rallytime
e993692d01
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- salt/master.py
- salt/transport/tcp.py
- salt/transport/zeromq.py
- tests/integration/cli/test_batch.py
2018-11-05 12:54:30 -05:00
rallytime
0621f7dd2e
Add a few more feature release codenames to the version_numbers doc
2018-11-02 12:15:53 -04:00
rallytime
533cc617ad
Extend deprecation warning for enable_legacy_startup_events to Sodium
...
This deprecation warning only went in recently and is new in Salt "Fluorine".
We need 2 full feature releases for deprecation warnings and "Neon" would
have only been 1 feature release cycle.
2018-11-01 16:46:07 -04:00
rallytime
3f2712fbc1
Merge branch '2018.3' into 'fluorine'
...
Conflicts:
- tests/unit/states/test_virt.py
- tests/unit/test_config.py
2018-10-29 12:36:28 -04:00
Nicole Thomas
f7c2f04574
Merge pull request #50182 from terminalmage/issue50050
...
Backport runtests.py modifications from develop to 2018.3
2018-10-29 12:25:06 -04:00
Ch3LL
f83460da62
change order of search engine ids
2018-10-25 16:47:46 -04:00
Ch3LL
bf3f21721e
Update search engine IDs for releases
2018-10-25 16:47:41 -04:00
rallytime
d8e5e9ea49
Merge branch '2018.3' into 'fluorine'
...
No conflicts.
2018-10-25 16:16:10 -04:00
Ch3LL
3452d9bf01
change order of search engine ids
2018-10-25 16:11:35 -04:00
Ch3LL
c9546dfb08
Update search engine IDs for releases
2018-10-25 16:10:15 -04:00
rallytime
8fed338708
Merge branch '2018.3' into 'fluorine'
...
Conflicts:
- salt/spm/pkgfiles/local.py
- salt/utils/schedule.py
- tests/integration/scheduler/test_eval.py
2018-10-25 10:31:06 -04:00
rallytime
897145c4a1
Merge branch '2017.7' into '2018.3'
...
No conflicts.
2018-10-24 15:54:15 -04:00
Nicole Thomas
88673ad9e7
Merge pull request #50208 from Ch3LL/2update_version_doc_2018.3
...
Update release versions for the 2018.3 branch
2018-10-24 11:52:18 -04:00
Nicole Thomas
85e22d2f25
Merge pull request #50207 from Ch3LL/2update_version_doc_2017.7
...
Update release versions for the 2017.7 branch
2018-10-24 11:51:12 -04:00
Ch3LL
896caa120f
Add 2016.11.10 release notes to 2018.3 branch
2018-10-24 11:08:38 -04:00
Ch3LL
cdbf493400
Add 2017.7.8 previous release
2018-10-24 10:39:04 -04:00
Ch3LL
198d25ca1d
Add 2017.7.8 previous release
2018-10-24 10:38:37 -04:00
Ch3LL
6f775e748a
Update release versions for the 2018.3 branch
2018-10-24 10:34:26 -04:00
Ch3LL
d4e26aceda
Update release versions for the 2017.7 branch
2018-10-24 10:34:24 -04:00
Ch3LL
1e3415860f
[2018.3.3] remove in progress and add security details
2018-10-24 10:31:16 -04:00
Ch3LL
71ee68b6f1
[2017.7.8] remove in progress and add security details
2018-10-24 10:27:39 -04:00
Erik Johnson
5ea1024b5d
Add documentation explaining naming convention for test files
2018-10-23 14:51:28 -05:00
Max Arnold
881a521586
Revert curly braces example for nested dictionaries
2018-10-23 23:25:08 +07:00
rallytime
b9f61323b5
Merge branch '2018.3' into 'fluorine'
...
No conflicts.
2018-10-22 14:41:20 -04:00
Nicole Thomas
aa66d1b7ba
Merge pull request #50158 from vutny/doc/2017.7/fix-http-tutorial
...
[DOC] Fix JSON payload example in HTTP tutorial
2018-10-22 14:37:51 -04:00
Denys Havrysh
fe2d70d4a3
[DOC] Fix JSON payload example in HTTP tutorial
2018-10-22 18:57:04 +03:00
Michael Lustfield
3a62f74758
Add support for setting root ssh pubkey to proxmox containers.
2018-10-20 19:03:40 -05:00
Mike Place
bfce09c2fe
Merge pull request #49937 from ssc-services/fix-virt-what-multiline-results
...
Fix value of `virtual` grain when using `virt-what`
2018-10-19 07:27:42 -06:00
Elias Probst
08b1b17465
Add release notes for virtual
grain fix
2018-10-19 01:03:25 +02:00
rallytime
82e73fe49d
Merge branch '2018.3' into 'fluorine'
...
Conflicts:
- doc/ref/tops/all/index.rst
- salt/fileclient.py
- salt/grains/core.py
- salt/modules/win_file.py
- salt/pillar/__init__.py
- salt/utils/http.py
2018-10-18 10:41:42 -04:00
Mike Place
f7f8cb533f
Merge pull request #50094 from rallytime/doc-errs
...
Fix varstack_top naming in docs
2018-10-18 12:49:24 +02:00
rallytime
1fbb84d934
Fix varstack_top naming in docs
...
Warnings were generated in the doc builds about how `varstack` doesn't
exist. The file is named `varstack_top`.
2018-10-17 10:31:45 -04:00
Mike Place
b94e0a01ac
Merge pull request #50055 from rallytime/bp-50024
...
Back-port #50024 to 2018.3
2018-10-16 11:14:06 +02:00
Mike Place
14f3fac0c4
Merge pull request #50056 from rallytime/bp-50029
...
Back-port #50029 to 2018.3
2018-10-16 11:12:58 +02:00
Daniel Wallace
4c4bb5a489
Merge pull request #49987 from terminalmage/pillar_roots
...
Make Pillar no longer munge file_roots
2018-10-15 16:58:08 -05:00
rallytime
1eaaab705f
Doc title formatting must match doc name length
2018-10-15 16:55:35 -04:00
Christian McHugh
6ac26b6c1e
add saltclass docs from release notes
2018-10-15 16:54:20 -04:00
rallytime
1b5b018da2
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- salt/minion.py
- salt/states/lvm.py
2018-10-15 13:13:57 -04:00
Cody Crawford
2e46a783c5
Expose docs for Ansible modules
2018-10-15 13:01:22 -04:00
rwaweber
1ea72a00aa
docs: Correct spelling mistake and smooth out sentence
2018-10-15 12:58:28 -04:00
rallytime
e3a0f7b6f2
Add gce fix to 2017.7.9 release notes
2018-10-15 11:03:06 -04:00
Joachim Gleissner
e6d86fca91
document GCE instance credentials configuration
2018-10-15 11:02:25 -04:00
rallytime
f8e73e8ae2
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- salt/beacons/inotify.py
2018-10-10 15:13:23 -04:00
Erik Johnson
58f5fde03c
Make Pillar no longer munge file_roots
...
Pillar and the local fileclient used to use the same class, but this
changed a few years ago with the introduction of FSClient (which enabled
non-roots fileserver backends in masterless Salt). Since Pillar is the
only thing that uses this client, there is no longer a reason to make
Pillar modify file_roots.
2018-10-10 13:10:50 -05:00
rallytime
32e7d90384
Add 2018.3.4 release notes file
2018-10-10 10:14:29 -04:00
rallytime
6c00003fd8
Add 2017.7.9 release notes file
2018-10-10 10:12:26 -04:00
rallytime
216fd64013
Remove event_publisher_pub_hwm and salt_event_pub_hwm from documentation
...
Fixes #49925
The `event_publisher_pub_hwm` and `salt_event_pub_hwm` configuration options
were removed in #38723 . (They are obsolete and not used within salt any longer.)
When those options were removed, I neglected to remove them from the docs. This
PR cleans up the references in the docs.
2018-10-08 10:51:01 -04:00
rallytime
46c0e50638
Merge branch '2018.3' into 'fluorine'
...
Conflicts:
- doc/man/salt.7
2018-10-03 09:45:20 -04:00
rallytime
a65c60d862
Merge branch '2017.7' into '2018.3'
...
Conflicts:
- salt/state.py
- salt/utils/hashutils.py
- tests/integration/modules/test_state.py
2018-10-02 15:09:51 -04:00
Erik Johnson
108c026e1d
Fix additional references to Fluorine in matcher docs
2018-10-02 11:53:13 -05:00
C. R. Oldham
853740d00b
Change versionadded to Neon
2018-10-02 11:49:40 -05:00
Paulo-Nunes
fb6f81835a
Edit requisite documentation
...
Fixes #49836
2018-10-01 21:08:49 -04:00
Nicole Thomas
ec978061aa
Merge pull request #49764 from garethgreenaway/49520_multimaster_dns_issue_fix
...
[2018.3] Adding retry_dns_count to minion
2018-10-01 10:20:02 -04:00
rallytime
81b0aa7099
Add "in progress" notation back to the 2018.3.3 release notes
...
This has been removed in the 2018.3.3 branch for release prep, but the docs
on the main website still need to say this is in progress until we release.
2018-10-01 09:17:50 -04:00
rallytime
0e761036f1
Merge branch '2018.3.3' into '2018.3'
...
No conflicts.
2018-09-30 12:39:44 -04:00
Gareth J. Greenaway
741928bfee
Fixes per request from @rallytime.
2018-09-27 08:44:06 -07:00