| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | adjusting the rrd color stack as requested by thijs | luke | 2007-06-14 | 1 | -1/+1 |
| * | Updated the CHANGELOG. | ballman | 2007-06-14 | 2 | -4/+11 |
| * | Fixing (hopefully) the last two providers that had "resource.is" calls | luke | 2007-06-14 | 2 | -2/+2 |
| * | Fixing sun package provider | luke | 2007-06-14 | 1 | -1/+1 |
| * | Fixing #644 -- the install.rb file works again | luke | 2007-06-14 | 1 | -1/+1 |
| * | Applying metrics patch from #659 by thijs | luke | 2007-06-14 | 3 | -68/+71 |
| * | Fixing a typo in the docs | luke | 2007-06-14 | 1 | -1/+1 |
| * | A few small fixes here and there, and the rest of the zones commit | luke | 2007-06-14 | 5 | -29/+72 |
| * | Fixing #655 -- Solaris zones are again fully functional, from what I can tell | luke | 2007-06-14 | 2 | -175/+119 |
| * | Adding indexes for the rails tables | luke | 2007-06-14 | 1 | -0/+24 |
| * | Removing the indexes migration, since the indexes are now in the main db schema | luke | 2007-06-13 | 1 | -38/+0 |
| * | Updating ralsh with more functionality: You can now perform work on the comm... | luke | 2007-06-13 | 1 | -6/+69 |
| * | Added to_s to the values to ensure the check versus the database will be | ballman | 2007-06-13 | 1 | -4/+4 |
| * | documentation fix | ajax | 2007-06-13 | 1 | -1/+1 |
| * | Fixing mongrel test so it does not try to load the mongrel server class on ma... | luke | 2007-06-13 | 1 | -1/+0 |
| * | Applying patch from #666 by Rainhead and monachus | luke | 2007-06-13 | 2 | -1/+10 |
| * | Changed the host to "eager fetch" all the resources and their associated | ballman | 2007-06-12 | 2 | -4/+4 |
| * | Added the teardown of the database back to the tests. | ballman | 2007-06-12 | 1 | -1/+1 |
| * | Revert unintentional change. | ballman | 2007-06-12 | 1 | -5/+5 |
| * | Major rework of the rails feature. Changed the relationship between | ballman | 2007-06-12 | 16 | -178/+303 |
| * | Fixing #550 -- I had to list pass and dump as optional fields. | luke | 2007-06-11 | 4 | -3/+10 |
| * | Fixing #112 - mounts now default to 0 for dump and pass | luke | 2007-06-11 | 3 | -0/+29 |
| * | Fixing #637 -- defined resources can now correctly be virtual or exported | luke | 2007-06-11 | 4 | -99/+154 |
| * | 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 | 6 | -6/+79 |
| * | 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 | 2 | -0/+53 |
| * | Finishing off the type/provider interface work, including adding package pref... | luke | 2007-06-08 | 36 | -160/+244 |
| * | 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 | 3 | -1/+19 |
| * | Fixing the few test failures that resulted from the changes to provider listing | luke | 2007-06-05 | 5 | -12/+18 |
| * | Significantly reworked the type => provider interface with respect to | luke | 2007-06-04 | 42 | -310/+416 |
| * | Adding a "source" attribute to providers, so eventually types will be able to... | luke | 2007-06-04 | 3 | -1/+65 |
| * | this is a spurious commit to test the trac site | ajax | 2007-06-03 | 1 | -1/+1 |
| * | Change pi to list properties instead of states | lutter | 2007-06-01 | 1 | -2/+2 |
| * | Add protect and priority properties; patch provided by Matt Hyclak | lutter | 2007-06-01 | 1 | -0/+16 |
| * | Fix trac #601: wrong location for client pidfile | lutter | 2007-06-01 | 1 | -1/+1 |
| * | Fixing #532 -- reparsing config files no longer throws an exception. The pro... | luke | 2007-05-31 | 3 | -1/+21 |
| * | 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 | 5 | -7/+11 |
| * | 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 | 3 | -2/+71 |
| * | Adding a warning for when no properties are specified on services | luke | 2007-05-25 | 2 | -0/+9 |
| * | Adding a debug statement describing why restarts are skipped on services | luke | 2007-05-25 | 1 | -1/+3 |