Commit Graph

3444 Commits

Author SHA1 Message Date
Erik Johnson
3e321fdb48 Add file-locking bugfix to 2014.7.2 release notes 2015-02-09 11:32:20 -06:00
Seth House
bf6dfe823e Remove Mako from mocked deps for docs build
If Mako was mocked for a reason originally, it doesn't seem to be needed
anymore. The docs build just fine with and without Mako installed.

Closes #9571 (at long last).
2015-02-06 19:00:35 -07:00
Seth House
15936658ba Added cross-references to other ways to preseed minion keys 2015-02-05 19:15:46 -07:00
Justin Findlay
a44368001b fix pip venv regression, deprecate activate param
Fixes #20191.  If `bin_env` points to a virtualenv, there is no need to
activate that virtualenv for pip to install into the virtualenv.  Also
update associated unit test.
2015-02-05 12:36:42 -07:00
Justin Findlay
b87615e277 document lowercase removal change 2015-02-03 16:27:41 -07:00
Seth House
e3d29bf8ff Fixed syntax error in log_granular_levels example 2015-01-27 20:14:53 -07:00
Shane D Lee
7c253f5ede Changed exe's to installers 2015-01-26 15:48:03 -07:00
Thomas S Hatch
55cb7fdab1 Merge pull request #20015 from basepi/grainsprecedencedocs19611
Fix grains precedence issues
2015-01-23 15:40:32 -07:00
Colton Myers
f1e7661973 Release 2014.7.1 (docs sidebar and release date for release notes) 2015-01-22 16:52:21 -07:00
Colton Myers
63195007d6 Merge pull request #19980 from rallytime/update_windows_release_docs
Add 2014.7.1 release to Windows Installation Docs
2015-01-22 16:48:15 -07:00
robert.fach
4f7b0a29d1 updated information regarding required version for dulwich gitfs backend 2015-01-22 17:14:27 +01:00
Colton Myers
a067e6ceba Fix the grains precedence documentation
Fixes #19611
2015-01-21 16:10:18 -07:00
Thomas S Hatch
602b1a34aa Merge pull request #19862 from kev009/freebsd-kmods
Add freebsdkmod changes to 2014.7.2 relnotes
2015-01-20 16:06:17 -07:00
Colton Myers
1fb6fc0ba1 Fix the explanation of the Default Data - YAML section of starting states 2015-01-20 15:03:54 -07:00
rallytime
99e35ffb1e Add 2014.7.1 release to Windows Installation Docs
Also remove the links to the 2014.7.0 exe's because of regressions.
2015-01-20 12:21:57 -07:00
Kevin Bowling
494543c5bc Add freebsdkmod changes to 2014.7.2 relnotes 2015-01-20 02:09:32 -07:00
Joseph Hall
56a52f9552 Merge pull request #19752 from rallytime/remove_sshpass_checks
Remove sshpass checks
2015-01-15 15:12:00 -07:00
rallytime
4d5cc90c6a Remove sshpass checks from utils/cloud.py and other references
Fixes #19219
2015-01-14 23:08:00 -07:00
Colton Myers
228ada2890 Add release notes for 2014.7.2 2015-01-14 15:17:33 -07:00
Colton Myers
2e364ac249 Add more release notes for 2014.7.1 2015-01-14 15:17:21 -07:00
rallytime
4a1a5123f2 Remove old --out options from salt-cloud docs
Fixes #19453
2015-01-13 21:39:27 -07:00
David\ Beitey
839968f637 Expand documentation about Saltfile for salt-ssh 2015-01-13 16:50:29 +10:00
Mike Place
b419366443 Release note note
Fixes #18551
2015-01-08 16:41:20 -07:00
Colton Myers
f2fd892dc5 Merge pull request #19145 from whiteinge/sphinx-fixups
Minor Sphinx fixups
2014-12-22 16:25:01 -07:00
rallytime
b43519b882 Update the windows package to correct one: 2014.7.0 --> 2014.7.0-1
Fixes #19146
2014-12-19 16:00:30 -07:00
Seth House
a8e8111c92 Add a cross-ref to the vmbuilder formula repo 2014-12-19 14:34:58 -07:00
Seth House
d2e9378084 Switch html_title to empty string instead of None 2014-12-19 14:34:58 -07:00
Seth House
a33ae0655f Switch the :formula: extlink to :formula_url:
The addition of the Salt domain conflicted with this role. Better to
rename this one to be more explicit and to save that real-estate for
future use.
2014-12-19 14:34:57 -07:00
Seth House
f345188d06 Set minimum Sphinx version to 1.3 2014-12-19 14:34:57 -07:00
Colton Myers
9d5e05a381 Add more release notes for 2014.7.1 2014-12-18 14:19:52 -07:00
rallytime
926c486587 Correct master_sign_key_name reference
Fixes #19053
2014-12-17 11:32:23 -07:00
Seth House
51fa87c446 Change all state examples to use short-dec format for consistency
Closes #12419.

