summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Fix for #2765 (--no-fqdn regression in puppetrun)Markus Roberts2009-12-201-3/+6
| * Fix for #2890 (the cached certificates that would not die)Markus Roberts2009-12-193-20/+15
* | Merge branch '0.25.x'Luke Kanies2009-12-214-3/+8
|\|
| * Possible workaround for #2824 (MRI GC bug)Markus Roberts2009-11-191-1/+1
| * Fixed ldap typo againJames Turnbull2009-11-151-1/+1
| * Fix for #2661 and related issuesMarkus Roberts2009-11-131-1/+1
| * Fix #2787 - Storeconfig doesn't store/update node ip and environment anymoreBrice Figureau2009-11-071-0/+5
| * Fixed typo in lib/puppet/indirector/ldap.rbJames Turnbull2009-10-271-1/+1
| * Revised partial fix for #2661 and related issuesMarkus Roberts2009-10-272-3/+3
* | Fixing #2617 - using the searched-for REST nameLuke Kanies2009-11-201-1/+3
|/