summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vim: Mark puppetFunction values as containedTodd Zullinger2009-08-091-1/+1
* Add shellquote() function.Thomas Bellman2009-08-082-0/+133
* Fixes #2499. Allows execs to specify an array for the returns parameterNigel Kersten2009-08-082-8/+21
* Updated fix for #2481James Turnbull2009-08-051-3/+5
* Revert "Fxied #2481 - Added status and restart overrides for Red Hat service ...James Turnbull2009-08-051-4/+4
* Fixed #2498 - logcheck updateJames Turnbull2009-08-051-1/+1
* Removed extraneous debuggingroot2009-08-041-4/+0
* Updated two more testsJames Turnbull2009-08-042-0/+5
* Logs now assume resource params have metadataLuke Kanies2009-08-032-8/+1
* Adding metadata delegation from param to resourceLuke Kanies2009-08-034-19/+34
* Removing unnecessary debug outputLuke Kanies2009-08-031-1/+0
* Adding integration tests for #2371 (backup refactor)Luke Kanies2009-08-032-119/+106
* Adding many tests for #2371, and slightly refactoringLuke Kanies2009-08-032-47/+139
* Fixes for Redmine 2371.Steven Jenkins2009-08-033-125/+157
* Fixes #2464, #2457. Deprecate reportserver for report_server. Add report_port...Nigel Kersten2009-08-044-3/+64
* Fixing #2484 - "format missing" messages are betterLuke Kanies2009-08-041-2/+2
* Fixes #2483 - Log only copies metadata from RAL objectsLuke Kanies2009-08-042-16/+36
* Fixed #2486 - Missing require 'monitor' in parser_support.rbJames Turnbull2009-08-041-0/+1
* Added R.I.Pienaar's extlookup.rb to the ext directoryJames Turnbull2009-08-031-0/+183
* Added example conf/puppet-queue.confJames Turnbull2009-08-031-0/+10
* Fxied #2481 - Added status and restart overrides for Red Hat service provider.James Turnbull2009-08-031-4/+4
* rack: SSL Env vars can be in Request.env or ENVChristian Hofstaedtler2009-08-034-12/+33
* rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack ...Christian Hofstaedtler2009-08-032-3/+3
* Removing old filebucket testLuke Kanies2009-08-031-110/+0
* Cleaning up tests for #2469Luke Kanies2009-08-032-43/+70
* default server in remote filebucketsTill Maas2009-08-033-23/+62
* Fixes #2444 - Various JSON test failuresMarkus Roberts2009-08-031-3/+17
* Fixed #2294 - Classes sometimes cannot be foundMarkus Roberts2009-08-032-53/+134
* Adding #2477 - puppet can apply provided catalogsLuke Kanies2009-08-025-35/+187
* Fixing problems my Feature refactor causedLuke Kanies2009-08-022-6/+9
* Fixing ruby warning in definition testLuke Kanies2009-08-021-1/+1
* 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