Commit Graph

48913 Commits

Author SHA1 Message Date
Justin Findlay
4195cea512 Merge pull request #24361 from jayeshka/postgres_schema-states-unit-test
adding states/postgres_schema unit test case.
2015-07-01 15:44:56 -06:00
Justin Findlay
ada8fe57d4 Merge pull request #24331 from jayeshka/postgres_extension-states-unit-test
adding states/postgres_extension unit test case.
2015-07-01 15:43:58 -06:00
Justin Findlay
f0f512a4da Merge pull request #25109 from jfindlay/2015.5
add 2015.5.3 release notes
2015-07-01 13:45:56 -06:00
Justin Findlay
3187d5d5aa add 2015.5.3 release notes 2015-07-01 13:43:30 -06:00
Justin Anderson
21709aa483 Merge pull request #25096 from jfindlay/postgres_group_test
Postgres group test
2015-07-01 12:48:25 -06:00
David Boucha
0a846400c6 Merge pull request #25085 from jfindlay/fix_file
accept all sources in the file state
2015-07-01 12:23:45 -06:00
Justin Findlay
a98394210e Merge pull request #25095 from jfindlay/win_groupadd_test
Win groupadd unit tests
2015-07-01 12:18:53 -06:00
Justin Findlay
3c379dc115 declobber postgres state unit test mocking 2015-07-01 12:01:50 -06:00
Justin Findlay
564dffd14a depend on win libs rather than mocking them 2015-07-01 11:14:19 -06:00
Mike Place
7c8d2a8656 Merge pull request #25089 from jfindlay/fix_sudo
fix minion sudo
2015-07-01 09:53:16 -06:00
Mike Place
4d6078e5dd Merge pull request #25099 from driskell/patch-1
Fix broken batch results
2015-07-01 09:51:29 -06:00
Jason Woods
59b23e5f6e Fix broken batch results
Fixes #24875

a34b74a70c fixed the ValueError but caused results to be overwritten as if a minion did not return, when actually it did.
2015-07-01 11:11:29 +01:00
Justin Findlay
937a252e16 remove unnecessary file state tests 2015-06-30 17:16:17 -06:00
Thomas S Hatch
46350796b6 Merge pull request #25083 from steverweber/fix_ipmi_stat
ipmi: get_sensor_data would always fail
2015-06-30 14:57:21 -06:00
Thomas S Hatch
15f2a4077c Merge pull request #25067 from The-Loeki/patch-1
Fix for maxdepth=0 in find
2015-06-30 14:54:05 -06:00
Thomas S Hatch
58d933cfa8 Merge pull request #25078 from terminalmage/fix-mac-uid
Use smaller number for upper limit of mac_user's _first_avail_uid helper function
2015-06-30 14:53:24 -06:00
Justin Findlay
6f238e924c integration test file.managed sources 2015-06-30 14:26:59 -06:00
Justin Findlay
a5978d30c2 iterate an iterable source othwerise list+str it
Fixes #25041.
2015-06-30 14:22:52 -06:00
Steve Weber
836f48c378 include _ in IpmiCommand
include _ in IpmiCommand
2015-06-30 16:00:49 -04:00
Steve Weber
817e434591 get_sensor_data would always fail
get_sensor_data would always fail

the solution is a little messy but it now works.
2015-06-30 15:57:35 -04:00
Erik Johnson
df2ab7ee2b Use smaller number for upper limit of mac_user's _first_avail_uid helper function
Using 2^32 as the upper limit causes an OverflowError when unit tests
are run on a 32-bit host. If your OS X host has over 4 billion users, I
tip my hat to you.
2015-06-30 13:50:06 -05:00
Justin Findlay
ebd6cdc412 Merge pull request #25045 from garethgreenaway/24521_debian_networking
Fixes to debian_ip.py in 2015.5
2015-06-30 11:36:42 -06:00
David Boucha
ae31b279cc Merge pull request #25065 from lorengordon/update-windows-installer-links
Add download links for 2015.5.1-3 and 2015.5.2 Windows installers
2015-06-30 09:29:31 -06:00
Ronald van Zantvoort
61edad3a80 Fix for maxdepth=0 in find
Currently maxdepth=0 won't match anything.
2015-06-30 15:13:03 +02:00
lorengordon
40a0c132d4 Add download links for 2015.5.1-3 and 2015.5.2, Fixes #25057 2015-06-30 07:48:21 -04:00
Justin Findlay
d8f91d4a19 add some apprehension to the sudo exec module
- raise an error if sudo.salt_call is called directly, which would be an
  inductively divergent condition

