summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Removing chuser on darwin restrictionLuke Kanies2009-08-241-4/+0
* Fixing #2558 - propagating recent fileserving changesLuke Kanies2009-08-245-18/+18
* Fixes #2550 Handles case where metadata is nilMarkus Roberts2009-08-231-7/+6
* Ticket 2559 -- parseonly ignored specified fileMarkus Roberts2009-08-221-0/+6
* Fixed #2562 - Recognize the usecacheonfailure option againJohn A. Barbuto2009-08-211-0/+5
* Refactoring the Module/Environment co-interfaceLuke Kanies2009-08-182-28/+15
* Fixing #1544 - plugins in modules now works againLuke Kanies2009-08-185-17/+12
* Fixes #2513. debian service provider now uses invoke-rc.d to determine enable...Nigel Kersten2009-08-181-11/+19
* Fixing fact-missing problem when puppet.conf is reparsedLuke Kanies2009-08-181-0/+6
* Fix for #2531; adds tests to confirm problem and related cases,Markus Roberts2009-08-181-1/+3
* Fixed #2530 - Fixed status setting in the SMF providerJames Turnbull2009-08-151-1/+1
* Fixes #2493Markus Roberts2009-08-141-0/+2
* Fix #2517 - Stack overflow when CA cert missingMarkus Roberts2009-08-131-7/+3
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-133-3/+8
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-136-11/+22
* Fixes #2503Markus Roberts2009-08-131-2/+8
* Fixes #2360 - Removed annoying log messageAndrew Shafer2009-08-131-3/+3
* Fixed #2525 - Wrong method being overridden in Red Hat servicesJames Turnbull2009-08-111-1/+1
* Fixing #2489 - queue integration tests are skipped w/out jsonLuke Kanies2009-08-101-1/+0
* Fixing #2508 - removing mention of ActiveRecord 2.3Luke Kanies2009-08-101-1/+1
* Fixing #2541 - file cache is more resilient to failureLuke Kanies2009-08-101-8/+12
* Add shellquote() function.Thomas Bellman2009-08-081-0/+41
* Fixes #2499. Allows execs to specify an array for the returns parameterNigel Kersten2009-08-081-6/+7
* 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
* Logs now assume resource params have metadataLuke Kanies2009-08-031-1/+1
* Adding metadata delegation from param to resourceLuke Kanies2009-08-032-13/+19
* Adding many tests for #2371, and slightly refactoringLuke Kanies2009-08-031-19/+19
* Fixes for Redmine 2371.Steven Jenkins2009-08-032-125/+89
* Fixes #2464, #2457. Deprecate reportserver for report_server. Add report_port...Nigel Kersten2009-08-042-2/+17
* Fixing #2484 - "format missing" messages are betterLuke Kanies2009-08-041-2/+2
* Fixes #2483 - Log only copies metadata from RAL objectsLuke Kanies2009-08-041-9/+14
* Fixed #2486 - Missing require 'monitor' in parser_support.rbJames Turnbull2009-08-041-0/+1
* 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-033-8/+26
* rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack ...Christian Hofstaedtler2009-08-031-1/+1
* Cleaning up tests for #2469Luke Kanies2009-08-031-32/+15
* default server in remote filebucketsTill Maas2009-08-031-23/+31
* Fixed #2294 - Classes sometimes cannot be foundMarkus Roberts2009-08-031-52/+63
* Adding #2477 - puppet can apply provided catalogsLuke Kanies2009-08-022-9/+45
* Fixing problems my Feature refactor causedLuke Kanies2009-08-021-3/+4
* Fixing tests broken by caching autoload resultsLuke Kanies2009-08-021-1/+1
* Migrating Feature tests to specLuke Kanies2009-08-021-15/+21
* Logging the configuration version we're applyingLuke Kanies2009-08-011-0/+2
* Configuration version information is now in logsLuke Kanies2009-08-012-1/+11
* Adding support for an external catalog versionLuke Kanies2009-08-012-2/+16
* Implement node matching with regexesBrice Figureau2009-08-016-572/+604
* Make sure node are referenced by their namesBrice Figureau2009-08-016-579/+600
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-015-617/+652
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-015-635/+692