Commit Graph

23533 Commits

Author SHA1 Message Date
Pedro Algarvio
b48edc9e01 Merge pull request #9009 from cachedout/#8972
Refactor to no longer shadow built-ins of min and max
2013-12-04 02:43:44 -08:00
Cowyn Li
ff1d58f342 Added exception handler for git repo init 2013-12-04 17:36:46 +08:00
Jorge-Rodriguez
c8e54c8a0a Catch os.error instead of all Exceptions 2013-12-04 09:32:10 +02:00
Mike Place
28f0e7e6f7 Refactor to no longer shadow built-ins of min and max 2013-12-03 22:47:57 -07:00
Joseph Hall
00faa5f002 Merge pull request #8997 from hulu/lvs-list-alias
modules.lvs: use alias to avoid shadowing `list` built-in type
2013-12-03 18:39:12 -08:00
Mike Place
6d4a422c20 First-pass unit test coverage for the Postgres execution module. 2013-12-03 19:00:26 -07:00
Mathieu Le Marec - Pasquet
e59e8274fb fix doc handling 2013-12-04 01:51:51 +00:00
Mathieu Le Marec - Pasquet
e7f096d222 more doc for buildout 2013-12-04 01:51:51 +00:00
Mathieu Le Marec - Pasquet
bbb3f9494c do not expose exceptions 2013-12-04 01:51:50 +00:00
Mathieu Le Marec - Pasquet
50cdd562ad make buildout test more robust 2013-12-04 01:51:23 +00:00
Mathieu Le Marec - Pasquet
ee820545e4 buildout fixes from 996c7950cc 2013-12-04 01:51:23 +00:00
Joseph Hall
29b76829af Merge pull request #9005 from makinacorpus/lint-fixes
Lint fixes
2013-12-03 17:08:15 -08:00
Mathieu Le Marec - Pasquet
7d299f9c0f pylint fixes 2013-12-04 00:25:56 +00:00
Mathieu Le Marec - Pasquet
5f46962e80 pep8 fixes 2013-12-04 00:25:50 +00:00
Chris Rebert
e8da05a72f make zcbuildout._Logger a new-style class
salt/modules/zcbuildout.py:106: [C1001(old-style-class), _Logger] Old-style class defined.
2013-12-03 15:48:33 -08:00
Seth House
e947d81f50 Merge pull request #9000 from basepi/showslsnote
Add note about topfiles to state.show_sls
2013-12-03 15:45:26 -08:00
Colton Myers
f4d10d9a03 Add note about topfiles to state.show_sls 2013-12-03 16:42:32 -07:00
Chris Rebert
651e27d9a9 cp mod: honor env argument in list_master() & hash_file()
************* Module salt.modules.cp
salt/modules/cp.py:441: [W0613(unused-argument), list_master] Unused argument 'env'
salt/modules/cp.py:548: [W0613(unused-argument), hash_file] Unused argument 'env'
2013-12-03 15:39:43 -08:00
Chris Rebert
d8c26763ae modules.lvs: use alias to avoid shadowing list built-in type
salt/modules/lvs.py:353: [W0622(redefined-builtin), list] Redefining built-in 'list'
2013-12-03 15:27:37 -08:00
Chris Rebert
af601e2202 rm unused import from zcbuildout state
salt/states/zcbuildout.py:41: [W0611(unused-import), ] Unused import re
2013-12-03 15:23:06 -08:00
Ollie Walsh
68e0e3a106 Add unit test for event timeouts 2013-12-03 22:44:52 +00:00
Erik Johnson
0bd2f6c06e Allow editable=. for pip.install 2013-12-03 15:58:27 -06:00
Thomas S Hatch
a6c080c226 The saltenv changes caused a break with older minions when gathering
pillar
2013-12-03 14:24:47 -07:00
Samuel M Smith
e32d6f8eeb Merge remote-tracking branch 'upstream/develop' into sam_20131202 2013-12-03 14:19:18 -07:00
Thomas S Hatch
7e80ee031a Merge pull request #8963 from mgwilliams/ps
ps module: add get_users
2013-12-03 12:46:45 -08:00
Thomas S Hatch
0acd1eea5c Include the exec_info for virtual function exceptions 2013-12-03 13:34:50 -07:00
Pedro Algarvio
de707db3c6 Merge pull request #8986 from s0undt3ch/hotfix/jenkins
Lint Fixes
2013-12-03 12:32:23 -08:00
Pedro Algarvio
877bdb2a90 Lint white-space fixes. 2013-12-03 20:30:16 +00:00
Pedro Algarvio
a7365b6322 No last line 2013-12-03 20:28:41 +00:00
Pedro Algarvio
205ed46577 Easier path building 2013-12-03 20:28:08 +00:00
Pedro Algarvio
d6d2993486 No un-indexed curly braces on string .format() calls 2013-12-03 20:24:21 +00:00
Matthew Williams
ca6d372416 Merge branch 'develop' into ps
Conflicts:
	salt/modules/ps.py
