-
Notifications
You must be signed in to change notification settings - Fork 177
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-inifile
base: 0.9.0
head repository: puppetlabs/puppetlabs-inifile
compare: 0.10.0
- 13 commits
- 15 files changed
- 4 contributors
Commits on Nov 6, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 5e1d203 - Browse repository at this point
Copy the full SHA 5e1d203View commit details
Commits on Feb 5, 2013
-
Configuration menu - View commit details
-
Copy full SHA for b1aff63 - Browse repository at this point
Copy the full SHA b1aff63View commit details
Commits on Feb 6, 2013
-
Merge pull request #28 from supercow/master
Fix the key_val_setting parameter
Configuration menu - View commit details
-
Copy full SHA for 2008179 - Browse repository at this point
Copy the full SHA 2008179View commit details
Commits on Mar 4, 2013
-
Add purging support to ini file
This commit adds purging to ini file native types. Purging will only work for child providers that implement the method: self.file_path. This is because collecting all instances of the type ( which is a requirement for purging) is only possible when the path of the file that is being managed can be accessed by the class instance (in the method self.instances.) This commit adds the following method to the internal of the ini_file: - get_settings - has of all settings/values for a given section It also adds the following method to the section class: - setting_names - list of all setting names in a section. These methods are required for the instances method to be able to list the values for all settings of each section.
Dan Bode committedMar 4, 2013 Configuration menu - View commit details
-
Copy full SHA for 2f22483 - Browse repository at this point
Copy the full SHA 2f22483View commit details
Commits on Mar 11, 2013
-
Merge pull request #25 from bodepd/add_purging_support
Add purging support to ini file
Configuration menu - View commit details
-
Copy full SHA for 5fdca54 - Browse repository at this point
Copy the full SHA 5fdca54View commit details
Commits on Mar 12, 2013
-
guard against nil indentation values
This commit is intended to resolves an issue where the indentation value can be nil (which leads to a run time exception) This occurrs in cases where a section is following by only one of more comments. The proposed fix is to guard against potential nil values where the error occurs. This fix is idential to code used at line 125 of the same file.
Dan Bode committedMar 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 5f71d7f - Browse repository at this point
Copy the full SHA 5f71d7fView commit details -
Merge pull request #30 from bodepd/fix_nil_indentation
guard against nil indentation values
Configuration menu - View commit details
-
Copy full SHA for 8064df6 - Browse repository at this point
Copy the full SHA 8064df6View commit details
Commits on Mar 25, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 4351d8b - Browse repository at this point
Copy the full SHA 4351d8bView commit details -
Merge pull request #29 from kbrezina/subsetting
Added 'ini_subsetting' custom resource type
Configuration menu - View commit details
-
Copy full SHA for e824ab2 - Browse repository at this point
Copy the full SHA e824ab2View commit details
Commits on Apr 2, 2013
-
the previous tests were stubbing global class instances in a way that was causing other tests to fail. This commit updates the tests, and introdcuces child classes which can safely be stubbed (and more closely test the real behavior intended to be tested here)
Dan Bode committedApr 2, 2013 Configuration menu - View commit details
-
Copy full SHA for f48cae8 - Browse repository at this point
Copy the full SHA f48cae8View commit details -
Merge pull request #32 from bodepd/fix_test_failures
fix unit test failures
Configuration menu - View commit details
-
Copy full SHA for 6e31831 - Browse repository at this point
Copy the full SHA 6e31831View commit details -
Update Modulefile and Changelog, prepping for 0.10.0 release
This commit also adds some comments clarifying the new code that was added to support purging.
Configuration menu - View commit details
-
Copy full SHA for 6c245ef - Browse repository at this point
Copy the full SHA 6c245efView commit details -
Merge pull request #33 from bodepd/doc_update
Update Modulefile and Changelog, prepping for 0.10.0 release
Configuration menu - View commit details
-
Copy full SHA for 389531a - Browse repository at this point
Copy the full SHA 389531aView 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.9.0...0.10.0