| Commit message (Expand) | Author | Age | Files | Lines |
* | [#3139] Fixed a problem with the value method for parameters | Nick Lewis | 2010-06-25 | 1 | -1/+1 |
* | [#3139] Make newattr idempotent | Jesse Wolfe | 2010-06-24 | 1 | -1/+1 |
* | [#1621] Composite keys for resources | Jesse Wolfe | 2010-06-21 | 1 | -17/+1 |
* | {#3866] Rename the method metaclass to singleton_class to avoid the deprecati... | Matt Robinson | 2010-02-17 | 1 | -2/+2 |
* | Solidifying the RAL/Event integration. | Luke Kanies | 2010-02-17 | 1 | -1/+1 |
* | Refactoring the RAL interface to logging | Luke Kanies | 2010-02-17 | 1 | -10/+1 |
* | Moving Parameter utility classes into separate files | Luke Kanies | 2010-02-17 | 1 | -210/+1 |
* | Least kludgy patch for #2675 | Markus Roberts | 2009-11-14 | 1 | -1/+17 |
* | Adding metadata delegation from param to resource | Luke Kanies | 2009-08-03 | 1 | -0/+19 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -3/+3 |
* | Add an unmunge capability to type parameters and properties | Brice Figureau | 2009-05-02 | 1 | -1/+15 |
* | Setting resource defaults immediately. | Luke Kanies | 2008-12-18 | 1 | -1/+1 |
* | Adding caching support to parameters, and using cached attributes for file so... | Luke Kanies | 2008-11-11 | 1 | -0/+6 |
* | Converting the file 'source' property to a parameter. | Luke Kanies | 2008-11-05 | 1 | -9/+0 |
* | Switched all value management in props/params to internal classes. | Luke Kanies | 2008-11-04 | 1 | -211/+253 |
* | Fixing #1667 - regex automatic value documentation is now readable. | Luke Kanies | 2008-10-29 | 1 | -1/+1 |
* | Removing some code in Parameter that is unnecessary. | Luke Kanies | 2008-09-23 | 1 | -5/+0 |
* | Fixed #1595 - Internally, Property#retrieve is no longer called | Luke Kanies | 2008-09-23 | 1 | -23/+1 |
* | Rewriting the tests for the package resource type, fixing #930. | Luke Kanies | 2007-11-26 | 1 | -27/+32 |
* | Fixing #886 -- the problem was the I had changed the base | Luke Kanies | 2007-11-23 | 1 | -0/+2 |
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
* | Removing the long-obsolete Element base class. The Parameter and Type classe... | luke | 2007-07-04 | 1 | -3/+10 |
* | Fixing the to_trans method and ralsh a bit so ralsh now works with the new la... | luke | 2007-05-10 | 1 | -1/+1 |
* | Fixing #605 -- providers now refer to @resource or @resource_type. | luke | 2007-05-09 | 1 | -5/+0 |
* | Fixing #607 -- parameters and properties now refer to a @resource rather than... | luke | 2007-05-09 | 1 | -23/+33 |
* | Adding the ability to manage passwords with the useradd provider | luke | 2007-04-25 | 1 | -0/+4 |
* | Adding the ability for parameters to declare that they require a given featur... | luke | 2007-04-25 | 1 | -1/+5 |
* | Fixing #432 - you can now manage home dirs with users. You cannot yet purge ... | luke | 2007-03-19 | 1 | -0/+6 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -1/+1 |
* | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 1 | -340/+377 |
* | Doing more work on #113. Mostly, just making sure remounts do not happen spu... | luke | 2007-01-29 | 1 | -9/+0 |
* | Setting up specific allowed types for sshkey | luke | 2007-01-04 | 1 | -0/+1 |
* | Fixing #388. Paths now look a lot cleaner. | luke | 2006-12-28 | 1 | -1/+14 |
* | Removing the explicit load for most types in type.rb | luke | 2006-12-10 | 1 | -2/+2 |
* | Fixing some Class.to_s handling | luke | 2006-10-20 | 1 | -8/+2 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -8/+2 |
* | Converting Parameter#proxymethods from using eval to using define_method | luke | 2006-06-27 | 1 | -1/+3 |
* | Did some work on making sure object removal actually works, thus stopping som... | luke | 2006-05-25 | 1 | -0/+4 |
* | Updating doc system to add the list of valid values to the doc string, and tw... | luke | 2006-05-10 | 1 | -0/+42 |
* | Adding filesystem support, and modifying parsedtypes a bit to fix a bug where... | luke | 2006-04-01 | 1 | -6/+6 |
* | Parameters and states can now register regexes as allowed values. Also, ther... | luke | 2006-03-09 | 1 | -22/+70 |
* | Adding "links" parameter to files, and adding support for following or ignori... | luke | 2006-03-04 | 1 | -0/+4 |
* | removing extraneous debugging | luke | 2006-03-03 | 1 | -1/+0 |
* | Tracked down a few other bugs; everything now passes on debian in preparation... | luke | 2006-02-15 | 1 | -34/+18 |
* | Fixing users so that they can use a group created by Puppet, and they also no... | luke | 2006-02-15 | 1 | -3/+6 |
* | Some important bug fixes in the parsedtypes types; this all started from the ... | luke | 2006-02-15 | 1 | -1/+11 |
* | a couple small changes; the most significant is the addition of a class-level... | luke | 2006-02-06 | 1 | -6/+9 |
* | Adding the event-loop stuff to the repository and switching to using it. Als... | luke | 2006-01-24 | 1 | -8/+4 |
* | Committing most of the scheduling stuff. There is still a bit of work to do ... | luke | 2006-01-23 | 1 | -3/+110 |
* | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 1 | -0/+25 |