Commit Graph

72094 Commits

Author SHA1 Message Date
Justin Anderson
cc036ac907 fix test_wheel_with_kwarg 2016-08-02 10:39:21 -06:00
Mike Place
999323a1dd Merge pull request #34954 from lesykm/develop
fixes saltstack/salt#34885
2016-08-02 10:34:35 -06:00
Mike Place
c2e0558096 Merge pull request #35125 from cloudflare/CF-LSHTTP-ENG
New engine: http_logstash
2016-08-02 10:11:20 -06:00
Mike Place
d5e5388ebc Merge pull request #35124 from DSRCompany/issues/2731_cleanup_test_minion_key
Properly remove minion_test_issue_2731 key.
2016-08-02 09:27:38 -06:00
Mircea Ulinic
2d2407f036
http_logstash engine 2016-08-02 12:11:04 +00:00
Dmitry Kuzmenko
b50d85a154 Properly remove minion_test_issue_2731 key. 2016-08-02 14:47:51 +03:00
Mike Place
5e26d2e47e Merge pull request #34604 from isbm/isbm-config-reading-exit
Bugfix: Exit on configuration read
2016-08-02 02:48:07 -06:00
Mike Place
6994825b3d Merge pull request #35015 from DSRCompany/features/8705_run_and_key_eauth
#8705 run and key eauth
2016-08-02 02:47:27 -06:00
Mike Place
cfc66b848e Merge pull request #35115 from cachedout/fix_state_sync
Sync before state tests
2016-08-02 02:46:50 -06:00
Mike Place
bece18dccc Merge pull request #34788 from mollykreis/dev/mkreis/win_system_fixes
Dev/mkreis/win system fixes
2016-08-02 02:06:24 -06:00
Mike Place
2743e01d9b Merge pull request #35116 from rallytime/py3-int-shell-tests
PY3: Fix some string encoding problems in shell integration tests
2016-08-02 02:05:30 -06:00
Mike Place
2f62c0191f Merge pull request #35063 from jmacfar/reg_readaccess
reg: Change access mask to read by default
2016-08-02 02:00:59 -06:00
Mike Place
57e6ea5e51 Merge pull request #35064 from twangboy/int_tests_useradd
Add useradd integration tests for Windows
2016-08-02 01:59:33 -06:00
Mike Place
91f7cc4a41 Merge pull request #35081 from jf/unit-tests-for-sys.list_modules_functions
Unit tests in place of integration tests for sys.list_{functions,modules}
2016-08-02 01:55:28 -06:00
Mike Place
b91bccaae5 Merge pull request #35086 from ankitforcode/Adding_digital_ocean_ssh_interface_feature
Adding Digital Ocean ssh_interface feature
2016-08-02 01:54:01 -06:00
Mike Place
e058be0c3b Fix typo 2016-08-02 01:45:48 -06:00
Mike Place
87c2c96149 Merge pull request #35117 from rallytime/fix-zypper-regression
Don't completely skip UTF-8 check in Python3
2016-08-02 01:43:55 -06:00
Mike Place
10d7e1983a Merge pull request #35118 from terminalmage/issue34561
Add runner return data to job cache
2016-08-02 01:38:27 -06:00
Dmitry Kuzmenko
1d606e71c8 Fixed pylint error. 2016-08-02 10:01:01 +03:00
Dmitry Kuzmenko
42ef411c82 Updated salt-key test. 2016-08-02 10:01:01 +03:00
Dmitry Kuzmenko
b412e7814a Fixed salt-run integration tests. 2016-08-02 10:01:01 +03:00
Dmitry Kuzmenko
e419650bf1 Fixed salt-run outputter handling. 2016-08-02 10:01:01 +03:00
Dmitry Kuzmenko
0589ba8dce External auth support in salt-key. 2016-08-02 10:01:01 +03:00
Dmitry Kuzmenko
0cf7b3fbb9 External auth support in salt-run. 2016-08-02 10:01:01 +03:00
Ankit Agarwal
b8fcfea1d8 Fixing Lint Issues 2016-08-02 10:24:14 +05:30
Jeffrey 'jf' Lim
fe87097abd Round out (unit) test cases for sys.list_{functions,modules} 2016-08-02 12:32:54 +08:00
Jeffrey 'jf' Lim
75816fed93 Address linter issues for tests/unit/states/sysmod.py
("Exactly one space required after comma")
2016-08-02 12:09:57 +08:00
Jeffrey 'jf' Lim
8ab96d9b50 Remove integration tests for sys.list_{functions,modules} 2016-08-02 12:09:56 +08:00
Jeffrey 'jf' Lim
84a2512605 Throw in "sys." to the unit test for sys.list_functions too
(source: integration test for sys.list_functions)
2016-08-02 12:08:45 +08:00
Jeffrey 'jf' Lim
9df1c9933e Unit tests in place of integration tests for sys.list_{functions,modules}
NOTE that while I modify test_doc(), this is in order to make it pass.
test_doc() should not be seen as a proper test. Please do a better mock!
2016-08-02 12:08:45 +08:00
Erik Johnson
7af9d079f8 Save runner returns to the master job cache
... if runner_returns is set to True, of course.
2016-08-01 23:05:29 -05:00
Erik Johnson
369f5e208a Don't execute save_minions when target is an empty string 2016-08-01 23:04:48 -05:00
Erik Johnson
d54d14c6cf Add documentation for runner_returns config option 2016-08-01 23:04:05 -05:00
Erik Johnson
ce835da298 Add runner_returns to master config template 2016-08-01 23:00:07 -05:00
Erik Johnson
48ad9bb1fc Add new config param to gate runner returns 2016-08-01 22:59:41 -05:00
rallytime
e723110e0d Don't completely skip UTF-8 check in Python3 2016-08-01 19:03:25 -06:00
Mike Place
f1fbdf12de Merge pull request #35113 from kraney/boto_iot_thing_types
Support for aws iot 'thing type'
2016-08-01 18:33:06 -06:00
rallytime
d787140861 Make some adjustments after resolving merge conflict 2016-08-01 18:32:28 -06:00
Mike Place
b5e556f3a3 Sync before state tests 2016-08-01 18:26:18 -06:00
rallytime
1f45d906c8 PY3: Fix byte string encoding issues when running shell.master int tests 2016-08-01 18:03:48 -06:00
rallytime
fbe87fbb4a PY3: Fix byte string encoding issues when running shell.proxy int tests 2016-08-01 18:03:48 -06:00
rallytime
f47e2f9399 PY3: Fix byte string encoding issues when running shell.minion int tests 2016-08-01 18:03:48 -06:00
Winston Liu
00e30057df added versionadded tags 2016-08-01 15:28:14 -07:00
Molly Kreis
60fc6e0e4b win_system: Fix system.set_system_date_time
win32api.SetLocalTime does not take a tuple of ints as its
input in Python 3, so system.set_system_date_time,
system.set_system_date, and system.set_system_time always
fail on Windows with Python 3. Calling directly into windll
not only succeeds but also works correctly in the case that
the timezone has been changed in the same python process.

Signed-off-by: Molly Kreis <molly.kreis@ni.com>
2016-08-01 17:27:24 -05:00
Mike Place
4587a3112f Merge pull request #35035 from plastikos/test-cli_exit_status
Test CLI exit status
2016-08-01 16:24:55 -06:00
Winston Liu
ef97c3f474 added unit tests for thing type present/absent states for boto_iot state functions. 2016-08-01 15:23:51 -07:00
Mike Place
efdc941058 Merge pull request #35091 from calve/patch-1
Fix salt.utils.boto assign_funcs documentation
2016-08-01 16:13:26 -06:00
Mike Place
ab4be69829 Merge pull request #35109 from thatch45/typos
Branding, it matters
2016-08-01 16:07:10 -06:00
Thomas S Hatch
307d5a17b2 Branding, it matters 2016-08-01 16:01:14 -06:00
Thomas S Hatch
9c1bb5c3ff Merge pull request #35062 from thatch45/develop
Initial Docker sls tutorial
2016-08-01 15:57:39 -06:00