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: 0.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: 0.3.0
Choose a head ref
  • 20 commits
  • 15 files changed
  • 8 contributors

Commits on Apr 12, 2012

  1. Configuration menu
    Copy the full SHA
    9ff99ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from derekhiggins/set-errorlog

    set platform dependent error logfile location
    bodepd committed Apr 12, 2012
    Configuration menu
    Copy the full SHA
    12a4410 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2012

  1. I noticed the following message whilst provisioning using this module:

    notice: /Stage[main]/Mysql::Config/Exec[set_mysql_rootpw]/returns: mysqladmin: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
    
    Even though it's not fatal, it's cleaner for Exec['set_mysql_rootpw'] to require File['/etc/mysql/conf.d'].
    geogdog committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    097879b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2012

  1. Added mysql::java class.

    Added a small class to install the Java MySQL connector.
    razorsedge committed Apr 24, 2012
    Configuration menu
    Copy the full SHA
    ba4df4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0743faa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86eec56 View commit details
    Browse the repository at this point in the history
  4. Fix typos in mysql::server::monitor class

    * fix the dependency declaration
    
    + add basic tests
    fcharlier committed Apr 24, 2012
    Configuration menu
    Copy the full SHA
    64f367f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #62 from fcharlier/syntax_error_monitor

    Fix typos in mysql::server::monitor class
    bodepd committed Apr 24, 2012
    Configuration menu
    Copy the full SHA
    779affe View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2012

  1. Merge pull request #61 from runningman/java

    Java
    Michael Stahnke committed Apr 29, 2012
    Configuration menu
    Copy the full SHA
    f750b39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60 from geogdog/patch-1

    I noticed the following message whilst provisioning using this module:
    Michael Stahnke committed Apr 29, 2012
    Configuration menu
    Copy the full SHA
    e6b45eb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2012

  1. Remove the global *_PRIVS variables

    Branan Purvine-Riley committed May 2, 2012
    Configuration menu
    Copy the full SHA
    4485dbb View commit details
    Browse the repository at this point in the history
  2. remove $safe_grant

    Now that the ruby can query permissions sanely, filtering 'all' is
    no longer necessary
    Branan Purvine-Riley committed May 2, 2012
    Configuration menu
    Copy the full SHA
    d0a5b1c View commit details
    Browse the repository at this point in the history
  3. Add initial spec for mysql grant provider

    Branan Purvine-Riley committed May 2, 2012
    Configuration menu
    Copy the full SHA
    29cef3f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #65 from branan/14218_query_db_for_permissions

    Query the database for possible permissions
    bodepd committed May 2, 2012
    Configuration menu
    Copy the full SHA
    3fbb54d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2012

  1. Simplify Exec["${name}-import"]

    Show that mysql:db can also import SQL from a file in order to, for
    example, initialize a database schema.  Since it requires class
    mysql::server, we assume to run all commands as the root mysql user
    against the local mysql server.
    razorsedge committed May 4, 2012
    Configuration menu
    Copy the full SHA
    8dc651c View commit details
    Browse the repository at this point in the history
  2. (#14316) make privileges case-insensitive

    Branan Purvine-Riley committed May 4, 2012
    Configuration menu
    Copy the full SHA
    6a81a2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #69 from branan/case_insensitive

    (#14316) Make privileges case-insensitive
    nanliu committed May 4, 2012
    Configuration menu
    Copy the full SHA
    73a07bf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #68 from runningman/wild_host

    Allow wildcard host assignment with sql.
    nanliu committed May 4, 2012
    Configuration menu
    Copy the full SHA
    22f59f0 View commit details
    Browse the repository at this point in the history
  5. (#14221) Update Modulefile and CHANGELOG for next release

    Branan Purvine-Riley committed May 4, 2012
    Configuration menu
    Copy the full SHA
    5185cf4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #70 from branan/14221_forge_update

    (#14221) Update Modulefile and CHANGELOG for next release
    nanliu committed May 4, 2012
    Configuration menu
    Copy the full SHA
    c2b9034 View commit details
    Browse the repository at this point in the history
Loading