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

Allow highstate outputter to show all results #36137

Merged
merged 1 commit into from
Sep 12, 2016

Conversation

cachedout
Copy link
Contributor

This regressed here: 82a70e0

The above incorrect assumed that all data flowing into the highstate outputter is expected to be a dictionary. However, looking at _format_host() shows that it does expect to receive multiple types and does handle them accordingly.

I believe that the issue reported in #33915 may be fixed by #35559 instead. This should allow the highstate outputter to display all results instead of stopping after the first one. I would like @terminalmage and @mattglv and possibly @Ch3LL to please confirm this before we get this in.

Resolves #35423

This regressed here: 82a70e0

The above incorrect assumed that all data flowing into the highstate outputter is expected to be a dictionary. However, looking at _format_host() shows that it does expect to receive multiple types and does handle them accordingly.

I believe that the issue reported in saltstack#33915 may be fixed by saltstack#35559 instead. This should allow the highstate outputter to display all results instead of stopping after the first one. I would like @terminalmage and @mattglv and possibly @Ch3LL to please confirm this before we get this in.

Resolves saltstack#35423
@rallytime rallytime added the Pending-Discussion The issue or pull request needs more discussion before it can be closed or merged label Sep 8, 2016
@terminalmage terminalmage reopened this Sep 12, 2016
@terminalmage terminalmage merged commit 7b96197 into saltstack:2016.3 Sep 12, 2016
@terminalmage
Copy link
Contributor

Whoops, accidentally closed instead of merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pending-Discussion The issue or pull request needs more discussion before it can be closed or merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants