Commit Graph

46328 Commits

Author SHA1 Message Date
Rob Messick
4a042114ee Add method list_upgrades (modeled on the salt.modules.pip). Calls 'gem outdated' and returns a dictionary containing gem names and the version number of the latest gem. 2015-02-03 20:39:29 -08:00
Rob Messick
70be021ebd Log and raise CommandExecutionError if gem command retcode != 0 2015-02-03 19:43:48 -08:00
Rob Messick
0375df0f38 import logging and setup logger 2015-02-03 18:50:38 -08:00
Nicole Thomas
bc0cbb7447 Merge pull request #20354 from jfindlay/fix_iptables_test
Fix iptables test
2015-02-03 15:27:48 -07:00
Nicole Thomas
9937702767 Merge pull request #20338 from pakdel/mssql
MS SQL Execution module
2015-02-03 14:03:31 -07:00
Justin Findlay
334245170a add mocks to fix test when iptables cmd is absent 2015-02-03 13:22:22 -07:00
Justin Findlay
cc2f6c9c54 normalizing iptables.check for easier testing 2015-02-03 13:22:14 -07:00
Amir Pakdel
633586481e PyLint adjustments in modules/mssql.py 2015-02-03 15:10:18 -05:00
Mike Place
c0a10789eb Merge pull request #20281 from MrMarvin/fix/eauth_group_permissions_mess
fixes a bug which broke eauth with group permissions
2015-02-03 12:18:55 -07:00
Mike Place
168df9d3ad Merge pull request #20339 from salekseev/fix/fluent_log_handler_race_condition
Fixed race condition in fluent_log_handler
2015-02-03 12:12:25 -07:00
Nicole Thomas
f82e2fd6b9 Merge pull request #20343 from rallytime/fix_keyboard_tests
Make sure all exits are blocked and mocked
2015-02-03 11:44:30 -07:00
Amir Pakdel
f6a4457f7c Even more PyLint adjustments in modules/mssql.py 2015-02-03 13:42:03 -05:00
Amir Pakdel
e50e4953bc PyLint adjustments in modules/mssql.py 2015-02-03 12:41:20 -05:00
rallytime
19680fc6a4 Make sure all exits are blocked and mocked 2015-02-03 10:28:29 -07:00
Amir Pakdel
576c518dd9 PyLint adjustments in modules/mssql.py 2015-02-03 11:59:49 -05:00
Stas Alekseev
32d0e8d028 Fixed race condition in fluent_log_handler 2015-02-03 11:20:07 -05:00
Ana Paez
2a617ea8da Added db_* and user_* functions to mssql module 2015-02-03 10:37:56 -05:00
Amir Pakdel
eabb8a262c Added MS SQL execution module 2015-02-03 10:02:09 -05:00
Thomas S Hatch
bb58c37c58 Merge pull request #20333 from errge/patch-1
Fix ambiguity and typo in test.fib documentation
2015-02-03 06:20:31 -07:00
Thomas S Hatch
e742d995ea Merge pull request #20332 from westurner/patch-2
DOC: topics/tutorials/walkthrough.rst: then > than
2015-02-03 06:20:10 -07:00
Thomas S Hatch
20bbd01bc8 Merge pull request #20331 from jayeshka/etcd_mod-unit-test
adding etcd_mod unit test case
2015-02-03 06:19:43 -07:00
Thomas S Hatch
46b3a24947 Merge pull request #20330 from jayeshka/memcached-unit-test
adding memcached unit test case
2015-02-03 06:19:33 -07:00
Thomas S Hatch
9fe7c36964 Merge pull request #20327 from jayeshka/ldapmod-unit-test
adding ldapmod unit test case
2015-02-03 06:18:40 -07:00
Thomas S Hatch
3e6370c6e5 Merge pull request #20326 from jayeshka/munin-unit-test
adding munin unit test
2015-02-03 06:18:20 -07:00
Thomas S Hatch
0aed9b3704 Merge pull request #20325 from jayeshka/moosefs-unit-test
adding moosefs unit test
2015-02-03 06:17:27 -07:00
Thomas S Hatch
06d314b8bc Merge pull request #20324 from jayeshka/logrotate-unit-test
adding logrotate unit test
2015-02-03 06:17:08 -07:00
Thomas S Hatch
885702680f Merge pull request #20323 from atbell/GH-20322_fix_cert_creation_in_tls_module
Fixes #20322, check for existing cert, return CN (not ca_name)
2015-02-03 06:16:58 -07:00
Thomas S Hatch
78a613a3a6 Merge pull request #20321 from jayeshka/keyboard-unit-test
adding keyboard unit test case
2015-02-03 06:13:56 -07:00
Thomas S Hatch
82d6677e12 Merge pull request #20294 from jayeshka/introspect-unit-test
adding introspect unit test case
2015-02-03 06:12:38 -07:00
Thomas S Hatch
ff1312e1db Merge pull request #20320 from jayeshka/locate-unit-test
adding locate unit test case
2015-02-03 06:11:28 -07:00
Thomas S Hatch
4487925c05 Merge pull request #20319 from jayeshka/iptables-unit-test
adding iptables unit test case
2015-02-03 06:10:55 -07:00
Thomas S Hatch
1ca78130c7 Merge pull request #20315 from jodv/fix-syndic-user-passing
fix syndic getting user from kwarg
2015-02-03 05:59:51 -07:00
Thomas S Hatch
c192b365f5 Merge pull request #20313 from basepi/merge-forward-develop
Merge forward from 2015.2 to develop
2015-02-03 05:55:49 -07:00
Thomas S Hatch
e26a29e447 Merge pull request #20302 from theonlypippo/patch-1
add 'ipv6-localhost/loopback' to punish list
2015-02-03 05:55:05 -07:00
Thomas S Hatch
1bf40679a5 Merge pull request #20292 from flugel-it/develop
Documentation: How to store Minion config options on Pillars.
2015-02-03 05:53:23 -07:00
Thomas S Hatch
e6af13d973 Merge pull request #20286 from garethgreenaway/debian_source_interface
Changes to debian_ip.py
2015-02-03 05:51:16 -07:00
Gergely Risko
5130c31b64 Fix ambiguity and typo in test.fib documentation 2015-02-03 13:04:47 +01:00
Wes Turner
203f5c3798 DOC: topics/tutorials/walkthrough.rst: then > than 2015-02-03 05:42:50 -06:00
Jayesh Kariya
d91b36a8fc adding etcd_mod unit test case 2015-02-03 16:59:26 +05:30
Jayesh Kariya
697099c469 adding memcached unit test case 2015-02-03 16:57:53 +05:30
Jayesh Kariya
f9d43f5adc resolved pylint errors 2015-02-03 14:41:32 +05:30
Jayesh Kariya
b1bf62ae74 adding ldapmod unit test case 2015-02-03 14:18:42 +05:30
Jayesh Kariya
8745225574 adding munin unit test 2015-02-03 14:17:14 +05:30
Jayesh Kariya
24c9004023 adding moosefs unit test 2015-02-03 14:00:22 +05:30
Jayesh Kariya
ec88812ed9 adding logrotate unit test 2015-02-03 13:59:01 +05:30
Aaron Bell
8e0bd5ac9e Fixes #20322, check for existing cert, return CN (not ca_name) 2015-02-03 00:15:23 -08:00
Jayesh Kariya
d1b4fce53e removed pylint error 2015-02-03 13:34:01 +05:30
Thomas S Hatch
3ecaee37c5 Merge pull request #20311 from jacksontj/develop
Switch to compiled regex's
2015-02-03 00:13:09 -07:00
Jayesh Kariya
3ad563df91 adding locate unit test case 2015-02-03 12:06:11 +05:30
Jayesh Kariya
9d2dd056a6 adding keyboard unit test case 2015-02-03 12:04:47 +05:30