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: 8.1.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.0.0
Choose a head ref
  • 20 commits
  • 15 files changed
  • 10 contributors

Commits on Apr 3, 2019

  1. Merge pull request #1179 from puppetlabs/release

    (MODULES-8830) Release mergeback 8.1.0
    david22swan authored Apr 3, 2019
    Configuration menu
    Copy the full SHA
    26957e2 View commit details
    Browse the repository at this point in the history
  2. Fixed Changelog links for 8.1.0

    The Changelog links assumed the version was tagged as `v8.1.0` while it is `8.1.0`
    Maurice Meyer authored Apr 3, 2019
    Configuration menu
    Copy the full SHA
    0b8f65c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Merge pull request #1180 from mauricemeyer/patch-1

    Fixed Changelog links for 8.1.0
    david22swan authored Apr 4, 2019
    Configuration menu
    Copy the full SHA
    952afd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. (MODULES-8886) Revert removal of deepmerge function

    Reverting this change as the deepmerge function in stdlib does not work
    the same as the mysql function. The mysql config is generated with
    incorrect duplicate entries in which '-' and '_' are mixed up when
    using the stdlib function.
    eimlav committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    8f1c4b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. (MODULES-8444) - Raise lower Puppet bound

    David Swan committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    683b762 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    6b7d88b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1184 from puppetlabs/pdksync_MODULES-8444

    pdksync - (MODULES-8444) - Raise lower Puppet bound
    Lavinia-Dan authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    4ed5cba View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Merge pull request #1181 from eimlav/modules-8886

    (MODULES-8886) Revert removal of deepmerge function
    david22swan authored Apr 12, 2019
    Configuration menu
    Copy the full SHA
    630522c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    688d043 View commit details
    Browse the repository at this point in the history
  2. Allow multiple backupmethods

    At this Time, this is not possible because a dupplicate resource error
    occurs. With this change it is possible to generate a daily xtrabackup
    and also a weekly mysqldump for example.
    SaschaDoering committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    b1add32 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Merge pull request #1186 from puppetlabs/pdksync_pdksync_f778803

    pdksync - (maint) Update pdk-template to f778803
    sheenaajay authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    be17d0e View commit details
    Browse the repository at this point in the history
  2. Make incremental backups deactivable

    Add a flag for activating or deactivating incremental backups. The
    default is true so we don't change anything if you don't use the flag.
    If the flag isi false we create a full backup every day instead of one
    full backup and six incremental backups a week.
    
    In addition, I outsourced the test of the mysql::backup::xtrabackup
    class to test the additional parameters.
    SaschaDoering committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    155f8a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Merge pull request #1188 from syseleven/make_incremental_backups_deac…

    …tivable
    
    Make incremental backups deactivable
    carabasdaniel authored Apr 22, 2019
    Configuration menu
    Copy the full SHA
    6cc29dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1187 from syseleven/allow_multiple_backupmethods

    Allow multiple backupmethods
    carabasdaniel authored Apr 22, 2019
    Configuration menu
    Copy the full SHA
    4adfd93 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Fix the contribution guide URL

    Maurice Meyer committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    5f0efcc View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    d47b4a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1193 from lionce/MODULES-9017

    (MODULES-9017) - update metadata to support current version of stdlib
    carabasdaniel authored May 3, 2019
    Configuration menu
    Copy the full SHA
    0b9bb47 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Merge pull request #1190 from syseleven/fix/contributing

    Fix the contribution guide URL
    tphoney authored May 17, 2019
    Configuration menu
    Copy the full SHA
    89ce71a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. MODULES-9160 - release 9.0.0

    lionce committed May 21, 2019
    Configuration menu
    Copy the full SHA
    a2e29bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1197 from lionce/release_prep

    MODULES-9160 - release 9.0.0
    tphoney authored May 21, 2019
    Configuration menu
    Copy the full SHA
    c7502a2 View commit details
    Browse the repository at this point in the history
Loading