-
Notifications
You must be signed in to change notification settings - Fork 177
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-inifile
base: 1.4.1
head repository: puppetlabs/puppetlabs-inifile
compare: 1.4.2
- 10 commits
- 13 files changed
- 7 contributors
Commits on Jul 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9147ecc - Browse repository at this point
Copy the full SHA 9147eccView commit details
Commits on Jul 31, 2015
-
MODULES-2212 - Add use_exact_match parameter for subsettings
There's no way to distinguish between a subsetting with a value and a subsetting with no value, so add a parameter to allow that to be specified.
Morgan Haskel committedJul 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 2ab4710 - Browse repository at this point
Copy the full SHA 2ab4710View commit details -
Merge pull request #182 from mhaskel/MODULES-2212
MODULES-2212 - Add use_exact_match parameter for subsettings
Configuration menu - View commit details
-
Copy full SHA for b499f70 - Browse repository at this point
Copy the full SHA b499f70View commit details
Commits on Aug 3, 2015
-
(MODULES-1908) Munge the setting to ensure we always strip the whites…
…pace
Travis Fields committedAug 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 48965fb - Browse repository at this point
Copy the full SHA 48965fbView commit details -
Merge pull request #183 from cyberious/MODULES-1908
(MODULES-1908) Munge the setting to ensure we always strip the whitespace
Configuration menu - View commit details
-
Copy full SHA for f1e4313 - Browse repository at this point
Copy the full SHA f1e4313View commit details
Commits on Aug 6, 2015
-
Support a space as a key_val_separator
Previously, trying to use a space as a key_val_separator in the ini_setting type would fail because #strip is being called on the key_val_separator attribute, which completely kills the space. This commit checks to see if key_val_separator has been set as a space, and, if so, sets the `k_v_s` variable in the library to be ' ' instead of ''. This in turn allows the provider to check for existing values (instead of inserting the value every time Puppet is run).
Gary Larizza committedAug 6, 2015 Configuration menu - View commit details
-
Copy full SHA for d452e6c - Browse repository at this point
Copy the full SHA d452e6cView commit details
Commits on Aug 7, 2015
-
Merge pull request #184 from glarizza/MODULES_2369_key_val_separator
[MODULES-2369] Support a space as a key_val_separator
Configuration menu - View commit details
-
Copy full SHA for de45163 - Browse repository at this point
Copy the full SHA de45163View commit details
Commits on Aug 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7e05272 - Browse repository at this point
Copy the full SHA 7e05272View commit details
Commits on Aug 21, 2015
-
tphoney committed
Aug 21, 2015 Configuration menu - View commit details
-
Copy full SHA for cda3cca - Browse repository at this point
Copy the full SHA cda3ccaView commit details -
Merge pull request #187 from tphoney/release_prep_1_4_2
Release prep 1 4 2
Configuration menu - View commit details
-
Copy full SHA for 65ee1d6 - Browse repository at this point
Copy the full SHA 65ee1d6View 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 1.4.1...1.4.2