| Commit message (Expand) | Author | Age | Files | Lines |
* | Further RST to Markdown fixes for types, values, tests | James Turnbull | 2010-08-12 | 1 | -3/+3 |
* | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 1 | -226/+226 |
* | Code smell: Avoid needless decorations | Markus Roberts | 2010-07-09 | 1 | -2/+2 |
* | Code smell: Don't restate results directly after assignment | Markus Roberts | 2010-07-09 | 1 | -1/+0 |
* | Code smell: Use ||= for conditional initialization | Markus Roberts | 2010-07-09 | 1 | -1/+1 |
* | Code smell: Avoid explicit returns | Markus Roberts | 2010-07-09 | 1 | -2/+2 |
* | Code smell: Booleans are first class values. | Markus Roberts | 2010-07-09 | 1 | -5/+1 |
* | Code smell: Line modifiers are preferred to one-line blocks. | Markus Roberts | 2010-07-09 | 1 | -9/+3 |
* | Code smell: Use string interpolation | Markus Roberts | 2010-07-09 | 1 | -8/+8 |
* | Code smell: Inconsistent indentation and related formatting issues | Markus Roberts | 2010-07-09 | 1 | -6/+5 |
* | {#3866] Rename the method metaclass to singleton_class to avoid the deprecati... | Matt Robinson | 2010-02-17 | 1 | -1/+1 |
* | Fixing #2403 - provider specificity is richer and better | Luke Kanies | 2009-07-24 | 1 | -2/+2 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -2/+2 |
* | Fixing all of the test/ tests I broke in previous dev. | Luke Kanies | 2008-12-18 | 1 | -1/+1 |
* | Moving all confine code out of the Provider class, and fixing #1197. | Luke Kanies | 2008-05-15 | 1 | -36/+7 |
* | Switching the Provider class to use the new Confiner class. | Luke Kanies | 2008-05-15 | 1 | -68/+11 |
* | Rewriting the tests for the package resource type, fixing #930. | Luke Kanies | 2007-11-26 | 1 | -0/+5 |
* | Fixing the 'mount' tests so that they no longer | Luke Kanies | 2007-11-08 | 1 | -10/+10 |
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
* | The last set of bug-fixes before the next release. This commit just fixes a ... | luke | 2007-08-07 | 1 | -1/+1 |
* | Fixing #749 -- environment settings no longer accumulate. Significantly addi... | luke | 2007-08-06 | 1 | -1/+3 |
* | Trying to load ruby gems, in case needed libraries are installed that way, an... | luke | 2007-06-15 | 1 | -1/+1 |
* | A few small fixes here and there, and the rest of the zones commit | luke | 2007-06-14 | 1 | -0/+1 |
* | Finishing off the type/provider interface work, including adding package pref... | luke | 2007-06-08 | 1 | -0/+5 |
* | Significantly reworked the type => provider interface with respect to | luke | 2007-06-04 | 1 | -7/+31 |
* | Adding a "source" attribute to providers, so eventually types will be able to... | luke | 2007-06-04 | 1 | -0/+14 |
* | Fixing #605 -- providers now refer to @resource or @resource_type. | luke | 2007-05-09 | 1 | -22/+30 |
* | Intermediate commit of more reference work, including making provider suitabl... | luke | 2007-05-08 | 1 | -7/+26 |
* | Adding a "supports_parameter?" method to test whether a given provider suppor... | luke | 2007-05-01 | 1 | -0/+18 |
* | Adding purge => true to downloading of facts and plugins, and removing some e... | luke | 2007-04-30 | 1 | -1/+0 |
* | Apparently I messed up providers a bit; binaries were not having their full p... | luke | 2007-04-27 | 1 | -0/+2 |
* | Closing #585 -- providers can now have optional commands, which only differ f... | luke | 2007-04-27 | 1 | -35/+56 |
* | Hopefully the last batch of commits before I release 0.22.2. Mostly just get... | luke | 2007-03-19 | 1 | -2/+6 |
* | Adding a "has_feature" method, so a provider can just declare that it has a g... | luke | 2007-03-19 | 1 | -1/+12 |
* | Adding provider features. Woot! | luke | 2007-03-19 | 1 | -0/+8 |
* | Significantly reworking the internals of the fileparsing code. It now | luke | 2007-03-14 | 1 | -0/+17 |
* | Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b... | luke | 2006-12-19 | 1 | -8/+11 |
* | Mounts work again, at least with the parsedfile provider. I still need to cr... | luke | 2006-11-12 | 1 | -1/+5 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -2/+4 |
* | Fixing some Class.to_s handling | luke | 2006-10-20 | 1 | -0/+1 |
* | Another round of bug-fixes in preparation for 0.20.0 | luke | 2006-10-18 | 1 | -2/+6 |
* | Ported mount over to using providers | luke | 2006-10-17 | 1 | -0/+11 |
* | Fixing provider commands and Util#execute so they always include the command ... | luke | 2006-09-19 | 1 | -11/+3 |
* | Adding testing for the default? method, and fixing it to support arrays and r... | luke | 2006-09-15 | 1 | -6/+11 |
* | Adding test code for providers that makes sure the default and confine mechan... | luke | 2006-09-13 | 1 | -22/+34 |
* | Fixing #261. Applied patch, with small modifications. | luke | 2006-09-13 | 1 | -1/+6 |
* | Modifying the provider base class so that it defines a method for every used ... | luke | 2006-09-06 | 1 | -0/+18 |
* | Removing all of the changes I made towards refactoring in the last couple of ... | luke | 2006-09-05 | 1 | -5/+2 |
* | Beginning the process of moving parsedtypes to a provider. Each parsed | luke | 2006-09-03 | 1 | -2/+5 |
* | Removing type/provider references on type removal | luke | 2006-09-02 | 1 | -0/+6 |