Commit Graph

45000 Commits

Author SHA1 Message Date
Colton Myers
6e7df06e05 Remove code as instructed by @jfindlay 2015-02-06 13:13:30 -07:00
Colton Myers
56520f4ac9 Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.2
Conflicts:
	conf/minion
	salt/modules/cron.py
	salt/modules/pip.py
	salt/modules/tls.py
2015-02-06 13:00:14 -07:00
Thomas S Hatch
94b1316811 Merge pull request #20462 from thatch45/schedule_track
Add minute granular start time
2015-02-06 10:36:15 -07:00
Thomas S Hatch
15b1a459ba Merge pull request #20445 from whiteinge/doc-preseed-key-links
Add cross-refs to other ways to preseed minion keys
2015-02-06 10:34:37 -07:00
Thomas S Hatch
b40bfae919 Merge pull request #20440 from techhat/pageropts
Ensure that creds is a dict (pagerduty)
2015-02-06 10:31:21 -07:00
Thomas S Hatch
91e2b6db93 Merge pull request #20424 from techhat/thinrequests
Remove requests from the thin tarball
2015-02-06 10:30:47 -07:00
Mike Place
c96b4725ae Merge pull request #20465 from cachedout/safemode_config
Fix mismatched config value for auth_safemode
2015-02-06 08:51:40 -07:00
Mike Place
f9cb6cdeeb Fix mismatched config value for auth_safemode
The actual default is false.

Closes #19945
2015-02-06 09:19:10 -07:00
Nicole Thomas
193a8138fd Merge pull request #20460 from rallytime/pylint_15_PR_cleanup
Clean up some pylint on 2015.2
2015-02-06 08:46:15 -07:00
Thomas S Hatch
9b70bfcf66 use utc time 2015-02-06 08:27:57 -07:00
Thomas S Hatch
f335d92d04 Add minute granular start time 2015-02-06 08:23:46 -07:00
rallytime
db612d0b81 Clean up some pylint on 2015.2
This way PRs against 2015.2 will be a little happier
2015-02-06 07:58:26 -07:00
Nicole Thomas
2aec7ddd24 Merge pull request #20434 from rallytime/bp-20427
Backport #20427 to 2015.2
2015-02-06 07:53:25 -07:00
Nicole Thomas
debb844cca Merge pull request #20433 from rallytime/bp-20386
Backport #20386 to 2014.7
2015-02-06 07:52:23 -07:00
Mike Place
33cfeb6b01 Merge pull request #20448 from whiteinge/doc-sse-tag-field
Clarify and update SSE example docs
2015-02-05 20:40:14 -07:00
C. R. Oldham
a0ab98d1ab Merge pull request #20437 from cro/linode-python-driver
Add salt-cloud driver backed by linode-python.
2015-02-05 20:38:28 -07:00
Seth House
7916bb625e Note non-standard SSE tag field; update examples for new event tag style
The addition in a720149 was incorrect. The SSE spec has an optional
field called 'event' not 'tag' which specifies the event type.

Unfortunately the EventSource client can only subscribe to either all
events without a type or to events with a specified type. There is no
way to subscribe to all events with varying types. The best workaround
is to keep the tag in the event data, subscribe to all events, and
filter on tags manually.

