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-lvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-lvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 14 commits
  • 6 files changed
  • 7 contributors

Commits on Nov 6, 2018

  1. Merge pull request #218 from puppetlabs/release

    (maint) 1.1.0 Merge Back
    david22swan authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    f8691e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Allow puppetlabs-stdlib versions >= 5.0

    This commit bumps the upper boundary of the stdlib dependency.
    
    It should help avoid conflicts (librarian-puppet) such as:
    
    [Librarian]   Module puppetlabs-lvm found versions: 1.1.0, 1.0.1, 1.0.0, 0.9.0, 0.8.0, 0.7.0, 0.6.0, 0.5.0, 0.4.0, 0.3.3, 0.3.2, 0.3.1, 0.3.0, 0.2.0, 0.1.2, 0.1.1, 0.1.0, 0.0.1
    [Librarian]     Checking puppetlabs-lvm/1.1.0 <https://forgeapi.puppetlabs.com>
    [Librarian]       Resolved puppetlabs-lvm (< 2.0.0, >= 1.0.0) <https://forgeapi.puppetlabs.com> at puppetlabs-lvm/1.1.0 <https://forgeapi.puppetlabs.com>
    [Librarian]   Resolved puppetlabs-lvm (< 2.0.0, >= 1.0.0) <https://forgeapi.puppetlabs.com>
    [Librarian] Conflict between puppetlabs-stdlib (< 5.0.0, >= 4.13.1) <(no source specified)> and puppetlabs-stdlib/5.1.0 <https://forgeapi.puppetlabs.com>
    
    We need to use stdlib >= 5.1 for compatibility with puppet 6.
    Taylan Develioglu committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    1179488 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Don't execute the lvm commands when not supported. #193

    Unfortunately you've deleted the changes, merged in #193 with the new release 1.1.0.
    
    Error: Facter: error while resolving custom facts in /opt/puppetlabs/puppet/cache/lib/facter/lvm_support.rb: execution of command "vgs -o name --noheadings 2>/dev/null" failed: command not found.
    jonny0303 authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    9dbfc1c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Added test matrix for Puppet 6

    Dylan Ratcliffe committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    f8194e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. (maint) Removed test code that missed review

    Dylan Ratcliffe committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    60f39f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #224 from dylanratcliffe/fix_test_code

    (maint) Removed test code that missed review
    tphoney authored Dec 6, 2018
    Configuration menu
    Copy the full SHA
    0537002 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Merge pull request #222 from jonny0303/jonny0303-patch-1

    Don't execute the lvm commands when not supported. #193
    tphoney authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    d2864e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    5921a33 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #225 from david22swan/PreRelease

    (maint) - Fix rubygems-update for ruby < 2.3
    eimlav authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    d41891c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #223 from dylanratcliffe/update_test_matrix

    Added test matrix for Puppet 6
    david22swan authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    bedd7bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b76e81 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #221 from tdevelioglu/master

    Allow puppetlabs-stdlib versions >= 5.0
    david22swan authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    bbbe3c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7470b90 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #226 from david22swan/PreRelease

    (MODULES-8417) - 1.2.0 Pre Release
    pmcmaw authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    d621bd9 View commit details
    Browse the repository at this point in the history
Loading