Commit graph

  • c2052b3cbd Add travisfile and Gemfile Dan Bode 2013-04-02 15:23:36 -0700
  • ad38a08dc7 Update README.markdown Chris Price 2013-04-02 15:28:34 -0700
  • 389531a6f5 Merge pull request #33 from bodepd/doc_update Chris Price 2013-04-02 15:13:08 -0700
  • 6c245ef674 Update Modulefile and Changelog, prepping for 0.10.0 release Chris Price 2013-04-01 15:29:54 -0700
  • 6e318317fb Merge pull request #32 from bodepd/fix_test_failures Chris Price 2013-04-01 17:36:49 -0700
  • f48cae87a0 fix unit test failures Dan Bode 2013-04-01 17:27:10 -0700
  • e824ab2aba Merge pull request #29 from kbrezina/subsetting Chris Price 2013-03-25 11:00:41 -0700
  • 4351d8b9c8 Added 'ini_subsetting' custom resource type Karel Brezina 2013-02-15 10:56:44 +0100
  • 8064df6d00 Merge pull request #30 from bodepd/fix_nil_indentation Chris Price 2013-03-12 11:11:09 -0700
  • 5f71d7f0bd guard against nil indentation values Dan Bode 2013-03-11 17:31:00 -0700
  • 5fdca54f6e Merge pull request #25 from bodepd/add_purging_support Chris Price 2013-03-11 13:08:01 -0700
  • 2f22483c87 Add purging support to ini file Dan Bode 2013-01-07 15:54:41 -0800
  • 2008179ebe Merge pull request #28 from supercow/master Chris Price 2013-02-06 08:18:32 -0800
  • b1aff63803 Fix test to use correct key_val_parameter James Sweeny 2013-02-05 08:26:18 +0000
  • 5e1d203a39 Added license file w/Apache 2.0 license Chris Price 2012-11-06 13:53:15 -0800
  • 6a5323008e Update Modulefile/CHANGELOG ; final commit for v0.9.0 release Chris Price 2012-11-02 12:45:11 -0700
  • 85afa277bc Merge pull request #20 from cprice-puppet/feature/master/detect-commented-settings Chris Price 2012-10-26 17:27:28 -0700
  • a45ab65930 Add detection for commented versions of settings Chris Price 2012-10-26 17:24:37 -0700
  • 8a0d1fa1f2 Merge pull request #19 from cprice-puppet/feature/master/use-existing-indentation Chris Price 2012-10-22 11:05:39 -0700
  • f0d443fed0 Refactor to clarify implementation of save Chris Price 2012-10-20 23:14:39 -0700
  • e517148f4a Add example for ensure=absent Chris Price 2012-10-20 22:16:36 -0700
  • 845fa707be Better handling of whitespace lines at ends of sections Chris Price 2012-10-20 00:24:37 -0700
  • c2c26de9b1 Respect indentation / spacing for existing sections and settings Chris Price 2012-10-20 00:08:06 -0700
  • a5eebcfca0 Merge pull request #18 from cprice-puppet/feature/master/tweaks-to-setting-removal Chris Price 2012-10-17 15:50:02 -0700
  • cda30a6ab9 Minor tweaks to handling of removing settings Chris Price 2012-10-17 13:27:28 -0700
  • 1106d70e88 Add support for removing lines Dan Bode 2012-10-10 17:40:38 -0700
  • 842b2f06b2 Merge pull request #16 from bodepd/master Chris Price 2012-10-03 09:29:27 -0700
  • cbc90d3834 Make value a property Dan Bode 2012-10-02 18:53:53 -0700
  • 1564c473a9 Make ruby provider a better parent. Dan Bode 2012-10-02 18:52:34 -0700
  • 6d3e6a137a Merge pull request #15 from reidmv/bug/master/spaces Chris Price 2012-10-01 09:31:59 -0700
  • 3829e20c49 Allow values with spaces to be parsed and set Reid Vandewiele 2012-09-29 12:39:00 -0700
  • e81a69adb5 Updated CHANGELOG and Modulefile; final commit for 0.0.3 release Chris Price 2012-09-24 10:20:45 -0700
  • 4ff4995d9e Merge pull request #9 from cprice-puppet/feature/master/allow-override-of-separator-str Chris Price 2012-09-20 12:53:59 -0700
  • e527908b7c Add validation for key_val_separator Chris Price 2012-09-20 11:35:45 -0700
  • 8d1fdc5c29 Allow overriding separator string between key/val pairs Chris Price 2012-09-19 15:42:16 -0700
  • 310a4b1575 Merge pull request #5 from jtopjian/jtopjian-colon Chris Price 2012-09-04 10:27:39 -0700
  • 4d3acd8fae Added tests for sections with colons Joe Topjian 2012-09-04 17:16:05 +0000
  • 5de1731151 Fixed spec_helper.rb so original tests can pass. Joe Topjian 2012-09-04 16:55:36 +0000
  • 63ddc0c926 Added support for colons in section names Joe Topjian 2012-08-24 08:37:08 +0000
  • 04e2c5ea3b Add CHANGELOG and update README; final commit for 0.0.2 release Chris Price 2012-08-20 14:10:39 -0700
  • c57dab4903 Add support for "global" section at beginning of file Chris Price 2012-08-17 04:48:28 -0700
  • 4f0e7264e3 final commit for 0.0.1 release Chris Price 2012-08-16 19:30:58 -0700
  • bf06644b4a Add Modulefile Chris Price 2012-08-16 18:49:40 -0700
  • 1740608847 Merge pull request #4 from stephenrjohnson/miscfixes Chris Price 2012-08-14 13:48:57 -0700
  • 8d2a8c859d make the regex less matchy Stephen 2012-08-14 19:30:14 +0100
  • d2c1e07e80 Fixed regex to match sections and settings with non alphanumeric characters. Fixed writing to file without any sections at all. Fixed exists checking for variable type by always casting to string and added all the tests for the above items. Stephen 2012-08-14 13:38:08 +0100
  • e2954b26c1 Merge pull request #1 from stephenrjohnson/master Chris Price 2012-08-13 11:26:42 -0700
  • dde3a14ab0 fix path for require statement Stephen 2012-08-13 18:54:01 +0100
  • 9c76b6af12 First (basic) working version of ini_setting provider Chris Price 2012-07-28 21:59:54 -0700
  • 91273a5a2b Started writing some tests, work has been punted Chris Price 2012-06-14 11:42:49 -0700
  • 74fbedcf5b Initial commit Chris Price 2012-06-14 07:52:17 -0700