Commit Graph

25168 Commits

Author SHA1 Message Date
Thomas S Hatch
3b1a45985b Merge pull request #9999 from cachedout/catch_bad_args
Catch bad args in salt-call
2014-01-29 07:33:41 -08:00
Thomas S Hatch
e46e655b2b Merge pull request #9994 from terminalmage/issue9903
Fix ref to changed parameter name in file.stats
2014-01-29 07:33:09 -08:00
Thomas S Hatch
ec963d2dd9 Merge pull request #9989 from regilero/develop
Doc: fix grains.filter_by example on default argument usage
2014-01-29 07:29:50 -08:00
Thomas S Hatch
cd84a159f0 Merge pull request #9988 from makinacorpus/handleerror
Handle better state errors
2014-01-29 07:29:11 -08:00
Thomas S Hatch
6029515fd0 Merge pull request #9985 from makinacorpus/graindirs
Custom grains directories
2014-01-29 07:25:28 -08:00
Thomas S Hatch
5e833b93cb Merge pull request #9972 from s0undt3ch/hotfix/future-print-function
future print function lint fixes
2014-01-29 07:23:25 -08:00
Joseph Hall
e0a67ddb0e Merge pull request #10005 from bigkraig/develop
Fixing --to-destination parameter to iptables, which needs to be placed after the jump.
2014-01-29 05:04:55 -08:00
Pedro Algarvio
52a69e39e3 Merge pull request #10016 from makinacorpus/pgsql
postgres: small fix: arg left from pylint cleanup
2014-01-29 03:18:59 -08:00
Mathieu Le Marec - Pasquet
3e986977ef postgres: small fix: arg left from pylint cleanup 2014-01-29 11:00:31 +01:00
Pedro Algarvio
a9b4215cd9 Merge pull request #10007 from rgbkrk/patch-3
Delete crate.io out of PyPI mirrors
2014-01-28 16:32:34 -08:00
Kyle Kelley
e93e2fdf0d Toss all mirrors
7 years bad luck
2014-01-28 16:58:37 -07:00
Kyle Kelley
67f93796b9 Delete crate.io 2014-01-28 16:26:26 -07:00
Kraig Amador
ad949332e6 Fixing --to-destination parameter to iptables, which needs to be placed after the jump. 2014-01-28 13:47:06 -08:00
Seth House
7b50bd1352 Added cmd_batch to Python API documentation 2014-01-28 12:35:02 -07:00
Mike Place
da0b85dcb3 Catch bad args in salt-call
Instead of throwing an ugly stack trace, catch a type error, format the exception and display it. Then exit with a proper retcode.
2014-01-28 11:54:31 -07:00
Pedro Algarvio
396abb06eb Merge pull request #9993 from terminalmage/issue9919
Fix variable scope issue
2014-01-28 09:00:21 -08:00
Erik Johnson
2b8953adcb Fix ref to changed parameter name in file.stats
A few weeks ago in 7d4c470, the argument name "follow_symlink" was
changed for consisency with the rest of the functions in the "file"
execution module. This commit fixes a missed ref to the file.stats
function.
2014-01-28 09:46:04 -07:00
Erik Johnson
1e6e87f1f5 Fix variable scope issue
Resolves #9919.
2014-01-28 09:38:02 -07:00
Mike Place
2649cbc848 Merge pull request #9990 from Lothiraldan/feature/States.file.accumulated_docstring
Fix states.file.accumulated docstring
2014-01-28 08:09:03 -08:00
FELD Boris
1134568540 Fix states.file.accumulated docstring 2014-01-28 16:19:36 +01:00
regilero
959e7939f7 Doc: fix grains.filter_by example on default argument usage 2014-01-28 16:19:32 +01:00
Mathieu Le Marec - Pasquet
165b5e4af2 Handle better state errors
This fixes #9983.
2014-01-28 16:01:34 +01:00
Pedro Algarvio
6db9fa9ab5 Merge pull request #9976 from terminalmage/packaging
Update RPM spec for 0.17.5
2014-01-28 05:59:58 -08:00
Mathieu Le Marec - Pasquet
11ff89000b Custom grains directories 2014-01-28 13:40:55 +01:00
Seth House
cb65f44864 Merge pull request #9980 from gravyboat/develop
Updated requisite docs to try and clarify issues regarding the difference between requisite, and requisite_in.
2014-01-27 20:38:53 -08:00
Forrest Alvarez
db01d53d53 Updated requisite docs to try and clarify issues regarding the difference between requisite, and requisite_in. 2014-01-28 04:31:25 +00:00
Erik Johnson
708a95ddf4 Update RPM spec for 0.17.5 2014-01-27 15:54:26 -06:00
Thomas S Hatch
1a9ae90984 Spelling is not always my strong suit :P 2014-01-27 13:06:22 -07:00
Thomas S Hatch
4fd5512685 clean out extra whitespace 2014-01-27 10:30:45 -07:00
Thomas S Hatch
7b635a50f7 Merge pull request #9970 from s0undt3ch/hotfix/unnecessary-parens
Fix unnecessary parens for if, not, return
2014-01-27 09:05:15 -08:00
Pedro Algarvio
d53917d2bb Fix "Unnecessary parens after 'print' keyword" lint issues. 2014-01-27 17:04:33 +00:00
Pedro Algarvio
4b3923ce95 Use the print() function. 2014-01-27 17:04:33 +00:00
Thomas S Hatch
2a1a46edc9 Merge pull request #9971 from basepi/0.17.5release
0.17.5 release notes
2014-01-27 09:01:46 -08:00
Colton Myers
3f8799a334 Update current release in docs 2014-01-27 10:00:26 -07:00
Colton Myers
782c5dc944 Add 0.17.5 release notes 2014-01-27 09:59:57 -07:00
Pedro Algarvio
0f63866c69 Fix all unnecessary parens after if, not, return, etc, keywords. 2014-01-27 16:58:18 +00:00
Thomas S Hatch
3d94b7ea88 Merge pull request #9947 from sbdelisle/develop
I realized that the coercion to oct string I did was incorrect.
2014-01-26 19:55:52 -08:00
Joseph Hall
75c2bd46b4 As stupid of a rule as it is, "modeled" is correct 2014-01-26 20:20:28 -07:00
Alexey Ivanov
d23ff3821e
codespell: grammar nazi
Run codespell[1] against sources.

