micahhausler
|
26bbff4ebc
|
Added documentation of global variables and example code
This example makes use of the updated global "dunder" variables
updated in #7121
|
2013-09-11 12:17:52 -04:00 |
|
Joseph Hall
|
d2f1215971
|
Merge pull request #7170 from hulu/filename-instead-of-file
ssh: rename file => filename, to not shadow the built-in
|
2013-09-11 05:38:00 -07:00 |
|
Joseph Hall
|
a794d1c0d2
|
Merge pull request #7171 from hulu/unused-git-pillar-imports
rm unused imports in git pillar
|
2013-09-11 05:37:32 -07:00 |
|
Joseph Hall
|
884599312d
|
Merge pull request #7168 from hulu/alternatives-set-func-alias
add __func_alias__ for modules.alternatives.set()
|
2013-09-11 05:37:10 -07:00 |
|
Joseph Hall
|
87ea12fd28
|
Merge pull request #7169 from hulu/func-aliases
add more func aliases to avoid shadowing built-ins
|
2013-09-11 05:36:42 -07:00 |
|
Joseph Hall
|
5732ad15db
|
Merge pull request #7173 from cvrebert/patch-3
honor `profile` arg to modjk.list_running_members()
|
2013-09-11 05:36:15 -07:00 |
|
Joseph Hall
|
3d9c25d7ad
|
Merge pull request #7174 from hulu/upstart-full-restart-kwargs
rm **kwargs from modules.upstart.full_restart()
|
2013-09-11 05:35:50 -07:00 |
|
Joseph Hall
|
76f437eb68
|
Merge pull request #7166 from cvrebert/patch-1
cmdmod: `if`, not `elif`; CWD validity check shouldn't be Windows-only
|
2013-09-11 05:35:13 -07:00 |
|
Joseph Hall
|
46c301eb8d
|
Merge pull request #7165 from cvrebert/patch-2
cmdmod: rm redundant check that CWD is a directory
|
2013-09-11 05:34:48 -07:00 |
|
Joseph Hall
|
ab0ad7a1fc
|
Merge pull request #7167 from hulu/trailing-whitespace-must-die
fix all pylint trailing-whitespace errors
|
2013-09-11 05:34:19 -07:00 |
|
Joseph Hall
|
f772bd4dcd
|
Merge pull request #7172 from hulu/keystone-unused-imports
rm unused imports in states.keystone
|
2013-09-11 05:33:39 -07:00 |
|
Pedro Algarvio
|
a8e70d527e
|
List pip from the right place.
|
2013-09-11 10:54:43 +01:00 |
|
Pedro Algarvio
|
d821550e59
|
Merge pull request #7176 from nvx/pyglobalfix
Fix for issue #7121 - Changed py renderer global variables to be consistent with pydsl
|
2013-09-11 02:43:52 -07:00 |
|
Tiernan Messmer
|
d660b5f8c9
|
Changed global variables for py renderer to be consistent with pydsl variable names.
|
2013-09-11 17:18:19 +10:00 |
|
Chris Rebert
|
b74ca98504
|
rm **kwargs from modules.upstart.full_restart()
|
2013-09-11 00:04:59 -07:00 |
|
Chris Rebert
|
32d3abd8f1
|
honor profile arg to modjk.list_running_members()
|
2013-09-10 23:05:04 -07:00 |
|
Chris Rebert
|
54850daa60
|
rm unused imports in states.keystone
|
2013-09-10 23:01:21 -07:00 |
|
Chris Rebert
|
1171f2a017
|
rm unused imports in git pillar
|
2013-09-10 22:56:50 -07:00 |
|
Chris Rebert
|
bf2c8ee467
|
ssh: rename file => filename, to not shadow the built-in
|
2013-09-10 22:17:58 -07:00 |
|
Chris Rebert
|
b39248132e
|
add more func aliases to avoid shadowing built-ins
|
2013-09-10 22:10:29 -07:00 |
|
Chris Rebert
|
3c75be9c3d
|
add __func_alias__ for modules.alternatives.set()
avoid shadowing the built-in type
|
2013-09-10 22:00:48 -07:00 |
|
Chris Rebert
|
6c7e30b4d6
|
fix all pylint trailing-whitespace errors
|
2013-09-10 21:38:14 -07:00 |
|
Chris Rebert
|
2c8d74edbd
|
cmdmod: should be if , not elif ; CWD validity check shouldn't be Windows-only
|
2013-09-10 21:22:00 -07:00 |
|
Chris Rebert
|
67b48c0f93
|
cmdmod: rm redundant check that CWD is a directory
already performing that check on new line # 329
|
2013-09-10 21:17:26 -07:00 |
|
Thomas S Hatch
|
e644de7e76
|
Merge pull request #7164 from dlanderson/fix_issue_7154
Fix #7154 - cmd.* should fail when cwd does not exist
|
2013-09-10 21:11:30 -07:00 |
|
Thomas S Hatch
|
4ab8d5eba5
|
Merge pull request #7161 from cvrebert/kwargs_warn_until
Add kwargs_warn_until() function
|
2013-09-10 21:10:51 -07:00 |
|
Thomas S Hatch
|
ecbdff7148
|
Cap s
|
2013-09-10 22:09:49 -06:00 |
|
Thomas S Hatch
|
57a0dbd864
|
Merge pull request #7160 from terminalmage/issue7154
Fix traceback when cwd does not exist
|
2013-09-10 21:09:24 -07:00 |
|
Thomas S Hatch
|
8b8db1b898
|
Merge pull request #7147 from benhosmer/develop
Add option to allow SVN to trust server identity.
|
2013-09-10 21:08:43 -07:00 |
|
Thomas S Hatch
|
80f4aff88c
|
Merge pull request #7143 from s0undt3ch/hotfix/pip-tests
Adapt and fix the changes from #6833
|
2013-09-10 21:08:06 -07:00 |
|
Thomas S Hatch
|
e2ece028d9
|
Merge pull request #7137 from jesusaurus/call/id
Allow salt-call to specify alternate minion id
|
2013-09-10 21:07:37 -07:00 |
|
Erik Johnson
|
8364380d17
|
Catch OSError, IOError when attempting to spawn subprocess
|
2013-09-10 22:28:37 -05:00 |
|
Erik Johnson
|
4b8e3d93ec
|
Fix traceback when cwd does not exist
Fixes #7154.
|
2013-09-10 22:09:27 -05:00 |
|
David Anderson
|
415661d075
|
Fix wonky spacing
|
2013-09-10 21:08:36 -06:00 |
|
David Anderson
|
9163d2a00f
|
Fix test description
|
2013-09-10 21:03:35 -06:00 |
|
David Anderson
|
d5d0aba61e
|
Fix #7154 - cmd.* should fail when cwd does not exist
|
2013-09-10 20:57:41 -06:00 |
|
Joseph Hall
|
6558fe7e5d
|
Merge pull request #7163 from mgwilliams/utils-network
salt.utils.network: fix regex
|
2013-09-10 19:25:09 -07:00 |
|
Matthew Williams
|
6b76963d07
|
salt.utils.network: fix regex
|
2013-09-11 01:34:44 +00:00 |
|
Chris Rebert
|
90f257df13
|
add salt.utils.kwargs_warn_until()
|
2013-09-10 17:12:25 -07:00 |
|
Chris Rebert
|
0412485194
|
grammar fix in salt.utils.warn_until docstring
|
2013-09-10 16:27:33 -07:00 |
|
Joseph Hall
|
53bb39a2a3
|
Merge pull request #7158 from KennethWilke/develop
More Keystone tenant stuff
|
2013-09-10 15:41:32 -07:00 |
|
KennethWilke
|
c9dacb07dd
|
fixed user tenant updating
|
2013-09-10 17:21:13 -05:00 |
|
KennethWilke
|
4338062da7
|
Tenant deletion in keystone modules
|
2013-09-10 16:40:20 -05:00 |
|
Joseph Hall
|
978ea4ed13
|
Merge pull request #7155 from terminalmage/docs
Add note regarding PATH issues to FAQ
|
2013-09-10 14:00:46 -07:00 |
|
Erik Johnson
|
3d3c2fefb8
|
Add note regarding PATH issues to FAQ
|
2013-09-10 15:59:10 -05:00 |
|
Thomas S Hatch
|
5bd251eab1
|
Merge pull request #7153 from dlanderson/fix_issue_6800
Fix issue 6800. cwd=target was being passed to _run_check which blew up ...
|
2013-09-10 12:56:04 -07:00 |
|
David Anderson
|
b383440302
|
Fix issue 6800. cwd=target was being passed to _run_check which blew up if target dir did not already exist.
|
2013-09-10 13:45:30 -06:00 |
|
Pedro Algarvio
|
725acec48b
|
track_processes is no longer a valid `kwarg'.
|
2013-09-10 17:49:38 +01:00 |
|
Joseph Hall
|
33474d7933
|
Merge pull request #7148 from holmboe/postgres-eof-marker
Add missing EOF marker
|
2013-09-10 06:58:41 -07:00 |
|
Henrik Holmboe
|
990a260a3e
|
Add missing EOF marker
|
2013-09-10 15:30:09 +02:00 |
|