summaryrefslogtreecommitdiffstats
path: root/test/other
Commit message (Expand)AuthorAgeFilesLines
* (#5493) Add report_format, puppet_version, and configuration_version to ReportsNick Lewis2010-12-161-1/+1
* Fix test failures that fixing #4726 exposed.Jesse Wolfe2010-11-161-5/+2
* Fix for #4299 -- Don't require whichMarkus Roberts2010-11-121-12/+1
* Code smell: Two space indentationMarkus Roberts2010-07-095-640/+640
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-094-16/+16
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-093-4/+4
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-092-9/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-094-15/+15
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-7/+7
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-093-16/+43
* Feature #2935 Puppet[:mode] and Puppet[:name] are read-onlyJesse Wolfe2010-02-171-6/+0
* feature #2276 Single Executable: use new names for settings sectionsJesse Wolfe2010-02-171-1/+1
* feature #2276 Single Executable: subcommand methodJesse Wolfe2010-02-171-8/+1
* Fixing #3533 - Removing all transaction cleanupLuke Kanies2010-02-171-5/+0
* Fixing and porting Transaction Report testsLuke Kanies2010-04-121-102/+1
* Fixing most of the broken tests in test/Luke Kanies2010-02-173-339/+5
* Removing Resource::Reference classesLuke Kanies2010-02-172-7/+7
* Removing old, never-used DSL codeLuke Kanies2010-02-171-215/+0
* Allow skipped resources to process eventsJesse Wolfe2010-02-171-1/+1
* Remove test that tests internal class structures which have changed.Jesse Wolfe2010-02-171-28/+0
* Remove stale set_triggerJesse Wolfe2010-02-171-97/+0
* Fix test failures due to name changes of event symbolsJesse Wolfe2010-02-171-4/+4
* Remove rollback test, since rollback was removed.Jesse Wolfe2010-02-171-50/+0
* Switching transactions to callback-based eventsLuke Kanies2010-02-171-124/+0
* Merge branch '0.25.x'Markus Roberts2010-02-091-1/+1
|\
| * Fix for #3077 (unit tests broken in 0.25.1-->0.25.4)Markus Roberts2010-01-301-1/+1
* | Fixing #1054 - transaction reports are always sentLuke Kanies2010-01-181-44/+3
|/
* Fixing #2296 - overlapping recursions work againLuke Kanies2009-07-251-101/+0
* Removed extra whitespace from end of linesIan Taylor2009-06-066-66/+66
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-066-11/+11
* Fixing a transaction test that had some broken plumbingLuke Kanies2009-05-261-2/+11
* Fixing tests broken during the #1405 fix.Luke Kanies2009-02-062-35/+2
* Fixing all of the test/ tests I broke in previous dev.Luke Kanies2008-12-183-139/+15
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-185-60/+60
* Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-184-24/+24
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-4/+4
* Fixing tests broken by fileserving and other refactoring.Luke Kanies2008-11-081-204/+7
* Converting the file 'source' property to a parameter.Luke Kanies2008-11-051-20/+14
* Fixing a test I broke when fixing a reporting bugLuke Kanies2008-10-311-4/+0
* Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-172-5/+3
|\
| * Fixing a test that was broken in ee579641Luke Kanies2008-10-081-1/+1
| * Fixing some tests that were broken in the fix for #1633Luke Kanies2008-10-081-4/+2
* | Merge branch '0.24.x' into mergingLuke Kanies2008-07-291-45/+0
|\|
| * Fixed #1431 - Provider confines must now specify similar tests in one call.Luke Kanies2008-07-171-45/+0
* | Merge branch '0.24.x'Luke Kanies2008-07-042-146/+5
|\|
| * Refactoring the Transaction::Event class.Luke Kanies2008-07-041-3/+2
| * Adding tests to the Transaction::Change class.Luke Kanies2008-07-041-140/+0
| * Renaming Puppet::Event to Puppet::Transaction::EventLuke Kanies2008-07-032-5/+5
| * Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.Luke Kanies2008-07-031-2/+2
* | Merge branch '0.24.x'Luke Kanies2008-05-251-9/+48
|\|