Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2016.3] Merge forward from 2015.8 to 2016.3 #34073

Merged
merged 50 commits into from
Jun 16, 2016

Conversation

rallytime
Copy link
Contributor

Conflicts:

  • doc/topics/installation/index.rst
  • salt/master.py
  • salt/modules/mac_brew.py
  • salt/modules/pacman.py
  • salt/modules/solarisips.py
  • salt/returners/postgres_local_cache.py
  • salt/states/apache_module.py
  • salt/utils/minions.py
  • tests/unit/acl/client_test.py

terminalmage and others added 30 commits June 8, 2016 16:28
This is done for API compatibility
This is done for API compatibility
This is done for API compatibility
This is done for API compatibility
This is done for API compatibility
This is done for API compatibility
This resolves an edge case in which the "fromrepo" argument is passed to
the pkg.uptodate state. We pass through the kwargs to pkg.upgrade, but
do not pass the same kwargs to list_upgrades, resulting in inconsistent
results.
pkg.uptodate: Pass kwargs to pkg.list_upgrades
Removes the salt_projects.rst file which hasn't been updated in a long time, this is replaced by the updated topics/projects/index.rst file
Adds a note about Salt Pack to the installation doc
Write some more simple batch command tests
modules.gem int tests: more fixes
Adds links to several current Salt-related projects
The test in the virtual function was unnecessary. The pam module
does not itself rely on any external python or pam libraries. The
only function present, pam.read_file(), accepts a file name as a
parameter, checks if it exists, and parses the file. There is no
reason to avoid loading the module.

Fixes saltstack#20809
Mike Place and others added 20 commits June 14, 2016 11:10
This should be using the test suite method of generating opts
We were doing an extra and unecessary full traversal of the minion
cache. This refactors all returners and the master to reduce this
to a single call. More work will be forthcoming to reduce this even
further, especially in the context of auth lookups.
Conflicts:
  - salt/modules/aptpkg.py
  - salt/modules/ebuild.py
  - salt/modules/zypper.py
  - salt/states/pkg.py
  - tests/integration/output/output.py
[2015.8] Merge forward from 2015.5 to 2015.8
* states.file: fix indentation in YAML examples

* More YAML indentation fixes
…tstack#34051)

from registering in consul.agent_service_register. A nonexistent
dict key was being referenced, causing an Excpetion and failure to
register the service. This fix required only changing the offending
line to use the "get" method and supplying a default value.
RFC: proposed fix for multiple fileserver updates in masterless runs
…message

Add a test to check for disconnected minion messaging
Conflicts:
  - doc/topics/installation/index.rst
  - salt/master.py
  - salt/modules/mac_brew.py
  - salt/modules/pacman.py
  - salt/modules/solarisips.py
  - salt/returners/postgres_local_cache.py
  - salt/states/apache_module.py
  - salt/utils/minions.py
  - tests/unit/acl/client_test.py
@rallytime rallytime merged commit f2a2c2b into saltstack:2016.3 Jun 16, 2016
@rallytime rallytime deleted the merge-2016.3 branch June 16, 2016 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants