Age | Commit message (Expand) | Author |
2013-04-03 | Merge pull request #36 from bodepd/travis_part_threeHEADmaster | Chris Price |
2013-04-02 | Add travisfile and Gemfile | Dan Bode |
2013-04-02 | Update README.markdown | Chris Price |
2013-04-02 | Merge pull request #33 from bodepd/doc_update | Chris Price |
2013-04-02 | Update Modulefile and Changelog, prepping for 0.10.0 release | Chris Price |
2013-04-01 | Merge pull request #32 from bodepd/fix_test_failures | Chris Price |
2013-04-01 | fix unit test failures | Dan Bode |
2013-03-25 | Merge pull request #29 from kbrezina/subsetting | Chris Price |
2013-03-25 | Added 'ini_subsetting' custom resource type | Karel Brezina |
2013-03-12 | Merge pull request #30 from bodepd/fix_nil_indentation | Chris Price |
2013-03-11 | guard against nil indentation values | Dan Bode |
2013-03-11 | Merge pull request #25 from bodepd/add_purging_support | Chris Price |
2013-03-04 | Add purging support to ini file | Dan Bode |
2013-02-06 | Merge pull request #28 from supercow/master | Chris Price |
2013-02-05 | Fix test to use correct key_val_parameter | James Sweeny |
2012-11-06 | Added license file w/Apache 2.0 license | Chris Price |
2012-11-02 | Update Modulefile/CHANGELOG ; final commit for v0.9.0 release | Chris Price |
2012-10-26 | Merge pull request #20 from cprice-puppet/feature/master/detect-commented-set... | Chris Price |
2012-10-26 | Add detection for commented versions of settings | Chris Price |
2012-10-22 | Merge pull request #19 from cprice-puppet/feature/master/use-existing-indenta... | Chris Price |
2012-10-20 | Refactor to clarify implementation of `save` | Chris Price |
2012-10-20 | Add example for `ensure=absent` | Chris Price |
2012-10-20 | Better handling of whitespace lines at ends of sections | Chris Price |
2012-10-20 | Respect indentation / spacing for existing sections and settings | Chris Price |
2012-10-17 | Merge pull request #18 from cprice-puppet/feature/master/tweaks-to-setting-re... | Chris Price |
2012-10-17 | Minor tweaks to handling of removing settings | Chris Price |
2012-10-10 | Add support for removing lines | Dan Bode |
2012-10-03 | Merge pull request #16 from bodepd/master | Chris Price |
2012-10-02 | Make value a property | Dan Bode |
2012-10-02 | Make ruby provider a better parent. | Dan Bode |
2012-10-01 | Merge pull request #15 from reidmv/bug/master/spaces | Chris Price |
2012-09-29 | Allow values with spaces to be parsed and set | Reid Vandewiele |
2012-09-24 | Updated CHANGELOG and Modulefile; final commit for 0.0.3 release | Chris Price |
2012-09-20 | Merge pull request #9 from cprice-puppet/feature/master/allow-override-of-sep... | Chris Price |
2012-09-20 | Add validation for key_val_separator | Chris Price |
2012-09-19 | Allow overriding separator string between key/val pairs | Chris Price |
2012-09-04 | Merge pull request #5 from jtopjian/jtopjian-colon | Chris Price |
2012-09-04 | Added tests for sections with colons | Joe Topjian |
2012-09-04 | Fixed spec_helper.rb so original tests can pass. | Joe Topjian |
2012-08-24 | Added support for colons in section names | Joe Topjian |
2012-08-20 | Add CHANGELOG and update README; final commit for 0.0.2 release | Chris Price |
2012-08-17 | Add support for "global" section at beginning of file | Chris Price |
2012-08-16 | final commit for 0.0.1 release | Chris Price |
2012-08-16 | Add Modulefile | Chris Price |
2012-08-14 | Merge pull request #4 from stephenrjohnson/miscfixes | Chris Price |
2012-08-14 | make the regex less matchy | Stephen |
2012-08-14 | Fixed regex to match sections and settings with non alphanumeric | Stephen |
2012-08-13 | Merge pull request #1 from stephenrjohnson/master | Chris Price |
2012-08-13 | fix path for require statement | Stephen |
2012-07-28 | First (basic) working version of ini_setting provider | Chris Price |