| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 46 | -3783/+3978 |
* | Renaming logfacility to syslogfacility as recommended by lutter. | luke | 2006-10-04 | 1 | -1/+1 |
* | Adding configurability to the syslog facility, using the "logfacility" parame... | luke | 2006-10-04 | 1 | -1/+6 |
* | Messages will now be at current loglevel, regardless of whether the object pa... | ajax | 2006-10-02 | 1 | -4/+2 |
* | Added parameter 'withpath' to toggle printing of the object path. | ajax | 2006-10-02 | 1 | -6/+15 |
* | - New type Notify for sending client-side log messages | ajax | 2006-09-29 | 2 | -0/+38 |
* | - New type Notify for sending client-side log messages | ajax | 2006-09-29 | 1 | -0/+7 |
* | Changing warnonce to Puppet::Util::Warnings.warnonce. | ajax | 2006-09-29 | 1 | -2/+2 |
* | Fixing suidmanager so it uses warnonce instead of using a variable that only ... | luke | 2006-09-29 | 2 | -8/+10 |
* | Fixing reported problem of crons rewriting every time when the environment is... | luke | 2006-09-28 | 1 | -3/+9 |
* | Fixing what I hope are the last batch of problems caused by the addition of t... | luke | 2006-09-27 | 2 | -1/+5 |
* | Adding flush functionality as requested by Scott Seago | luke | 2006-09-27 | 1 | -0/+5 |
* | File types were dying silently on OS X when the group specified in the manife... | ajax | 2006-09-27 | 2 | -2/+10 |
* | Fixing SUIDManager#asuser so that it only resets egid and euid if they were c... | luke | 2006-09-26 | 2 | -21/+20 |
* | + New assertion: assert_uid_gid will check that the UID and GID have been cha... | erikh | 2006-09-22 | 1 | -17/+33 |
* | Merging the fix to server/master.rb | luke | 2006-09-22 | 1 | -7/+18 |
* | Some small housekeeping things that I saw while doing other bug hunting | luke | 2006-09-22 | 2 | -1/+5 |
* | Harded-coded pathname to OSX's ssh_known_hosts as a work-around until the ssh... | ajax | 2006-09-22 | 1 | -1/+7 |
* | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 11 | -120/+107 |
* | As requested by Christian Warden, triggering an object now results in | luke | 2006-09-22 | 1 | -7/+25 |
* | Adding some error handling for when a non-existent report is asked for, and a... | luke | 2006-09-21 | 1 | -11/+24 |
* | Adding trace information to autoload.rb | luke | 2006-09-21 | 1 | -0/+3 |