Commit Graph

46761 Commits

Author SHA1 Message Date
Dmitry Kuzmenko
b7187c2685 Manage get_stats runner implementation. 2015-02-10 20:20:07 +03:00
Thomas S Hatch
bd4bbd1eb4 Merge pull request #20495 from jcockhren/gpg-renderer-doc-update
Fixed language describing the two ways to enable the gpg renderer
2015-02-10 09:57:13 -07:00
Thomas S Hatch
c8a1e6c322 Merge pull request #20476 from atbell/get_signed_cert_in_tls_module
get certs in tls module
2015-02-10 09:56:34 -07:00
Mike Place
a122a78a01 Merge pull request #20562 from s0undt3ch/develop
Add W1202(logging-format-interpolation) to disabled PyLint checks
2015-02-10 09:44:34 -07:00
Pedro Algarvio
dd17598afb Add W1202(logging-format-interpolation) to disabled PyLint checks 2015-02-10 16:39:53 +00:00
Nicole Thomas
182fc23824 Merge pull request #20559 from rallytime/pylinting
Fix python 3 compat errors that were inadvertently reverted
2015-02-10 09:39:38 -07:00
Mike Place
80720f922b Merge pull request #20561 from cachedout/gitfs_disable
Disable gitfs test that does not produce valuable data
2015-02-10 09:34:40 -07:00
Mike Place
1e14c9d097 Disable gitfs test that does not produce valuable data 2015-02-10 10:06:01 -07:00
rallytime
66cb14cea5 Fix python 3 compat errors that were inadvertently reverted 2015-02-10 09:07:09 -07:00
Mike Place
0341fdcdbd Merge pull request #20556 from cachedout/fix_loader_pylint
Fix loader pylint
2015-02-10 08:47:46 -07:00
Mike Place
c15756b50f Fix loader pylint 2015-02-10 09:14:34 -07:00
Mike Place
2e9dfe844a Merge pull request #20553 from cachedout/fix_random_test
Fix mod_random test on older distros
2015-02-10 08:47:05 -07:00
Mike Place
f8aeef25fc Fix mod_random test on older distros 2015-02-10 08:46:42 -07:00
Mike Place
9e1ae524fb Merge pull request #20541 from toppur/develop
Update formulas.rst
2015-02-10 08:29:11 -07:00
Pedro Algarvio
f232f7f9fe Merge pull request #20542 from saltstack/revert-20537-py-3-compat
Revert "More python 3 compatibility changes"
2015-02-10 04:51:06 +00:00
Nicole Thomas
a0d5c3dc79 Revert "More python 3 compatibility changes" 2015-02-09 19:57:38 -07:00
Nicole Thomas
31fd25b405 Merge pull request #20538 from s0undt3ch/hotfix/disable-py3-dict-fixes
Disable the modernize pylint plugin dict fixes
2015-02-09 19:57:09 -07:00
Mike Place
f122c9f6ba Merge pull request #20481 from jacksontj/loader
Add submodule support to LazyLoader
2015-02-09 19:52:33 -07:00
toppur
cdbaff63b7 Update formulas.rst
There's not keyword named 'base' here, should be 'default'.
2015-02-09 18:24:11 -08:00
Thomas Jackson
cf5157c533 Support arbitrarily deep modules
Note: salt can still only *call* modules on the first depth, but they can then import anything below
2015-02-09 17:51:06 -08:00
Thomas Jackson
7ea33b23ce Change modulekey for submodule test-- to avoid namespace collisions 2015-02-09 17:51:05 -08:00
Thomas Jackson
ee69948dc4 pylint 2015-02-09 17:51:05 -08:00
Thomas Jackson
d869ce7e5f Add support for submodules to LazyLoader
This was a feature that was inadvertently removed in #20274, but since it was undocumented and untested no one noticed. Thanks to @steverweber for pointing it out.

