summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector
Commit message (Expand)AuthorAgeFilesLines
* Maint. -- Fix test failures broken by previous commitMarkus Roberts2010-08-211-2/+8
* Maint. Removing code at the request of the original authorMarkus Roberts2010-08-211-10/+1
* Further RST to Markdown fixes for types, values, testsJames Turnbull2010-08-122-2/+2
* Fix for #4465 -- earlier "feature" patch broke ldapMarkus Roberts2010-08-041-52/+8
* Fix #4262 - Puppetmaster used to log compilation timeBrice Figureau2010-07-181-2/+2
* Code smell: Two space indentationMarkus Roberts2010-07-0961-2102/+2102
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-094-4/+4
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-093-3/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-092-3/+3
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-093-3/+3
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-092-6/+2
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-0916-31/+31
* Code smell: Booleans are first class values.Markus Roberts2010-07-093-6/+3
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-0912-57/+19
* Code smell: Use string interpolationMarkus Roberts2010-07-0919-71/+71
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-096-35/+34
* [#4198] Require 'fileutils' everywhere FileUtils is usedJesse Wolfe2010-07-091-0/+1
* [#4180] Support legacy module structureJesse Wolfe2010-07-091-1/+3
* Fixed #4180 - Updated old module structure to match correct defaultJames Turnbull2010-07-091-1/+1
* [#4090] Rename mode (:master, :agent, :user) to run_modeMatt Robinson2010-07-013-3/+3
* [#4089] Replace internal usage of :check with :auditNick Lewis2010-07-011-1/+1
* [#4055] Confine CouchDB-related specs to the couchdb featureRein Henrichs2010-02-171-0/+2
* [#4055] Refactor of abstract Couch terminus, more specsRein Henrichs2010-02-171-18/+24
* [#4055] Add CouchDB terminus for factsRein Henrichs2010-02-172-0/+99
* [#3409] fix test failures from ldap environment patchJesse Wolfe2010-02-171-1/+1
* [#3409] environment is not checked when nodes are in ldapJesse Wolfe2010-02-171-11/+51
* fooLuke Kanies2010-02-171-1/+1
* For #3822 - Reducing checksum code duplicationLuke Kanies2010-02-171-2/+7
* Feature #2935 Puppet::Mode#master?Jesse Wolfe2010-02-173-3/+3
* Fix #3408 - enable puppetd http compressionBrice Figureau2010-02-171-4/+8
* Adding indirector support to Resource TypesLuke Kanies2010-02-173-0/+39
* Bug #3451: Don't leak the terminus class setting from Puppet::Resource::Catal...Jesse Wolfe2010-02-171-0/+4
* Revert the guts of #2890Markus Roberts2010-02-171-13/+16
* Fix a failure in new FileBucket where it was impossible to read from aJesse Wolfe2010-04-091-2/+3
* Fixing syntax warningLuke Kanies2010-04-091-1/+1
* Indirector/FileBucketFile warningsJesse Wolfe2010-02-171-8/+8
* REST: hide Request objectJesse Wolfe2010-02-172-17/+21
* Feature #3394 REST runner, executionJesse Wolfe2010-02-171-0/+8
* Feature #3394 REST Runner, preparationJesse Wolfe2010-02-172-7/+6
* Feature #3383 RAL over RESTJesse Wolfe2010-02-173-1/+54
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-174-5/+169
* Feature #3115 REST-ified status()Jesse Wolfe2010-02-173-0/+15
* Removing unused Checksum::File terminusLuke Kanies2010-02-171-33/+0
* Converting File terminus to use formats.Luke Kanies2010-02-171-29/+50
* Removing Interpreter classLuke Kanies2010-02-171-16/+1
* Moving Rails initialization to Compiler terminusLuke Kanies2010-02-171-0/+6
* Merge branch '0.25.x'Markus Roberts2010-02-092-0/+4
|\
| * Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-242-2/+2
| * Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-242-0/+4
* | Merge branch '0.25.x'James Turnbull2010-01-134-23/+21
|\|