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: v9.0.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: v9.1.0
Choose a head ref
  • 13 commits
  • 28 files changed
  • 9 contributors

Commits on Apr 26, 2019

  1. Allow own Xtrabackup script

    We have our own backup script with some additional features, of which
    quite a few are specific for our platform. I could add some of them
    here as well, but this would end up in a completely new script.
    That's why I try it with this minimally invasive variant :)
    SaschaDoering committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    79234c9 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. (MODULES-6875,MODULES-7487) - Fix mariadb mysql_user password idempot…

    …ency
    
    The change introduced in mariadb 10.2.16 (and 10.3.8) where:
    
    > the `SET PASSWORD` command stores user passwords
    in the `mysql_native_password` plugin `authentication_string` instead of
    in the `password` column
    
    was addressed in #1135
    
    This behaviour was short-lived.  In 10.2.19 and 10.3.11 the old
    behaviour was restored.
    
    > The fix in the commit dd6e74c62a2 made sure that the password field is always set, because that was the original issue that broke third-party tools.
    
    See https://jira.mariadb.org/browse/MDEV-16774
    
    This commit is based on
    https://tickets.puppetlabs.com/browse/MODULES-6875?focusedCommentId=645260&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-645260
    alexjfisher committed May 14, 2019
    Configuration menu
    Copy the full SHA
    69c2e03 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Merge pull request #1198 from puppetlabs/release

    (MODULES-9161) Release Merge back 9.0.0
    lionce authored May 22, 2019
    Configuration menu
    Copy the full SHA
    09fc61c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Merge pull request #1195 from alexjfisher/modules-6875

    (MODULES-6875,MODULES-7487) - Fix mariadb mysql_user password idempotency
    eimlav authored May 29, 2019
    Configuration menu
    Copy the full SHA
    c7da528 View commit details
    Browse the repository at this point in the history
  2. (FM-8029) Add RedHat 8 support

    eimlav committed May 29, 2019
    Configuration menu
    Copy the full SHA
    22f1c00 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Merge pull request #1199 from eimlav/fm-8029

    (FM-8029) Add RedHat 8 support
    tphoney authored May 30, 2019
    Configuration menu
    Copy the full SHA
    eb3f191 View commit details
    Browse the repository at this point in the history
  2. (FM-8118) Litmus conversion (#1175)

    (FM-8118) Litmus Conversion
    
    This change updates the module for testing under Litmus.
    
    Squashed Commit Messages:
    
    * (WIP) - POC Litmus conversion
    
    * Updating test to avoid failures when running against the same machine
    
    * Readding idempotent testing
    
    * Updating travis
    
    * updating Gemfile and unmanaging travis.yml
    
    * backup_spec fixing shell
    
    * fixing version_is_greater_than as it compared strings and was incorrect
    
    * changing provision to use http rather than ssh
    
    * rework .sync.yml
    
    * remove bolt
    
    * Include litmus warning in README
    
    * rubocop fixes
    
    * Remove puppet 5 dependency clash
    
    This is not a good idea, however it is one of the last options we have
    to progress. There are gem dependencies when running litmus, pdk and
    bolt on puppet 5. Doing this means litmus will not be installed on
    puppet 5. We have pinned to a ruby version as puppet and ruby are
    closely coupled and this is a solution that works and the ruby version
    is available to us.
    
    * puppet_litmus dont install if puppet5
    
    * Update mariadb to mysql
    
    * removing pin to special commits
    
    * replace lsbdistcodename with operatingsystemmajrelease
    
    * adding cron package for backups
    
    * tidying manifest removing maridadb for debian
    
    * remove white space, fix cron install
    
    * fix tests
    
    * fixing shell to run_shell
    
    * Adding distelli-manifest.yml
    
    * adding dependencies and more to travis
    
    * remove rvm from distelli manifest
    
    * test
    
    * remove installation of cron in tests, it is done in the manifest
    
    * pdk convert, enable provision_list
    
    * fixing cron dependency failure on docker
    
    * Adding locales testing
    
    * Update distelli manifest
    
    * Fixing cron failures
    
    * including cronie and cron
    
    * Redhat cronie else cron
    
    * adding which install as part of a test
    
    * fixing rubocop on locales
    
    * updates to provision.yaml to use waffleimage
    
    * update travis to include provision_list
    
    * removing spec_helper_local conditional require on puppet_litmus
    
    * pdk update, fix travis
    
    * removing some el os for travis testing
    
    * dont install cronie on redhat5
    
    * putting provision back to travel_el images
    
    * fixing structure in travis_db images
    
    * fixing cron/cronie install on backup and dump
    
    * decreasing travis_el os to diagnose timeout
    
    * update manifest to fix syntax failure
    
    * restructure travis
    
    * pdk updating gems
    
    * Take el7 out to run separately
    
    * fixes for litmus 0.1.1
    
    * minor test tweaks, remove redundant calls
    
    * fixes needed for litmus block handling
    
    * move setup to install section, travis
    
    * stop using a mysql_helper.rb
    
    * el 5 support for testing
    
    * latest pdksync
    pmcmaw authored and RandomNoun7 committed May 30, 2019
    Configuration menu
    Copy the full SHA
    ad5bb08 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Merge pull request #1189 from syseleven/allow_own_xtrabackup_script

    Allow own Xtrabackup script
    tphoney authored May 31, 2019
    Configuration menu
    Copy the full SHA
    cad36f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Add option to specify $backupdir as a symlink target, for use with dm… (

    #1200)
    
    * Add option to specify $backupdir as a symlink target, for use with dm_crypt encrypted partitions.
    comport3 authored and tphoney committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    6ab951f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. (FM-8029) Add RedHat 8 to CI

    eimlav committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    ca6b289 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1201 from eimlav/fm-8029-ci

    (FM-8029) Add RedHat 8 to CI
    tphoney authored Jun 5, 2019
    Configuration menu
    Copy the full SHA
    3b321e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Configuration menu
    Copy the full SHA
    6658096 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1203 from eimlav/modules-9238_release

    (MODULES-9238) Release prep v9.1.0
    sheenaajay authored Jun 10, 2019
    Configuration menu
    Copy the full SHA
    ce33d75 View commit details
    Browse the repository at this point in the history
Loading