2013-12-03 20:12:21 +00:00
Thomas S Hatch
9c100b980f Just send to the top for __SUFFIX_NOT_NEEDED 2013-12-03 13:04:34 -07:00
Thomas S Hatch
996c7950cc Fix bare exception 2013-12-03 12:52:13 -07:00
Thomas S Hatch
6aa1416c36 lint 2013-12-03 12:51:22 -07:00
Thomas S Hatch
73b43a37af statically assign suffix not needed 2013-12-03 12:49:00 -07:00
Thomas S Hatch
df6199bb9f pylint 2013-12-03 12:45:03 -07:00
Thomas S Hatch
42651babd8 don't expose the Logger class to the loader 2013-12-03 12:37:09 -07:00
Pedro Algarvio
c3f504feda Merge pull request #8983 from terminalmage/issue7432
Make ps execution module available for psutil>=0.3.0
2013-12-03 11:33:39 -08:00
Erik Johnson
3e336eb659 Cleanup version comparison
Tuple comparison is cleaner, hat-tip to pedro :)
2013-12-03 13:28:30 -06:00
Samuel M Smith
9fafbb95b3 Merge remote-tracking branch 'upstream/develop' into sam_20131202 2013-12-03 12:21:28 -07:00
Erik Johnson
551dfa9223 Make ps execution module available for psutil>=0.3.0
After looking at some of the older source code versions, it seems that
the majority (if not all) of the features present in the ps execution
module became available between psutil release 0.2.0 and 0.3.0. This
commit removes the python version check in the __virtual__ function, and
replaces it with a check of the psutil version. Only psutil versions
greater than or equal to 0.3.0 will result in the ps execution module
being available.
2013-12-03 13:14:46 -06:00
Thomas S Hatch
85e446abc3 just use an else 2013-12-03 12:10:40 -07:00
Thomas S Hatch
c3a52b927c Merge pull request #8981 from cachedout/#8717
Avoid conflicting options.
2013-12-03 11:14:29 -08:00
Thomas S Hatch
ef40793106 Merge pull request #8982 from s0undt3ch/hotfix/salt-cloud-merge
Missed `vm_config` to `profiles_config` and tests
2013-12-03 11:13:50 -08:00
Pedro Algarvio
13a9effdaf Add unit tests regarding include.d directories loading. 2013-12-03 19:08:30 +00:00
Thomas S Hatch
d8de8dd3aa Add another not 2013-12-03 12:06:46 -07:00
Thomas S Hatch
0ae19d12a9 Fix stack trace in event fixes 2013-12-03 12:06:46 -07:00
Thomas S Hatch
b710fbb759 @kiorky please finish cleaning up the double quotes sometime
It is nice to keep the style clean, also, do we need the Logger
class? why can't we just use the salt logging? or am I missing
something?
2013-12-03 12:06:46 -07:00
Thomas S Hatch
4e377c1cf3 lint fixes 2013-12-03 12:06:46 -07:00