| Commit message (Expand) | Author | Age | Files | Lines |
* | adding svn keyword to notify type and reindenting | luke | 2006-11-13 | 1 | -27/+28 |
* | Removing the caveat so that the log message is always provided during a run. | luke | 2006-11-13 | 1 | -11/+13 |
* | Fixing #339 for real this time -- fixing the log message | luke | 2006-11-13 | 1 | -1/+1 |
* | Fixing #339, and the bigger problem it concealed. Metaparams are now only ad... | luke | 2006-11-13 | 2 | -0/+8 |
* | Removing some debugging, and trying to track down a bug where symlinks get re... | luke | 2006-11-13 | 1 | -1/+0 |
* | Ported sshkey over, yay. | luke | 2006-11-13 | 5 | -48/+64 |
* | Adding a NetInfo provider for hosts. Yay! | luke | 2006-11-13 | 5 | -69/+96 |
* | Hosts now work again, and it should be straightforward to create a netinfo pr... | luke | 2006-11-13 | 6 | -61/+95 |
* | Ports are still broken, but I need to work on something else while I am think... | luke | 2006-11-13 | 6 | -114/+199 |
* | Trying to get a netinfo provider for mounts working, but i give up. I am lea... | luke | 2006-11-12 | 8 | -40/+97 |
* | Mounts work again, at least with the parsedfile provider. I still need to cr... | luke | 2006-11-12 | 8 | -208/+311 |
* | Doing some refactoring in how state values are set. The primary motivation w... | luke | 2006-11-11 | 2 | -72/+113 |
* | Fixing the state class so that blocks are optional for values. This is usefu... | luke | 2006-11-11 | 1 | -29/+51 |
* | An intermediate commit. All of the classes that use parsedfile are assuredly... | luke | 2006-11-11 | 9 | -150/+257 |
* | Adding module for parsing files. This module is only included into the parse... | luke | 2006-11-10 | 1 | -0/+200 |
* | Fix silly regexp mistake where lines with values containing '=' were parsed i... | lutter | 2006-11-10 | 1 | -1/+1 |
* | Fixing some warnings | luke | 2006-11-10 | 5 | -17/+11 |
* | Fixing #324. Mkusers was not specifically ignoring the root user, and it is ... | luke | 2006-11-09 | 1 | -0/+3 |
* | Fixing #326 -- parseonly now just creates a simple Master without opening a port | luke | 2006-11-09 | 2 | -6/+6 |
* | fixing #327; debian packages now correctly register their "latest" status | luke | 2006-11-09 | 2 | -3/+3 |
* | Adding a simple report that just duplicates client logs onto the server | luke | 2006-11-09 | 1 | -0/+13 |
* | Slightly more doc updates | luke | 2006-11-09 | 2 | -28/+2 |
* | Small fixes here and there. The rails changes needs to be pushed through the... | luke | 2006-11-09 | 6 | -22/+146 |
* | Fixing rrdgraph report (as marked in #334); also, expanding the docs on all o... | luke | 2006-11-09 | 4 | -48/+178 |
* | The new rails files. | shadoi | 2006-11-09 | 16 | -92/+266 |
* | Rails stuff part 1 | shadoi | 2006-11-09 | 4 | -45/+73 |
* | Fixing some sticky problems with checksums when just using the "check" metapa... | luke | 2006-11-08 | 4 | -19/+40 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 28 | -339/+415 |
* | Fixing some Class.to_s handling | luke | 2006-10-20 | 2 | -8/+3 |
* | Another round of bugfixing, including finding out that the tagmail report was... | luke | 2006-10-18 | 3 | -9/+14 |
* | Doing some work on the DSL. It behaves a little more like the real language ... | luke | 2006-10-18 | 2 | -22/+241 |
* | Another round of bug-fixes in preparation for 0.20.0 | luke | 2006-10-18 | 4 | -36/+41 |
* | Applying patch from #318. | luke | 2006-10-18 | 1 | -0/+45 |
* | Applying patch from #319. | luke | 2006-10-18 | 1 | -2/+2 |
* | Changing the realize() function to be just syntactic sugar for a collection -... | luke | 2006-10-18 | 2 | -14/+35 |
* | Adding a "realize" function that can be used to make one or more resource non... | luke | 2006-10-18 | 3 | -528/+597 |
* | Hacking cron so that it works even though I have changed ParsedType. The who... | luke | 2006-10-18 | 1 | -3/+67 |
* | Adding prefetch of providers to transactions. Nothing is using it yet. I wr... | luke | 2006-10-18 | 1 | -0/+18 |
* | Fixing virtual object collection. I apparently broke it when I added rails c... | luke | 2006-10-18 | 4 | -13/+13 |
* | Fixing doc generation for objects w/out their own docs | luke | 2006-10-17 | 1 | -1/+5 |
* | Fixing a bug that only occurred if a defined resource was already defined in ... | luke | 2006-10-17 | 2 | -5/+15 |
* | sshkey now uses a provider | luke | 2006-10-17 | 3 | -129/+116 |
* | Ported mount over to using providers | luke | 2006-10-17 | 7 | -273/+301 |
* | Fixing ports to now use a provider | luke | 2006-10-17 | 4 | -262/+250 |
* | Working on migrating the parsedtypes to using providers for the parsing aspec... | luke | 2006-10-17 | 5 | -377/+447 |
* | First batch of fixes from running tests. | luke | 2006-10-17 | 1 | -1/+2 |
* | Switching from calling "up" on the migration directly to using the "migrate" ... | luke | 2006-10-17 | 2 | -3/+15 |
* | Rewriting nearly all of the tests for the tidy type, and redoing the internal... | luke | 2006-10-17 | 1 | -36/+104 |
* | Fixing gennode; it was not actually adding the class code to the generated node. | luke | 2006-10-16 | 1 | -13/+19 |
* | Making all test suites executable, adding some tests for handling changing fi... | luke | 2006-10-16 | 3 | -167/+191 |