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-inifile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-inifile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.0
Choose a head ref
  • 13 commits
  • 15 files changed
  • 4 contributors

Commits on Nov 6, 2012

  1. Configuration menu
    Copy the full SHA
    5e1d203 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2013

  1. Configuration menu
    Copy the full SHA
    b1aff63 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2013

  1. Merge pull request #28 from supercow/master

    Fix the key_val_setting parameter
    cprice404 committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    2008179 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2013

  1. 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 committed Mar 4, 2013
    Configuration menu
    Copy the full SHA
    2f22483 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2013

  1. Merge pull request #25 from bodepd/add_purging_support

    Add purging support to ini file
    cprice404 committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    5fdca54 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2013

  1. 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 committed Mar 12, 2013
    Configuration menu
    Copy the full SHA
    5f71d7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from bodepd/fix_nil_indentation

    guard against nil indentation values
    cprice404 committed Mar 12, 2013
    Configuration menu
    Copy the full SHA
    8064df6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2013

  1. Configuration menu
    Copy the full SHA
    4351d8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from kbrezina/subsetting

    Added 'ini_subsetting' custom resource type
    cprice404 committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    e824ab2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2013

  1. fix unit test failures

    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 committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    f48cae8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from bodepd/fix_test_failures

    fix unit test failures
    cprice404 committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    6e31831 View commit details
    Browse the repository at this point in the history
  3. 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.
    cprice404 authored and Dan Bode committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    6c245ef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #33 from bodepd/doc_update

    Update Modulefile and Changelog, prepping for 0.10.0 release
    cprice404 committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    389531a View commit details
    Browse the repository at this point in the history
Loading