Commit Graph

36641 Commits

Author SHA1 Message Date
Pedro Algarvio
f1d2fd8215 Re-enable setuptools console_scripts 2014-11-11 16:19:18 +00:00
fessoga5
86b7afa5a3 Fix error in lvcreate (pv=None) 2014-11-11 03:29:59 -05:00
C. R. Oldham
41f8539866 Merge pull request #17379 from cro/breaking_change4
Add breaking change notice for module.run in 2014.1.0
2014-11-10 16:29:30 -07:00
C. R. Oldham
25f7bf111a Add breaking change notice for module.run in 2014.1.0 2014-11-10 16:28:21 -07:00
Pedro Algarvio
318538785c Merge pull request #17311 from terminalmage/warn_until
Restore old warnings.formatwarning after workaround
2014-11-10 21:29:32 +00:00
Thomas Jackson
f24c94dd7b Pylint fixes 2014-11-10 13:03:35 -08:00
Erik Johnson
ee306e18b7 Restore old warnings.formatwarning after workaround
See https://github.com/saltstack/salt/pull/17298#issuecomment-62364647
2014-11-10 13:49:13 -06:00
Mike Place
1fd9983fc7 Merge pull request #17310 from rallytime/update_windows_pkg_doc
Add 2014.7.0 release to windows installation doc
2014-11-10 12:33:00 -07:00
Thomas S Hatch
57ddc2d0fd Merge pull request #17243 from basepi/minepublishpillar17194
Enable pillar/compound matching in mine/publish, with no pillar globbing support
2014-11-10 11:03:15 -07:00
Thomas S Hatch
6143cf3e17 Merge pull request #17304 from thatch45/hvnsweeting-fix-rabbitmq-user-state
Merge #17225
2014-11-10 11:00:20 -07:00
Colton Myers
23f7310898 Merge pull request #17306 from basepi/releasenotesoops
Fix the release notes note
2014-11-10 09:52:00 -07:00
Colton Myers
69fa6b2e3c Fix the release notes note 2014-11-10 09:51:21 -07:00
Thomas Jackson
c43ac0a4c2 remove comment from local debugging 2014-11-10 08:33:39 -08:00
Thomas Jackson
e862642ff7 Add tests for SREQ class
revert keys() change to socket dicts since we will mutate the dict on iteration
2014-11-10 08:29:58 -08:00
Thomas Jackson
4cdd0acce6 Merge branch '2014.7' of github.com:saltstack/salt into 2014.7 2014-11-10 08:20:10 -08:00
Thomas S Hatch
755400e638 Merge pull request #17279 from skweezbox/chef
Updates to chef execution module and new chef state module
2014-11-10 09:18:16 -07:00
Thomas S Hatch
6d16071ef6 Merge pull request #17271 from hvnsweeting/hvn/remove-runas-rabbitmq
remove runas in rabbitmq
2014-11-10 09:17:29 -07:00
Thomas S Hatch
5b8ea79414 fix lint 2014-11-10 09:10:03 -07:00
Thomas S Hatch
12fdf1dcbe Merge branch 'fix-rabbitmq-user-state' of https://github.com/hvnsweeting/salt into hvnsweeting-fix-rabbitmq-user-state 2014-11-10 09:09:12 -07:00
Thomas Jackson
81bdc9f9be Revert a few dict usage cleanups from #17080
Turns out our test coverage is missing a few things, upon closer inspection that change broke a few things that we don't seem to have test coverage for.
2014-11-10 07:46:46 -08:00
Pedro Algarvio
edd95d6d2f Merge pull request #17298 from terminalmage/warn_until
Suppress echoing of line in deprecation warnings
2014-11-10 10:12:19 +00:00
Erik Johnson
d509ac1aed Suppress echoing of line in deprecation warnings
This is done by replacing warnings.formatwarning with a replacement
function that ignores the "line" parameter.

This is an ugly hack, and I'm open to better suggestions.
2014-11-09 20:49:20 -06:00
Adam Mendlik
f0fddef368 Clean up lint errors 2014-11-09 16:52:35 -07:00
Pedro Algarvio
fffc90cbb3 Merge pull request #17295 from s0undt3ch/hotfix/dont-reset-template-registry
Don't reset the template registry
2014-11-09 14:18:33 +00:00
Pedro Algarvio
ed321a4898 Don't reset the template registry 2014-11-09 14:17:15 +00:00
Pedro Algarvio
0401ebfcd5 Merge pull request #17287 from jfindlay/jmoney/cp_test
unit tests for the cp execution module
2014-11-08 09:39:01 +00:00
Justin Findlay
ba1ce3dfc5 pylint fixes 2014-11-08 00:33:02 -07:00
Hung Nguyen Viet
91b8336f58 pep8 2014-11-08 08:44:00 +07:00
Hung Nguyen Viet
eee28676b9 add runas parameter for all functions 2014-11-08 08:44:00 +07:00
Hung Nguyen Viet
db8b68ab5f Revert "default run as root user because `erlexec` needs HOME env to be set"
This reverts commit ce91c65a77.