The command used to search the docs for state examples is below. This
generates a file in Vim's quickfix format that can be loaded with the -q
flag.

find . -type f \( -name '*.rst' -o -name '*.py' \) -print0
    | xargs -0 -P10 -n1 awk '
        BEGIN { RS=""; FS="\n" }
        { linenr = linect; linect += (NF + 1) }
        /^\s+[a-zA-Z0-9'\''_-]+:\n\s+[a-zA-Z0-9'\''_-]+:\n\s+- / {
            print FILENAME "|" linenr + 2 "|", $1
        }
    ' > ./salt-states.quickfix
2014-12-12 23:36:40 -07:00
Seth House
c0567bab0f Updated Formula Best Practices doc with several recommendations 2014-12-12 17:43:00 -07:00
Seth House
d0f038eec0 Minor clarification to not pointing directly to formulas repos 2014-12-12 17:42:54 -07:00
Seth House
e7922758ae Minor rST formatting 2014-12-12 17:42:53 -07:00
Thomas S Hatch
0c6655544c Merge pull request #18782 from rallytime/master_tops_rendering
Fix markup so master_tops document will render correctly
2014-12-08 13:21:00 -07:00
Erik Johnson
00bf5daff8 Add bugfix for #17963 to 2014.7.1 releae notes 2014-12-08 08:45:03 -06:00
rallytime
9e5350c2f4 Fix markup so master_tops document will render correctly
Fixes #18723
2014-12-05 20:47:41 -07:00
Thomas S Hatch
8a7134e72d Merge pull request #18672 from whiteinge/mod_aggregate-state-level
Add docs for mod_aggregate state-level keywords
2014-12-03 21:12:10 -07:00
Seth House
54d8760d2d Added docs for the state-level aggregate keyword
Also added clarification on the two ways to invoke the aggregation
function.
2014-12-02 18:33:10 -05:00
Thomas S Hatch
dbcc98e5ba Merge pull request #18610 from rallytime/update_zmq4_docs
Make ZMQ 4 installation docs for ubuntu more clear
2014-12-02 10:04:16 -07:00
Tim O'Guin
39fb372898 fixed allocate_new_eip typo in AWS cloud docs 2014-12-01 14:46:32 -06:00
rallytime
9fe67a34c2 Make ZMQ 4 installation docs for ubuntu more clear
References #18476
2014-12-01 11:48:17 -07:00
Elias Probst
6a7662c498 Fix typo (agregate → aggregate). 2014-11-29 15:58:07 +01:00
Erik Johnson
b11542dab9 Update 2014.7.1 release notes 2014-11-28 16:55:49 -06:00
Pedro Algarvio
f5794f837c Update 'doc/.tx/config' - Build #213
http://cookingwithsalt.org/job/salt/job/transifex/213/

Signed-off-by: Pedro Algarvio <pedro@algarvio.me>
2014-11-26 20:01:25 +00:00
rallytime
73f3c0091d Clean up doc build so it doesn't stacktrace
Fixes #18471

- Add zmq.eventloop to mocked modules in doc/conf.py
- Cleaned up rst references in rest_tornado.rst
2014-11-25 15:11:15 -07:00
Colton Myers
42223567b8 Add warning to docs about topfile compilation
Ref #12483
2014-11-24 14:33:37 -07:00
Erik Johnson
55b80853f6 Add new release notes file for 2014.7.1 2014-11-24 10:36:46 -06:00
Erik Johnson
22962d097e Fix wording in 2014.1.1 release notes
As this was the first bugfix release for 2014.1.0, it should not be
described as "another" bugfix release.
2014-11-24 10:35:47 -06:00