Daniel Hobley
|
6ad5014968
|
Lint fixes
|
2016-01-29 15:29:06 +01:00 |
|
Daniel Hobley
|
a4f4e52687
|
Added xattr module and state for OS X
- Allows you to add and remove special attributes to/from files
|
2016-01-29 15:01:40 +01:00 |
|
Nicole Thomas
|
d6e2c7aa82
|
Merge pull request #30614 from techhat/depimg
WIP: Deprecate salt/modules/img.py
|
2016-01-26 15:03:11 -07:00 |
|
Joseph Hall
|
29df2124a2
|
Remove tests for img.py since we're deprecating it
|
2016-01-26 11:00:38 -07:00 |
|
Colton Myers
|
621d8785de
|
Merge pull request #30579 from sjorge/module-localemod
Fix up salt.modules.locale(mod) for Solaris and some generic improvements
|
2016-01-25 17:21:42 -07:00 |
|
Colton Myers
|
64f17568a4
|
Merge pull request #30627 from sjmh/etcd_set_tree
Add etcd update function
|
2016-01-25 17:07:46 -07:00 |
|
Colton Myers
|
818ff2af78
|
Merge pull request #30381 from quantonganh/launchctl-yosemite
Launchctl yosemite
|
2016-01-25 16:08:25 -07:00 |
|
Steve Hajducko
|
a015473d4e
|
Add etcd update function
Adds a update function that takes a dict and sets multiple etcd keys.
|
2016-01-25 14:13:33 -08:00 |
|
Nicole Thomas
|
653292ec88
|
Merge pull request #30555 from twangboy/mac_brew
renamed brew.py to mac_brew.py
|
2016-01-25 12:30:31 -07:00 |
|
Jorge Schrauwen
|
4d2fa2e2aa
|
switch unit test to except CommandExecutionError
|
2016-01-25 19:30:09 +00:00 |
|
Nicole Thomas
|
25f127c948
|
Merge pull request #30580 from sjorge/module-timezone
salt.modules.timezone improvements for Solaris-like OS's
|
2016-01-25 11:43:25 -07:00 |
|
Nicole Thomas
|
b8009d7320
|
Merge pull request #30552 from twangboy/mac_pkgutil
Renamed darwin_pkgutil.py to mac_pkgutil.py
|
2016-01-25 10:47:57 -07:00 |
|
Nicole Thomas
|
fb0054afb5
|
Merge pull request #30556 from twangboy/mac_sysctl
rename darwin_sysctl.py to mac_sysctl.py
|
2016-01-25 10:46:04 -07:00 |
|
Jorge Schrauwen
|
98664445c7
|
Swapping one unknow for debian failed, because debian use a different
function internally. Switched to RedHat for the test as it returns
LANG=XYZ
|
2016-01-25 17:38:51 +00:00 |
|
Jorge Schrauwen
|
e4c511de4a
|
update tests, we have a correct return now
|
2016-01-25 17:30:23 +00:00 |
|
Jorge Schrauwen
|
745f203ea3
|
unit test, better to test with unknown os_family, we expect "" result without patching cmd.run
|
2016-01-23 22:56:00 +00:00 |
|
Jorge Schrauwen
|
d153f43771
|
unit test was filling in fake os_familiy, new code skips the expensive cmd_run unknown os_family
|
2016-01-23 22:53:07 +00:00 |
|
twangboy
|
cec969db15
|
Fixed more tests
|
2016-01-22 19:24:38 -07:00 |
|
twangboy
|
aa47a2908f
|
Fixed more lint
|
2016-01-22 19:20:24 -07:00 |
|
twangboy
|
3fcf9b4ba8
|
Fixed some lint
|
2016-01-22 19:15:29 -07:00 |
|
twangboy
|
e09f43b11b
|
even more lint
|
2016-01-22 19:09:08 -07:00 |
|
twangboy
|
fef54563b0
|
More lint
|
2016-01-22 19:04:03 -07:00 |
|
twangboy
|
306d13a7fa
|
Fixed tests
|
2016-01-22 17:36:48 -07:00 |
|
twangboy
|
1c58318013
|
Fixed tests
|
2016-01-22 17:32:42 -07:00 |
|
twangboy
|
88841e604f
|
Fixed some tests
|
2016-01-22 17:27:18 -07:00 |
|
twangboy
|
6eb250a807
|
Fixed some tests
|
2016-01-22 17:20:25 -07:00 |
|
Mike Place
|
f27b602a0f
|
Fix bad mock in win_service_test
|
2016-01-22 13:37:32 -07:00 |
|
Andrew Colin Kissa
|
f5aa107583
|
Add tests for data directory init and existance check
|
2016-01-22 12:15:45 +02:00 |
|
Colton Myers
|
cb8bf91944
|
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-develop
Conflicts:
doc/ref/configuration/master.rst
doc/topics/cloud/linode.rst
salt/cloud/clouds/linode.py
salt/modules/rh_ip.py
salt/renderers/pyobjects.py
salt/states/file.py
|
2016-01-21 17:42:50 -07:00 |
|
Mike Place
|
40ba550ffd
|
Merge pull request #30511 from kraney/boto_s3_bucket
Boto s3 bucket state
|
2016-01-21 15:52:58 -07:00 |
|
Erik Johnson
|
ea0ca70187
|
Add git.list_worktrees unit test
|
2016-01-21 15:42:30 -06:00 |
|
Kris Raney
|
16e8b4f9e3
|
cut-and-paste error
|
2016-01-21 13:23:52 -06:00 |
|
Mike Place
|
0f5baa65ea
|
Fix missing key in opts for event tests
|
2016-01-21 11:06:03 -07:00 |
|
Kris Raney
|
4ad20f6217
|
Not satisfied with the code complexity/ readability/ maintainability, so refactor a bit. Fix a couple bugs in the process. Add unit tests.
|
2016-01-21 11:28:53 -06:00 |
|
Kris Raney
|
917f48d19f
|
Implement unit tests for boto_s3_bucket module
|
2016-01-21 11:25:55 -06:00 |
|
Quan Tong Anh
|
234faa5991
|
launchctl: update test function accordingly
|
2016-01-20 08:55:56 +07:00 |
|
justinta89
|
00943ff1e6
|
Boto uses False for is_default instead of None
|
2016-01-19 10:15:35 -07:00 |
|
rallytime
|
39b49621ad
|
Merge branch '2015.8' into 'develop'
Conflicts:
- salt/beacons/service.py
- salt/cloud/clouds/vmware.py
- salt/modules/file.py
- salt/modules/ipset.py
- salt/modules/npm.py
- salt/modules/rpm.py
- salt/states/file.py
- salt/utils/event.py
- salt/utils/schedule.py
- tests/unit/modules/state_test.py
|
2016-01-14 13:33:53 -07:00 |
|
Mike Place
|
c5d1365a36
|
Merge pull request #30331 from alprs/feature-patch_dir
Make file.patch work with directories
|
2016-01-13 14:34:58 -07:00 |
|
Mike Place
|
09b144aa98
|
Merge pull request #30327 from kraney/boto_cloudtrail
Support for AWS CloudTrail
|
2016-01-13 13:18:06 -07:00 |
|
Andreas Lutro
|
b73ee448f0
|
fix command args list
|
2016-01-13 20:59:10 +01:00 |
|
justinta89
|
ee764ee952
|
Updated seed_test.py for changes made to seed module
|
2016-01-13 11:58:05 -07:00 |
|
Andreas Lutro
|
d8b499b7c5
|
Make file.patch work with directories
In the process, make the "hash" argument optional.
Closes #29619
|
2016-01-13 19:15:21 +01:00 |
|
Kris Raney
|
8ab4938f48
|
Pylint fixes
|
2016-01-13 11:11:26 -06:00 |
|
Kris Raney
|
d30212f180
|
Add tag support to boto_cloudtrail
|
2016-01-13 10:13:05 -06:00 |
|
Mathieu Le Marec - Pasquet
|
22963e50f8
|
fix mysql tests
|
2016-01-13 10:12:53 +01:00 |
|
Kris Raney
|
549d0b8d8b
|
Module functionality for support of state module
|
2016-01-12 15:19:31 -06:00 |
|
Jacob Hammons
|
53d17f1f85
|
Changed examples to use the "example.com" domain instead of "mycompany.com" or "company.com"
|
2016-01-12 13:37:09 -07:00 |
|
Kris Raney
|
0d211a4fd5
|
Basic CloudTrail module
|
2016-01-12 13:13:19 -06:00 |
|
Mike Place
|
2c62b464b1
|
Accept whatever comes into hightstate mock for state tests
|
2016-01-12 11:30:25 -07:00 |
|