Commit Graph

89766 Commits

Author SHA1 Message Date
Bo Maryniuk
6ed4262589 Add unit test for _get_pillar_errors when external and internal pillars are clean 2018-01-15 15:20:50 +01:00
Nicole Thomas
5fd9dba2ee
Merge pull request #45296 from terminalmage/py3-cache-cli
[PY3] Add unicode_literals to cache and cli modules
2018-01-15 08:47:51 -05:00
Bo Maryniuk
59df24fc02 Docs update 2018-01-15 14:31:25 +01:00
Bo Maryniuk
b1bd992b1e Add more doc fixes 2018-01-15 14:31:25 +01:00
Bo Maryniuk
6199131d9e Lintfix W0611 2018-01-15 14:31:25 +01:00
Bo Maryniuk
5cc6daae09 Fix doc typos 2018-01-15 14:31:25 +01:00
Bo Maryniuk
308b6e8adf Remove unused definitions until configcheck is implemented 2018-01-15 14:31:25 +01:00
Bo Maryniuk
b1b48f89db Update autodiscovery documentation 2018-01-15 14:31:25 +01:00
Bo Maryniuk
1482c2f912 Switch to the default settings of the discovery without running it by default 2018-01-15 14:31:25 +01:00
Bo Maryniuk
10c2448982 Implement default settings for the discovery 2018-01-15 14:30:01 +01:00
Bo Maryniuk
2f21fbe64f Remove unused import 2018-01-15 14:30:01 +01:00
Bo Maryniuk
e72f37b671 Turn discovery OFF by default 2018-01-15 14:30:01 +01:00
Bo Maryniuk
15d6a1f92f Remove unused imports 2018-01-15 14:30:01 +01:00
Nicole Thomas
53b25752a4
Merge branch 'oxygen' into py3-cache-cli 2018-01-14 16:35:59 -05:00
Matt Phillips
97ba45c423
add __context__ to salt-runner for passthrough
minion modules are provided a __context__ to indicate success/failure outside
the contents of their response. runners also are provided this, so we pass it
down.
2018-01-14 08:35:15 -05:00
Mircea Ulinic
6816e4f290
Document the utils refactor 2018-01-14 08:31:16 -05:00
Nicole Thomas
c00fddd5bb
Merge pull request #45357 from twangboy/win_fix_test_file
Fix `unit.modules.test_file` for Windows
2018-01-14 08:14:24 -05:00
Nicole Thomas
e8e82f2f7f
Merge pull request #45429 from terminalmage/py3-salt.utils-r-s
[PY3] Add unicode_literals to salt.utils modules (R-S)
2018-01-14 08:06:51 -05:00
Nicole Thomas
80f6815c11
Merge pull request #45439 from terminalmage/py3-salt.utils-w-z
[PY3] Add unicode_literals to salt.utils modules (W-Z)
2018-01-14 08:02:22 -05:00
Nicole Thomas
78ce60e4d4
Merge pull request #44977 from terminalmage/remove-more-explicit-unicode-literals
Remove more unnecessary explicit unicode literals
2018-01-14 07:55:29 -05:00
Nicole Thomas
b90e7aedde
Merge pull request #45440 from terminalmage/py3-a
[PY3] Add unicode_literals to states/modules (A)
2018-01-14 07:52:02 -05:00
Nicole Thomas
4d03162227
Merge pull request #45396 from rallytime/merge-oxygen
[oxygen] Merge forward from 2017.7 to oxygen
2018-01-14 07:44:37 -05:00
Erik Johnson
ce6fccde9c
[PY3] Add unicode_literals to states/modules (A) 2018-01-14 01:31:52 -06:00
Erik Johnson
54f9785e6c
[PY3] Add unicode_literals to salt.utils modules (R-S) 2018-01-13 21:14:09 -06:00
Erik Johnson
b89efc16eb
Remove more unnecessary explicit unicode literals 2018-01-13 21:10:04 -06:00
Erik Johnson
42d2b1d719
Python 3 doesn't have 'u' before unicode strings 2018-01-13 21:08:51 -06:00
Erik Johnson
9134f662cc
Update tests to reflect unicode minion IDs in outputters 2018-01-13 21:08:51 -06:00
Erik Johnson
685bfbbd3e
[PY3] Add unicode_literals to cache and cli modules 2018-01-13 21:08:51 -06:00
Erik Johnson
a9c82c47ea
[PY3] Add unicode_literals to salt.utils modules (W-Z) 2018-01-13 20:52:16 -06:00
Nicole Thomas
dcac4d4ce9
Merge pull request #45423 from terminalmage/py3-salt.utils-a-d
[PY3] Add unicode_literals to salt.utils modules (A-D)
2018-01-13 20:33:28 -05:00
Gareth J. Greenaway
4a5e7ce3d8
Merge pull request #45436 from terminalmage/fix-iam-breakage
Fix breakage in salt.utils.iam
2018-01-13 15:42:05 -08:00
Erik Johnson
1044b627a1
[PY3] Add unicode_literals to salt.utils modules (A-D) 2018-01-13 16:08:56 -06:00
Erik Johnson
c57b5a5502
Fix breakage in salt.utils.iam
This fixes breakage introduced in
https://github.com/saltstack/salt/pull/45406 and adds a unit test.
2018-01-13 15:04:18 -06:00
Nicole Thomas
a6366c9ff1
Merge pull request #45425 from twangboy/win_fix_swarm
Fix stack trace on machines without docker
2018-01-13 14:43:54 -05:00
Nicole Thomas
bb71b10f77
Merge pull request #45427 from twangboy/win_fix_test_local_cache
Fix `unit.returners.test_local_cache` for Windows
2018-01-13 14:36:50 -05:00
twangboy
e137775c1f
Fix race condition in Windows with the creation time 2018-01-12 16:22:35 -07:00
twangboy
6dac045148
Use if HAS_DOCKER in __init__ 2018-01-12 15:15:50 -07:00
Nicole Thomas
b7956edb18
Merge pull request #45415 from Ch3LL/change-rackspace
Change rackspace provider name for >=oxygen cloud tests
2018-01-12 17:02:18 -05:00
twangboy
9289193205
Fix stack trace on machines without docker 2018-01-12 14:38:58 -07:00
Nicole Thomas
0c58cb77ac
Merge pull request #45406 from garethgreenaway/oxygen_updating_utils_for_unicode_round_two
[oxygen] Oxygen updating utils and related tests for Unicode round two
2018-01-12 14:07:47 -05:00
Nicole Thomas
1755af821d
Merge pull request #44866 from DSRCorporation/slots3
Slots: use execution function return as a state arg value
2018-01-12 13:58:16 -05:00
Nicole Thomas
c59bb33c89
Merge pull request #45354 from terminalmage/issue45352
Fix warnings when default config values are set to None
2018-01-12 12:45:08 -05:00
rallytime
bbe6f54f84
Update old utils paths to new paths 2018-01-12 12:27:08 -05:00
rallytime
a5719b686b
Lint: Remove unused import 2018-01-12 12:17:31 -05:00
Ch3LL
62035a04ff
update provider rackspace config 2018-01-12 12:02:01 -05:00
Gareth J. Greenaway
58d0dfe917
Fixing lint in listdiffer.py and reverting a change in jinja.py 2018-01-12 08:42:39 -08:00
Gareth J. Greenaway
0e44911d77
Updating various tests for Unicode goodness 2018-01-12 08:42:39 -08:00
Gareth J. Greenaway
9ee5b417f7
Updating various utils for Unicode goodness 2018-01-12 08:42:39 -08:00
Ch3LL
40677cad21
migrate rackspace to openstack in cloud test 2018-01-12 11:08:28 -05:00
Nicole Thomas
04b8e1cafc
Merge pull request #45401 from gtmanfred/oxygen
fix boto import failures
2018-01-12 10:55:48 -05:00