| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Adding :replace aliases, as requested in #366. | luke | 2006-12-19 | 1 | -0/+9 |
| * | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 6 | -90/+142 |
| * | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 5 | -58/+162 |
| * | Some more graph optimizations; I think I am now close enough that I am basica... | luke | 2006-12-17 | 1 | -4/+6 |
| * | Go back to restype and remove STI classes, they were more trouble than they w... | shadoi | 2006-12-15 | 2 | -2/+2 |
| * | Modifying rails test | luke | 2006-12-15 | 1 | -3/+14 |
| * | Adding unit test for #364. It passes on OS X. | luke | 2006-12-15 | 1 | -0/+39 |
| * | 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 |