Mike Place
|
a3c848ede8
|
Heavy linting of docker module and re-do docker tests.
|
2014-05-15 09:53:30 -06:00 |
|
Joseph Hall
|
7e186bbb4b
|
Merge pull request #12814 from eliasp/patch-1
Typo (successfull → successful)
|
2014-05-15 09:47:07 -06:00 |
|
Elias Probst
|
202a5b7544
|
Typo (successfull → successful)
|
2014-05-15 17:45:55 +02:00 |
|
Mathieu Le Marec - Pasquet
|
c8a681ebfa
|
filter on profile & providers if any
|
2014-05-15 16:52:51 +02:00 |
|
Joseph Hall
|
a3e750603d
|
Merge pull request #12805 from tankywoo/develop
states.iptables support custom rule filename to save
|
2014-05-15 07:24:44 -06:00 |
|
Joseph Hall
|
b195e78eba
|
Merge pull request #12797 from gtmanfred/develop
use 3 attr instead of if statement for item.progress
|
2014-05-15 05:51:36 -06:00 |
|
Elias Probst
|
e0091310ff
|
Return proper results for 'test=True'
|
2014-05-15 09:24:00 +02:00 |
|
Damian Myerscough
|
c3cd68f262
|
Allow Debian and Red Hat systems to be renamed
|
2014-05-14 22:13:51 -07:00 |
|
Daniel Wallace
|
f9f9f10eaf
|
use 3 attr instead of if statement for item.progress
|
2014-05-14 22:54:03 -05:00 |
|
Joseph Hall
|
e91be299fc
|
Merge pull request #12796 from gtmanfred/develop
don't error if the server doesn't have a progress
|
2014-05-14 21:36:43 -06:00 |
|
Erik Johnson
|
a9aa0d90f7
|
Merge pull request #12608 from jond64/pkg.install-reinstall
Pkg.install reinstall
|
2014-05-14 22:27:56 -05:00 |
|
Daniel Wallace
|
22e1552152
|
don't error if the server doesn't have a progress
|
2014-05-14 22:13:51 -05:00 |
|
Seth House
|
d0a7140ae6
|
Reorganized the Python API docs to be more Python-centric
|
2014-05-14 19:58:37 -06:00 |
|
Seth House
|
57b26354dd
|
Fixed incorrect documentation on the master/client config functions
Fleshed out the function docstrings and pulled those into the Python API
docs.
|
2014-05-14 18:49:29 -06:00 |
|
Thomas S Hatch
|
0d9ab156d6
|
Merge pull request #12787 from rallytime/pylint_fix
Fix for python 3 indexing exceptions
|
2014-05-14 17:08:14 -06:00 |
|
rallytime
|
16dc0217d9
|
Fix for python 3 indexing exceptions
|
2014-05-14 16:25:40 -06:00 |
|
Thomas S Hatch
|
988101cf8d
|
update tests to handle new return data from states
|
2014-05-14 16:09:27 -06:00 |
|
Thomas S Hatch
|
08cafe2a25
|
Fix #7328
|
2014-05-14 16:01:28 -06:00 |
|
Thomas S Hatch
|
4b1ceffa7b
|
change unreachable code
|
2014-05-14 15:36:42 -06:00 |
|
Thomas S Hatch
|
b2150d94db
|
fix mytypos in my typo fixing
|
2014-05-14 15:21:36 -06:00 |
|
Thomas S Hatch
|
a0a9060a1b
|
NO FIRST PERSON!!!
|
2014-05-14 15:18:54 -06:00 |
|
Seth House
|
82dbed876f
|
Merge pull request #12785 from dnd/add_rbenv_to_ruby_gem_docs
Indicate rbenv support in 'gem' module and states
|
2014-05-14 14:53:36 -06:00 |
|
Chad Heuschober
|
f194f5e2b2
|
Removes unnecessary collections import.
|
2014-05-14 16:35:27 -04:00 |
|
Chad Heuschober
|
f4b7422c7d
|
Changed OrderedDict provider to salt.utils.odict for backwards compat with py2.6
|
2014-05-14 16:31:43 -04:00 |
|
Chad Heuschober
|
1f8c20fadb
|
Adds support for OrderedDicts in jinja templates.
|
2014-05-14 16:31:43 -04:00 |
|
Joseph Hall
|
740585e919
|
Merge pull request #12786 from hulu/s3-pylint
use list comprehension instead of filter() to avoid pylint warning
|
2014-05-14 14:30:22 -06:00 |
|
Thomas S Hatch
|
30d462ac4c
|
Fix #12766
@basepi, I need to manually fix this in 2014.1, don't cherrypick
|
2014-05-14 14:07:23 -06:00 |
|
Thomas S Hatch
|
10a475ded2
|
Documentation to fix #6300
|
2014-05-14 13:56:54 -06:00 |
|
Chris Rebert
|
167f2f6eff
|
use list comprehension instead of filter() to avoid pylint warning
************* Module salt.pillar.s3
salt/pillar/s3.py:247: [W0640(cell-var-from-loop), _refresh_buckets_cache_file.<lambda>] Cell variable saltenv defined in loop
More details: https://github.com/klen/pylama_pylint/blob/master/pylama_pylint/pylint/checkers/variables.py#L150
|
2014-05-14 12:49:58 -07:00 |
|
Steve Valaitis
|
7df67a858d
|
Indicate rbenv support in 'gem' module and states
|
2014-05-14 14:49:29 -05:00 |
|
Joseph Hall
|
78b3670d20
|
Merge pull request #12784 from cvrebert/patch-1
cloud.clouds.nova: rm duplicate import
|
2014-05-14 13:47:54 -06:00 |
|
Chris Rebert
|
4504b09c83
|
cloud.clouds.nova: rm duplicate import
************* Module salt.cloud.clouds.nova
salt/cloud/clouds/nova.py:113: [W0404(reimported), ] Reimport 'salt.utils.cloud' (imported line 100)
|
2014-05-14 12:46:27 -07:00 |
|
Thomas S Hatch
|
2146f06291
|
Merge pull request #12752 from eliasp/states_pkg-failed_always_true
Don't return 'True' for failing package installations.
|
2014-05-14 13:39:24 -06:00 |
|
Colton Myers
|
e06c565eda
|
Merge pull request #12778 from cachedout/formatter_tweak
Clean up highstate formatter
|
2014-05-14 13:34:46 -06:00 |
|
Thomas S Hatch
|
82bfb35346
|
Merge pull request #12780 from s0undt3ch/develop
Fix unit tests
|
2014-05-14 13:33:32 -06:00 |
|
Thomas S Hatch
|
cb0d877a8d
|
Revert "lint"
This reverts commit 9e6329ab9a .
|
2014-05-14 13:32:57 -06:00 |
|
Thomas S Hatch
|
beb02a0594
|
Merge pull request #12783 from whiteinge/moar-rst-fixes
Moar misc rST fixes
|
2014-05-14 13:32:15 -06:00 |
|
Thomas S Hatch
|
d5064aab51
|
Merge pull request #12781 from garethgreenaway/fix_failing_file_unit_test
Fix for unit tests for file state, fix related to symlinks in file module.
|
2014-05-14 13:31:14 -06:00 |
|
Seth House
|
ef84b91422
|
Moar misc rST fixes
|
2014-05-14 13:30:28 -06:00 |
|
Thomas S Hatch
|
9e6329ab9a
|
lint
|
2014-05-14 13:30:05 -06:00 |
|
Gareth J. Greenaway
|
823575c901
|
Unit tests for file state broke after adding the follow_symlnks argument. Tests were looking for a value in a specific position in a dictionary which has been pushed back one value. Also fixing an issue that happened if the file being managed by the module is a symlink, file would be treated as a new file.
|
2014-05-14 11:30:28 -07:00 |
|
Pedro Algarvio
|
84b2c9b6a4
|
Fix unit tests
|
2014-05-14 19:28:54 +01:00 |
|
Joseph Hall
|
24c4338ef6
|
Merge pull request #12772 from whiteinge/doc-misc-rst-fixes
Doc misc rst fixes
|
2014-05-14 12:03:41 -06:00 |
|
Seth House
|
59f2d07ffb
|
Bunch of misc rST fixes
|
2014-05-14 12:02:55 -06:00 |
|
Seth House
|
1577642b98
|
Removed NYC training link
|
2014-05-14 12:01:09 -06:00 |
|
C. R. Oldham
|
5cf4475000
|
Merge pull request #12767 from techhat/cloudssh
Allow user to specify known_hosts_file
|
2014-05-14 11:55:43 -06:00 |
|
Joseph Hall
|
2846e13512
|
Merge pull request #12773 from cachedout/7336
A more informative error message.
|
2014-05-14 11:46:38 -06:00 |
|
Mike Place
|
1aceded873
|
Don't display formatting if we don't have a value
|
2014-05-14 11:46:27 -06:00 |
|
Joseph Hall
|
aa4933e776
|
Merge pull request #12775 from eliasp/doc-example-consistency
Consistency fixes for examples in documentation blocks
|
2014-05-14 11:44:48 -06:00 |
|
Elias Probst
|
f862c0912d
|
Don't return 'True' for failing package installations.
|
2014-05-14 19:37:56 +02:00 |
|