Commit Graph

36218 Commits

Author SHA1 Message Date
Erik Johnson
b261c663fa Add notice of new packages for Helium release 2014-10-23 11:48:40 -05:00
Joseph Hall
7c7787ce15 Merge pull request #16824 from cachedout/issue_16413
Don't let YAML have a newline party
2014-10-22 18:01:01 -06:00
Mike Place
6cb536045a Don't let YAML have a newline party
YAML thought it would be super-helpful to break up a long string into
newlines. It was not that helpful.

Fixes #16413
2014-10-22 16:54:23 -06:00
Colton Myers
fb2ae7cfbf Merge pull request #16822 from whiteinge/doc-reactor-changes
Added versionadded and versionchanged directives to Reactor docs
2014-10-22 15:08:39 -06:00
Seth House
1faec87514 Added versionadded and versionchanged directives to Reactor docs
Also reworded and cross-linked the client interfaces docs.
2014-10-22 15:07:05 -06:00
Erik Johnson
86078aea8c Normalize release notes with develop branch 2014-10-22 14:42:37 -05:00
Nicole Thomas
16a011860d Merge pull request #16806 from s0undt3ch/2014.7
Reuse `_check_cache_minions` in `_check_grain_pcre_minions`.
2014-10-21 19:29:09 -06:00
Nicole Thomas
5263db9dd5 Merge pull request #16804 from s0undt3ch/hotfix/bootstrap-script
Update the bootstrap script to the latest stable release v2014.10.21
2014-10-21 17:04:29 -06:00
Pedro Algarvio
862a56799e Reuse _check_cache_minions in _check_grain_pcre_minions. 2014-10-21 23:42:09 +01:00
Pedro Algarvio
4d2956ca22 Update the bootstrap script to the latest stable release v2014.10.21
* Fix path to python on FreeBSD. Thanks Pavel Snagovsky(@paha)
* Fix syndic installation on RHEL based installations. Thanks @markgaylard.
* Properly detect the git checkout `basename` directory instead of hard coding it. Thanks Howard Mei(@HowardMei).
* Allow installing ZMQ for SaltStack's COPR repository.
* Allow installing ZMQ4/PyZMQ14 from Chris Lea's PPA repository.
2014-10-21 23:20:44 +01:00
Nicole Thomas
ff1646e451 Merge pull request #16769 from rallytime/jid_str_test
Test long jid passed on CLI
2014-10-21 15:50:29 -06:00
Nicole Thomas
598a35f973 Merge pull request #16796 from rallytime/bp-16704
Backport #16704 to 2014.7
2014-10-21 15:50:12 -06:00
Cimarron Mittelsteadt
43fea4f3ea TST: Updated mac_user tests for modifications to OS release handling 2014-10-21 15:00:58 -06:00
Cimarron Mittelsteadt
0fa54ed42b BUG: fixes a bug where the check for versions numbers fails to work for versions a.b where b>=10 2014-10-21 15:00:58 -06:00
Thomas S Hatch
3a31ac4aa4 Merge pull request #16791 from cachedout/issue_16782
Be safe about removing minion ids
2014-10-21 14:10:55 -06:00
Thomas S Hatch
e17b3ce194 Merge pull request #16789 from cachedout/issue_16783
Send correct tgt_type
2014-10-21 14:10:29 -06:00
Mike Place
c7e8e59fc6 Be safe about removing minion ids
Closes #16782
2014-10-21 13:17:06 -06:00
Mike Place
af3b22f93c Send correct tgt_type
Fixes #16783
2014-10-21 13:07:44 -06:00
rallytime
ed37dde094 Pylint fix 2014-10-20 21:21:01 -06:00
rallytime
3020b2084b Test long jid passed on CLI 2014-10-20 16:53:56 -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
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
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
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
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
c05f42e54a Add last EOF to shim deployment code 2014-10-19 19:21:10 +01: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