summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Go back to restype and remove STI classes, they were more trouble than they w...shadoi2006-12-154-26/+9
* Changing some of the error output. This gets rid of the duplicated informati...luke2006-12-152-8/+4
* Adding some selectability to host creation for testing. Using find_or_create...luke2006-12-151-10/+40
* I like to checkin one-liners a lot. I'm cool. shadoi2006-12-151-2/+1
* Don't use find_or_create_by_title since titles aren't unique.shadoi2006-12-151-1/+1
* Remove old files, don't require pp anymoreshadoi2006-12-153-49/+0
* Some rails modificationsluke2006-12-153-64/+24
* Don't dump out debugging stuff.shadoi2006-12-151-2/+0
* Don't symbolize the param namesshadoi2006-12-151-1/+1
* acts_as_taggable pluginshadoi2006-12-145-0/+119
* New rails stuff redux.shadoi2006-12-1415-53/+262
* Fix service.list, in particular for the redhat providerlutter2006-12-142-5/+12
* Fixing painfully difficult to find bug in defining exported resourcesluke2006-12-141-2/+9
* Reworking the package tests. Now providers are tested individuallyluke2006-12-144-4/+21
* Another round of bug fixing. Now everything passes except mounts, at least o...luke2006-12-134-234/+5
* Fixing the next round of bugs, mostly little things but I had to modify trans...luke2006-12-133-4/+19
* Never default to rpm provider; use up2date on RedHat. This also works on RHEL...lutter2006-12-132-1/+1
* You can now use the "resources" type to purge resources. I still need to mod...luke2006-12-132-8/+10
* Adding a metatype to manage resources of a specified type. For now, this met...luke2006-12-122-2/+70
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-129-49/+88
* Almost all tests now pass. I have basically reached the point where I was be...luke2006-12-115-16/+45
* Most tests now pass in the whole system, but there are still about 8 cases th...luke2006-12-114-2/+16
* Removing the explicit load for most types in type.rbluke2006-12-102-11/+4
* Removing the reference to the symlink typeluke2006-12-101-1/+0
* Most of the graph handling is now done, and all of the recursive types (basic...luke2006-12-1013-266/+292
* Removing the symlink type finally.luke2006-12-101-189/+0
* Another intermediate commit. Most of the graphing work itself is now done, b...luke2006-12-0910-312/+350
* Most of the graphing work is now done. I have also added the generator work ...luke2006-12-019-327/+257
* Fixing link to fsconfig referenceluke2006-12-011-1/+1
* Intermediate commit -- I am ready to start pushing the graph stuff into the t...luke2006-11-265-23/+248
* Adding GRATR and the beginnings of graph integration.luke2006-11-1721-0/+2891
* Fixing #342. Classes needed to have their namespaces set to their fully qual...luke2006-11-171-1/+5
* Fixing backwards compatibility in mounts -- they were not correctly copying t...luke2006-11-162-2/+2
* Fixing configuration storage -- there was a check being done that caused fals...luke2006-11-152-11/+12
* Updated to version 0.20.1luke2006-11-131-1/+1
* Another small fix, just for solarisluke2006-11-131-0/+8
* Fixes to the test system, and a couple of small fixes to the main code. Also...luke2006-11-134-287/+289
* Fixing a small syntax error in the port providerluke2006-11-131-2/+1
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-1322-341/+140
* adding svn keyword to notify type and reindentingluke2006-11-131-27/+28
* Removing the caveat so that the log message is always provided during a run.luke2006-11-131-11/+13
* Fixing #339 for real this time -- fixing the log messageluke2006-11-131-1/+1
* Fixing #339, and the bigger problem it concealed. Metaparams are now only ad...luke2006-11-132-0/+8
* Removing some debugging, and trying to track down a bug where symlinks get re...luke2006-11-131-1/+0
* Ported sshkey over, yay.luke2006-11-135-48/+64
* Adding a NetInfo provider for hosts. Yay!luke2006-11-135-69/+96
* Hosts now work again, and it should be straightforward to create a netinfo pr...luke2006-11-136-61/+95
* Ports are still broken, but I need to work on something else while I am think...luke2006-11-136-114/+199
* Trying to get a netinfo provider for mounts working, but i give up. I am lea...luke2006-11-128-40/+97
* Mounts work again, at least with the parsedfile provider. I still need to cr...luke2006-11-128-208/+311