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

[fluorine] Merge forward from 2018.3 to fluorine #49841

Merged
merged 67 commits into from
Oct 1, 2018

Conversation

rallytime
Copy link
Contributor

Conflicts:

  • salt/minion.py
  • salt/utils/data.py

mattLLVW and others added 30 commits September 21, 2018 16:53
This allows us to properly clean out the workspace before a job run.
Fix test opts in append, prepend states/file.py
via salt-run cli a jid is generated in RunnerClient via gen_async_pub
and passed on via orchestration_jid if the func is orchestration, but in
other callsites this jid generation doesn't happen (ie, the netapi client,
since it directly invokes AsyncMixins.cmd_sync). There seems to be no
obvious way to correct this at the netapi level so we just default to
a new jid if orch_jid is missing. there may be other calling contexts
where this could have been occurring.
1. Non-ascii was causing a UnicodeDecodeError when matching
2. Matching a dict value after a wildcard (i.e. the key is the wildcard)
   did not work. This is because it was matching the pattern against the
   key, instead of the value as it should have.
3. It was not possible to use a wildcard for the first level of
   matching.
fix test_managed_file_with_grains_data
Bugfix: zypper ZYPPER_EXIT_NO_REPOS exit code
Bo Maryniuk and others added 27 commits September 28, 2018 15:39
This cannot be detected with type comparison, because bytes == str
and at the same time bytes != str if compatibility is not around
[2018.3] Merge forward from 2017.7 to 2018.3
…018.3

Bugfix/rework: IPv6 scope errors (bp)
Adding timeout to all pipelines so that the build aborts
[2018.3] Merge forward from 2017.7 to 2018.3
Conflicts:
  - salt/minion.py
  - salt/utils/data.py
@rallytime rallytime requested a review from a team as a code owner September 30, 2018 16:38
@rallytime rallytime merged commit c6846c7 into saltstack:fluorine Oct 1, 2018
@rallytime rallytime deleted the merge-fluorine branch October 1, 2018 13:15
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.

7 participants