Benedikt Werner
4193ef156f
Fixed style of sensehat module
2016-10-24 12:15:31 +02:00
Benedikt Werner
717daff3e5
Fixed __salt__ call in sensehat beacon
2016-10-23 16:03:45 +02:00
Benedikt Werner
cc5978dc39
sensehat rotation is now read from a pillar
2016-10-23 15:52:49 +02:00
Benedikt Werner
c1e60fe583
Fixed sensehat documentation
2016-10-23 13:29:49 +02:00
Benedikt Werner
09de18a48b
Fixed defaults for sensehat.show_letter()
2016-10-21 21:05:24 +02:00
benediktwerner
466e7c684d
Added temperature_from_pressure documentation
2016-09-11 03:16:25 +02:00
Benedikt Werner
a5bce23e55
Modified return values for SenseHat set-functions
2016-09-09 13:37:09 +02:00
Benedikt Werner
1888d32d82
Added functions to use environmental sensors of a SenseHat and added beacon
2016-09-09 13:26:43 +02:00
Benedikt Werner
3cd9e5b53d
Added more functions to controll and read the SenseHat LED matrix
2016-09-09 12:06:12 +02:00
Benedikt Werner
4ebce3b7f3
Fixed indentation
2016-09-08 14:28:18 +02:00
Benedikt Werner
31003c212a
Added sensehat execution module
2016-09-08 14:19:40 +02:00
Mike Place
977957862c
Merge pull request #35665 from sthrasher/cherrypy-jobs-endpoint-speedup
...
Speed up /jobs for salt-api when run under cherrypy.
2016-09-08 10:31:03 +09:00
Mike Place
ac944de55f
Merge pull request #35726 from guettli/develop
...
set HAS_PSUTIL=False for old versions of psutils
2016-09-08 10:30:16 +09:00
Mike Place
e83e5d3ce7
Merge pull request #35957 from llua/zypper_db
...
Ignore IndexError in refresh_db() for zypper.py. Fixing #33963
2016-09-08 10:26:42 +09:00
Mike Place
8f918c933c
Merge pull request #36029 from felix-deschamps/patch-1
...
Fix for 35681: sdb paths are truncated.
2016-09-08 10:24:17 +09:00
Mike Place
b71b1ccdd7
Merge pull request #36058 from s-sebastian/develop
...
Add functions to assign/unassign private IP addresses
2016-09-08 10:21:44 +09:00
Mike Place
d08caafe9b
Merge pull request #36110 from benediktwerner/fix-apache-module-suse
...
Configuring Apache modules on SUSE systems
2016-09-08 10:13:44 +09:00
Mike Place
956b5afa73
Merge pull request #36120 from mguegan/36112_bsd_shadow
...
Fix retrieval of shadow password for OpenBSD (#36112 )
2016-09-08 10:12:25 +09:00
Mike Place
dcd993f91c
Merge pull request #36130 from terminalmage/issue35876
...
Make gitfs_env_whitelist and blacklist configurable per-remote
2016-09-08 08:53:44 +09:00
Benedikt Werner
c9d0cdb2c8
Adjusted os_family name and removed unused import
...
Changed os_family name from Suse to SUSE and removed unused `import os`
2016-09-08 01:08:53 +02:00
Erik Johnson
72c13d3825
Make gitfs_env_whitelist and blacklist configurable per-remote
...
Resolves #35876 .
2016-09-07 17:10:46 -05:00
Valentin Rosavitskiy
bcee34d676
Add support for new OS VZ7 ( #35123 ) ( #36115 )
2016-09-07 16:03:38 -06:00
Thomas S Hatch
845e96ad81
Merge pull request #36111 from cachedout/sighup
...
Minion config reload support
2016-09-07 13:54:39 -06:00
mguegan
08b636cc75
Fix retrieval of shadow password for OpenBSD ( #36112 )
...
Tested with :
- OpenBSD/amd64 5.9
- OpenBSD/amd64 6.0
As the patch is inside the OpenBSD _and_ NetBSD condition, it would be
necessary to test with NetBSD too (which I didn't).
2016-09-07 18:31:17 +02:00
Felix Deschamps
e5e330c159
Update sdb.py
2016-09-07 09:28:38 -07:00
Mike Place
fd7f24d993
Merge pull request #36100 from cachedout/safe_gem_check
...
Skip Ruby tests on exception in pre-req check
2016-09-07 23:57:10 +09:00
Mike Place
2fddfe2887
Merge pull request #36101 from sitepoint/adjtime_fix_fix
...
Check for RTC support via /dev/rtc (#4983 )
2016-09-07 23:56:44 +09:00
Mike Place
ac30edb57b
Minion working
2016-09-07 23:34:46 +09:00
Benedikt Werner
e4ac1d1a42
Added apache module support for SUSE systems
2016-09-07 15:58:42 +02:00
Adam Bolte
c6ac9bc795
Check for RTC support via /dev/rtc ( #4983 )
2016-09-07 16:09:14 +10:00
Mike Place
ff04c162bd
Skip Ruby tests on exception in pre-req check
2016-09-07 14:32:47 +09:00
Mike Place
abfe8560f8
Merge pull request #36098 from cachedout/manage_test_fix
...
A more liberal search minion strings in manage test
2016-09-07 14:26:28 +09:00
Mike Place
6216e1df8c
Merge pull request #36050 from m03/add-initial-win_snmp-unit-tests
...
Add initial unit tests for win_snmp
2016-09-07 14:26:01 +09:00
Mike Place
37cfbe66b0
Merge pull request #36099 from cachedout/pr-36097
...
Skip /etc/adjtime check if RTC is N/A (#4983 )
2016-09-07 13:25:02 +09:00
Mike Place
92ce37f6e2
Lint
2016-09-07 13:24:45 +09:00
Mike Place
dfcc14ad45
A more liberal search minion strings in manage test
...
Correct falures where the formatting is slightly different.
2016-09-07 12:37:29 +09:00
Adam Bolte
3437a06084
Skip /etc/adjtime check if RTC is N/A ( #4983 )
2016-09-07 12:29:30 +10:00
Mike Place
8d82f7aae5
Merge pull request #36035 from skizunov/develop2
...
Fix Windows salt-master
2016-09-07 10:28:35 +09:00
plastikos
1101e30389
Various fixes for MacOS X ( #36080 )
...
* Change "unknown" user to "some_unknown_user_xyz" since "unknown"
*is* a valid user
* Add timeout to proxy test_exit_status_no_proxyid() since a known
failure case is to infinitely loop with an error.
* Always force the source code tree under test to be the first entry
in PYTHONPATH (excluding verbatim_env)
2016-09-06 16:29:26 -06:00
Joseph Hall
66f0b69f75
Add docstrings for thorium modules ( #36077 )
...
* Add docstrings for thorium modules
* Formatting
2016-09-06 14:18:36 -06:00
Sebastian Sobczynski
3cf7e23534
Update 'versionadded' to Nitrogen
2016-09-06 21:09:39 +01:00
Sebastian Sobczynski
e9ab4f63b2
Add functions to assign/unassign private IP addresses
2016-09-06 20:48:12 +01:00
Nicole Thomas
e7e1330d02
Merge pull request #36075 from rallytime/merge-develop
...
[develop] Merge forward from carbon to develop
2016-09-06 13:46:33 -06:00
Mike Place
e79c42e515
Fix signal handling ( #36067 )
...
* Fix signal handling
We had a little mix-up with the args ordering for our signal handling.
This sends the proper signal to processes on cleanup.
I have also temporarily disabled the pytest engines because they were
causing the minions to try to to connect to a master IPC socket which could not be found.
This put the minions into a continual futex state which was not playing well with kill sigs.
* Lint
2016-09-06 11:30:21 -06:00
rallytime
cf7a590a71
Merge branch 'carbon' into 'develop'
...
No conflicts.
2016-09-06 11:14:22 -06:00
Moe
3c264528fb
Expand/improve win_iis_test tests ( #36053 )
...
* Expand win_iis_test tests
* Fix linting issue
2016-09-06 10:47:28 -06:00
Nicole Thomas
d147887bb3
Pylint fix for #36043 ( #36071 )
...
Refs #36043
2016-09-06 10:24:41 -06:00
mwinnett
d6d38aad9e
Update versionadd tags
2016-09-06 09:22:55 -07:00
Tom Williams
d56b014d67
INFRA-3936 - Wait up to 30 seconds for EIP to come online ( #36043 )
2016-09-06 10:21:55 -06:00
Nicole Thomas
3fefba22b0
Add versionadded tags to new start/stop functions in gce driver ( #36066 )
...
Refs #36017
2016-09-06 10:05:06 -06:00