summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Fixing #4268 - manifests always importedLuke Kanies2010-07-192-23/+16
* [#4269] Undef variables interpolate to empty stringNick Lewis2010-07-191-0/+31
* [#4270] Force inherited classes to load into the correct environmentJesse Wolfe2010-07-192-5/+26
* [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-192-57/+70
* [#4233] Ruby regexps are not multiline by default, but Resource titles can be...Jesse Wolfe2010-07-183-0/+44
* Fix for #4236 -- Only interpolate $ if followed by a variableMarkus Roberts2010-07-181-1/+7
* Fix #4238 - if should match undef as ''Brice Figureau2010-07-182-24/+69
* Minimal fix for #4243 -- import isn't thread safeMarkus Roberts2010-07-181-13/+13
* [#4247] storeconfigs was calling Puppet::Parser::Resource.new with the wrong ...Jesse Wolfe2010-07-182-0/+22
* [#4256] External nodes parameters can now be assigned to nodesMatt Robinson2010-07-181-4/+5
* Fix #4262 - Puppetmaster used to log compilation timeBrice Figureau2010-07-181-0/+10
* Partial fix for #4278 -- the performance aspectsMarkus Roberts2010-07-181-1/+1
* [#4213] -o option for setting onetime now works properlyNick Lewis2010-07-131-28/+12
* [#3656] Serializing arrays of referencesJesse Wolfe2010-07-131-0/+7
* [#4215] Have rundir depend on vardirMatt Robinson2010-07-131-0/+51
* Fix #4206 - import "path/*" tries to import files twiceBrice Figureau2010-07-111-0/+6
* Code smell: Two space indentationMarkus Roberts2010-07-09340-43078/+43078
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-0964-145/+145
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-092-4/+4
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-094-12/+4
* Code smell: Use string interpolationMarkus Roberts2010-07-0928-83/+81
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-094-10/+10
* Code smell: Use {} for % notation delimiters wherever practicalMarkus Roberts2010-07-095-21/+21
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0977-596/+660
* Code smell: Win32 --> MS_windowsMarkus Roberts2010-07-092-15/+15
* [#4182] show_diff was broken for streamed file contentsJesse Wolfe2010-07-091-2/+3
* Fix for #4117 "Storing newly-audited value" messagesMarkus Roberts2010-07-091-1/+1
* maint:rename resource_type to define in internal dslMarkus Roberts2010-07-091-1/+1
* Fix for #4178 - generalize autoloading to include .rbLuke Kanies2010-07-092-15/+16
* [#4180] Support legacy module structureJesse Wolfe2010-07-091-0/+1
* Update RDoc parser to reflect change of custom plugin and fact locationsJames Turnbull2010-07-091-3/+3
* Fixed #4180 - Updated old module structure to match correct defaultJames Turnbull2010-07-091-2/+2
* [#2730] mount ensure present shouldn't unmountJesse Wolfe2010-07-091-10/+57
* Fix for #2807 Puppet settings available as variablesMarkus Roberts2010-07-071-0/+1
* [#4114] Fixes test failures caused by previous 4114 fixesNick Lewis2010-07-071-1/+1
* saving work for my unit tests. The redhat one still fails...Dan Bode2010-07-072-2/+74
* [#4114] Fix failures in the unit testsMatt Robinson2010-07-072-15/+5
* [#4114] Added queueing to the logNick Lewis2010-07-072-1/+24
* [#4110] Wrap Type#retrieve calls for backwards compatibilityJesse Wolfe2010-07-071-6/+6
* [#3961] Part two: --destroy should also be localJesse Wolfe2010-07-061-0/+18
* [#3172] Fix the arguments to Application::Kick.new, which I had brokenJesse Wolfe2010-07-021-0/+7
* Maint: Explicitly put test sqlite files in a temp directoryJesse Wolfe2010-07-021-0/+6
* maint: fix stub failure in report_spec.rbJesse Wolfe2010-07-021-0/+3
* maint: fix stub failures in report_spec.rbJesse Wolfe2010-07-022-1/+4
* maint: fix stubbing in package_spec.rbJesse Wolfe2010-07-021-148/+153
* maint: fix stubbing in catalog_spec.rbJesse Wolfe2010-07-021-0/+4
* Heisenbug: settings as catalog trying to create directoriesJesse Wolfe2010-07-021-0/+1
* maint: Remove a heisentest that wasn't testing what it claimedJesse Wolfe2010-07-021-25/+0
* [#4090] Fix the run_mode for certs and put tests on the applications to asser...Matt Robinson2010-07-023-1/+15
* [#4059] fix the specs to correctly mock the Puppet::Resource.new call signatureJesse Wolfe2010-07-021-2/+2