.. |
auth
|
Merge pull request #3079 from DamianZaremba/develop
|
2012-12-31 10:45:25 -08:00 |
cli
|
When going through the API, selected_target_option is always 'None'. That brakes grains-based minion-discovery for the batch run when running through the API. The expr_form is always set, so we can default to that safely instead of glob.
|
2013-01-31 22:20:23 +01:00 |
ext
|
Add 'ext' salt extensions package for future add-ons
|
2011-08-10 11:18:50 -06:00 |
fileserver
|
Fix final issue in gitfs index support
|
2013-01-31 11:11:41 -07:00 |
grains
|
This has been refactored since I wrote the TODO over a year ago
|
2013-02-04 12:18:03 -07:00 |
modules
|
Remove debugging print statements
|
2013-02-08 10:27:29 -07:00 |
output
|
minor performance improvement in nested outputter
|
2013-02-07 15:14:04 -07:00 |
pillar
|
remove unused import
|
2013-02-07 16:31:16 -07:00 |
renderers
|
Add support for #3483([pydsl] Import Python definitons from included files).
|
2013-02-01 12:32:19 -05:00 |
returners
|
clean up somestring formatting in the carbon returner
|
2013-01-14 21:35:14 -07:00 |
runners
|
Bugfix for commit 1d5ce52
|
2013-01-23 14:43:28 -08:00 |
search
|
Fix PyLint C0103 on salt.search.whoosh_search . Refs #1775.
|
2012-12-29 18:09:48 +00:00 |
states
|
Check for non-existing target
|
2013-02-08 10:35:00 -07:00 |
tops
|
Remove unused import salt.utils
|
2012-11-12 23:25:09 -07:00 |
utils
|
remove unused import
|
2013-02-07 16:51:17 -07:00 |
wheel
|
Comments and whitespace in order to harmonize them across the source code.
|
2012-12-07 00:14:03 +01:00 |
__init__.py
|
Added missing import
|
2013-02-07 09:33:07 +05:30 |
_compat.py
|
Fix PyLint C0103 on salt._compat . Refs #1775.
|
2012-12-28 15:51:12 +00:00 |
client.py
|
fix spacing in job ctrl-c message
|
2013-01-31 15:09:01 -07:00 |
config.py
|
Remove unused imports
|
2013-02-07 15:52:34 -07:00 |
crypt.py
|
Clean up old imports
|
2013-02-07 15:54:58 -07:00 |
exceptions.py
|
Properly avoid "File name too long" ZMQ exceptions. Refs #3026, #2044 and #2926.
|
2012-12-27 15:39:32 +00:00 |
fileclient.py
|
Make getting the fileclient a bit more robust and remove unused PILLAR
|
2013-02-04 22:07:41 -05:00 |
key.py
|
add event firing code for delete and delete_all key mgmt operations
|
2012-12-09 16:31:45 +01:00 |
loader.py
|
Fix logging in the salt loader to specify module tag type
|
2013-01-31 10:15:37 -07:00 |
log.py
|
Protect against the log_path being set to None .
|
2013-01-20 03:16:07 +00:00 |
master.py
|
don't try to clean up something that is not there
|
2013-02-07 12:37:18 -07:00 |
minion.py
|
remove unused import
|
2013-02-07 16:07:29 -07:00 |
overstate.py
|
Switch overtstate system to use yaml.safe_load
|
2013-02-03 20:45:47 -07:00 |
payload.py
|
Set socket opt for SREQ interface
|
2013-01-30 15:14:49 -07:00 |
runner.py
|
fix bad ref to **kwargs
|
2013-01-14 21:20:02 -07:00 |
scripts.py
|
Report message when ctrl-c is called from cli, fix #3190
|
2013-01-29 23:30:51 -07:00 |
state.py
|
Fix "variable referenced before assignment" error
|
2013-02-05 12:44:13 -06:00 |
template.py
|
Fix PyLint C0103 on salt.template . Refs #1775.
|
2012-12-28 15:51:11 +00:00 |
version.py
|
Fix salt version unittest.
|
2013-02-06 04:59:26 +00:00 |