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

[develop] Merge forward from fluorine to develop #49849

Merged
merged 71 commits into from
Oct 1, 2018

Conversation

rallytime
Copy link
Contributor

Conflicts:

  • salt/cloud/clouds/saltify.py
  • salt/modules/network.py
  • tests/unit/modules/test_network.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 28 commits September 28, 2018 15:40
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
…o hang

The test suite is hanging on this test. We need to skip it until we can
look into this further.
…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
[fluorine] Merge forward from 2018.3 to fluorine
Conflicts:
  - salt/cloud/clouds/saltify.py
  - salt/modules/network.py
  - tests/unit/modules/test_network.py
@rallytime rallytime merged commit 2d95187 into saltstack:develop Oct 1, 2018
@rallytime rallytime deleted the merge-develop branch October 1, 2018 18:21
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