Commit Graph

79185 Commits

Author SHA1 Message Date
Mircea Ulinic
be2b98d16a Improvements for the statuspage state 2017-03-16 14:17:17 +00:00
Nicole Thomas
327d1bb5d1 Merge pull request #39902 from porunov/patch-1
Add new missing params to s3 fileclient
2017-03-09 09:17:48 -07:00
Nicole Thomas
2f0f7cd224 Merge pull request #39897 from rallytime/merge-develop
[develop] Merge forward from 2016.11 to develop
2017-03-09 09:03:46 -07:00
Pedro Algarvio
50e49f1353 Merge pull request #39907 from gtmanfred/listen
Move stuff to make it available for salt-ssh
2017-03-09 09:33:46 +00:00
Pedro Algarvio
ca758f1b84 Merge pull request #39895 from gtmanfred/cloud
fix changing length of providers.
2017-03-09 09:30:22 +00:00
Daniel Wallace
587b7fc7f3 fix test 2017-03-08 18:53:19 -06:00
rallytime
c6cfac7678 Pylint fix 2017-03-08 16:24:03 -07:00
Daniel Wallace
08f5c7c8eb add listen to state.pkg
Allows for using listen and listen_in in salt-ssh
2017-03-08 17:07:30 -06:00
Daniel Wallace
faa2c579ca move disabled to call_chunks
This allows disabling states when using salt-ssh
2017-03-08 17:07:28 -06:00
Pedro Algarvio
2e5cb38833 Merge pull request #39828 from s0undt3ch/features/py3
A more brute force approach to try to reduce memory usage on test runs.
2017-03-08 22:08:37 +00:00
Pedro Algarvio
e9abcc1625
Don't fail if we get None returned 2017-03-08 20:43:36 +00:00
Pedro Algarvio
8f11d31e8f
Convert bytes to string under Py3 2017-03-08 20:43:36 +00:00
Pedro Algarvio
51c5558b32
This should no longer hang 2017-03-08 20:43:36 +00:00
Alexandr Porunov
c4263671ba Add new missing params to s3 fileclient
Add two new missing parameters to s3 fileclient (https_enable and path_style). They allow to use s3 compatible object storages with path style and http protocol.
2017-03-08 21:26:02 +02:00
Pedro Algarvio
0b41b92d7d
Use salt.utils.versions instead of distutils.version 2017-03-08 19:22:33 +00:00
Pedro Algarvio
3a10e3014b
Decode bytes to strings under Py3 2017-03-08 18:34:35 +00:00
Pedro Algarvio
0a66eac8ad
Ditch initial double forward slashes 2017-03-08 18:34:35 +00:00
Pedro Algarvio
af7de9f0ea
One more attribute to clean up 2017-03-08 18:34:35 +00:00
Pedro Algarvio
06c063a609
Test assertion cannot be done in the callback context 2017-03-08 18:34:34 +00:00
Pedro Algarvio
c09f5e49ff
Absolute paths 2017-03-08 18:34:34 +00:00
Pedro Algarvio
b58241648a
Use the tests support paths module 2017-03-08 18:34:34 +00:00
Pedro Algarvio
36b18864e5
Reuse the existing tests support paths module 2017-03-08 18:34:34 +00:00
Pedro Algarvio
5d15ae368c
Properly handle bytes in Py3
/cc @whiteinge ref 565bafaf80
2017-03-08 18:34:34 +00:00
Pedro Algarvio
70c0a10666
Properly handle bytes 2017-03-08 18:34:33 +00:00
Pedro Algarvio
ff3faf56fb
Catch AttributeError 2017-03-08 18:34:33 +00:00
Pedro Algarvio
7fffd93b50
Don't pollute the repo tests state tree 2017-03-08 18:34:33 +00:00
Pedro Algarvio
df942bc082
Add a repeat decorator to retry passing tests N times until it fails 2017-03-08 18:34:33 +00:00
Pedro Algarvio
b391a4eb5b
Supervisord does not work under Python 3 2017-03-08 18:34:33 +00:00
Pedro Algarvio
e2e303e724
Minor changes to paths 2017-03-08 18:34:32 +00:00
Pedro Algarvio
5d599a7048
Seeking from the end of the file can only be done when opened in binary mode in Py3 2017-03-08 18:34:32 +00:00
Pedro Algarvio
712b81e0c1
supervisor does not run against py3. Use pep8 for the tests. 2017-03-08 18:34:32 +00:00
Pedro Algarvio
07d0a5ed20
Cleanup after ourselves 2017-03-08 18:34:32 +00:00
Pedro Algarvio
ad4430249f
Don't complain about basic python types 2017-03-08 18:34:31 +00:00
Pedro Algarvio
c436d9f2f6
This no longer applies. 2017-03-08 18:34:31 +00:00
Daniel Wallace
6d99fe0245 use list on providers
This is needed because we are modifying the size of the dictionary
inside the loop.
2017-03-08 10:25:21 -06:00
rallytime
4fc9b5484b Merge branch '2016.11' into 'develop'
Conflicts:
  - salt/client/ssh/__init__.py
  - salt/pillar/makostack.py
  - tests/integration/client/test_runner.py
  - tests/integration/states/test_file.py
2017-03-08 09:04:26 -07:00
Nicole Thomas
418006a109 Merge pull request #39869 from The-Loeki/cache-roster2
Cache roster: add release notes
2017-03-07 16:18:43 -07:00
Nicole Thomas
801ff28053 Merge pull request #39872 from techhat/fixdocs
Add installation tips for azurearm driver
2017-03-07 16:18:03 -07:00
Joseph Hall
35440c5936 Add installation tips for azure 2017-03-07 12:12:56 -07:00
Joseph Hall
2a1ae0bf2e Change example master in azure docs 2017-03-07 10:01:09 -07:00
Mike Place
da164bfc22 Minor grammar cleanup 2017-03-07 08:51:29 -07:00
Pedro Algarvio
0604fdeb8b
Don't warn if the attributes are set to None 2017-03-07 12:23:17 +00:00
Pedro Algarvio
3aa54e6e0e
Clean up after ourselves 2017-03-07 12:23:17 +00:00
Pedro Algarvio
7e3b0d30b4
The file is binary, open and read in binary mode. 2017-03-07 12:23:17 +00:00
Pedro Algarvio
46ba8704cd
Default to showing CPU and MEM, and optionally zombies 2017-03-07 12:23:17 +00:00
Pedro Algarvio
06c77b00d8
Also make sure we cleanup any setUpClass left over attributes 2017-03-07 12:23:17 +00:00
Pedro Algarvio
fd7d665f67
Enable SHOW_PROC just to get some insight. This will be removed before merge. 2017-03-07 12:23:16 +00:00
Pedro Algarvio
ca6084ea64
A more brute force approach to try to reduce memory usage on test runs.
We just keep a record of all the test case class attributes prior to
running the test and then just delete it afterwards.
We also issue a warning log message to tell the users how to cleanup
such references.
2017-03-07 12:23:16 +00:00
Ronald van Zantvoort
7cd3ac4e78 Cache roster: add release notes 2017-03-07 12:10:34 +01:00
Mike Place
6d0f15c31a Merge pull request #39837 from terminalmage/more-issue39751
Fix regression in archive.extracted when it runs file.directory
2017-03-06 21:09:50 -07:00