This includes the feature as well as tests.
2015-02-09 17:51:05 -08:00
Nicole Thomas
4b862f56b8 Merge pull request #20537 from rallytime/py-3-compat
More python 3 compatibility changes
2015-02-09 18:32:52 -07:00
Pedro Algarvio
b6101f7cb8 Disable the modernize pylint plugin dict fixes 2015-02-10 00:46:51 +00:00
rallytime
8b3a764bf8 Python 3 compat for flo/core.py 2015-02-09 17:17:43 -07:00
rallytime
4f1abf8d96 More Python 3 compat for linodepy.py 2015-02-09 17:15:33 -07:00
rallytime
3aa934abb4 Python 3 compat for haproxyconn_test.py 2015-02-09 17:14:04 -07:00
rallytime
bcafb5777f Python 3 compat for osxdesktop_test.py 2015-02-09 17:13:09 -07:00
Mike Place
b0808ac46d Merge pull request #20524 from rallytime/influx_test_Fix
Fix influx_test mocking
2015-02-09 12:45:59 -07:00
Nicole Thomas
73785a2e8c Merge pull request #20519 from rallytime/pylint_develop
Pylint fixes for Develop
2015-02-09 12:06:56 -07:00
Nicole Thomas
530036df9e Merge pull request #20521 from umeboshi2/fix-lvm-display-command
don't use empty string as command parameter
2015-02-09 12:03:21 -07:00
rallytime
a162e6b443 Fix influx_test mocking 2015-02-09 11:55:54 -07:00
rallytime
013454338d Pylint fix for linodepy.py 2015-02-09 11:23:23 -07:00
Aaron Bell
3b25ff1a4f fixing for lint 2015-02-09 10:21:30 -08:00
Mike Place
9b9a546bc9 Merge pull request #20473 from jacksontj/develop
Add "disabled" support
2015-02-09 11:09:32 -07:00
Nicole Thomas
2f5fdd5da6 Merge pull request #20520 from jfindlay/add_upgrade
add support for upgrade in apt list upgrades
2015-02-09 11:00:04 -07:00
Joseph Rawson
ab7346be17 don't use empty string as command parameter 2015-02-09 11:28:41 -06:00
Justin Findlay
09b36a6b72 add support for upgrade in apt list upgrades 2015-02-09 10:24:00 -07:00
rallytime
bb9843d179 Don't forget the wait_for_sync arg in delete_record 2015-02-09 10:22:47 -07:00
Thomas S Hatch
97f91e5817 Merge pull request #20457 from cachedout/more_socket_iter
Iterate over the socket copy
2015-02-09 10:12:35 -07:00
Thomas S Hatch
75e3751c27 Merge pull request #20287 from garethgreenaway/20033_specify_gpghome
Changes to gpg.py module
2015-02-09 10:08:27 -07:00
rallytime
169ab05cf5 Python 3 compat for ssh_auth.py 2015-02-09 09:07:08 -07:00
rallytime
23ab69dec9 Python 3 compat for salt/modules/status.py 2015-02-09 09:04:40 -07:00
rallytime
15a64f0e08 Python 3 compat for flo/core.py 2015-02-09 09:02:52 -07:00
jfindlay
e0ceb40d94 Merge pull request #20513 from GregMSThompson/add_to_source_ip_tables
Added the option to-source to the after_jump list, to enable the config...
2015-02-09 08:29:20 -07:00
jfindlay
fea95c0866 Merge pull request #20517 from rupeshta/nagios_unit_tests
implemented unit test cases for nagios module
2015-02-09 08:28:24 -07:00
rallytime
1b3a89b048 Python 3 compat for win_status.py 2015-02-09 08:27:03 -07:00
jfindlay
23494674a8 Merge pull request #20516 from jayeshka/haproxyconn-unit-test
adding haproxyconn unit test case
2015-02-09 08:26:47 -07:00
rallytime
5708e05853 Python 3 compat for new linode driver 2015-02-09 08:24:27 -07:00