| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Fixing #291 -- the problem was that instead of throwing an error on a missing... | luke | 2006-10-16 | 3 | -13/+13 |
| * | Moving all of the configuration parameters out of puppet.rb into puppet/confi... | luke | 2006-10-16 | 1 | -0/+168 |
| * | Adding the ability to have hooks for configuration parameters. This will sim... | luke | 2006-10-16 | 1 | -0/+9 |
| * | correcting warning about spaces before parens | luke | 2006-10-16 | 1 | -1/+1 |
| * | Adding patch from Jeff McCune, #317 | luke | 2006-10-16 | 4 | -0/+578 |
| * | adding explicit load of ast/branch to its subclasses | luke | 2006-10-15 | 3 | -0/+6 |
| * | Adding some documentation to the programmer's documentation introducing the c... | ajax | 2006-10-14 | 1 | -1/+1 |
| * | I was stupidly creating an error but not raising it. | luke | 2006-10-11 | 1 | -0/+1 |
| * | Moving methods around so they are alphabetical | luke | 2006-10-11 | 1 | -34/+34 |
| * | Committing the metatype branch -- this is just splitting the type.rb code int... | luke | 2006-10-10 | 13 | -2268/+2350 |
| * | Fixing the problem reported by Adnet Ghislain where facts do not load on late... | luke | 2006-10-09 | 1 | -12/+7 |
| * | Fixing code from [1754] -- I stupidly did not even do a parse check, and I ha... | luke | 2006-10-09 | 2 | -29/+9 |
| * | Applying patch from #234 from David Schmitt. This is also untested, and the ... | luke | 2006-10-09 | 2 | -1/+43 |
| * | Adding modified patch from #256 -- apt now uses "responsefile" for the presee... | luke | 2006-10-09 | 2 | -1/+18 |
| * | Fixing #298 - refreshonly now correctly deals with specified false values | luke | 2006-10-09 | 1 | -1/+6 |
| * | Fixing #305 -- logs now reopen when Puppet restarts, and there is also now an... | luke | 2006-10-09 | 1 | -0/+5 |
| * | Fixing #309 -- files now correctly replace any number of slashes with a singl... | luke | 2006-10-09 | 1 | -0/+4 |
| * | Fixing #310 -- users no longer autorequire their homedirs, and files now auto... | luke | 2006-10-09 | 2 | -9/+16 |
| * | Refactoring reporting. Reports are now modules instead of simple methods. | luke | 2006-10-07 | 6 | -197/+248 |
| * | Adding a "genmodule" equivalent to classgen, which we will use for reporting | luke | 2006-10-07 | 1 | -53/+110 |
| * | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 17 | -213/+229 |
| * | Documented signals the puppet daemons accept | ajax | 2006-10-05 | 1 | -1/+1 |
| * | Fixing the rrdgraph report so that it creates a separate rrd directory for ea... | luke | 2006-10-05 | 3 | -36/+64 |
| * | Fixing weird case where the default node is in one node source and the real n... | luke | 2006-10-05 | 1 | -8/+14 |
| * | Fixing ldap nodes -- they were always returning true because i was returning ... | luke | 2006-10-05 | 1 | -1/+5 |
| * | Removing some left-over debugging | luke | 2006-10-04 | 1 | -4/+0 |