Rupesh Tare
24536cca64
implemented unit test cases for logadm module
2015-01-30 18:28:17 +05:30
Mike Place
2988b0d13f
Merge pull request #20232 from jacksontj/saltnado
...
Remove unecessary finish() calls
2015-01-29 19:34:53 -07:00
Thomas Jackson
641c76edb4
Remove unecessary finish() calls
...
finish() only needs to be called after functions with @asynchronous decorators, coroutines don't count
2015-01-29 17:58:30 -08:00
Mike Place
fcec870e36
Merge pull request #20213 from cachedout/expected_args
...
Add username/password to expected args
2015-01-29 14:47:36 -07:00
Mike Place
449e991e76
Add username/password to expected args
...
Fixes many broken netapi functions, such as wheel.key.list_all
2015-01-29 13:41:22 -07:00
Nicole Thomas
bf9c989858
Merge pull request #20178 from jacksontj/saltnado
...
Saltnado performance improvements
2015-01-29 12:42:54 -07:00
Thomas Jackson
8ea041b0ca
Massive speedup to saltnado
...
This mixin was creating 3 localclients and 1 runner client per request-- which takes ~6s. Now we build the set of clients once per process
2015-01-29 10:32:58 -08:00
Thomas S Hatch
1fc9a52ead
Merge pull request #20186 from makinacorpus/f
...
Add a compat layer on zc.buildout state.
2015-01-29 10:40:14 -07:00
Thomas S Hatch
50aeea25a2
Merge pull request #20183 from jayeshka/htpasswd-unit-test
...
adding htpasswd unit test case
2015-01-29 10:39:55 -07:00
Thomas S Hatch
6a6bc56958
Merge pull request #20181 from jayeshka/hipchat-unit-test
...
adding hipchat test case
2015-01-29 10:39:36 -07:00
Thomas S Hatch
9698e49930
Merge pull request #20180 from jayeshka/guestfs-unit-test
...
adding guestfs unit test case
2015-01-29 10:39:20 -07:00
Thomas S Hatch
a525c43e9b
Merge pull request #20179 from russellballestrini/hg-identity-refactor
...
Added hg identity argument to state and module
2015-01-29 10:38:43 -07:00
Thomas S Hatch
b469df1b28
Merge pull request #20172 from jacksontj/develop
...
Fix for #20170
2015-01-29 10:32:38 -07:00
Thomas S Hatch
504cbd97c6
Merge pull request #20171 from plastikos/develop
...
Minor: Improve thin and shim warnings and comments.
2015-01-29 10:31:00 -07:00
Mike Place
d6250e9206
Merge pull request #20202 from cachedout/log_flaky_zmq_test
...
Add some logging to flaky test
2015-01-29 10:29:39 -07:00
Mike Place
d772ddb2bf
Add some logging to flaky test
...
We need to see what's happening in the echo server to figure out why
this occasionally fails.
2015-01-29 10:27:31 -07:00
Mathieu Le Marec - Pasquet
8cbeeff3df
Lint
2015-01-29 17:40:51 +01:00
Jayesh Kariya
0b1bade648
resolved the error
2015-01-29 16:00:21 +05:30
Mathieu Le Marec - Pasquet
8a99dc4af5
Add a compat layer on zc.buildout state.
...
This fixes #20184
2015-01-29 11:11:32 +01:00
Jayesh Kariya
8cedb4b71d
adding htpasswd unit test case
2015-01-29 14:49:32 +05:30
Jayesh Kariya
2ab996d135
adding hipchat test case
2015-01-29 14:25:25 +05:30
Jayesh Kariya
acf1f5ffc6
adding guestfs unit test case
2015-01-29 14:18:38 +05:30
Thomas Jackson
c89262c758
Lazily load functions, since lots of clients don't even execute runners
2015-01-28 20:20:15 -08:00
Russell Ballestrini
eaf87e63ec
modified: salt/modules/hg.py
2015-01-28 23:14:30 -05:00
Cimarron Mittelsteadt
acaafda038
BUG: Removed extra quotes in hg.clone (not needed as cmd is already split as list) which was causing hg to abort on non-local repos like "ssh://...."
2015-01-28 23:06:39 -05:00
Russell Ballestrini
3763e056f2
Added hg identity argument to state and module
...
We now support supplying a private SSH key path for authentication.
modified: salt/modules/hg.py
modified: salt/states/hg.py
2015-01-28 22:57:50 -05:00
Thomas Jackson
975dee5bdd
Remove test as well
2015-01-28 17:25:35 -08:00
Thomas Jackson
1547906c95
Remove grains outputter
...
Its been broken for ~8 months (or more), and its been falling back to nested. Since nested does (IMO) a better job displaying the data and is generic, there is no reason to get this working-- esp since we've already "deprecated" it, by it not working
2015-01-28 17:07:45 -08:00
Thomas Jackson
aa8b694632
Some more cleanup to grains outputter, closer to working
2015-01-28 16:57:49 -08:00
Thomas Jackson
79516222cc
Fix for #20170
...
fix bug introduced in e806ae98fc
2015-01-28 16:44:05 -08:00
Thomas S Hatch
28b584a595
Merge pull request #20133 from gweis/develop
...
webutil.useradd throws exception KeyError: 'out'
2015-01-28 15:43:28 -07:00
Mike Place
64ced62848
Merge pull request #20166 from cachedout/reactor_exc_catch
...
Catch all exceptions in reactor
2015-01-28 15:28:46 -07:00
Mike Place
cd2aa33d8c
Catch all exceptions in reactor
...
There is a possible bug wherein uncaught exceptions seem to make zmq3
tip over when threading is involved. This is an attempt to prevent that
from happening. (The cause of the exceptions will need to be
investigated as well, most specifically wheel.key)
2015-01-28 15:22:58 -07:00
Thayne Harbaugh
6fc4cd1c50
Minor: Improve thin and shim warnings and comments.
2015-01-28 15:15:38 -07:00
Thomas S Hatch
04288b341d
Merge pull request #20161 from cachedout/api_runner_defaults
...
Init default args/kwargs if none are supplied in netap
2015-01-28 15:05:50 -07:00
Thomas S Hatch
29ac504a93
Merge pull request #20142 from quantonganh/tls-module-cert-extensions
...
Allow to add extensions to a certificate
2015-01-28 14:59:58 -07:00
Thomas S Hatch
7cb71df473
Merge pull request #20134 from gerl1ng/extend-mysql-state-documentation
...
Extended mysql_user and mysql_grants documentation
2015-01-28 14:57:43 -07:00
Thomas S Hatch
89d47feb04
Merge pull request #20118 from kitsemets/fix-unless-in-cmd-state
...
salt.states.cmd: fixed 'unless' behaviour in case of multiple commands are given
2015-01-28 14:49:26 -07:00
Thomas S Hatch
54c472bf3a
Merge pull request #20099 from matyunin/develop
...
Code block start comment typo
2015-01-28 14:47:29 -07:00
Thomas S Hatch
f71714f212
Merge pull request #19729 from jacksontj/develop
...
Runner compatibility
2015-01-28 14:29:42 -07:00
Mike Place
b4c5b4fc94
Init default args/kwargs if none are supplied in netap
2015-01-28 14:10:15 -07:00
Nicole Thomas
16da23c5e7
Merge pull request #20139 from jayeshka/drbd-unit-test
...
adding drbd unit test case
2015-01-28 12:40:58 -07:00
Nicole Thomas
77e71fdd6e
Merge pull request #20127 from cachedout/doc_outputter
...
Use the nested outputter to display docs with -d
2015-01-28 12:32:43 -07:00
Nicole Thomas
5b8dd2a1f1
Merge pull request #20153 from rallytime/merge_20144
...
Merge #20144 with pylint fix
2015-01-28 12:16:24 -07:00
Nicole Thomas
be9cac8fd1
Merge pull request #20146 from rupeshta/key_unit_tests
...
implemented unit test cases for key module
2015-01-28 12:13:00 -07:00
rallytime
ec7ece47ca
Whitespace fix
2015-01-28 12:09:33 -07:00
Nicole Thomas
cfe10ed9d6
Merge pull request #20140 from jayeshka/glusterfs-unit-test
...
adding glusterfs unit test case
2015-01-28 08:58:58 -07:00
Mike Place
2ee0118e1f
Merge pull request #20147 from cachedout/fix_sed_tests
...
Fix sed test
2015-01-28 06:33:23 -07:00
Mike Place
3dcc41de39
Fix sed test
2015-01-28 06:30:39 -07:00
Rupesh Tare
ac4dd17c95
implemented unit test cases for key module
2015-01-28 18:42:31 +05:30