Commit Graph

76743 Commits

Author SHA1 Message Date
rallytime
78fe43124e Remove deprecated install and uninstall funcs from chocolatey state
Use "installed" and "uninstalled" instead, respectively.
2016-12-15 13:14:47 -07:00
rallytime
a9f90b881a Remove suport for the "win_repo", "win_repo_mastercachefile", and "win_gitrepos" options
The "winrepo_dir", "winrepo_cachefile", and "winrepo_remotes"  options should be used instead,
respectively.
2016-12-15 13:14:47 -07:00
rallytime
a55fc381dc Remove deprecated "win_repo_source_dir" in favor of "winrepo_source_dir" 2016-12-15 13:14:47 -07:00
rallytime
6d9569f1a2 [win_wua] Give 2 feature release cycles for deprecations
Two feature releases after Nitrogen is Fluorine.

Also make sure the deprecation labels are the correct version
and all feature release labels are capitalized for easy searching
in the future.
2016-12-15 13:14:19 -07:00
Mike Place
46dd4bfeb8 Merge pull request #38170 from rs-mrichmond/patch-1
Ensure Identity files are mode 0600
2016-12-15 12:30:23 -07:00
Mike Place
f4f0036f30 Merge pull request #38076 from doublescoring/fix-2016.11-38070
Fix decoding of broken string from remote sources
2016-12-15 12:05:25 -07:00
Mike Place
f3969e3c15 Merge pull request #38251 from ewapptus/fix-nested-orchestrate
Fixed nested orchestrate not respecting failures
2016-12-15 11:56:49 -07:00
Mike Place
ff93bfc189 Merge pull request #38255 from rallytime/pillar-deprecations
Various pillar deprecations for Nitrogen
2016-12-15 11:50:03 -07:00
sash-kan
619e4b5b1e call sdecode for the filename in file.managed()
fixes #38282
2016-12-15 22:46:27 +04:00
Mike Place
9e78ddc80e Merge pull request #38279 from rallytime/fix-38174
Add docs for syndic_wait setting
2016-12-15 11:30:31 -07:00
Mike Place
2ccab22c19 Merge pull request #38278 from rallytime/bp-38207
Back-port #38207 to 2016.11
2016-12-15 11:09:27 -07:00
Nicole Thomas
a748e842a8 Merge pull request #38277 from rallytime/merge-2016.11
[2016.11] Merge forward from 2016.3 to 2016.11
2016-12-15 11:09:10 -07:00
Mike Place
b70e7ef90e Merge pull request #38271 from jakubjosef/develop
Improved jenkins job comparing
2016-12-15 11:07:43 -07:00
rallytime
4a62d01577 Add docs for syndic_wait setting
Fixes #38174
2016-12-15 10:40:01 -07:00
Andreas Tsaridas
5e8bf571d8 python3 compatibility and fix pylint 2016-12-15 09:48:28 -07:00
Andreas Tsaridas
e0df047000 remove empty strings from list but not ones with one empty space char 2016-12-15 09:48:28 -07:00
Andreas Tsaridas
aa607d2fd1 remove empty strings from list but not ones with one empty space char (#38207)
* remove empty strings from list but not ones with one empty space char

* python3 compatibility and fix pylint
2016-12-15 09:46:58 -07:00
rallytime
49a3355915 Merge branch '2016.3' into '2016.11'
Conflicts:
  - salt/netapi/rest_cherrypy/app.py
2016-12-15 09:43:32 -07:00
Bruno Binet
1550d3346f Only load grafana4 module/states if requests is available 2016-12-15 16:19:07 +01:00
Jakub Josef
f029761179 Improved jenkins job comparing
Comparison implemented by comparing parsed XML objects instead of XML lines
2016-12-15 14:15:57 +01:00
Alexey Aksenov
70c8db5489 Fix decoding of broken string from remote sources
Fixes #38070
Suggest to replace incorrect UTF symbols with the special replacement character.
This would simplily interation with broken things in the real world.
https://docs.python.org/3/howto/unicode.html#the-unicode-type
2016-12-15 14:33:33 +03:00
rajvidhimar
6c8e5912fd remove lint 2016-12-15 16:13:46 +05:30
Mike Place
0af343e71f Merge pull request #38232 from rallytime/fix-38231
Strip final 'e' in key cmd to correct "deleteed" misspelling
2016-12-15 03:38:48 -07:00
Mike Place
6c1ca9dae7 Merge pull request #38236 from gtmanfred/2016.11
SELINUXTYPE should not be changed
2016-12-15 03:37:06 -07:00
Mike Place
7255319623 Merge pull request #38245 from arthur-kiwi/bug-fix-macpackage.install-app
Properly quote .app files containing spaces
2016-12-15 03:23:37 -07:00
Bruno Binet
4596b71657 factorize deep_diff function in salt.utils.dictdiffer module 2016-12-15 11:20:08 +01:00
rajvidhimar
f41b8067fb edit documentation 2016-12-15 15:46:00 +05:30
rajvidhimar
a7cd551edb edit documentation 2016-12-15 15:44:12 +05:30
Bruno Binet
a4a59cce14 add grafana4_org salt state 2016-12-15 11:01:52 +01:00
Bruno Binet
e6a544540f add grafana4_dashboard salt state 2016-12-15 11:01:43 +01:00
Bruno Binet
99df5df2e6 add grafana4_datasource salt state 2016-12-15 11:01:21 +01:00
Bruno Binet
435bd583ca add grafana4_user salt state 2016-12-15 11:01:03 +01:00
Bruno Binet
d800f9ecf8 add grafana4 salt module 2016-12-15 11:00:24 +01:00
rajvidhimar
3b4b49ee34 Change the parser for junos syslog 2016-12-15 15:28:50 +05:30
Elias Wulcan
5f9b6c8ba4 Fixed nested orchestrate not respecting failures
Client was only setting success to false if the function called raised
an exception. This commit changes it to verify the content of return
value with check_state_result
2016-12-15 10:33:25 +01:00
Mike Place
fc9e1dff35 Merge pull request #38248 from meaksh/salt-api-successfully-close-child-processes
Successfully exit of salt-api child processes when SIGTERM is received
2016-12-15 02:16:27 -07:00
Mike Place
3f95eb9f02 Merge pull request #38249 from mhlavac/patch-1
aptpkg.py support KDE neon distro
2016-12-15 02:14:08 -07:00
Mike Place
3c718ed35e Merge pull request #38254 from terminalmage/check-pillarenv
Also check if pillarenv is in opts
2016-12-15 02:10:24 -07:00
Mike Place
d830a37254 Merge pull request #38261 from minaguib/fix/ps
Always use ps -efHww
2016-12-15 02:00:55 -07:00
Mike Place
fd32dc3e9b Merge pull request #38262 from terminalmage/issue38228
Fix archive.extracted when --strip or --strip-components is in the options
2016-12-15 01:57:18 -07:00
Mike Place
b232bd8ce8 Merge pull request #38264 from cloudflare/PORT-37862
Port #37862 into 2016.11
2016-12-15 01:51:20 -07:00
Mircea Ulinic
28bbb73151
Import from napalm_base instead of napalm 2016-12-15 06:41:49 +00:00
Mircea Ulinic
0a675afc40
Vice-versa docstring 2016-12-15 06:41:40 +00:00
Mircea Ulinic
09c50176e2
More docfix 2016-12-15 06:41:32 +00:00
Mircea Ulinic
215b8f38e2
Lint cleanup 2016-12-15 06:41:22 +00:00
Erik Johnson
6442f8a7b5 Add tests for --strip/--strip-components
Also add a test for an unspecified archive_format, as this did not have
a test case.
2016-12-14 21:57:14 -06:00
Erik Johnson
c502e68f12 Detect --strip/--strip-components in tar options and handle properly 2016-12-14 21:56:41 -06:00
Erik Johnson
e95770594d Add strip_components arg to archive.list 2016-12-14 21:54:47 -06:00
Mina Naguib
eb3b213266 Always use ps -efHww
The "ww" isn't only needed in Debian, but likely all linux distros

Accorging to "ps" docs, there are several invocation cases where the
output width is undefined, unless env COLUMNS or 'ww' is specified
2016-12-14 20:54:02 -05:00
Nicole Thomas
56a8fa3f77 Add 2016.11.2 release notes (#38260) 2016-12-14 16:40:06 -07:00