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: 4.2.1
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: 4.3.0
Choose a head ref
  • 13 commits
  • 14 files changed
  • 5 contributors

Commits on Apr 21, 2015

  1. (maint) Add file_concat and fix rspec warnings

    This fixes the file_concat dependency issue postgresql module has brought in,
    plus removes some deprecation warnings from our rspec tests.
    
    I've also bumped rspec-puppet as well, while I was at it.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    332ec35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from kbarber/maint/master/bump-rspec-and-conc…

    …at-dependencies
    
    (maint) Add file_concat and bump rspec versions
    rbrw committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    c5a8545 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. Enable the module to manage entries in $confdir/config.ini, in the

    command-processing section.
    
    Added new class server/config_ini.pp to manage contents of the config.ini.
    Three new parameters added:
      * command_threads
      * store_usage
      * temp_usage
    
    All three default to 'undef'. This makes sure (potential) custom settings
    done to that file with regard to above three variables are 'absent',
    and let PuppetDB built-in defaults take care.
    
    Documentation to the README.md added, as well as unit tests.
    
    My use-case was, that I have on some nodes a too small /var partition,
    so I had to lower the values of store-usage and temp-usage in the config.ini
    manually.
    buzzdeee committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    72e1924 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #176 from buzzdeee/master

    Enable the module to manage entries in $confdir/config.ini
    kbarber committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    4940938 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2015

  1. (PDB-1467) Ordering problem with read_database_ini

    This fixes the ordering for the read_database_ini class, and fixes a small
    notification problem with config_ini as well.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed May 6, 2015
    Configuration menu
    Copy the full SHA
    ec13bc4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. Merge pull request #180 from kbarber/ticket/master/pdb-1467-read-data…

    …base-ordering
    
    (PDB-1467) Ordering problem with read_database_ini
    ajroetker committed May 7, 2015
    Configuration menu
    Copy the full SHA
    4e407f8 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. (maint) Allow database_validation to be false

    This commit fixes a bug where if a user tried to turn off database
    validation there would be a `before` statement requiring an absent
    validation resource.
    Andrew Roetker committed May 28, 2015
    Configuration menu
    Copy the full SHA
    f39ba7e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2015

  1. Merge pull request #184 from ajroetker/maint/allow_database_validatio…

    …n_to_be_false
    
    (maint) Allow database_validation to be false
    kbarber committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    9dd94b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. (PDB-1455) Provide mechanism for modifying default HSQLDB path

    This provides an override mechanism for providing a custom path to HSQLDB.
    
    This allows users to provide any path to their HSQLDB database. It is needed
    specifically for managing the as-yet-unreleased version of PuppetDB as well.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    1b661fd View commit details
    Browse the repository at this point in the history
  2. Release 4.3.0 of module

    This updates the CHANGELOG and the metadata.json ready for a new release.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    a67363f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #185 from kbarber/ticket/stable/pdb-1455-allow-cus…

    …tom-embedded-subname
    
    (PDB-1455) Provide mechanism for modifying default HSQLDB path
    ajroetker committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    7577699 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #186 from kbarber/maint/stable/release-430

    Release 4.3.0 of module
    ajroetker committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    04d80b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. (maint) Ignore ruby specific files when packaging module

    Previously we were packaging the Rakefile & Gemfiles, however this is unnecessary.
    kbarber committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    ad946c5 View commit details
    Browse the repository at this point in the history
Loading