summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector
Commit message (Expand)AuthorAgeFilesLines
* (#6689) Remove extraneous include of Puppet::Util in InventoryActiveRecordNick Lewis2011-03-151-1/+0
* (#6689) Make inventory_active_record terminus search quicklyNick Lewis2011-03-111-4/+10
* maint: Remove serialization of InventoryFact valuesNick Lewis2011-03-091-3/+0
* maint: Rename InventoryHost to InventoryNodeNick Lewis2011-03-091-24/+24
* (#6338) Support searching on metadata in InventoryActiveRecord terminusNick Lewis2011-03-081-7/+35
* (#6338) Implement search for InventoryActiveRecord facts terminusNick Lewis2011-03-081-0/+34
* (#6338) Add an InventoryActiveRecord terminus for FactsNick Lewis2011-03-081-0/+33
* (#6338) Remove inventory indirection, and move to facts indirectionNick Lewis2011-03-032-81/+75
* Merge branch '2.6.x' into 2.6.nextJacob Helwig2011-02-211-13/+42
|\
| * (#6353) Restore the ability to store paths in the filebucketPaul Berry2011-02-211-13/+42
* | (#5150) Make fact REST terminus configurable to connect to inventory serviceMatt Robinson2011-02-171-0/+2
* | (#5166) Inventory service is now searchable by timestamp.Paul Berry2011-02-171-0/+22
* | Refactor Puppet::Node::Inventory::Yaml in preparation for adding freshnessPaul Berry2011-02-171-17/+29
* | (#5132) Provide a query REST interface for inventoryPaul Berry2011-02-172-0/+48
|/
* Merge branch 'ticket/2.6.next/3165' into 2.6.nextPaul Berry2011-02-011-2/+7
|\
| * Fix #3165 Ralsh (bin/puppet resource) can't manage filesJesse Wolfe2011-01-231-2/+7
* | (#5838) Support paths as part of file bucket requests.Paul Berry2011-01-121-1/+1
* | (#5838) Implemented the "head" method for FileBucketFile::File terminus.Paul Berry2011-01-121-85/+36
* | (#5838) Added support for HEAD requests to the indirector.Paul Berry2011-01-122-2/+30
* | (#5838) Refactored error handling logic into find_in_cache.Paul Berry2011-01-121-7/+6
* | (#5171) Made filebucket able to perform diffsJesse Wolfe2011-01-112-2/+11
|/
* (#4487) Fix environment column in hosts tableNick Lewis2010-12-131-1/+1
* Fix #5020 - Prefer finding node name from REST uri over certnameBrice Figureau2010-11-121-4/+8
* Fixed terminus example documentationJames Turnbull2010-08-292-4/+4
* 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