update saltcheck module for Neon#55613
Merged
dwoz merged 29 commits intosaltstack:masterfrom Jan 6, 2020
Merged
Conversation
initial xml module/state
include xml state/module in docs
Contributor
Author
|
If this looks good and the tests pass, the listed replaces PRs can all be closed, and the referenced master ports can be marked complete. |
Contributor
|
@mchugh19 Please resolve the merge conflicts |
Contributor
Author
|
Looks like the windows test failures are unrelated to this PR |
This was referenced Dec 20, 2019
Closed
Contributor
|
@mchugh19 looks like there's a merge conflict here, but the windows tests passed. Mind resolving that conflict? |
Contributor
|
Also this test failure but it doesn't look like it's related, so it might be a flaky test? |
Contributor
Author
|
Resolved conflict with release notes |
…ithub.com:mchugh19/salt into salt-check-fullmerge
Contributor
|
Windows tests passed even though the build failed Merging |
dwoz
approved these changes
Jan 6, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Rebase of #53068 on master
supersedes #52434 #52541 #53024 and #54553
master ports: #49195 #49395 and #53068
cp.cache_masterwith logic tocp.cache_diron used salt states) @lomeroePrevious Behavior
cp.cache_*from a salt-ssh minion, was not able to locate test files and did not function.assertion_sectionof a single depthcp.cache_mastertakes more time and I/O than necessaryNew Behavior
assertion_sectioncan now be nested dicts or listscp.cache_diron needed state directoriesTests written?
Yes - new integration and ssh integration tests
Commits signed with GPG?
No