.. |
auth
|
Merge pull request #8007 from eliasp/auth-init-typo
|
2013-10-21 14:50:37 -07:00 |
cli
|
Pass data to minion when using salt-call (otherwise it ends up without a jid)
|
2013-10-18 15:23:29 -07:00 |
client
|
Fix logic for cmd_block.
|
2013-10-29 17:13:49 -06:00 |
ext
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
fileserver
|
Fix typo (fcntl, not fnctl)
|
2013-10-28 16:15:45 -06:00 |
grains
|
Added : to xen grep, because otherwise it would match kernel messages like: skipping TxEn test for device [8086:108f] subsystem [8086:0000]
|
2013-10-29 11:33:23 +01:00 |
log
|
salt.log.handlers.sentry_mod is now using __virtualname__
|
2013-10-17 14:35:10 +01:00 |
modules
|
ddns: ensure name is str
|
2013-10-30 18:35:33 +00:00 |
output
|
Added check about empty string
|
2013-10-22 10:44:24 +07:00 |
pillar
|
Improve git_pillar documentation
|
2013-10-28 17:09:38 -05:00 |
renderers
|
Give them both! This should make some cleaner middle ground here
|
2013-10-15 10:03:32 -06:00 |
returners
|
salt.returners.sentry_return is now using __virtualname__
|
2013-10-17 14:53:08 +01:00 |
roster
|
Allow for roster_file option in master config
|
2013-09-23 23:12:26 -06:00 |
runners
|
Fix regexes
|
2013-10-23 14:38:17 +02:00 |
search
|
salt.search.whoosh_search is now using __virtualname__
|
2013-10-17 14:45:07 +01:00 |
states
|
Change the check for git rev-parse to fail if the SHA is not found. Refs #8163.
|
2013-10-30 11:53:52 -06:00 |
templates
|
Refactor disk controller part of _gen_xml()
|
2013-10-16 21:08:55 +02:00 |
tops
|
salt.tops.reclass_adapter is now using __virtualname__
|
2013-10-17 14:46:33 +01:00 |
utils
|
Fix typo (fcntl, not fnctl)
|
2013-10-28 16:15:45 -06:00 |
wheel
|
Fix all E3 pep8 issues.
|
2013-09-20 17:54:02 +01:00 |
__init__.py
|
Hide with-statements warnings
|
2013-10-29 10:45:11 +01:00 |
_compat.py
|
This has to be an unnoticed bug?
|
2013-10-26 18:56:10 +02:00 |
config.py
|
Properly determine conf_dir
|
2013-10-27 16:36:25 -06:00 |
crypt.py
|
Move gen_token into Auth class for more generic use
|
2013-10-16 10:53:53 -06:00 |
exceptions.py
|
SaltInvocationError now also subclasses TypeError .
|
2013-09-24 22:08:08 +01:00 |
fileclient.py
|
First pass at some file-locking and retry logic for file hashes. Also a couple spelling/docs fixes.
|
2013-10-25 13:23:59 -06:00 |
key.py
|
Fix race condition in salt-key
|
2013-10-07 21:44:10 -05:00 |
loader.py
|
Clarify where the deprecation warning is coming from.
|
2013-10-17 08:27:18 +01:00 |
master.py
|
Fix copy-paste error
|
2013-10-28 16:21:53 +01:00 |
minion.py
|
Add debug logging of the parsed CLI args/kwargs
|
2013-10-25 19:31:41 -05:00 |
overstate.py
|
Misc lint fixes
|
2013-10-15 15:02:03 -06:00 |
payload.py
|
Modify socket delletion to handle minor api change in pyzmq 14
|
2013-09-26 00:11:30 -06:00 |
runner.py
|
Added List of minions that ran a particular job to the job list cache data returned by runners
|
2013-10-01 17:21:45 -06:00 |
scripts.py
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
state.py
|
fix 'OrderedDict' object has no attribute 'append' stack trace in _handle_iorder in case of syntax error
|
2013-10-30 09:44:32 +01:00 |
syspaths.py
|
Don't include authorship in generated documentation, the Sphinx way.
|
2013-09-16 17:24:00 +01:00 |
template.py
|
Comply to PEP-263.
|
2013-09-19 00:16:38 +01:00 |
version.py
|
Don't even try to parse a version string if it's not a **Salt** git checkout. Fixes #8090.
|
2013-10-30 00:16:21 +00:00 |