summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing fact-missing problem when puppet.conf is reparsedLuke Kanies2009-08-181-0/+14
* Fix for #2531; adds tests to confirm problem and related cases,Markus Roberts2009-08-181-0/+94
* Fixed spec typoJames Turnbull2009-08-151-1/+1
* Fixes #2493Markus Roberts2009-08-142-11/+29
* Fix #2517 - Stack overflow when CA cert missingMarkus Roberts2009-08-131-1/+10
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-133-0/+26
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-135-7/+23
* Fixes #2360 - Removed annoying log messageAndrew Shafer2009-08-131-6/+12
* Fixing more tests broken from missing librariesLuke Kanies2009-08-102-0/+4
* Fixing ActiveRecord Indirector tests to skip w/out RailsLuke Kanies2009-08-104-6/+9
* Fixing #2541 - file cache is more resilient to failureLuke Kanies2009-08-101-0/+30
* Add shellquote() function.Thomas Bellman2009-08-081-0/+92
* Fixes #2499. Allows execs to specify an array for the returns parameterNigel Kersten2009-08-081-2/+14
* Logs now assume resource params have metadataLuke Kanies2009-08-031-7/+0
* Adding metadata delegation from param to resourceLuke Kanies2009-08-032-6/+15
* Adding many tests for #2371, and slightly refactoringLuke Kanies2009-08-031-28/+120
* Fixes for Redmine 2371.Steven Jenkins2009-08-031-0/+68
* Fixes #2464, #2457. Deprecate reportserver for report_server. Add report_port...Nigel Kersten2009-08-041-1/+18
* Fixes #2483 - Log only copies metadata from RAL objectsLuke Kanies2009-08-041-7/+22
* rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack ...Christian Hofstaedtler2009-08-031-2/+2
* Cleaning up tests for #2469Luke Kanies2009-08-031-11/+55
* default server in remote filebucketsTill Maas2009-08-031-0/+30
* Fixed #2294 - Classes sometimes cannot be foundMarkus Roberts2009-08-031-1/+71
* Adding #2477 - puppet can apply provided catalogsLuke Kanies2009-08-022-26/+112
* Fixing problems my Feature refactor causedLuke Kanies2009-08-021-3/+5
* Fixing ruby warning in definition testLuke Kanies2009-08-021-1/+1
* 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 test broken by the regex featuresLuke Kanies2009-08-021-0/+14
* Migrating Feature tests to specLuke Kanies2009-08-021-0/+70
* Configuration version information is now in logsLuke Kanies2009-08-012-0/+42
* Adding support for an external catalog versionLuke Kanies2009-08-012-0/+19
* Cleaning up duplication in another test fileLuke Kanies2009-08-011-31/+28
* Removing duplication in the test structureLuke Kanies2009-08-011-10/+10
* Implement node matching with regexesBrice Figureau2009-08-014-12/+121
* Make sure node are referenced by their namesBrice Figureau2009-08-013-17/+191
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-012-0/+299
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-012-0/+125
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-011-1/+120
* Add regex, match and not match token to the lexerBrice Figureau2009-08-011-0/+14
* Allow variable $0 to $9 to be interpolated, if ephemeralBrice Figureau2009-08-011-0/+30
* Implement ephemeral scope variablesBrice Figureau2009-08-012-9/+63
* Fixes #2472. Load Facter facts when ralsh is invoked, plus test.Nigel Kersten2009-08-011-0/+5
* 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-311-0/+63
* Exiting from app failures instead of raisingLuke Kanies2009-07-311-7/+10
* Minimal patch to fix #2290 (/tmp permissions)Markus Roberts2009-07-311-0/+4
* Fix #2448 - fix the broken runit provider and testsBrice Figureau2009-07-291-1/+13
* Fixes #2362. Do not validate users/groups when supplied with numeric uid/gidsNigel Kersten2009-07-292-0/+10
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-254-0/+49