summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Not using the service user in settings when it's unavailableLuke Kanies2009-08-242-44/+105
* Adding an 'exists?' delegator from user type to providerLuke Kanies2009-08-241-0/+6
* Switching the owner/group settings to use symbolic valuesLuke Kanies2009-08-241-1/+68
* Moving Setting classes into separate filesLuke Kanies2009-08-242-116/+123
* Fixing a ruby warning in the authstore testLuke Kanies2009-08-241-1/+1
* Fixing #2558 - propagating recent fileserving changesLuke Kanies2009-08-246-120/+112
* Fixed #2562 - Recognize the usecacheonfailure option againJohn A. Barbuto2009-08-211-0/+10
* Refactoring the Module/Environment co-interfaceLuke Kanies2009-08-182-102/+56
* Fixing #1544 - plugins in modules now works againLuke Kanies2009-08-184-51/+42
* Fixes #2513. debian service provider now uses invoke-rc.d to determine enable...Nigel Kersten2009-08-181-0/+89
* 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