| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Creating two filebuckets by default, one for the client and one for the server | luke | 2007-01-04 | 3 | -3/+8 |
| * | Fixing #403. | luke | 2007-01-04 | 1 | -2/+3 |
| * | #398 is already fixed, but this will fix things so it cannot happen again | luke | 2007-01-04 | 1 | -0/+4 |
| * | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 4 | -3/+20 |
| * | Setting up specific allowed types for sshkey | luke | 2007-01-04 | 2 | -0/+6 |
| * | Handle continuation lines in inifiles properly; stick a little closer to how ... | lutter | 2007-01-04 | 1 | -9/+17 |
| * | Explicitly require puppet/filetype; otherwise, tests for this module fail | lutter | 2007-01-04 | 1 | -0/+3 |
| * | Fix yum update breakage - query should not change the name the user gave us; ... | lutter | 2007-01-03 | 1 | -9/+9 |
| * | Tone down the debug spewage from yum | lutter | 2007-01-03 | 1 | -2/+2 |
| * | Adding extra connection statements and enabling concurrency support in rails,... | luke | 2007-01-03 | 4 | -2/+8 |
| * | Fixing #394. LoadedFile was not checking to see if files went missing. | luke | 2007-01-03 | 1 | -1/+5 |
| * | The package name must match at the beginning of a line; otherwise we might ge... | lutter | 2007-01-03 | 1 | -2/+2 |
| * | Not saving tags right away. This seems to cause postgres to explode. | luke | 2007-01-03 | 1 | -1/+1 |
| * | Fixing #401. Transactions were trying to trigger every resource, even those ... | luke | 2007-01-03 | 1 | -1/+2 |
| * | Not setting the graphdir to the puppet user, since it is only used by puppetd | luke | 2007-01-03 | 1 | -5/+1 |
| * | Using text for parameter values, instead of string, so the fields support lar... | luke | 2007-01-03 | 1 | -2/+2 |
| * | Adding postgres as a dbadapter option | luke | 2007-01-02 | 1 | -1/+3 |
| * | Fix trac #354, and some other oddities around installing multiple versions of... | lutter | 2007-01-02 | 1 | -4/+12 |
| * | Changing "sourcematch" to "sourceselect" | luke | 2007-01-02 | 1 | -2/+2 |
| * | Adding sourcematch parameter to file. | luke | 2007-01-02 | 2 | -3/+24 |
| * | Fixing the error thrown when a dependency cannot be retrieved, WRT to #395. | luke | 2007-01-02 | 1 | -7/+9 |
| * | Fixing #396. Using the provider command instead of a direct exec, which auto... | luke | 2007-01-02 | 1 | -17/+26 |
| * | Modifying the "Resource#set" method to simplifying adding new parameters | luke | 2007-01-01 | 1 | -1/+8 |
| * | A couple of small fixes to pass existing tests. | luke | 2007-01-01 | 1 | -0/+1 |
| * | Fixing some failing tests on fedora. | luke | 2007-01-01 | 2 | -1/+2 |
| * | Fixing graphing tests, and correctly only using storeconfigs in tests where r... | luke | 2007-01-01 | 1 | -1/+1 |
| * | Fixing #369. I was not flushing changes to disk when ensure was out of sync.... | luke | 2007-01-01 | 1 | -2/+15 |
| * | Fixing #390. You can now add --graph to produce dot files, and you can then ... | luke | 2006-12-31 | 1 | -3/+29 |
| * | Use Puppet::Util.sync instead of MonitorMixin to ensure that only one thread ... | mpalmer | 2006-12-31 | 1 | -7/+5 |
| * | Fix a syntax error in lib/puppet/daemon.rb (That'll teach me to not run the t... | mpalmer | 2006-12-31 | 1 | -1/+1 |
| * | Switch puppet/daemon.rb to use Pidlock | mpalmer | 2006-12-31 | 1 | -25/+4 |
| * | Switch the run-lock to use Pidlock instead of the ad-hoc code | mpalmer | 2006-12-31 | 2 | -91/+21 |
| * | Make Pidlock#lock return true if we currently hold the lock | mpalmer | 2006-12-31 | 1 | -1/+1 |
| * | Add a Puppet::Util::Pidlock class, for use by locks and PID files | mpalmer | 2006-12-31 | 1 | -0/+68 |
| * | Applying patch by rainhead from #392. | luke | 2006-12-30 | 1 | -5/+5 |
| * | Add updated_at for all tables | shadoi | 2006-12-29 | 2 | -1/+10 |
| * | Removing debugging | luke | 2006-12-29 | 2 | -4/+1 |
| * | Hopefully fixing tagging problem | luke | 2006-12-29 | 1 | -2/+2 |
| * | Still trying to track down the tagging problem | luke | 2006-12-29 | 1 | -3/+3 |
| * | adding a bit better error reporting when tags are bad | luke | 2006-12-29 | 2 | -1/+4 |
| * | Moving the tagging stuff to an "external" directory, instead of "lib". | luke | 2006-12-29 | 7 | -6/+6 |
| * | Trying to clean up how rails is loaded | luke | 2006-12-29 | 3 | -10/+10 |
| * | Supporting arrays for the backup parameter | luke | 2006-12-29 | 1 | -1/+5 |
| * | Features now load dynamically using method_missing, so that undefined feature... | luke | 2006-12-29 | 1 | -2/+17 |
| * | Adding a bit more testing to mounts, and pulling a bit of the transaction int... | luke | 2006-12-29 | 1 | -13/+18 |
| * | Finally writing unit tests for Transaction#trigger, and drastically simplifyi... | luke | 2006-12-29 | 2 | -59/+47 |
| * | *whew* Okay, simplified the splice method a bit, and I am actually somewhat c... | luke | 2006-12-29 | 1 | -42/+22 |
| * | Did a short-cut on the graphing, since we currently only support one type of ... | luke | 2006-12-29 | 3 | -13/+38 |
| * | A couple of small bug fixes | luke | 2006-12-29 | 4 | -9/+218 |
| * | Some tweaks to graph splicing, although I do not think it will be enough to h... | luke | 2006-12-29 | 1 | -19/+37 |