| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Applying patch by cstorey from #521 | luke | 2007-02-27 | 1 | -3/+16 |
* | Make up2date the default for RHEL <= 4, and confine it to RHEL; make yum the ... | lutter | 2007-02-27 | 2 | -2/+4 |
* | Fixing #142. As expected, trivial. | luke | 2007-02-27 | 1 | -0/+3 |
* | Applying patch by DavidS from #522, along with test code and a small bit of c... | luke | 2007-02-27 | 3 | -38/+14 |
* | Redoing some aspects of the graphing in hopes of helping hte performance a bit. | luke | 2007-02-27 | 2 | -12/+12 |
* | Fixing file backup defaults to correctly use the puppet filebucket by default. | luke | 2007-02-27 | 1 | -1/+3 |
* | Changing the log messages for source and content properties to mention the md... | luke | 2007-02-27 | 2 | -2/+8 |
* | More code related to #517. Oops. | luke | 2007-02-27 | 4 | -12/+48 |
* | Fixing #517 and more. Classes now support more than one namespace in their s... | luke | 2007-02-27 | 1 | -0/+8 |
* | Fixing #524. Functions, both statements and rvalues, now support no argument... | luke | 2007-02-27 | 2 | -475/+510 |
* | Actually commit the changes to lib/puppet that were supposed to be part of [2... | mpalmer | 2007-02-26 | 4 | -9/+25 |
* | Fix #516, 'Cached manifests get unescaped twice' | mpalmer | 2007-02-23 | 1 | -6/+6 |
* | Print stacktrace in debug mode when catchign a signal - useful for understand... | lutter | 2007-02-22 | 1 | -0/+2 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 3 | -6/+27 |
* | Fixing #505, #508, and #513. | luke | 2007-02-22 | 2 | -17/+34 |
* | Allow 'key=' to be the only thing on a line (livna uses this) | lutter | 2007-02-21 | 1 | -1/+1 |
* | I believe this fixes the issues in ticket #469 | shadoi | 2007-02-21 | 1 | -0/+1 |
* | Applying patch from #495. | luke | 2007-02-20 | 1 | -14/+14 |
* | Removing extraneous debugging | luke | 2007-02-18 | 2 | -6/+1 |
* | Fixing a problem in collecting exported resources. Virtual resources worked ... | luke | 2007-02-18 | 2 | -3/+15 |
* | Fixing the default dbadapter back to sqlite3 | luke | 2007-02-17 | 1 | -1/+1 |
* | Applying patch from #510 by curzonj. Note that the right solution to this pr... | luke | 2007-02-17 | 1 | -4/+4 |
* | Re-add the files | shadoi | 2007-02-17 | 4 | -0/+45 |
* | Undo the param_name param_value merge | shadoi | 2007-02-17 | 6 | -51/+46 |
* | Renamed Puppet.name to Puppet.execname so rails 1.2 doesn't freak out | shadoi | 2007-02-17 | 1 | -5/+5 |
* | Changing date to datetime in the database | luke | 2007-02-16 | 1 | -11/+11 |
* | Trying to fix problem of locks lying around | luke | 2007-02-16 | 1 | -0/+4 |
* | Adding hook to update timestamp when a report is run | luke | 2007-02-16 | 1 | -0/+13 |
* | Change Puppet.name to Puppet.execname so rails 1.2 won't freak out. | shadoi | 2007-02-16 | 5 | -7/+7 |
* | Update relationships | shadoi | 2007-02-16 | 5 | -25/+13 |
* | Revamping collections to get what is hopefully more reasonable behaviour when... | luke | 2007-02-16 | 2 | -24/+54 |
* | This works for me. Probably not the most universal fix. | shadoi | 2007-02-15 | 1 | -0/+4 |
* | Apparently using "gem" requires an environment we don't have. | shadoi | 2007-02-15 | 1 | -1/+1 |
* | Merge fact_names & fact_values, and param_names & param_values. | shadoi | 2007-02-15 | 11 | -49/+30 |
* | Fixing features to use the new feature location | luke | 2007-02-15 | 3 | -4/+4 |
* | Applying patch from #502 by Jose | luke | 2007-02-15 | 1 | -1/+1 |
* | Applying patch by Jeff McCune from #496 | luke | 2007-02-12 | 1 | -26/+20 |
* | Applying patch from #474 by David Schmitt. | luke | 2007-02-11 | 1 | -1/+4 |
* | Fixing #493. | luke | 2007-02-11 | 1 | -1/+0 |
* | Applying doc patch from #494. | luke | 2007-02-11 | 3 | -5/+17 |
* | Fixing #484. Moving unit tests at the same time. | luke | 2007-02-08 | 1 | -1/+8 |
* | Okay, last file moves for the night. The test code has been moved to match t... | luke | 2007-02-08 | 4 | -4/+5 |
* | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 44 | -895/+834 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 54 | -1538/+1524 |
* | Adding a libdir setting for puppet, so you can store your modifications to pu... | luke | 2007-02-07 | 2 | -0/+22 |
* | Adding a parameter to allow you to override how an exec refreshes itself. | luke | 2007-02-07 | 1 | -4/+22 |
* | Changing exec so that the checks apply to whether an exec is refreshed. | luke | 2007-02-07 | 1 | -1/+3 |
* | Disabling the netinfo mount provider | luke | 2007-02-07 | 1 | -31/+31 |
* | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 52 | -1173/+1061 |
* | Removing the default value for :ensure on mounts. | luke | 2007-02-06 | 1 | -8/+0 |