-
Notifications
You must be signed in to change notification settings - Fork 796
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-mysql
base: 6.2.0
head repository: puppetlabs/puppetlabs-mysql
compare: 7.0.0
- 15 commits
- 9 files changed
- 9 contributors
Commits on Jun 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cf2ef67 - Browse repository at this point
Copy the full SHA cf2ef67View commit details
Commits on Jun 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dab4d1c - Browse repository at this point
Copy the full SHA dab4d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb6587 - Browse repository at this point
Copy the full SHA 8cb6587View commit details
Commits on Sep 27, 2018
-
(MODULES-6923) remove staging module
tphoney committedSep 27, 2018 Configuration menu - View commit details
-
Copy full SHA for c9ed370 - Browse repository at this point
Copy the full SHA c9ed370View commit details
Commits on Sep 28, 2018
-
Merge pull request #1132 from puppetlabs/release
Release mergeback 6.2.0
Configuration menu - View commit details
-
Copy full SHA for 6b8c763 - Browse repository at this point
Copy the full SHA 6b8c763View commit details
Commits on Oct 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b1b4cc9 - Browse repository at this point
Copy the full SHA b1b4cc9View commit details -
Merge pull request #1134 from puppetlabs/eimlav-patch-1
(maint) - Update link to metadata.json
Configuration menu - View commit details
-
Copy full SHA for 49458d6 - Browse repository at this point
Copy the full SHA 49458d6View commit details
Commits on Oct 5, 2018
-
(MODULES-7487) Fix pw comparison MariaDB 10.2.16+
Since MariaDB 10.2.16, the `SET PASSWORD` command stores user passwords in the `mysql_native_password` plugin `authentication_string` instead of in the `password` column: ``` +------+-----------+----------+-----------------------+-------------------------------------------+ | user | host | password | plugin | authentication_string | +------+-----------+----------+-----------------------+-------------------------------------------+ | root | localhost | | mysql_native_password | *01396341988BCA5088C3A5DB5D7E434947096D4F | +------+-----------+----------+-----------------------+-------------------------------------------+ ``` The `puppetlabs/mysql` checks the `password` column instead of the `authentication_string` on all versions of MariaDB, resulting in every Puppet run attempting to update managed user passwords even when they haven't changed. Update the if statement to check the plugin authentication string on MariaDB 10.2.16 and newer.
Configuration menu - View commit details
-
Copy full SHA for bf87ff8 - Browse repository at this point
Copy the full SHA bf87ff8View commit details
Commits on Oct 11, 2018
-
Merge pull request #1135 from gguillotte/MODULES-7487
(MODULES-7487) Check authentication string for user password on MariaDB 10.2.16+
Configuration menu - View commit details
-
Copy full SHA for 1766b85 - Browse repository at this point
Copy the full SHA 1766b85View commit details -
Merge pull request #1092 from zpetr/master
MySQL 8 compatibility in user management
Configuration menu - View commit details
-
Copy full SHA for e289392 - Browse repository at this point
Copy the full SHA e289392View commit details -
(MODULES-7857) Support user creation on galera
Maksim Fedotov committedOct 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 8811c22 - Browse repository at this point
Copy the full SHA 8811c22View commit details
Commits on Oct 12, 2018
-
Merge pull request #1130 from MaxFedotov/fix_user_creation_on_galera
(MODULES-7857) Support user creation on galera
Configuration menu - View commit details
-
Copy full SHA for 2444050 - Browse repository at this point
Copy the full SHA 2444050View commit details
Commits on Oct 18, 2018
-
Merge pull request #1115 from tphoney/remove_staging
(MODULES-6923) remove staging module
Helen authoredOct 18, 2018 Configuration menu - View commit details
-
Copy full SHA for a762731 - Browse repository at this point
Copy the full SHA a762731View commit details
Commits on Oct 25, 2018
-
Helen Campbell committed
Oct 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 98d78bf - Browse repository at this point
Copy the full SHA 98d78bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for aac507b - Browse repository at this point
Copy the full SHA aac507bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.2.0...7.0.0