forked from saltstack/salt
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mysql module user exists fixes #5
Open
nesoneg
wants to merge
577
commits into
garethgreenaway:develop
Choose a base branch
from
nesoneg:mysql_module_user_exists_fixes
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Mysql module user exists fixes #5
nesoneg
wants to merge
577
commits into
garethgreenaway:develop
from
nesoneg:mysql_module_user_exists_fixes
Conversation
This file contains 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
Explicitly close IPC connections
This reverts commit 37aeba3.
This reverts commit 684bf58.
…e process" This reverts commit 710ab50.
This reverts commit 37aeba3.
This reverts commit 684bf58.
…e process" This reverts commit 710ab50.
Initial support for running tests on AIX
[2019.2] Merge forward from 2018.3 to 2019.2
Bring 52170 into 2019.2
Fix pillar include regression
…e_random_failures [2019.2] Marking the two tests in test_gce as flaky
…963_2019.2 Simplify IPCClient and prevent corrupt messages (Turn 2) 2019.2
Fix use of deserializer_opts in file.serialize
https://codeclimate.com/github/saltstack/salt/pull/51461 had a matching block with mass of 38. Apparently that's too low because that code was not even the same at all. Bumping it up a bit to avoid false positives. Also disable argument count checks because we really don't need that here.
Update CodeClimate settings
For some reason an empty attrs shows up in changes. This is will go ahead and add attrs to the expected changes if it exists.
Otherwise, we're not fully wrapping the function so expected attributes (at least __opts__ anyway) go missing. Fixes saltstack#44639
Update events.rst (typo)
…valid-rpm-architecture Add "ppc64le" as a valid RPM package architecture
Forward port saltstack#53412 to 2019.2: Add event_listen_queue_max_seconds to fix saltstack#53411
…ageid Fix python3 get imageid
…ss-2019.2 CI pipelines fixes to support old and new jenkins
…ss-2019.2 CI Pipelines. Timeout after getting a node.
…alled without group parameter. Primary group of runas user will be used if called without group parameter.
…nd_umask Fix util users chugid and umask
…che-exception Use encoding when caching pillar data
dwoz
added a commit
that referenced
this pull request
Dec 20, 2019
…ged-5 [PyTest #5] Only root can add users
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.
Fix work mysql.py module with py3k.