Nicole Thomas
600fa3939f
Merge pull request #45390 from damon-atkins/2016.11_win_pkg_remove_final_fixes
...
win_pkg: fix pkg.remove, pkg.list_pkgs
2018-01-12 12:52:23 -05:00
Nicole Thomas
057df44a4a
Merge pull request #45399 from terminalmage/fix-git.latest-depth
...
Fix git.latest failure when rev is not the default branch
2018-01-12 09:55:17 -05:00
Damon Atkins
69f045ea24
lint too-many-blank-lines
2018-01-12 19:49:19 +11:00
Erik Johnson
0cbc6767bf
Fix git.latest failure when rev is not the default branch
2018-01-11 15:26:35 -06:00
Damon Atkins
10a7501ede
Update release notes
2018-01-12 03:11:07 +11:00
Damon Atkins
6f2affe01c
fix pkg.remove, pkg.list_pkgs
...
- lint fixes
- list_pkgs() now returns multiple versions if software installed more than once.
- list_pkgs() now returns 'Not Found' when the version is not found instead of '(value not set)' which matches the contents of the sls definitions.
- list_pkgs() has had some improvements in correctly detecting valid software entries.
- remove() replaced 1,000 loop calls of list_pkgs which runs for unknown number of seconds, with a 3 second timeout with 0.5 delay between tries. This greating increase the chance of detecting the software changes.
- remove() with a version specified which was not installed, removed any version, now no longer removes the wrong version.
- remove() handles latest as a version, and also looks for this in the sls definition if no other options available. This helps support software which auto updates.
2018-01-12 02:51:35 +11:00
Nicole Thomas
0959ae4ea3
Merge pull request #45327 from lomeroe/bp-44861_2016.11
...
Backport #44861 to 2016.11
2018-01-08 16:10:41 -05:00
twangboy
784139f734
Check for values other than 0 or 1
2018-01-08 12:17:04 -06:00
Nicole Thomas
a6db5f95f0
Merge pull request #45268 from damon-atkins/2016.11_win_pkg_pkg_install_latest
...
Fix pkg.install packagename version=latest i.e. if on an old version is installed
2018-01-08 12:34:14 -05:00
Damon Atkins
325a9f0f66
Update 2016.11.9.rst
2018-01-05 01:51:14 +11:00
Damon Atkins
4da9200b9c
Update 2016.11.9.rst
2018-01-05 01:46:20 +11:00
Damon Atkins
126aee36ac
Update 2016.11.9.rst
2018-01-05 01:38:22 +11:00
Damon Atkins
1c01967943
Update 2016.11.9.rst
2018-01-05 01:36:57 +11:00
Nicole Thomas
1c5e905b61
Merge pull request #45256 from rallytime/bp-45034
...
Back-port #45034 to 2016.11
2018-01-04 09:25:42 -05:00
Damon Atkins
a0d89882b8
Fix pkg.install packagename version=latest i.e. if on an old version upgrade to the latest
2018-01-04 21:20:14 +11:00
rallytime
68f971b38f
Apply test fixes from #45034 to parsers_test.py
2018-01-03 15:10:04 -05:00
Jochen Breuer
9454236694
Fix for pidfile removal logging
...
self.info does not exist. Switching to the 'normal' way of logging.
2018-01-03 14:58:26 -05:00
Nicole Thomas
b75f50afe3
Merge pull request #45235 from rallytime/bp-45209
...
Back-port #45209 to 2016.11
2018-01-02 15:20:14 -05:00
Daniel Wallace
2d0a9bbf7e
enable UsePAM for ssh tests
2018-01-02 12:29:43 -05:00
Nicole Thomas
3ab962b01a
Merge pull request #44965 from gtmanfred/2016.11
...
check if VALUE is a string_type
2018-01-02 11:42:38 -05:00
Nicole Thomas
40fb30f63f
Merge pull request #45232 from rasathus/2016.11
...
Backport #27160 to 2016.11
2018-01-02 10:48:22 -05:00
Rasathus
7a2bd8f49b
Merge branch '2016.11' into 2016.11
2018-01-02 12:38:13 +00:00
Nicole Thomas
707ef55175
Merge pull request #45161 from lomeroe/bp-44944_2016.11
...
Backport #44944 to 2016.11
2017-12-30 08:19:35 -05:00
Nicole Thomas
6f52034e08
Merge pull request #45199 from gtmanfred/status
...
status.pid returns pid ids not process names
2017-12-28 14:06:11 -05:00
Daniel Wallace
fb07f9ea7d
status.pid returns pid ids not process names
2017-12-28 08:25:26 -07:00
Nicole Thomas
d3381e27d0
Merge pull request #45118 from garethgreenaway/44728_nodegroups_seq
...
[2016.11] Fix to allow nodegroups to include sequences
2017-12-27 13:49:10 -05:00
lomeroe
0a4c6b5a83
remove references to six.unichr
2017-12-24 20:23:24 -06:00
lomeroe
f3196d795d
lint fixes for static regexes
2017-12-24 10:49:42 -06:00
lomeroe
11b637d108
lint fixes
...
encode some of the more used characters in variables and re-use instead
of re-encoding them over and over
remove a line that was commented out
2017-12-24 10:49:42 -06:00
lomeroe
c14d6282ad
do not decode registry.pol file wholesale, but instead decode individual
...
elements of the file
also fix issue where the get_policy_info function would not find
policies in the policy_data class by their "short" name (i.e. the key
name in the dict)
2017-12-24 10:49:42 -06:00
Nicole Thomas
f969aca3a3
Merge pull request #45127 from twangboy/win_fix_pkg
...
Fix issue with 1641 return code
2017-12-22 10:18:27 -05:00
Nicole Thomas
dc357b39f0
Merge pull request #45137 from twangboy/win_fix_reg_tests
...
Catch correct error type in list_keys and list_values
2017-12-22 09:45:21 -05:00
twangboy
b6f4ef8d73
Catch correct error type in list_keys and list_values
2017-12-21 18:44:23 -07:00
Nicole Thomas
0aa1662731
Merge pull request #45130 from rallytime/api-groups
...
Resolve groups for salt api
2017-12-21 15:38:31 -05:00
twangboy
14639739f2
Fix issue with 1641 return code
...
Use six.text_types instead of str
Fix issue where `_to_mcbs` needed to be used instead of `_to_unicode` in
reg.py that was causing a stack trace for some software
2017-12-21 13:01:33 -07:00
Gareth J. Greenaway
0ff811de70
Swapping import to be the old path for 2016.11
2017-12-21 08:17:53 -08:00
rallytime
2dcc8df845
Resolve groups for salt api
2017-12-21 10:20:23 -05:00
Nicole Thomas
7dc3cc4641
Merge pull request #45114 from twangboy/win_fix_pam
...
Move pam library load to try/except block
2017-12-21 09:37:17 -05:00
Gareth J. Greenaway
b3e2f388f5
Fix to allow nodegroups to include sequences
2017-12-20 16:56:16 -08:00
twangboy
cf5eae1f77
Move pam library load to try/except block
...
Because there is no pam library in Windows this was causing a stack
trace to occur
2017-12-20 15:12:32 -07:00
Nicole Thomas
7e128e8f15
Merge pull request #45100 from rallytime/bp-45070
...
Back-port #45070 to 2016.11
2017-12-20 09:55:00 -05:00
Erik Johnson
bdf93f339d
Merge pull request #45098 from rallytime/bp-45092
...
Back-port #45092 to 2016.11
2017-12-20 08:40:51 -06:00
Vernon Cole
0bdb46dab9
add clouds modules to index
2017-12-20 06:58:09 -05:00
Erik Johnson
80b6bd6813
Fix integration.states.test_pip.PipStateTest.test_pip_installed_weird_install
...
Carbon 1.1.1 for some reason added six to their setup.py, which breaks
this test since it's not installed into the virtualenv. This PR forces
this test to use a version of carbon which does not dep on six in its
setup.py.
2017-12-20 06:54:30 -05:00
Nicole Thomas
324b7d4058
Merge pull request #44078 from rossengeorgiev/fix-41044
...
user.present: allow date param to be 0
2017-12-19 10:59:28 -05:00
Nicole Thomas
48a59761df
Merge pull request #44970 from rallytime/update-bootstrap-script
...
Update bootstrap script to latest release: 2017.12.13
2017-12-19 10:49:05 -05:00
Nicole Thomas
637fdaed58
Merge pull request #45069 from rallytime/bp-45040
...
Back-port #45040 to 2016.11
2017-12-19 09:25:57 -05:00
Chris Fane
de53c45c29
Backport #27160 to 2016.11
2017-12-18 21:07:06 +00:00
Jan Harasym
aa438e1605
Installation Fails on headless machines.
...
Installation fails on headless machines if `/passive` is set, `/passive` will display an installation progress bar on windows desktop. `/quiet` suppresses the GUI and does not fail when there is no desktop session available. Fixes #45036 .
2017-12-18 13:56:58 -05:00
Nicole Thomas
4d6d640381
Merge pull request #44969 from rallytime/bp-41305
...
Back-port #41305 to 2016.11
2017-12-15 12:22:17 -05:00