| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing #113. I added support in the transaction for self-refreshing, which j... | luke | 2007-01-28 | 2 | -4/+49 |
* | Adding a "self_refresh" option, so resources can refresh themselves if they h... | luke | 2007-01-28 | 1 | -0/+12 |
* | Fixing #454. | luke | 2007-01-28 | 1 | -0/+23 |
* | Fixing #441. | luke | 2007-01-28 | 1 | -0/+52 |
* | Fixing #431. Collection was always returning an array, even when only a sing... | luke | 2007-01-28 | 1 | -23/+32 |
* | Fixing #455. A simple fix, fortunately. | luke | 2007-01-27 | 1 | -0/+9 |
* | Fixing #442. You can now do: defined(File[...]) to see if a resource is defi... | luke | 2007-01-26 | 1 | -0/+11 |
* | Fixing #434. | luke | 2007-01-26 | 1 | -0/+8 |
* | Fixing #445. Nodes can now inherit from default. | luke | 2007-01-26 | 1 | -2/+7 |
* | reworking the selector case-insensitivity test | luke | 2007-01-26 | 1 | -23/+29 |
* | Wrapping the resource generation methods in begin/rescue blocks so that failu... | luke | 2007-01-23 | 1 | -0/+17 |
* | Fixing #415. Configuration parsing now removes trailing whitespace. | luke | 2007-01-23 | 1 | -0/+12 |
* | Fixing #424. The configuration compile time is now cached in the yaml cache ... | luke | 2007-01-23 | 2 | -0/+54 |
* | Fixing #437. Transactions now check whether graphs are cyclic, with a somewh... | luke | 2007-01-23 | 2 | -0/+36 |
* | Last round of fixes before the next release | luke | 2007-01-05 | 1 | -2/+2 |
* | Fixing puppet test task for older ruby versions | luke | 2007-01-05 | 1 | -3/+6 |
* | Fixing rake test so it works with the new puppet loader | luke | 2007-01-05 | 2 | -1/+2 |
* | Adding #408. | luke | 2007-01-05 | 1 | -1/+75 |
* | Messing around a bit with how tests work | luke | 2007-01-05 | 5 | -7/+36 |
* | Fixing a few testing bugs that have crept in, and fixing a self-reference pro... | luke | 2007-01-05 | 2 | -2/+9 |
* | Fixing #411. | luke | 2007-01-05 | 1 | -0/+9 |
* | Further work on #407. I forgot to actually connect it to the interpreter int... | luke | 2007-01-05 | 1 | -11/+28 |
* | Fixing #407. You can use external_node to specify a command to retrieve your... | luke | 2007-01-05 | 1 | -0/+62 |
* | Adding a timeout to execs. This is not really a sufficient solution, since i... | luke | 2007-01-04 | 1 | -0/+13 |
* | 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 |