.. |
acl
|
[PY3] Add unicode_literals to acl, auth, and netapi modules
|
2018-01-05 10:31:11 -06:00 |
auth
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |
beacons
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |
cache
|
[PY3] Add unicode_literals to cache and cli modules
|
2018-01-13 21:08:51 -06:00 |
cli
|
Revert "Separates key_dir from cache_dir, The key files (i.e. '.root_key', '.sudo_...') must not be shared with other masters."
|
2018-02-08 12:55:25 -07:00 |
client
|
Fix salt-ssh state.apply "'NoneType' object has no attribute 'count'"
|
2018-02-22 16:29:21 +01:00 |
cloud
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |
config
|
pass opts to SSHClient for enable_ssh_minions
|
2018-02-20 16:06:00 -07:00 |
daemons
|
Merge pull request #46002 from isbm/isbm-zeromq17-deprecationwarning
|
2018-02-20 16:07:06 -05:00 |
defaults
|
|
|
engines
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |
executors
|
[PY3] Add unicode_literals to config, executors
|
2018-01-07 14:48:45 -06:00 |
ext
|
Merge branch '2017.7' into 'oxygen'
|
2018-01-11 16:00:08 -05:00 |
fileserver
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |
grains
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |
log
|
Missing format in the call to write.
|
2018-02-12 17:26:10 -05:00 |
modules
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |
netapi
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |
output
|
Properly handle undecodable bytestrings in nested outputter
|
2018-02-12 22:35:45 -06:00 |
pillar
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |
proxy
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |
queues
|
[PY3] Add unicode_literals to spm, queues, and rosters
|
2017-12-28 15:30:27 -06:00 |
renderers
|
[PY3] Add unicode_literals to renderers and returners
|
2017-12-15 00:17:26 -06:00 |
returners
|
Retry loading serialized job details
|
2018-02-12 22:21:07 -06:00 |
roster
|
[PY3] Add unicode_literals to spm, queues, and rosters
|
2017-12-28 15:30:27 -06:00 |
runners
|
Merge pull request #46149 from rallytime/bp-46145
|
2018-02-22 16:57:51 -05:00 |
sdb
|
[PY3] Add unicode_literals to sdb and serializers
|
2017-12-28 13:18:00 -06:00 |
serializers
|
[PY3] Add unicode_literals to sdb and serializers
|
2017-12-28 13:18:00 -06:00 |
spm
|
Replace yaml usage with a helper to ensure unicode is handled properly
|
2018-01-03 14:14:21 -06:00 |
states
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |
templates
|
Merge branch '2016.11' into '2017.7'
|
2017-12-07 17:33:03 -05:00 |
thorium
|
Replace json module usage with a helper to ensure unicode content is handled properly
|
2017-12-27 09:30:58 -06:00 |
tokens
|
Add unicode_literals to tops, thorium, proxy, tokens
|
2017-12-14 21:56:49 -06:00 |
tops
|
Replace yaml usage with a helper to ensure unicode is handled properly
|
2018-01-03 14:14:21 -06:00 |
transport
|
Merge pull request #46141 from rallytime/bp-46123
|
2018-02-21 17:28:53 -05:00 |
utils
|
Merge pull request #46149 from rallytime/bp-46145
|
2018-02-22 16:57:51 -05:00 |
wheel
|
Replace yaml usage with a helper to ensure unicode is handled properly
|
2018-01-03 14:14:21 -06:00 |
__init__.py
|
[PY3] Add print_function import to files with unicode_literals already added
|
2017-12-15 12:14:18 -06:00 |
_compat.py
|
Roll back use of explicit unicode literals
|
2017-12-10 17:41:45 -06:00 |
crypt.py
|
M2Crypto py3 unicode related fixes
|
2018-02-19 19:23:51 +03:00 |
exceptions.py
|
Move get_context to salt.utils.stringutils
|
2018-02-07 02:09:56 -06:00 |
fileclient.py
|
Decode all the things (on python2)!
|
2018-01-30 09:51:51 -06:00 |
key.py
|
Revert "Separates key_dir from cache_dir, The key files (i.e. '.root_key', '.sudo_...') must not be shared with other masters."
|
2018-02-08 12:55:25 -07:00 |
loader.py
|
Optimization: don't allocate a new list to concatenate
|
2018-01-16 11:12:57 -06:00 |
master.py
|
pass opts to SSHClient for enable_ssh_minions
|
2018-02-20 16:06:00 -07:00 |
minion.py
|
Merge pull request #46084 from garethgreenaway/oxygen_swap_to_datetime_objects
|
2018-02-20 17:51:26 -05:00 |
payload.py
|
[PY3] Add print_function import to files with unicode_literals already added
|
2017-12-15 12:14:18 -06:00 |
runner.py
|
Properly detect use of the state.orch alias and add orch jid to kwargs
|
2018-02-22 10:46:46 -05:00 |
scripts.py
|
Workaroung python bug in traceback.format_exc()
|
2018-02-14 16:16:57 +03:00 |
state.py
|
Document behavior when orchestration runnner invoked with non-orch states
|
2018-02-22 10:49:39 -05:00 |
syspaths.py
|
[PY3] Add print_function import to files with unicode_literals already added
|
2017-12-15 12:14:18 -06:00 |
template.py
|
Replace json module usage with a helper to ensure unicode content is handled properly
|
2017-12-27 09:30:58 -06:00 |
textformat.py
|
[PY3] Add print_function import to files with unicode_literals already added
|
2017-12-15 12:14:18 -06:00 |
version.py
|
Update refrences to Oxygen codename to 2018.3.0
|
2018-02-21 21:47:41 -06:00 |