| Commit message (Expand) | Author | Age | Files | Lines |
* | These are the same versions from changeset 1837 | shadoi | 2006-12-15 | 2 | -26/+33 |
* | Some rails modifications | luke | 2006-12-15 | 2 | -7/+14 |
* | Rename some stuff I missed when it was reverted | shadoi | 2006-12-15 | 1 | -3/+4 |
* | Moving the mount provider tests into a subdir, and fixing the basedir calcula... | luke | 2006-12-14 | 3 | -16/+3 |
* | New rails stuff redux. | shadoi | 2006-12-14 | 6 | -33/+54 |
* | Small changes to the test rakefile. This rakefile still is not completely sa... | luke | 2006-12-14 | 1 | -2/+2 |
* | Fixing painfully difficult to find bug in defining exported resources | luke | 2006-12-14 | 1 | -7/+7 |
* | Reworking the package tests. Now providers are tested individually | luke | 2006-12-14 | 6 | -499/+302 |
* | Rewriting the test rakefile so test directories can be more than one director... | luke | 2006-12-14 | 3 | -41/+56 |
* | Another round of bug fixing. Now everything passes except mounts, at least o... | luke | 2006-12-13 | 8 | -78/+34 |
* | Fixing the next round of bugs, mostly little things but I had to modify trans... | luke | 2006-12-13 | 5 | -22/+46 |
* | You can now use the "resources" type to purge resources. I still need to mod... | luke | 2006-12-13 | 2 | -2/+32 |
* | Adding a metatype to manage resources of a specified type. For now, this met... | luke | 2006-12-12 | 5 | -8/+133 |
* | Working some on the export/collect problem. It actually works now, but there... | luke | 2006-12-12 | 2 | -1/+45 |
* | All tests should now pass, with the possible exception of some tests that mig... | luke | 2006-12-11 | 4 | -90/+42 |
* | Almost all tests now pass. I have basically reached the point where I was be... | luke | 2006-12-11 | 5 | -13/+116 |
* | Most tests now pass in the whole system, but there are still about 8 cases th... | luke | 2006-12-11 | 4 | -2/+51 |
* | Most of the graph handling is now done, and all of the recursive types (basic... | luke | 2006-12-10 | 8 | -302/+102 |
* | Removing the symlink type finally. | luke | 2006-12-10 | 1 | -117/+0 |
* | Another intermediate commit. Most of the graphing work itself is now done, b... | luke | 2006-12-09 | 4 | -94/+728 |
* | Most of the graphing work is now done. I have also added the generator work ... | luke | 2006-12-01 | 8 | -161/+402 |
* | Intermediate commit -- I am ready to start pushing the graph stuff into the t... | luke | 2006-11-26 | 7 | -32/+224 |
* | Adding GRATR and the beginnings of graph integration. | luke | 2006-11-17 | 1 | -0/+135 |
* | Fixing #342. Classes needed to have their namespaces set to their fully qual... | luke | 2006-11-17 | 1 | -0/+34 |
* | Fixing mount tests after fixing the backward compatibility | luke | 2006-11-17 | 1 | -1/+2 |
* | Fixing backwards compatibility in mounts -- they were not correctly copying t... | luke | 2006-11-16 | 1 | -5/+24 |
* | Another testing fix | luke | 2006-11-13 | 1 | -1/+3 |
* | Fixing more tests | luke | 2006-11-13 | 2 | -229/+230 |
* | Fixes to the test system, and a couple of small fixes to the main code. Also... | luke | 2006-11-13 | 4 | -170/+199 |
* | Temporarily reverting all of the recent rails work so that I can release 0.20.1 | luke | 2006-11-13 | 4 | -41/+38 |
* | Fixing #339, and the bigger problem it concealed. Metaparams are now only ad... | luke | 2006-11-13 | 2 | -1/+8 |
* | Removing some debugging, and trying to track down a bug where symlinks get re... | luke | 2006-11-13 | 1 | -0/+3 |
* | Ported sshkey over, yay. | luke | 2006-11-13 | 1 | -0/+62 |
* | Adding a NetInfo provider for hosts. Yay! | luke | 2006-11-13 | 1 | -0/+58 |
* | Hosts now work again, and it should be straightforward to create a netinfo pr... | luke | 2006-11-13 | 4 | -122/+131 |
* | Ports are still broken, but I need to work on something else while I am think... | luke | 2006-11-13 | 6 | -56/+12180 |
* | Trying to get a netinfo provider for mounts working, but i give up. I am lea... | luke | 2006-11-12 | 1 | -0/+80 |
* | Mounts work again, at least with the parsedfile provider. I still need to cr... | luke | 2006-11-12 | 5 | -114/+387 |
* | Doing some refactoring in how state values are set. The primary motivation w... | luke | 2006-11-11 | 1 | -13/+129 |
* | Fixing the state class so that blocks are optional for values. This is usefu... | luke | 2006-11-11 | 1 | -3/+52 |
* | An intermediate commit. All of the classes that use parsedfile are assuredly... | luke | 2006-11-11 | 3 | -0/+445 |
* | Adding module for parsing files. This module is only included into the parse... | luke | 2006-11-10 | 1 | -0/+365 |
* | Fix silly regexp mistake where lines with values containing '=' were parsed i... | lutter | 2006-11-10 | 1 | -2/+2 |
* | Fixing some warnings | luke | 2006-11-10 | 1 | -0/+10 |
* | Mostly small changes toward 0.20.1 | luke | 2006-11-10 | 3 | -9/+10 |
* | Fixing #324. Mkusers was not specifically ignoring the root user, and it is ... | luke | 2006-11-09 | 1 | -0/+42 |
* | fixing #327; debian packages now correctly register their "latest" status | luke | 2006-11-09 | 1 | -0/+2 |
* | Small fixes here and there. The rails changes needs to be pushed through the... | luke | 2006-11-09 | 1 | -2/+2 |
* | Fixing rrdgraph report (as marked in #334); also, expanding the docs on all o... | luke | 2006-11-09 | 1 | -1/+17 |
* | Rails stuff part 1 | shadoi | 2006-11-09 | 4 | -38/+41 |