Colton Myers
5e25de90e9
Add 2014.1.12 release notes
2014-10-08 15:22:33 -06:00
Colton Myers
ded7c1fc8a
Merge pull request #16438 from whiteinge/cmd_async-low-reformatting
...
Also format low data correct for the async RunnerClient calls
2014-10-08 13:58:20 -06:00
Joseph Hall
d0ae927f10
Merge pull request #16475 from cachedout/issue_16472
...
Fix docs
2014-10-08 10:18:07 -06:00
Mike Place
466a61f701
Fix docs
2014-10-08 09:38:55 -06:00
Joseph Hall
467e74ed7f
Merge pull request #16460 from basepi/highstatestructure
...
State Module, not State Declaration
2014-10-08 08:18:50 -06:00
Joseph Hall
9eda3768a9
Merge pull request #16462 from garethgreenaway/16445_16444_2014_7_ps_fixes
...
Fixing issue with ps.top and ps.pgrep
2014-10-08 07:24:58 -06:00
Gareth J. Greenaway
9ae138e1a4
Fixing the unit tests for ps module
2014-10-07 20:56:02 -07:00
Gareth J. Greenaway
730c35943a
Fixing issue with ps.top and ps.pgrep. I checked all versions of psutil and couldn't find any reference to using a pid() function to return the PID from a process object.
2014-10-07 19:33:20 -07:00
Colton Myers
000b391f2f
State Module, not State Declaration
2014-10-07 19:25:44 -06:00
Pedro Algarvio
ba3aed6195
Merge pull request #16451 from whiteinge/add-wheelclient-tests
...
Add WheelClient integration tests for cmd_sync and cmd_async
2014-10-08 00:54:55 +01:00
Seth House
beb2814acf
Examine clear_load instead of token for the eauth type
2014-10-07 16:44:55 -06:00
Seth House
dd400f2e96
Added integration tests WheelClient cmd_sync cmd_async
2014-10-07 16:43:15 -06:00
Seth House
821aefa1f8
Fix WheelClient().cmd_sync()
...
WheelClient defaults to sync behavior so we just need to wrap
master_call here.
2014-10-07 16:10:38 -06:00
Colton Myers
d37d7ce02e
Merge pull request #16447 from basepi/2014.1.11release
...
Update docs for 2014.1.11 and 2014.7.0rc3
2014-10-07 15:10:14 -06:00
Colton Myers
059416e75b
Update release candidate installation instructions for rc3
2014-10-07 15:09:16 -06:00
Colton Myers
8133d7d5c6
Update to 2014.1.11 in docs sidebar
2014-10-07 15:08:32 -06:00
Colton Myers
e1d2d7cb6b
Update to rc3 in docs sidebar
2014-10-07 15:08:21 -06:00
Seth House
953d9ac4c8
Extract reformatting low data into method for both sync & async methods
...
The cmd_async method needs this same low data reformatting. This
extracts that out into a reusable method.
2014-10-07 11:02:16 -06:00
Seth House
0671a1d133
Switch up the test.arg runner to filter the __pub* kwargs
...
The old behavior is available with the raw_arg function.
2014-10-07 09:56:11 -06:00
Thomas S Hatch
e80d932a4c
Merge pull request #16426 from s0undt3ch/backport/16414
...
[BP #16441 ] Make sure that 'requests' is version 1.0.0 or later
2014-10-07 09:35:47 -06:00
skyler
7f684ba279
Make sure that 'requests' is version 1.0.0 or later
2014-10-07 09:58:30 +01:00
Thomas S Hatch
8556592959
Merge pull request #16404 from techhat/2014.7-pagerduty
...
Move PagerDuty to use native API instead of pygerduty
2014-10-06 15:19:20 -06:00
Joseph Hall
e701a552c4
Move PagerDuty to use native API instead of pygerduty
2014-10-06 11:18:35 -06:00
Thomas S Hatch
52d4fbad1f
Merge pull request #16391 from juiceinc/2014.7
...
Cherry-pick masterless doc clarifications for 2014.7
2014-10-06 10:35:05 -06:00
Thomas S Hatch
1c7b437a4a
Merge pull request #16387 from terminalmage/bp-16386
...
Backport #16386 to 2014.7
2014-10-06 10:32:28 -06:00
Thomas S Hatch
c364345560
Merge pull request #16375 from bechtoldt/debian_ip_whitespacing
...
fixing whitespacing bug in a debian_ip template
2014-10-06 10:26:03 -06:00
Thomas S Hatch
2551ea2c56
Merge pull request #16359 from whiteinge/rest_cherrypy-expire-response
...
Add a setting to prevent CherryPy from expiring HTTP responses
2014-10-06 10:19:22 -06:00
Erik Johnson
7efd690e33
Replace backslash-quote with raw string formatting
2014-10-04 20:47:39 -05:00
Georges Racinet
23bae10679
Issue #16384 : avoid lspci warnings on OpenVZ containers
...
I did not dare to shuffle things around in the huge _virtual() method.
Instead, logging gets postponed, and upon detection of 'virtual:openvzve',
failures for lspci and dmidecode get discarded
2014-10-04 20:47:13 -05:00
Tim O'Guin
156768408a
updated masterless documentation to clarify the need to disable (or not run) the salt-minion daemon, otherwise the minion will attempt to connect to a master
2014-10-04 14:57:06 -05:00
Arnold Bechtoldt
eacad9a312
fixing whitespacing bug in debian_ip template
2014-10-04 01:14:42 +02:00
Thomas S Hatch
c20de1e6c1
Merge pull request #16361 from rallytime/bp-15584
...
Backport #15584 to 2014.7
2014-10-03 14:51:09 -06:00
Colton Myers
8836651af2
Merge pull request #16367 from basepi/stateslsdocs
...
SLS files are not state "modules"
2014-10-03 14:32:28 -06:00
Colton Myers
af74234862
SLS files are not state "modules"
2014-10-03 14:30:42 -06:00
Thomas S Hatch
ffed07cb8a
clear out print statements
2014-10-03 14:09:16 -06:00
Thomas S Hatch
d016743c4f
Add check for ssh-packaging
2014-10-03 13:55:32 -06:00
rallytime
167a75e0a0
Add ret dictionary
2014-10-03 13:42:22 -06:00
Mike Place
1975043730
Merge pull request #16332 from rallytime/fedora_docs
...
Add intalling from testing section to fedora installation docs
2014-10-03 13:06:27 -06:00
Mathieu Le Marec - Pasquet
3099d9c3d5
Simple copies
2014-10-03 12:59:19 -06:00
Mathieu Le Marec - Pasquet
da6d692e4e
Fix interactivity in aptpkg
2014-10-03 12:59:18 -06:00
Mike Place
f23c791a8e
Merge pull request #16360 from cro/fc_systemd_warning7
...
Add warning for FC19 users
2014-10-03 12:54:30 -06:00
C. R. Oldham
3fef918352
Add warning for FC19 users.
2014-10-03 12:52:46 -06:00
Thomas S Hatch
7001e20441
Merge pull request #16358 from cachedout/gate_minion_cache
...
Flag to preserve minion cache on key delete
2014-10-03 12:26:10 -06:00
Thomas S Hatch
b213c5b9c0
Merge pull request #16353 from cachedout/data_p_ssh
...
Use unique name for data.p in salt-ssh
2014-10-03 12:25:33 -06:00
Seth House
b7022ab8c0
Add a setting to prevent CherryPy from expiring HTTP responses
...
Closes saltstack/salt-api#159
2014-10-03 12:09:11 -06:00
Mike Place
5f2103903d
Flag to preserve minion cache on key delete
...
Refs #15673
2014-10-03 11:43:33 -06:00
Mike Place
7093cb5f4d
Use unique name for data.p in salt-ssh
2014-10-03 10:34:00 -06:00
Thomas S Hatch
6872b8e0d1
Merge pull request #16351 from thatch45/SmithSamuelM-2014.7_sam6
...
Merge #16338
2014-10-03 10:09:34 -06:00
Thomas S Hatch
9cd335fb21
Merge pull request #16352 from thatch45/bp-requests_fix
...
Download files in chunks
2014-10-03 10:03:12 -06:00
Tarjei Husøy
a6bce6e73e
Download files in chunks
...
Prevents out-of-memory errors when downloading large files.
2014-10-03 10:00:36 -06:00