Already set user to run rabbitmq cmds in rabbitmq module to whom
salt-minion running as.
This allow to specify arbitrary user to run those cmds
but still has a saner default than 'root'.
Setting it as 'root' may not work when salt-minion does not run as 'root'.
2014-11-08 08:44:00 +07:00
Hung Nguyen Viet
6a69641b4e rabbitmq needs HOME env to be set, always set runas to set that var.
Set default user for running rabbitmq cmds to user that salt-minion runs
as. Fix #17226
2014-11-08 08:43:21 +07:00
Justin Findlay
9e9903c521 add unit tests for salt/modules/cp.py 2014-11-07 16:35:25 -07:00
Justin Findlay
0baad45a06 adding docstrs to _render_filenames 2014-11-07 16:35:01 -07:00
rallytime
4cbeebd3d0 Add 2014.7.0 release to windows installation doc 2014-11-07 15:26:28 -07:00
Nicole Thomas
5911b3ba90 Merge pull request #17277 from s0undt3ch/hotfix/pass-the-right-env-to-vt
Pass the right environ to VT's env.
2014-11-07 14:56:06 -07:00
Nicole Thomas
cc92d63ca9 Merge pull request #17276 from s0undt3ch/2014.7
Revert "Freeze the testing runtime configs at a latter stage"
2014-11-07 14:31:13 -07:00
Pedro Algarvio
366a3c72ed Pass the right environ to VT's env.
Fixes #17262
Closes #17263
2014-11-07 20:50:43 +00:00
Pedro Algarvio
31d3b7b955 Revert "Freeze the testing runtime configs at a latter stage"
This reverts commit 5da3ad341b.
2014-11-07 20:39:49 +00:00
Adam Mendlik
09999f1403 New Chef state module 2014-11-07 12:23:20 -07:00
Adam Mendlik
d346b277df Rewrite Chef execution module
1) Change cmd.run to cmd.run_all so the behavior matches
   the documentation
2) Turn colored output off
3) Remove support for postitional arguments, because they didn't
   work anyway
4) Direct log output to a file for cleaner return data
5) Wrap the calls to chef-client and chef-solo in a script command.
   Without this, the only output captured is the log (which is
   what we want to suppress). This technique gives you the information
   about which resources were updated and a summary of the run.
6) Document accepted arguments
2014-11-07 12:23:20 -07:00
Thomas S Hatch
d75472b245 Merge pull request #17268 from rallytime/remove_rc_version
Remove release candidate message from docs sidebar
2014-11-07 09:42:01 -07:00
rallytime
2396392449 Remove release candidate message from docs sidebar 2014-11-07 09:37:09 -07:00
Thomas S Hatch
597a5c0931 Merge pull request #16664 from cachedout/issue_16651
Unicode fixes in file.append and highstate outputter
2014-11-07 09:32:28 -07:00
Thomas S Hatch
9408504d53 Merge pull request #17253 from s0undt3ch/2014.7
2 of 500000
2014-11-07 09:23:44 -07:00
Joseph Hall
995b26631c Merge pull request #17257 from garethgreenaway/iptables_fixing_iptables_save
Fixes to iptables state
2014-11-07 06:20:41 -07:00
Hung Nguyen Viet
4a9457cedf refactor 2014-11-07 09:26:28 +07:00
Colton Myers
9d41b1fb39 Validate exact pillar matches for publishes master-side 2014-11-06 18:16:15 -07:00
Gareth J. Greenaway
6b707d3e05 Fixing a bug that was introduced while fixing another bug related to saving the current iptables when a rule was being managed but already existed. This fixed caused the iptables.save to run *all* the time, regardless of the state of rules had changed. This fix ensures that the save only happens when the saved rules differs from those that are in memory, and only if the save option is included. 2014-11-06 16:24:06 -08:00
Pedro Algarvio
ea89edf3d8 Switch run_ssh with run_function 2014-11-06 23:58:40 +00:00
Thomas S Hatch
1845145c19 Merge pull request #17247 from rallytime/bp-17188
Backport #17188 to 2014.7
2014-11-06 16:58:06 -07:00