Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.2.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.0
Choose a head ref
  • 15 commits
  • 9 files changed
  • 9 contributors

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    cf2ef67 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    dab4d1c View commit details
    Browse the repository at this point in the history
  2. mysql_user provider fixes

    zpetr committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    8cb6587 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. (MODULES-6923) remove staging module

    tphoney committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    c9ed370 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Merge pull request #1132 from puppetlabs/release

    Release mergeback 6.2.0
    david22swan authored Sep 28, 2018
    Configuration menu
    Copy the full SHA
    6b8c763 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    b1b4cc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1134 from puppetlabs/eimlav-patch-1

    (maint) - Update link to metadata.json
    pmcmaw authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    49458d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. (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.
    gguillotte committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    bf87ff8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Merge pull request #1135 from gguillotte/MODULES-7487

    (MODULES-7487) Check authentication string for user password on MariaDB 10.2.16+
    david22swan authored Oct 11, 2018
    Configuration menu
    Copy the full SHA
    1766b85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1092 from zpetr/master

    MySQL 8 compatibility in user management
    david22swan authored Oct 11, 2018
    Configuration menu
    Copy the full SHA
    e289392 View commit details
    Browse the repository at this point in the history
  3. (MODULES-7857) Support user creation on galera

    Maksim Fedotov committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    8811c22 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Merge pull request #1130 from MaxFedotov/fix_user_creation_on_galera

    (MODULES-7857) Support user creation on galera
    david22swan authored Oct 12, 2018
    Configuration menu
    Copy the full SHA
    2444050 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Merge pull request #1115 from tphoney/remove_staging

    (MODULES-6923) remove staging module
    Helen authored Oct 18, 2018
    Configuration menu
    Copy the full SHA
    a762731 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. 7.0.0 Release Prep

    Helen Campbell committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    98d78bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1137 from HelenCampbell/release

    7.0.0 Release Prep
    pmcmaw authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    aac507b View commit details
    Browse the repository at this point in the history
Loading