rallytime
2348627a51
Clean up boto_sqs module CLI formatting and add version to new funcs
...
Refs #33982
2016-06-13 17:23:00 -06:00
Tom Williams
5e28dc3158
INFRA-1601 - add several utility functions to boto_sqs module ( #33982 )
2016-06-13 19:20:10 -04:00
Jacob Hammons
b20213fd79
Adds links to several current Salt-related projects
...
Removes the salt_projects.rst file which hasn't been updated in a long time, this is replaced by the updated topics/projects/index.rst file
Adds a note about Salt Pack to the installation doc
2016-06-13 17:11:36 -06:00
Thomas S Hatch
ebead18ee8
Add support to detect the backend to the factory
2016-06-13 16:47:42 -06:00
Thomas S Hatch
4ad8a04d3b
Add detect to zmq/raet filter
2016-06-13 16:46:59 -06:00
Thomas S Hatch
0c4959bb4a
if the transport is wrong we should throw a clienterrror
2016-06-13 16:46:15 -06:00
rallytime
3e7ab8c7b3
Write some more simple batch command tests
2016-06-13 16:25:19 -06:00
Bo Maryniuk
96423076b1
Add unit test for file tree
2016-06-14 00:25:08 +02:00
Justin Findlay
6cbe31e6c2
states.disk: rewrite unit tests
2016-06-13 16:13:40 -06:00
Bo Maryniuk
8975036b27
Add get_unmanaged_files test
2016-06-14 00:05:34 +02:00
twangboy
d8c2f3e57a
Clarify the account_exists
parameter
2016-06-13 15:46:01 -06:00
Justin Findlay
82c77b533f
states.disk.status: validate percent values
2016-06-13 15:38:31 -06:00
Justin Findlay
aedc4e15e5
states.disk: add documentation
2016-06-13 15:11:27 -06:00
Justin Findlay
6080846cce
acl.ClientACL: add unit tests ( #33684 )
2016-06-13 16:00:35 -04:00
Nicole Thomas
99a936e952
Merge pull request #33977 from rallytime/merge-develop
...
[develop] Merge forward from 2016.3 to develop
2016-06-13 15:30:30 -04:00
Nicole Thomas
2e934cffef
Merge pull request #33976 from rallytime/merge-2016.3
...
[2016.3] Merge forward from 2015.8 to 2016.3
2016-06-13 15:29:40 -04:00
Adam Mendlik
b4a28e2684
Add clarifying documentation about the need for sudo in the git hook
2016-06-13 13:22:39 -06:00
Michael Walton
0ef1e37b00
change possitioning over ..versionadded text
2016-06-13 14:37:40 -04:00
Michael Walton
f5dcf2859a
added .. versionadded:: Carbon for new params and functions
2016-06-13 14:25:37 -04:00
twangboy
dd7d55afb9
Use full path to python.exe
2016-06-13 12:01:15 -06:00
Justin Findlay
2eb633ccad
modules.gem int tests: only check known installed gems
2016-06-13 11:33:25 -06:00
Mike Place
d90aa0257a
Merge pull request #33906 from lomeroe/archive_unzip_permissions
...
Archive unzip permissions
2016-06-13 10:21:44 -07:00
Thomas S Hatch
017cb39c5d
Adress issues
2016-06-13 11:21:22 -06:00
rallytime
c57bcebaf8
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/states/boto_lambda.py
2016-06-13 11:18:53 -06:00
Mike Place
8d8ed59b85
Merge pull request #33912 from abalashov/abalashov/fix-schedule-returner-config
...
utils/schedule.py:handle_func() - Fix for accessing returner configur…
2016-06-13 10:18:04 -07:00
Mike Place
ab4fb01475
Merge pull request #33934 from silenius/dns
...
Add sortlist and options to parse_resolv() in utils/dns.py + pylint issues + refactoring
2016-06-13 10:16:08 -07:00
rallytime
19d49d94f2
Merge branch '2015.8' into '2016.3'
...
No conflicts.
2016-06-13 11:13:38 -06:00
Mike Place
94a78fe7d7
Merge pull request #33933 from folti/develop
...
ssh: keep original permissions, when hashing known_hosts
2016-06-13 09:56:29 -07:00
Justin Findlay
9f3e18b037
modules.gem int tests: (un)install a non-core gem
2016-06-13 10:46:56 -06:00
Ferry Schuller
3eb3f52923
Added sanity and logging. ( #33935 )
...
* Added sanity and logging.
Added a check if zabbix_sender is installed on the Minion, if not exit.
* Moved code from the global namespace to a function
@rallytime thanks for the suggestions, guess I've fixed them all.
* Moved function zbx() below __virtual__(), for consistency.
2016-06-13 12:44:26 -04:00
Mike Place
a74f1b8077
ZD 762 ( #33942 )
...
* Initial debugging
* Replace the old child jid tracking with psutil investigation of children
* Remove debugging
2016-06-13 12:43:18 -04:00
Andrew Colin Kissa
ea6c868c74
Add the option to silence output from the X509 create_private_key function ( #33943 )
...
* By default the create_private_key function generates
progress status output to stdout, in some cases this
is not convenient as it mixes into the current stdout.
This is due to the underlying M2Crypto's modules
keygen_callback function which writes dots as
progress feedback to stdout
This change adds the ability to silence the output from
the function if you do now what it.
* Added versionadded
Default to True to preserve current behaviour
2016-06-13 12:42:29 -04:00
Mike Place
537c002872
Merge pull request #33944 from mitodl/add_testinfra_modules
...
Add testinfra modules
2016-06-13 09:41:32 -07:00
Bo Maryniuk
be5f12fcaf
Add initial unit test for inspectlib.collector.Inspector
2016-06-13 18:17:28 +02:00
Thomas S Hatch
a9c304c73b
Merge pull request #33948 from cachedout/optimize_save_load
...
Save an entire minion cache traversal on each master pub
2016-06-13 09:57:57 -06:00
Mike Place
0281d491c6
Merge pull request #33946 from rallytime/bp-33698
...
Back-port #33698 to 2015.8
2016-06-13 08:55:22 -07:00
Mike Place
dff3f51955
Merge pull request #33952 from rallytime/fix-33911
...
Add base argument to salt-ssh grains wrapper for filter_by func
2016-06-13 08:51:33 -07:00
Mike Place
18df7263ac
Merge pull request #33955 from adamchainz/readthedocs.io
...
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-06-13 08:49:35 -07:00
Aditya Kulkarni
34135e1f67
Add runner for execution modules ( #33949 )
...
* Add runner for execution modules
* Make sure all modules load and fix argument passing
* Fix lint error
* Add docs for salt runner
2016-06-13 11:49:26 -04:00
Nicole Thomas
81e16bb93f
Merge pull request #33945 from rallytime/merge-2016.3
...
[2016.3] Merge forward from 2015.8 to 2016.3
2016-06-13 11:44:30 -04:00
Mike Place
b1d03528c0
Merge pull request #33958 from silenius/develop
...
Add has_ipv6 grains
2016-06-13 08:39:58 -07:00
Mike Place
68d261fe5b
Merge pull request #33960 from mecarus/2016.3
...
Fix mongo get_load to return full mongo record instead of non-existant 'load' key
2016-06-13 08:37:46 -07:00
Mike Place
7ac71466f1
Merge pull request #33965 from rajvidhimar/junos-grains
...
fix junos_facts grains
2016-06-13 08:31:05 -07:00
jacobhammons
4a8064918a
Adds a "Generated on <timestamp>" line to the footer of each doc html page in the doc ( #33962 )
2016-06-13 11:24:40 -04:00
Robin Björklin
e69692dd08
Dynamically support params in Consul function call
2016-06-13 17:24:39 +02:00
Bo Maryniuk
652c96d7e7
Stop build (not implemented yet)
2016-06-13 17:09:16 +02:00
Bo Maryniuk
58e85ea0ab
Refactor class caller
2016-06-13 17:07:42 +02:00
Pablo Suárez Hernández
1afc12f6d1
Test fixed: get OS grain from /etc/os-release if possible
2016-06-13 10:19:17 +01:00
rajvidhimar
35842ef492
fix junos_facts grains
2016-06-13 11:59:10 +05:30
jacobhammons
8f56406507
Merge pull request #33961 from jacobhammons/release
...
2016.3.0 known issues update
2016-06-12 20:59:21 -06:00