Commit Graph

80671 Commits

Author SHA1 Message Date
Mike Place
d654de52ed Merge pull request #40504 from rallytime/fix-38683
Group checks for failhard setting in () in state.check_failhard function
2017-04-04 13:53:48 -06:00
David Murphy
17b58917f2 Update release information for new AIX support 2017-04-04 13:51:14 -06:00
Mike Place
4d5d7d9712 Merge pull request #40503 from thatch45/2016.11
first pass at adding support for pycryptodome installed as
2017-04-04 13:39:01 -06:00
Mike Place
ad640e5c46 Merge pull request #40509 from thatch45/saltwinshell
Framework in place for salt-ssh to windows
2017-04-04 13:38:40 -06:00
Mike Place
fe9bc95b26 Merge pull request #40513 from terminalmage/fileserver-design-docs
Add initial developer docs on the fileserver and client
2017-04-04 13:37:35 -06:00
Mike Place
b06bf00101 Merge pull request #40516 from q1x/develop
Mediatype support for Zabbix execution module
2017-04-04 13:35:15 -06:00
Mike Place
778c1c94bd Merge pull request #40522 from carlpett/vault-fix-master-minion
Salt-vault: Fix handling of None-grains
2017-04-04 13:33:56 -06:00
Mike Place
0dd92c63ea Merge pull request #40525 from dmurphy18/aix_dskiostat
Add support for disk.iostat on AIX
2017-04-04 13:31:41 -06:00
David Murphy
d62a119fc1 Allow for nightly build designations in Salt versions 2017-04-04 12:59:06 -06:00
Pedro Algarvio
c3417213d7
Make sure the socket's used are closed 2017-04-04 19:28:06 +01:00
Erik Johnson
906d02f395 Add a section on updating the fileserver 2017-04-04 13:06:45 -05:00
Pedro Algarvio
7b713d9256
Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
Pedro Algarvio
dcf0a55daf
Use the test run temporary path, not the system temporary path 2017-04-04 18:58:21 +01:00
Pedro Algarvio
9bbfd6605c
Fix state files temporary path 2017-04-04 18:58:21 +01:00
Pedro Algarvio
de9ccbdb43
Fix mocked test 2017-04-04 18:58:21 +01:00
Pedro Algarvio
61003bca0a
Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
Pedro Algarvio
e6f43b46c0
Import from the original modules 2017-04-04 18:58:20 +01:00
Pedro Algarvio
42e35e13cc
Use mock to patch 2017-04-04 18:58:20 +01:00
Pedro Algarvio
86536e64c5
Make sure files are closed 2017-04-04 18:58:20 +01:00
Pedro Algarvio
008f0016e2
Make sure we close the spooled temporary file 2017-04-04 18:58:19 +01:00
Pedro Algarvio
5dfe43fc2e
First resource leakage fix pass 2017-04-04 18:58:19 +01:00
Pedro Algarvio
ed42624025
PY3 compat 2017-04-04 18:58:19 +01:00
Pedro Algarvio
4a43d00d80
Proper mocking 2017-04-04 18:58:19 +01:00
Pedro Algarvio
2ee6d5d589
Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
Super-User
5e08cab423 add logadm.list_conf which parse the entire options set 2017-04-04 19:55:23 +02:00
David Murphy
712537272b Added support on AIX for disk.iostat 2017-04-04 11:35:09 -06:00
Nicole Thomas
518973f1c1 [Lint] Fix spaces around variable assignment 2017-04-04 11:26:33 -06:00
Nicole Thomas
a6291b17c1 Merge pull request #40496 from rallytime/bp-40415
Back-port #40415 to 2016.11
2017-04-04 11:19:38 -06:00
rallytime
8e480fffb5 Merge branch '2016.11' into 'develop'
Conflicts:
  - salt/runners/saltutil.py
2017-04-04 11:15:41 -06:00
Pedro Algarvio
104a2fb30c
Keep the same exception raised before the move 2017-04-04 18:04:39 +01:00
Pedro Algarvio
6a638620ba
Move base test case modules to tests.support.case 2017-04-04 18:04:39 +01:00
Pedro Algarvio
9af2ca8823
No need to load all modules docs.
This should reduce memory usage as well as speeding up the decorator
2017-04-04 18:04:38 +01:00
Pedro Algarvio
4853952f1f
Use a temporary config 2017-04-04 18:04:38 +01:00
Pedro Algarvio
785698d2ce
Import for the original module 2017-04-04 18:04:38 +01:00
Pedro Algarvio
b94992f544
Some more RUNTIME_CONFIGS and RUNTIME_VARS fixes 2017-04-04 18:04:38 +01:00
Nicole Thomas
3eb8e0baf1 Merge pull request #40468 from techhat/cachealias
Add __func_alias__ back in
2017-04-04 11:02:42 -06:00
Super-User
1610219aa5 logadm.show_conf now takes an optional name to filter on 2017-04-04 18:42:01 +02:00
Pedro Algarvio
e163a747f1
Minor import fixes 2017-04-04 17:29:34 +01:00
Pedro Algarvio
8031ac0209
Move mixins to tests.support.mixins.
The adapted config mixin get config methods are not static methods
2017-04-04 17:29:34 +01:00
Mike Place
6056ee302a Merge pull request #40339 from s0undt3ch/features/py3-pt2
[WIP] Move unit tests which were in integration tests - More py3 and mocking fixes
2017-04-04 10:21:46 -06:00
Nicole Thomas
579794dd64 Remove extra blank line for lint 2017-04-04 10:20:31 -06:00
Mike Place
d254b96498 Merge pull request #40471 from tonybaloney/libcloud_dns_kwargs
Update to libcloud_dns module to allow custom kwargs for DNS drivers
2017-04-04 10:12:44 -06:00
Nicole Thomas
31f27beca3 Merge pull request #40521 from ledeuns/patch-2
Set True instead of 1
2017-04-04 10:03:24 -06:00
Nicole Thomas
fdf029905c Merge pull request #40511 from eradman/keyboard_test
Add mocks to allow keyboard tests to function on non-Linux systems
2017-04-04 10:02:10 -06:00
herbert.buurman
732681fc13 salt/utils/aws.py: Changed manual dict copying to a .copy()-call 2017-04-04 17:29:20 +02:00
Thomas S Hatch
e21fd54d1b fix lint on the lint ignores... 2017-04-04 09:27:41 -06:00
herbert.buurman
9209d05536 salt/utils/aws.py: Moved x-amz-content-sha256 to be included in the signed headers 2017-04-04 17:24:12 +02:00
Thomas S Hatch
ce21ebfa9a use salt exitcodes 2017-04-04 09:10:14 -06:00
herbert.buurman
d9000a53da salt/utils/aws.py: Updated sig4 to sign _all_ headers (which is not required, but suggested). Changed construction to use join instead of repeated string concatenation. 2017-04-04 17:10:09 +02:00
Thomas S Hatch
8135733a21 fix lint and errors 2017-04-04 09:07:35 -06:00