]> gitweb.fluxo.info Git - puppet-inifile.git/shortlog
puppet-inifile.git
2013-04-03 Chris PriceMerge pull request #36 from bodepd/travis_part_three master
2013-04-02 Dan BodeAdd travisfile and Gemfile
2013-04-02 Chris PriceUpdate README.markdown
2013-04-02 Chris PriceMerge pull request #33 from bodepd/doc_update
2013-04-02 Chris PriceUpdate Modulefile and Changelog, prepping for 0.10...
2013-04-02 Chris PriceMerge pull request #32 from bodepd/fix_test_failures
2013-04-02 Dan Bodefix unit test failures
2013-03-25 Chris PriceMerge pull request #29 from kbrezina/subsetting
2013-03-25 Karel BrezinaAdded 'ini_subsetting' custom resource type
2013-03-12 Chris PriceMerge pull request #30 from bodepd/fix_nil_indentation
2013-03-12 Dan Bodeguard against nil indentation values
2013-03-11 Chris PriceMerge pull request #25 from bodepd/add_purging_support
2013-03-04 Dan BodeAdd purging support to ini file
2013-02-06 Chris PriceMerge pull request #28 from supercow/master
2013-02-05 James SweenyFix test to use correct key_val_parameter
2012-11-06 Chris PriceAdded license file w/Apache 2.0 license
2012-11-02 Chris PriceUpdate Modulefile/CHANGELOG ; final commit for v0.9...
2012-10-27 Chris PriceMerge pull request #20 from cprice-puppet/feature/maste...
2012-10-27 Chris PriceAdd detection for commented versions of settings
2012-10-22 Chris PriceMerge pull request #19 from cprice-puppet/feature/maste...
2012-10-21 Chris PriceRefactor to clarify implementation of `save`
2012-10-21 Chris PriceAdd example for `ensure=absent`
2012-10-20 Chris PriceBetter handling of whitespace lines at ends of sections
2012-10-20 Chris PriceRespect indentation / spacing for existing sections...
2012-10-17 Chris PriceMerge pull request #18 from cprice-puppet/feature/maste...
2012-10-17 Chris PriceMinor tweaks to handling of removing settings
2012-10-11 Dan BodeAdd support for removing lines
2012-10-03 Chris PriceMerge pull request #16 from bodepd/master
2012-10-03 Dan BodeMake value a property
2012-10-03 Dan BodeMake ruby provider a better parent.
2012-10-01 Chris PriceMerge pull request #15 from reidmv/bug/master/spaces
2012-09-29 Reid VandewieleAllow values with spaces to be parsed and set
2012-09-24 Chris PriceUpdated CHANGELOG and Modulefile; final commit for...
2012-09-20 Chris PriceMerge pull request #9 from cprice-puppet/feature/master...
2012-09-20 Chris PriceAdd validation for key_val_separator
2012-09-19 Chris PriceAllow overriding separator string between key/val pairs
2012-09-04 Chris PriceMerge pull request #5 from jtopjian/jtopjian-colon
2012-09-04 Joe TopjianAdded tests for sections with colons
2012-09-04 Joe TopjianFixed spec_helper.rb so original tests can pass.
2012-08-24 Joe TopjianAdded support for colons in section names
2012-08-20 Chris PriceAdd CHANGELOG and update README; final commit for 0...
2012-08-17 Chris PriceAdd support for "global" section at beginning of file
2012-08-17 Chris Pricefinal commit for 0.0.1 release
2012-08-17 Chris PriceAdd Modulefile
2012-08-14 Chris PriceMerge pull request #4 from stephenrjohnson/miscfixes
2012-08-14 Stephenmake the regex less matchy
2012-08-14 StephenFixed regex to match sections and settings with non...
2012-08-13 Chris PriceMerge pull request #1 from stephenrjohnson/master
2012-08-13 Stephenfix path for require statement
2012-07-29 Chris PriceFirst (basic) working version of ini_setting provider
2012-06-14 Chris PriceStarted writing some tests, work has been punted
2012-06-14 Chris PriceInitial commit