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-puppetdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-puppetdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 7, 2013

  1. Add missing parameters for 1.4.0 release

    This patch adds all the missing parameters now defined in the 1.4.0 release.
    
    This includes some new database parameters mainly, but also adds gc_interval
    to the `puppetdb` and `puppetdb::server` classes, as previously this wasn't
    configurable using this method.
    
    To avoid documentation duplication the Puppet headers have been removed in
    favour of documenting classes from the README.md. Until such times as the
    forge can turn Puppet docs into HTML automatically, this is just duplicate
    noise and prone to update slippage. The README.md is more authoritative in
    this area and is pubicly displayed on the forge project page so it should be
    used for now.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    9c41392 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from kbarber/missing_config_params

    Add missing parameters for 1.4.0 release
    cprice404 committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    5d57d40 View commit details
    Browse the repository at this point in the history
  3. Release 1.6.0

    Updates CHANGELOG and the Modulefile for the next release.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    1bfb351 View commit details
    Browse the repository at this point in the history
  4. Provide the PuppetDB version that the new parameters apply for

    This documents each of the newer parameters: gc_interval, log_slow_statements,
    conn_max_age, conn_keep_alive, conn_lifetime with the version of PuppetDB that
    are supported on.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    020a22d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2013

  1. Merge pull request #77 from kbarber/release_160

    Release 1.6.0
    cprice404 committed Aug 9, 2013
    Configuration menu
    Copy the full SHA
    45a745f View commit details
    Browse the repository at this point in the history
Loading