Commit Graph

38562 Commits

Author SHA1 Message Date
Thomas S Hatch
cf14ef20d5 Merge branch '2014.7' into develop 2014-10-20 16:06:53 -06:00
Thomas S Hatch
a1d27b9cc5 Merge pull request #16764 from thatch45/16762
Don't allow args to be longs, msgpack does not like this and jids
2014-10-20 16:03:53 -06:00
Thomas S Hatch
9992edfdca Merge branch '2014.7' into develop
Conflicts:
	salt/loader.py
2014-10-20 15:52:31 -06:00
Thomas S Hatch
abd7910414 Merge pull request #16761 from ekristen/fix-issue-#16710
Ensure new status messages for docker layers are handled. Fix by @krak3n
2014-10-20 15:48:23 -06:00
Thomas S Hatch
8ad8fa9687 Don't allow args to be longs, msgpack does not like this and jids
should always be strings
2014-10-20 15:03:58 -06:00
Joseph Hall
94cb2f4161 Merge pull request #16763 from martynsmith/patch-1
Fix example command to one that exists
2014-10-20 14:55:17 -06:00
Martyn Smith
a899af7418 Fix example command to one that exists
Fix walkthrough to use disk.usage instead of disk.percent (which doesn't appear to exist any more).
2014-10-21 09:51:54 +13:00
Thomas S Hatch
45b88acd2d Merge pull request #16759 from thatch45/fix_salt_val
Fix #16504
2014-10-20 14:41:59 -06:00
Joseph Hall
17dbfd4a58 Merge pull request #16760 from terminalmage/docs
Improvements to releases page
2014-10-20 14:04:14 -06:00
Erik Kristensen
5319e4a76c @krak3n fix, ensure new docker states for layers are handled properly 2014-10-20 13:24:09 -06:00
Erik Johnson
af25ad1019 Improvements to releases page
This clarifies what the current stable release is. It also hides the
2014.7.0 release notes until we actually release that version.
2014-10-20 14:11:51 -05:00
Thomas S Hatch
8d29625076 Fix #16504
This is a deep fix, we need to test it thoroghly
2014-10-20 12:41:57 -06:00
Mike Place
2d31941749 Merge pull request #16758 from rallytime/docs_fix
Fix small typo in fedora installation docs
2014-10-20 12:10:05 -06:00
rallytime
559ed2906b Fix small typo in fedora installation docs 2014-10-20 12:06:46 -06:00
Joseph Hall
cf8420e671 Merge pull request #16757 from hulu/dir-shadowing
fileserver.s3fs: avoid shadowing dir() built-in
2014-10-20 11:36:30 -06:00
Nicole Thomas
98cad59004 Merge pull request #16750 from colinbjohnson/boto_vpc_doc_updates
boto_vpc documentation updates
2014-10-20 11:34:21 -06:00
Chris Rebert
20de52366c fileserver.s3fs: avoid shadowing dir() built-in 2014-10-20 10:09:53 -07:00
Thomas S Hatch
3cf0cfb61d Merge branch '2014.7' into develop 2014-10-20 09:20:37 -06:00
Mike Place
038d26491d Merge pull request #16754 from UtahDave/develop
remove experimental designation
2014-10-20 08:13:01 -06:00
David Boucha
aabc23924a remove experimental designation 2014-10-20 08:11:54 -06:00
Colin Johnson
760b189d0c boto_vpc documentation updates 2014-10-20 05:41:44 +00:00
Thomas S Hatch
dc68835866 Merge pull request #16743 from s0undt3ch/hotfix/repetitive-random-ssh-remote-dir
Improve default randomness of thin directory
2014-10-19 19:56:55 -06:00
Thomas S Hatch
f49282b0e8 Merge pull request #16747 from s0undt3ch/hotfix/add-last-EOF-to-shim
Add last `EOF` to shim deployment code
2014-10-19 19:50:01 -06:00
Thomas S Hatch
ac9089e6f1 Merge pull request #16746 from s0undt3ch/develop
Merge branch '2014.7' forward into develop
2014-10-19 19:48:32 -06:00
Pedro Algarvio
45604d7f77 Merge pull request #16749 from terminalmage/gitfs-docs
Add further clarification that gitfs auth is pygit2-only
2014-10-19 23:03:43 +01:00
Erik Johnson
13a92bde69 Add further clarification that gitfs auth is pygit2-only 2014-10-19 17:01:13 -05:00
Pedro Algarvio
f2c23ab4fe Use salt.utils.fopen() 2014-10-19 20:16:18 +01:00
Pedro Algarvio
edf7da8729 Fix bad merge conflict fix 2014-10-19 20:10:12 +01:00
Pedro Algarvio
c05f42e54a Add last EOF to shim deployment code 2014-10-19 19:21:10 +01:00
Pedro Algarvio
229eb00e8d Merge branch '2014.7' forward into develop
Conflicts fixed.

Conflicts:
	salt/loader.py
	salt/returners/carbon_return.py
	salt/returners/couchbase_return.py
	salt/returners/couchdb_return.py
	salt/returners/elasticsearch_return.py
	salt/returners/local_cache.py
	salt/returners/memcache_return.py
	salt/returners/mongo_future_return.py
	salt/returners/mongo_return.py
	salt/returners/mysql.py
	salt/returners/odbc.py
	salt/returners/postgres.py
	salt/returners/redis_return.py
	salt/returners/smtp_return.py
	salt/returners/sqlite3_return.py
	salt/states/dockerio.py
	salt/utils/minions.py
2014-10-19 18:21:19 +01:00
Seth House
6486772151 Merge pull request #16670 from felskrone/extend_wheel_key
Extend wheel.key with match_dicts
2014-10-19 09:19:45 -06:00
Thomas S Hatch
3f239422e5 Merge pull request #16742 from terminalmage/fix-broken-gitfs
Fix bad auth param handling in gitfs
2014-10-18 20:01:15 -06:00
Pedro Algarvio
3654294512 Improve default randomness of thin directory
This will reduce the usage of ``--rand-thin-dir` since the FQDN of the
machine is also included in the remote temporary directory name.
2014-10-18 23:53:40 +01:00
Erik Johnson
90ba9b8a43 Add notice that per-remote auth params are not supported in GitPython 2014-10-18 17:36:51 -05:00
Erik Johnson
9c9884f800 Be more explicit about auth only being supported in pygit2
Also, don't let Salt use a badly-configured remote.
2014-10-18 17:13:58 -05:00
Erik Johnson
f9d9e1ab8c Revert "gitfs: accept per-remote auth params (fixes #16698)"
This reverts commit 751b582b45.
2014-10-18 16:40:03 -05:00
Pedro Algarvio
ab40ca804f Merge pull request #16736 from thatch45/cp_ssh
Add cp module to ssh
2014-10-18 21:00:15 +01:00
Pedro Algarvio
9db814db2f Merge pull request #16737 from thatch45/notes_2014.7
Add salt-ssh to release notes
2014-10-18 20:59:22 +01:00
Thomas S Hatch
809a277fdb lint 2014-10-18 09:29:19 -06:00
Thomas S Hatch
2e9b63ed31 Add notes on cp module and -W/w 2014-10-18 09:24:31 -06:00
Thomas S Hatch
6257538236 Merge branch '2014.7' into notes_2014.7 2014-10-18 08:52:50 -06:00
Thomas S Hatch
71f9687364 clean up returns and fix shell ref 2014-10-18 08:47:51 -06:00
Thomas S Hatch
c34e5e51c7 fill out basic cp functions 2014-10-18 08:21:07 -06:00
Thomas S Hatch
a06ed6d151 Merge pull request #16733 from thatch45/ex_file_refs
Allow extra file refs to be defined in opts and saltfile per #9878
2014-10-17 18:28:03 -06:00
Thomas S Hatch
ac9c3fe479 Merge pull request #16563 from mzdaniel/16271-ssh-SLS-custom-module
Added salt-ssh integration test for custom module within SLS
2014-10-17 17:36:07 -06:00
Thomas S Hatch
a107592e2b Add initial cp module wrapper for ssh 2014-10-17 17:29:28 -06:00
Daniel Mizyrycki
e421aff68d Fix lint 2014-10-17 15:39:49 -07:00
Daniel Mizyrycki
54738d0ff5 Added salt-ssh integration test for custom module within SLS 2014-10-17 15:39:49 -07:00
Thomas S Hatch
63f3f6ab8d Merge branch '2014.7' into ex_file_refs
Conflicts:
	salt/client/ssh/wrapper/state.py
2014-10-17 15:56:21 -06:00
Thomas S Hatch
d8bb9488ec Merge pull request #16732 from thatch45/ssh_cache_rm
remove option for now defunct --no-minion-cache
2014-10-17 15:54:51 -06:00