-
Notifications
You must be signed in to change notification settings - Fork 276
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-lvm
base: 0.1.1
head repository: puppetlabs/puppetlabs-lvm
compare: 0.1.2
- 18 commits
- 27 files changed
- 7 contributors
Commits on Aug 14, 2012
-
Updated Modulefile & README for 0.1.1
Ryan Coleman committedAug 14, 2012 Configuration menu - View commit details
-
Copy full SHA for a1eb550 - Browse repository at this point
Copy the full SHA a1eb550View commit details -
Merge pull request #13 from rcoleman/bugs/0.1.1_release
Updated Modulefile & README for 0.1.1
Configuration menu - View commit details
-
Copy full SHA for 3b1f783 - Browse repository at this point
Copy the full SHA 3b1f783View commit details
Commits on Jan 11, 2013
-
Fix undefined method: inject for String
The physical_volumes extraction using inject function doesn't work. Change to using split/grep/map. /Stage[main]/Releng::Disks/Volume_group[vg] (err): Could not evaluate: undefined method `inject' for " PV,VG\n/dev/sda4,vg\n":String Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Configuration menu - View commit details
-
Copy full SHA for 95cecec - Browse repository at this point
Copy the full SHA 95cececView commit details
Commits on Jan 18, 2013
-
Merge pull request #20 from gentoo/master
Fix undefined method: inject for String
Configuration menu - View commit details
-
Copy full SHA for b831542 - Browse repository at this point
Copy the full SHA b831542View commit details
Commits on Feb 26, 2013
-
use command 'blkid' instead of 'mount' to check the filesystem type
The options "--guess-fstype" was removed from the mount command [1]. Commands "fsck -N" and "file -sL" were also tested but their output are not consitent between filesystems. 'blkid' finally seems to be the best candidate to replace 'mount' and this utility is also present in the standard package util-linux. This patch fix the following bug https://projects.puppetlabs.com/issues/19410 [1] http://git.kernel.org/?p=utils/util-linux/util-linux.git;a=commit;h=0377ef91270d06592a0d4dd009c29e7b1ff9c9b8
Configuration menu - View commit details
-
Copy full SHA for 98e7061 - Browse repository at this point
Copy the full SHA 98e7061View commit details
Commits on Feb 28, 2013
-
Merge pull request #23 from mbornoz/master
use 'blkid' instead of 'mount' to check the filesystem type
Ryan Coleman committedFeb 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 9c55366 - Browse repository at this point
Copy the full SHA 9c55366View commit details
Commits on Mar 8, 2013
-
The common convention for naming spec files is ${tested_file}_spec.rb, and running the `rspec` command will run all accordingly named files. This commit renames all existing spec files to conform to this convention.Configuration menu - View commit details
-
Copy full SHA for c43a2fa - Browse repository at this point
Copy the full SHA c43a2faView commit details -
(maint) simplify rspec spec_helper.rb require
With rspec 2 simply doing `require 'spec_helper'` will bring in the project spec helper. This commit removes the existing complex require logic with a simple require statement.
Configuration menu - View commit details
-
Copy full SHA for 57c694a - Browse repository at this point
Copy the full SHA 57c694aView commit details -
(maint) use 2 space indentation for spec files
All of the spec files were using 4 space indents. This commit changes the indentation to the standard 2 space indent that's the common convention in the ruby community.
Configuration menu - View commit details
-
Copy full SHA for 6baf3af - Browse repository at this point
Copy the full SHA 6baf3afView commit details -
This commits a basic Gemfile to allow for easier testing. It respects the environment variable 'PUPPET_GEM_VERSION' in cases where the module needs to be tested with multiple versions of Ruby.
3Configuration menu - View commit details
-
Copy full SHA for b569417 - Browse repository at this point
Copy the full SHA b569417View commit details -
(maint) add .travis.yml configuration
This commit adds configuration for travis-ci to test this module against supported versions of puppet. It also suppresses emails on travis builds.
Configuration menu - View commit details
-
Copy full SHA for 4da6ff0 - Browse repository at this point
Copy the full SHA 4da6ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ac5a5 - Browse repository at this point
Copy the full SHA a5ac5a5View commit details -
This rakefile is needed to drive travis-ci tests.
Configuration menu - View commit details
-
Copy full SHA for 22fbd01 - Browse repository at this point
Copy the full SHA 22fbd01View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2505ed - Browse repository at this point
Copy the full SHA d2505edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c668e3 - Browse repository at this point
Copy the full SHA 5c668e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d19dde9 - Browse repository at this point
Copy the full SHA d19dde9View commit details -
Merge pull request #26 from rharrison10/cleanup
Move volume define to the correct location in the autoload module layout
Configuration menu - View commit details
-
Copy full SHA for a1300c2 - Browse repository at this point
Copy the full SHA a1300c2View commit details
Commits on Mar 18, 2013
-
Update metadata for 0.1.2 release
This commit updates Modulefile for a 0.1.2 release. 0.1.2 represents a bug-fix release that is mostly focussed on testing improvements but includes a few important fixes.
Ryan Coleman committedMar 18, 2013 Configuration menu - View commit details
-
Copy full SHA for fa219cb - Browse repository at this point
Copy the full SHA fa219cbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.1.1...0.1.2