[1] https://github.com/lucasdemarchi/codespell
2014-01-26 18:41:28 -08:00
Thomas S Hatch
a2c1833458 Merge pull request #9957 from s0undt3ch/develop
Update to latest bootstrap script. v1.5.11
2014-01-26 12:03:34 -08:00
Pedro Algarvio
81d69571cb Update to latest bootstrap script. v1.5.11 2014-01-26 17:58:21 +00:00
Joseph Hall
53d15e2edc Merge pull request #9953 from terminalmage/docs
Fix bad rst link refs
2014-01-26 06:08:49 -08:00
Erik Johnson
cad5485d9f Fix bad rst link refs 2014-01-26 05:37:16 -06:00
Seth House
5808221f2b Removed trailing colon after code block 2014-01-25 20:34:33 -07:00
Joseph Hall
24e4a7321a Merge pull request #9951 from terminalmage/docs
Add example about jobs.list_jobs, jobs.lookup_jid
2014-01-25 19:12:24 -08:00
Erik Johnson
3fb755b63c Add example about jobs.list_jobs, jobs.lookup_jid
Sometimes the salt CLI will exit without displaying the return data from
all minions, but they do actually return data. This commit explains how
to use the jobs runners to obtain job return data and potentially catch
minions that did not return in these edge cases.
2014-01-25 20:56:01 -06:00
Thomas S Hatch
57a2331d88 Merge pull request #9948 from aboe76/develop
updated suse rpm to 0.17.5
2014-01-25 15:33:01 -08:00
Niels Abspoel
ba4d1d54b0 updated suse rpm to 0.17.5 2014-01-25 22:18:01 +01:00
root
8cd50a92ea I realized that the coercion to oct string I was doing was incorrect.
>>> oct(int(str('744'), 8))
'0744'
>>> oct(int(str(744), 8))
'0744'

The second should be '1305'.

I just went ahead and made the coercion very explicit with an if switch.  I
verified that all the unit tests and the previously affected integration test
succeed.
2014-01-25 13:47:05 -05:00
Thomas S Hatch
b57362abba Merge pull request #9946 from s0undt3ch/develop
Update bootstrap script to latest stable, v1.5.10
2014-01-25 10:42:31 -08:00