| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re-enabling the dirchmod test and fixing its syntax | luke | 2007-01-04 | 2 | -7/+3 |
* | Fixing tests so they now include descriptions with all config options, which ... | luke | 2007-01-04 | 1 | -3/+7 |
* | Fixing #403. | luke | 2007-01-04 | 1 | -0/+10 |
* | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 3 | -27/+84 |
* | Setting up specific allowed types for sshkey | luke | 2007-01-04 | 1 | -1/+17 |
* | Handle continuation lines in inifiles properly; stick a little closer to how ... | lutter | 2007-01-04 | 3 | -0/+19 |
* | Fixing #394. LoadedFile was not checking to see if files went missing. | luke | 2007-01-03 | 1 | -0/+22 |
* | Adding a check to the rakefile to throw a warning if the test task is missing | luke | 2007-01-03 | 1 | -1/+6 |
* | Fixing #401. Transactions were trying to trigger every resource, even those ... | luke | 2007-01-03 | 1 | -0/+44 |
* | Changing "sourcematch" to "sourceselect" | luke | 2007-01-02 | 1 | -4/+4 |
* | Adding sourcematch parameter to file. | luke | 2007-01-02 | 1 | -0/+49 |
* | A couple of small fixes to pass existing tests. | luke | 2007-01-01 | 3 | -4/+32 |
* | Fixing some failing tests on fedora. | luke | 2007-01-01 | 1 | -3/+4 |
* | Enabling debugging except when running under rake. | luke | 2007-01-01 | 1 | -1/+2 |
* | Fixing graphing tests, and correctly only using storeconfigs in tests where r... | luke | 2007-01-01 | 2 | -7/+17 |
* | Fixing #369. I was not flushing changes to disk when ensure was out of sync.... | luke | 2007-01-01 | 1 | -5/+23 |
* | Fixing #390. You can now add --graph to produce dot files, and you can then ... | luke | 2006-12-31 | 1 | -0/+40 |
* | Create rundir in a test that needs it | mpalmer | 2006-12-31 | 1 | -0/+1 |
* | Switch the run-lock to use Pidlock instead of the ad-hoc code | mpalmer | 2006-12-31 | 2 | -32/+3 |
* | Make Pidlock#lock return true if we currently hold the lock | mpalmer | 2006-12-31 | 1 | -0/+2 |
* | Add a Puppet::Util::Pidlock class, for use by locks and PID files | mpalmer | 2006-12-31 | 1 | -0/+124 |
* | Add system library directories directly in puppettest.rb, so you don't have t... | mpalmer | 2006-12-31 | 1 | -1/+6 |
* | Features now load dynamically using method_missing, so that undefined feature... | luke | 2006-12-29 | 1 | -0/+34 |
* | Adding a bit more testing to mounts, and pulling a bit of the transaction int... | luke | 2006-12-29 | 1 | -0/+7 |
* | Finally writing unit tests for Transaction#trigger, and drastically simplifyi... | luke | 2006-12-29 | 3 | -4/+81 |
* | *whew* Okay, simplified the splice method a bit, and I am actually somewhat c... | luke | 2006-12-29 | 1 | -1/+0 |
* | Did a short-cut on the graphing, since we currently only support one type of ... | luke | 2006-12-29 | 2 | -8/+96 |
* | A couple of small bug fixes | luke | 2006-12-29 | 3 | -4/+10 |
* | Some tweaks to graph splicing, although I do not think it will be enough to h... | luke | 2006-12-29 | 1 | -6/+16 |
* | Looks like providers work again on Solaris. | luke | 2006-12-28 | 3 | -8/+16 |
* | I have not yet finished testing, but most of the providers now successfully p... | luke | 2006-12-28 | 17 | -189/+68 |
* | Fixing #387, hopefully. | luke | 2006-12-28 | 1 | -6/+6 |
* | Fixing #388. Paths now look a lot cleaner. | luke | 2006-12-28 | 2 | -0/+51 |
* | A couple of small bug-fixes | luke | 2006-12-28 | 7 | -26/+22 |
* | Fixing #386. | luke | 2006-12-27 | 1 | -0/+9 |
* | Switching files to use a filebucket named "puppet" by default. Also, set up ... | luke | 2006-12-27 | 4 | -17/+110 |
* | Fixing #365. I am not sure what the problem was in previous versions, becaus... | luke | 2006-12-27 | 1 | -0/+57 |
* | Closing #362. Case-insensitivity is handled by downcasing all host names. | luke | 2006-12-27 | 3 | -54/+119 |
* | Hopefully fixing #355. I could not actually reproduce the specific problem, ... | luke | 2006-12-27 | 1 | -18/+48 |
* | Fixing #348. Overrides now support an extra end-comma. | luke | 2006-12-23 | 1 | -1/+1 |
* | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 8 | -38/+65 |
* | Fixing #349. Doing some hackery so defined types can now (again) be used as ... | luke | 2006-12-23 | 3 | -1/+15 |
* | Fixing #66. The "defined" function previously checked for definitions and ty... | luke | 2006-12-23 | 1 | -0/+23 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 10 | -64/+393 |
* | Allow execution of bare strings as long as there's no attempt to change uid/gid | lutter | 2006-12-22 | 1 | -0/+12 |
* | Fixing test to work with new style of graphing. | luke | 2006-12-21 | 1 | -10/+4 |
* | Fixing #380. The problem was that a method was sometimes returning :absent w... | luke | 2006-12-20 | 1 | -0/+19 |
* | Adding test for the fix to #361 | luke | 2006-12-20 | 1 | -6/+18 |
* | Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b... | luke | 2006-12-19 | 9 | -52/+98 |
* | Re-add support for tags and file/lines | shadoi | 2006-12-19 | 2 | -3/+1 |