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