Fortunately the SSE spec specifies that unknown fields should be ignored
so this addition is still useful for clients that don't mind deviating
from the spec and we can keep from breaking backward-compat.
2015-02-05 20:24:13 -07:00
C. R. Oldham
e22f591a33 Pylint 2015-02-05 19:58:05 -07:00
C. R. Oldham
be96900477 Pylint 2015-02-05 19:42:11 -07:00
Seth House
da45f63b9f Fixed incorrect rST cross-ref 2015-02-05 19:15:46 -07:00
Seth House
15936658ba Added cross-references to other ways to preseed minion keys 2015-02-05 19:15:46 -07:00
Joseph Hall
967191f6ef Merge pull request #20442 from rallytime/pylint_seven
Fix etcd_return pylint error
2015-02-05 17:57:19 -07:00
C. R. Oldham
ba66f44bd9 Pylint 2015-02-05 17:24:01 -07:00
rallytime
e4d8db4160 Fix etcd_return pylint error 2015-02-05 16:42:41 -07:00
Joseph Hall
89d3cc2944 Ensure that creds is a dict (pagerduty) 2015-02-05 16:20:05 -07:00
C. R. Oldham
30c92061a0 Fix pylint 2015-02-05 22:50:49 +00:00
Mike Place
864a674e0e Merge pull request #20438 from basepi/cmdrunerrors
Return the data from cmd.run with cmd.shell
2015-02-05 15:39:12 -07:00
Colton Myers
084b0c81b0 Return the data from cmd.run with cmd.shell 2015-02-05 15:37:37 -07:00
C. R. Oldham
86d389de4b Add salt-cloud driver for linode-python binding library 2015-02-05 22:17:24 +00:00
Thomas S Hatch
79b3f0d7d0 Merge pull request #20430 from kim0/freebsd-status-is-done
FreeBSD support for module status .. is done (fixes #20045)
2015-02-05 14:07:16 -07:00
Kaithar
cd5d70ca6e Compare against None rather than basing off anything that evaluates true 2015-02-05 14:03:52 -07:00
Thomas S Hatch
ed640db3e5 Merge pull request #20398 from basepi/merge-forward-2015.2
Merge forward from 2014.7 to 2015.2
2015-02-05 14:02:30 -07:00
Thomas S Hatch
7943a60954 Merge pull request #20377 from Unity-Technologies/pass-envs-virtualenv
Added the ability to pass env_vars to pip via the virtualenv.managed sta...
2015-02-05 14:01:47 -07:00
Mike Place
bc99eb80eb Don't run cron as a user with -u on Linux
Fixes #19916
2015-02-05 13:57:11 -07:00
Thomas S Hatch
43b59d72dc Merge pull request #20342 from atbell/GH-20322_fix_cert_creation_in_tls_module
Fixes #20322, check for existing cert, return CN (not ca_name)
2015-02-05 13:48:26 -07:00
Ahmed Kamal
3bbcd60eb4 FreeBSD support for module status .. is done 2015-02-05 22:32:22 +02:00
Joseph Hall
fc22ca5790 Merge pull request #20389 from jfindlay/fix_pip_venv
fix pip venv regression, deprecate activate param
2015-02-05 12:51:15 -07:00
Joseph Hall
03166a2630 Merge pull request #20410 from jodv/2015.2
Backport: fix syndic getting user from kwarg
2015-02-05 12:45:31 -07:00
Joseph Hall
aee80341b7 Merge pull request #20368 from kaithar/feature/smarter-value-extraction
Make the value extraction a little smarter.
2015-02-05 12:41:24 -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
Joseph Hall
35f45f7fcc Merge pull request #20405 from rallytime/bp-14834
Backport #14834 to 2014.7
2015-02-05 12:23:42 -07:00
Nicole Thomas
9e74a0c200 Merge pull request #20409 from jfindlay/fix_ssh_tests
only add successfully generated ssh keys to config
2015-02-05 12:22:07 -07:00
Joseph Hall
66b27d9c6c Merge pull request #20344 from jfindlay/fix_npm_names
allow upper case letters in npm package names
2015-02-05 12:20:53 -07:00
Joseph Hall
7832960a87 Merge pull request #20397 from kim0/freebsd-status.diskstats
Freebsd status.diskstats
2015-02-05 12:19:05 -07:00
Joseph Hall
b34b53e5b2 Merge pull request #20388 from kim0/freebsd-status.netstats
Implement freebsd status.netstats
2015-02-05 12:16:46 -07:00
Joseph Hall
28947ff0e7 Merge pull request #20391 from kim0/freebsd-status.vmstat
Implement freebsd status.vmstats
2015-02-05 12:15:31 -07:00
Joseph Hall
0764519c62 Merge pull request #20423 from techhat/useragent
Add user-agent to salt.utils.http
2015-02-05 12:06:44 -07:00
Joseph Hall
b0eb161424 Merge pull request #20361 from cachedout/ramfs_size
Don't remount ramfs on size change
2015-02-05 12:05:54 -07:00
Joseph Hall
e11ca9e3bc Merge pull request #20336 from Unity-Technologies/osx-archive-user
Fixed extracting an archive as a given user
2015-02-05 12:04:53 -07:00
Joseph Hall
9c234c49ad Merge pull request #20403 from kim0/freebsd-status.diskusage
Implement freebsd status.diskusage
2015-02-05 11:53:08 -07:00