summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed global deprecation error in useradd Unit testsJames Turnbull2009-08-021-3/+0
* Adding a test for the Exec typeLuke Kanies2009-08-021-0/+13
* Speeding a test up through stubbingLuke Kanies2009-08-021-0/+1
* Fixing a small test by stubbing instead of mockingLuke Kanies2009-08-021-2/+1
* Fixing a test broken by the regex featuresLuke Kanies2009-08-021-0/+14
* Fixing tests broken by caching autoload resultsLuke Kanies2009-08-023-10/+3
* Migrating Handler base tests from test/ to spec/Luke Kanies2009-08-022-63/+25
* Migrating Feature tests to specLuke Kanies2009-08-024-110/+145
* Fixing cron test to match new behaviourLuke Kanies2009-08-021-1/+1
* Migrating tests to spec and removing an obsolete testLuke Kanies2009-08-022-70/+19
* Logging the configuration version we're applyingLuke Kanies2009-08-011-0/+2
* Configuration version information is now in logsLuke Kanies2009-08-014-1/+53
* Adding support for an external catalog versionLuke Kanies2009-08-016-2/+68
* Cleaning up duplication in another test fileLuke Kanies2009-08-011-31/+28
* Removing duplication in the test structureLuke Kanies2009-08-011-10/+10
* Simplified Rakefile and moved tasks to tasks/rake directoryaJames Turnbull2009-08-027-81/+93
* Implement node matching with regexesBrice Figureau2009-08-0110-584/+725
* Make sure node are referenced by their namesBrice Figureau2009-08-0110-597/+792
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-0111-618/+972
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-0111-643/+836
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-014-39/+213
* Add regexes and regex match operators to the parserBrice Figureau2009-08-012-775/+773
* Add regex, match and not match token to the lexerBrice Figureau2009-08-012-0/+21
* Allow variable $0 to $9 to be interpolated, if ephemeralBrice Figureau2009-08-012-2/+37
* Implement ephemeral scope variablesBrice Figureau2009-08-014-28/+107
* Signed-off-by: Eric Sorenson <ahpook@gmail.com>Eric Sorenson2009-08-013-3/+3
* Modifying the REST client error to make server errors more clearLuke Kanies2009-08-011-1/+1
* Fixes #2472. Load Facter facts when ralsh is invoked, plus test.Nigel Kersten2009-08-012-0/+7
* Update CHANGELOG.gitJames Turnbull2009-07-311-0/+18615
* Fixed ci_spec task for RubyGems 1.3.5James Turnbull2009-07-311-2/+2
* Fixes #2461. Provide new and old code paths for macosx_productversion_major w...Nigel Kersten2009-07-311-1/+12
* Fixing typo in two tests which caused them to always passMarkus Roberts2009-07-311-2/+2
* Fixing #2440 - catalogs can now be compiled on demandLuke Kanies2009-07-312-1/+90
* Exiting from app failures instead of raisingLuke Kanies2009-07-312-12/+26
* Minimal patch to fix #2290 (/tmp permissions)Markus Roberts2009-07-311-0/+4
* Fix #2467 - rack: suggest putting puppet/lib at beginning of RUBYLIB search pathMarc Fournier2009-07-301-1/+1
* Fix #2465 - Default auth information is confusing with no auth.confBrice Figureau2009-07-301-1/+1
* Fix #2459 - puppetdoc added namespace classes as RDoc modules instead of classesBrice Figureau2009-07-302-1/+9
* Fix #2429 - vim: class/define/node should only be followed by whitespaceMarc Fournier2009-07-291-1/+1
* Fix #2448 - fix the broken runit provider and testsBrice Figureau2009-07-292-1/+23
* Fixed #2405 - Mount parameter "dump" doesn't accept all valid values on FreeBSDJames Turnbull2009-07-291-2/+7
* Fixes #2362. Do not validate users/groups when supplied with numeric uid/gidsNigel Kersten2009-07-294-0/+22
* Fix #2454 - Definition named after a module don't show in puppetdocBrice Figureau2009-07-281-2/+0
* Fix #2453 - puppetdoc mixes long class names that look alikeBrice Figureau2009-07-281-2/+14
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-259-25/+84
* Fixing #2296 - overlapping recursions work againLuke Kanies2009-07-255-108/+52
* Fixing mocks to remove warningsLuke Kanies2009-07-251-18/+18
* Fixing #2423 - no more strange dependency cyclesLuke Kanies2009-07-252-1/+28
* Fixing #2443: Adding debugging guidance to dep cycle errorsLuke Kanies2009-07-251-1/+1
* Fixing a test broken by changing the default os x package typeLuke Kanies2009-07-241-1/+1