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-postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.1
Choose a base ref
...
head repository: puppetlabs/puppetlabs-postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.0
Choose a head ref
  • 18 commits
  • 55 files changed
  • 4 contributors

Commits on Mar 16, 2013

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

Commits on May 6, 2013

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

Commits on May 7, 2013

  1. Merge pull request #179 from cprice-puppet/maint/master/fix-readme-fo…

    …r-running-system-testswq
    
    Fix example command in README for running system tests on a distro
    kbarber committed May 7, 2013
    Configuration menu
    Copy the full SHA
    e5c1dbc View commit details
    Browse the repository at this point in the history

Commits on May 15, 2013

  1. Correct database_user param name

    README formerly incorrectly referred to the password_hash parameter as password.
    Max Martin committed May 15, 2013
    Configuration menu
    Copy the full SHA
    976be13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #184 from MaxMartin/master

    Correct README
    kbarber committed May 15, 2013
    Configuration menu
    Copy the full SHA
    6113f6e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2013

  1. Convert system tests to use rspec-system

    This patch ports all of the existing system tests to use rspec-system instead.
    
    To assist with this conversion some patches were made to fix OS compatibility
    where necessary. We also added an ensure parameter to the postgresql::server
    class to assist with removing PostgreSQL configuration to aid with testing
    cleanups.
    
    The documentation has been updated to indicate test usage with rspec-system,
    we've also renamed the 'tests' directory to 'examples'.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    80c85e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2013

  1. Merge pull request #186 from kbarber/rspec-system-conversion

    Convert system tests to use rspec-system
    cprice404 committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    ee86432 View commit details
    Browse the repository at this point in the history
  2. Add support for other operating systems besides Redhat/Debian

    Prior to this commit, if you attempted to use the module to
    manage postgres on any OS other than Redhat/Debian, there
    was an explicit check for that, and a call to `fail`.
    
    In reality, the OS family is only used to build up defaults
    for various path and package names, which are all exposed
    as parameters.  If the user is willing to explicitly pass
    in all of those parameters, there's no reason we should
    fail based on OS family.
    
    This commit adds checks to the 'default' osfamily case
    such that we now only fail if they're on a non-Redhat-or-Debian
    system *and* they haven't explicitly passed in values for
    all of the required parameters.
    cprice404 committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    6bd2bef View commit details
    Browse the repository at this point in the history
  3. Fix up and add some tests for unknown OS patch

    This patch just adds some new tests for the unknown OS patch, and cleans up
    some existing tests to look for the new warning message.
    
    Also, change the warning message for $osfamily and manage_package_repo to
    reflect the parameter at fault.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    f6fb18a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8502de5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e668dd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #188 from cprice-puppet/bug/master/fix-hard-coded-…

    …postgres-user-in-hba
    
    Don't hard-code postgres user's username for pg_hba
    cprice404 committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    5bc584e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #156 from harbulot/issue_114

    Setting the owner of the database with createdb.
    cprice404 committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    dcac94a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e764c20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c26c3e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #190 from cprice-puppet/maint/master/docs-for-data…

    …base-owner
    
    Update docs to reflect new `owner` parameter for `::database` type.
    cprice404 committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    77da524 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #191 from cprice-puppet/maint/master/release-2.3.0

    Update Modulefile and Changelog for 2.3.0 release
    cprice404 committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    d896be3 View commit details
    Browse the repository at this point in the history
Loading