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: 7.0.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: 7.1.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 19, 2018

  1. (PDB-4092) Use vardir prefix for DLO path

    Previously, the DLO path was hardcoded in with its default value. This
    means that when attempting to clean a DLO store on a system using a
    non-default location for vardir, the puppetdb module would attempt to
    remove a directory that was not actually the DLO store (if it existed at
    all).
    
    Now, in accordance with how puppetdb selects the DLO store location, the
    puppetdb module will use `<vardir>/stockpile/discard/` as the DLO
    location.
    austb committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8078672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d34128e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b7231d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #285 from austb/bug/master/pdb-4092/fix_hardcoded_…

    …dlo_path
    
    (PDB-4092) Use vardir prefix for DLO path
    Zak-Kent authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8cc999b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    ca15063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c40e442 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #286 from Zak-Kent/update-pipelines-for-6.0.0

    (PDB-4091) Update acceptance tests for 6.0.0 and release
    austb authored Oct 2, 2018
    Configuration menu
    Copy the full SHA
    8cdb9ae View commit details
    Browse the repository at this point in the history
Loading