- return the actual error message (along with some debug logging) when
  the command fails rather than an unhelpful json decode error.

- protect positional args and kwargs to salt-call with a `--` symbol.

- quote the args and kwargs sent to salt-call so they work as expected.

- do not load the sudo exec module if the sudo_user config is unset
2015-06-30 03:18:47 -06:00
Justin Findlay
a9269c072a adding sudo exec module docs 2015-06-30 03:18:47 -06:00
Justin Findlay
e4a40b7bd8 comment whitespace in minion config 2015-06-30 03:10:56 -06:00
Justin Findlay
44cb167744 adding sudo_user minion config docs 2015-06-30 03:10:56 -06:00
Justin Findlay
d461060efe adding sudo_user minion config to default 2015-06-30 03:10:56 -06:00
Thomas S Hatch
ddaeb0fb8e Merge pull request #25052 from basepi/merge-forward-2015.5
[2015.5] Merge forward from 2014.7 to 2015.5
2015-06-29 18:05:00 -07:00
Colton Myers
2c5e664a58 Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5 2015-06-29 16:27:17 -06:00
Gareth J. Greenaway
6f2a6c940b having proto default to static since it's needed to build the template. 2015-06-29 13:21:04 -07:00
Thomas S Hatch
c7003d4951 Merge pull request #25038 from jfindlay/versionadded
versionadded
2015-06-29 12:49:27 -07:00
Justin Findlay
d6dc6f97b5 versionadded
Fixes #24747.
2015-06-29 10:53:37 -06:00
Justin Findlay
28c87cab17 Merge pull request #24747 from msciciel/2015.5
add get_route function to network module
2015-06-29 10:51:42 -06:00
Thomas S Hatch
46a96773aa Merge pull request #24975 from lyft/npm-module-fix
Fix update of undefined env var in npm module
2015-06-29 09:45:05 -07:00
Thomas S Hatch
9cf8550cd8 Merge pull request #24986 from heewa/fix-pkg-hold-when-errored
Don't modify empty change
2015-06-29 09:44:17 -07:00
Thomas S Hatch
ece897d8d6 Merge pull request #24999 from rallytime/cloud_error_help
Provide a less confusing error when cloud provider is misconfigured
2015-06-29 09:43:31 -07:00
Mike Place
4af15cfb90 Merge pull request #24987 from heewa/fix-trying-to-cache-no-file
Don't try to cache a template when it's not a file
2015-06-29 08:02:59 -06:00
Mike Place
8eeaddbff4 Merge pull request #25022 from jfindlay/label_docs
revise label and milestone documentation
2015-06-29 07:51:24 -06:00
Mike Place
89c2e01ac1 Merge pull request #25029 from jayeshka/redismod-unit-test
adding redismod unit test case.
2015-06-29 07:50:33 -06:00
Jayesh Kariya
e3045be5a9 adding redismod unit test case. 2015-06-29 14:13:45 +05:30
Justin Findlay
a7154e7471 Merge pull request #25011 from notpeter/s3_2014.7_backport
Add s3 to protocols for remote source_hash (2014.7 backport)
2015-06-27 16:35:44 -06:00
Justin Findlay
642525298c Merge pull request #24995 from rallytime/tops_mongo
Fix deprecated pymongo usage causing errors in latest pymongo
2015-06-27 16:28:56 -06:00
Justin Findlay
e9aaa11b68 Merge pull request #24994 from garethgreenaway/2015_5_24862_gpg_import_key
Another Fix to gpg.py in 2015.5
2015-06-27 16:28:15 -06:00
Justin Findlay
ebd666e5ee Merge pull request #24988 from jayeshka/supervisord-states-unit-test
adding states/supervisord unit test case.
2015-06-27 16:24:42 -06:00
Justin Findlay
8575192cc4 revise label and milestone documentation 2015-06-27 16:17:44 -06:00
Colton Myers
0487c3c59b Merge pull request #25007 from basepi/merge-forward-2015.5
[2015.5] Merge forward from 2014.7 to 2015.5
2015-06-26 15:28:57 -06:00
Mark McGuire
8b8af640f6 Add s3 to protocols for remote source_hash 2015-06-26 13:59:17 -07:00