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: v11.0.3
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: v11.1.0
Choose a head ref
  • 16 commits
  • 26 files changed
  • 8 contributors

Commits on Jun 21, 2021

  1. Use Puppet-Datatype Sensitive

    - fix some Puppetlint-Complaints, f.e. use Hash $::facts['blubb'] instead of specific global Variables
    - let Function mysql::password accept Datatype Sensitive for Password
    - let Function mysql_password accept Datatype Sensitive for Password
    - add Parameter "sensitive" to Function mysql::password to decide if its Returnvalue should be of Datatype Sensitive
    - add Parameter "sensitive" to Function mysql_password to decide if its Returnvalue should be of Datatype Sensitive
    - let mysql_user accept Datatype Sensitive for  Parameter password_hash
    - let mysql::backup::mysqlbackup accept Datatype Sensitive for Parameter $backuppassword
    - let mysql::backup::mysqldump accept Datatype Sensitive for Parameter $backuppassword
    - let mysql::backup::xtrabackup accept Datatype Sensitive for Parameter $backuppassword
    - let mysql::db accept Datatype Sensitive for Parameter $password
    - let mysql::server accept Datatype Sensitive for Parameter $root_password
    - let mysql::server::backup accept Datatype Sensitive for Parameter $backuppassword
    - let mysql::server::monitor accept Datatype Sensitive for Parameter $mysql_monitor_password
    - let mysql::server::root_password accept Datatype Sensitive for $root_password
    - refactor Logic for unset Password for mysql::server::root_password
    Cocker Koch committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    8413dbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08dbcc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Merge pull request #1403 from ghoneycutt/readme_simple_fixes

    Fix broken link and style in documentation
    pmcmaw authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b70b3eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1400 from cocker-cc/Use_Puppet-Datatype_Sensitive

    Use Puppet-Datatype Sensitive
    pmcmaw authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1fb7245 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Commenting out pending test

    pmcmaw committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    94c92bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1412 from puppetlabs/comment_out_pending

    (maint) Comment out pending test
    sheenaajay authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    31222fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    782639f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5fcc26 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

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

Commits on Jul 5, 2021

  1. Merge pull request #1405 from vchepkov/rocky8

    (MODULES-11115) add Rocky Linux 8 compatibility
    pmcmaw authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    926ae6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1414 from ghoneycutt/IAC-1677

    (IAC-1677) Fix issue with deprecated rspec
    pmcmaw authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    de48b9c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1415 from weastur/users_alter

    Fix mysql_user parameters update on modern MySQL
    pmcmaw authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    4522388 View commit details
    Browse the repository at this point in the history
  4. (maint) Update the since_tag

    The top entry on the HISTORY.md file will be used as the since_tag if it
    is not specified anywhere else.
    pmcmaw committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    07d2c1a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1416 from pmcmaw/update_changelog_since_version

    (maint) Update the since_tag
    david22swan authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    dd7ef77 View commit details
    Browse the repository at this point in the history
  6. Release prep v11.1.0

    GitHub Action committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    36cc4ec View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1417 from puppetlabs/release-prep

    Release prep v11.1.0
    pmcmaw authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    ffe1315 View commit details
    Browse the repository at this point in the history
Loading