| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Major rework of the rails feature. Changed the relationship between | ballman | 2007-06-12 | 12 | -143/+267 |
* | Fixing #550 -- I had to list pass and dump as optional fields. | luke | 2007-06-11 | 1 | -1/+1 |
* | Fixing #112 - mounts now default to 0 for dump and pass | luke | 2007-06-11 | 1 | -0/+12 |
* | Fixing #637 -- defined resources can now correctly be virtual or exported | luke | 2007-06-11 | 3 | -5/+20 |
* | Removing old line from the fix for #660 -- I had strangely just commented it ... | luke | 2007-06-11 | 1 | -1/+0 |
* | Fixing #660 by applying patch by freiheit. Looks like this is another proble... | luke | 2007-06-11 | 1 | -1/+2 |
* | Oops; I forgot to add the base class for package providers. Also, cleaning u... | luke | 2007-06-11 | 2 | -9/+40 |
* | Adding a simple unit test for mongrel, and adding the ability to select the h... | luke | 2007-06-11 | 3 | -4/+11 |
* | Fixing error when commands fail -- the error code is now printed, instead of ... | luke | 2007-06-11 | 1 | -1/+1 |
* | Adding (slightly modified) urpmi support from #592 by Devin | luke | 2007-06-08 | 1 | -0/+51 |
* | Finishing off the type/provider interface work, including adding package pref... | luke | 2007-06-08 | 24 | -106/+87 |
* | Fixing the "Server is not a class" problem with mongrel | luke | 2007-06-07 | 1 | -1/+1 |
* | Applying patches from Valentin Vidic to fix open file discriptor and open por... | luke | 2007-06-05 | 2 | -1/+16 |
* | Fixing the few test failures that resulted from the changes to provider listing | luke | 2007-06-05 | 2 | -2/+7 |
* | Significantly reworked the type => provider interface with respect to | luke | 2007-06-04 | 30 | -221/+159 |
* | Adding a "source" attribute to providers, so eventually types will be able to... | luke | 2007-06-04 | 2 | -1/+15 |
* | Add protect and priority properties; patch provided by Matt Hyclak | lutter | 2007-06-01 | 1 | -0/+16 |
* | Fixing #532 -- reparsing config files no longer throws an exception. The pro... | luke | 2007-05-31 | 1 | -1/+2 |
* | Changing --show-available to --showall, as requisted by Jeremy Dreese on the ... | luke | 2007-05-31 | 1 | -1/+1 |
* | Switch the package type to use a :versionable feature, and convert all provid... | mpalmer | 2007-05-30 | 17 | -57/+21 |
* | Add a grammatically correct 'has_feature' alias, and switch to using it where... | mpalmer | 2007-05-30 | 3 | -2/+4 |
* | Clean up a really hairy code construct in the useradd provider | mpalmer | 2007-05-30 | 1 | -6/+1 |
* | Fixing up2date name matching, as mentioned by Jeremy Dreese on the list | luke | 2007-05-30 | 1 | -1/+1 |
* | Changing the resource title to be text instead of a string, because some titl... | luke | 2007-05-30 | 1 | -1/+1 |
* | Mark all package providers that don't currently report themselves as being ve... | mpalmer | 2007-05-30 | 6 | -0/+24 |
* | Correct a problem with the dpkg provider's handling of the :purged state, and... | mpalmer | 2007-05-25 | 2 | -2/+2 |
* | Adding a warning for when no properties are specified on services | luke | 2007-05-25 | 1 | -0/+4 |
* | Adding a debug statement describing why restarts are skipped on services | luke | 2007-05-25 | 1 | -1/+3 |
* | fixing the method to check for hostdir writability in the rrdgraph report | luke | 2007-05-25 | 1 | -1/+1 |
* | Changing the location of the classes.txt to the state dir | luke | 2007-05-25 | 1 | -1/+1 |
* | Adding more detail to the per-host reports dirs, since it was not setting mod... | luke | 2007-05-25 | 1 | -3/+3 |
* | Adding better error reporting on unmatched brackets -- you will now get notif... | luke | 2007-05-25 | 3 | -2/+48 |
* | Updating the exec docs to specify that the timeout is in seconds | luke | 2007-05-24 | 1 | -1/+2 |
* | Fixing #501 -- there is now a splay option, disabled by default and when runn... | luke | 2007-05-18 | 2 | -1/+24 |
* | Changing the notify type so that it always uses the loglevel for logging | luke | 2007-05-18 | 2 | -4/+3 |
* | Fixing #568 | luke | 2007-05-17 | 2 | -268/+258 |
* | Fixing #566 -- definitions, tags, and classes can now be single characters | luke | 2007-05-17 | 1 | -1/+1 |
* | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 6 | -561/+624 |
* | Fixing #507 (behaviour in cycles) by changing the topsort algorithm. | luke | 2007-05-17 | 2 | -23/+26 |
* | Using the method for retrieving the dipper class, in case it has not been loaded | luke | 2007-05-16 | 1 | -1/+1 |
* | Redoing autoload a bit in preparation for adding a plugindir | luke | 2007-05-16 | 1 | -46/+58 |
* | A round of fixes so unit tests pass; most of the failures were from the mergi... | luke | 2007-05-15 | 9 | -15/+12 |
* | Fixing #569 - I have added a dynamic facts option to choose which facts will ... | luke | 2007-05-15 | 2 | -5/+18 |
* | Fixing the "is" related problems in yum and rpm support, but there are still ... | luke | 2007-05-14 | 2 | -6/+21 |
* | Removing obsolete parsedtype | luke | 2007-05-14 | 1 | -219/+0 |
* | Attempting to fix the fact that the yum package provider calls [] on the ensu... | luke | 2007-05-14 | 3 | -2/+6 |
* | fixing some problems with the config timeout -- I am not sure it ever actuall... | luke | 2007-05-14 | 1 | -4/+6 |
* | Fixing a weird bug that occurred because I was changing @parentclass in the A... | luke | 2007-05-14 | 3 | -25/+19 |
* | Fixing a path problem that resulted from the changes I made to internal varia... | luke | 2007-05-14 | 1 | -3/+3 |
* | Use @http in store, add filterhost | shadoi | 2007-05-12 | 1 | -3/+4 |