summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector
Commit message (Expand)AuthorAgeFilesLines
* Providing better indirection authorization errorsLuke Kanies2009-02-191-0/+8
* Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-194-423/+162
* Switching the ModuleFiles Indirection terminus to the new Module/Env apiLuke Kanies2009-02-191-30/+39
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-181-7/+60
* Fixing #1527 - Failing Facter does not hurt PuppetLuke Kanies2009-02-141-0/+5
* Merge branch '0.24.x'Luke Kanies2009-02-131-9/+29
|\
| * Fixing #1964 - Facts get loaded from pluginsLuke Kanies2009-02-121-2/+20
| * Adding tests for Puppet::Indirector::Facts::Facter.loadfactsLuke Kanies2009-02-121-2/+9
* | Changing how the Configurer interacts with the cacheLuke Kanies2009-02-062-7/+30
* | Adding an Agent::Runner class.Luke Kanies2009-02-061-0/+11
* | Fixing (and testing) the return of Indirection#saveLuke Kanies2009-02-061-3/+13
* | Adding REST support for facts and catalogs.Luke Kanies2009-02-062-0/+22
* | Allowing the Indirection cache to be reset to nilLuke Kanies2009-02-061-2/+3
* | Only caching saved resources when the main save worksLuke Kanies2009-02-061-1/+11
* | Refactoring how the Facter integration worksLuke Kanies2009-02-061-13/+42
* | Adding Puppet client facts to Facter facts.Luke Kanies2009-02-061-0/+17
* | Clarifying how node names are used during catalog compilationLuke Kanies2009-02-061-50/+65
* | Reformatting Indirector catalog compiler testsLuke Kanies2009-02-061-119/+121
* | Adding support for skipping cached indirection instances.Luke Kanies2009-02-062-1/+16
* | Merge branch '0.24.x'James Turnbull2008-12-271-7/+14
|\|
| * Fixing #1812 (hopefully) - adding read and write locks to yaml.Luke Kanies2008-12-121-7/+14
* | Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-182-18/+18
* | Fix #1483 - use REST to transmit reports over the wireBrice Figureau2008-12-061-0/+11
* | Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-111-2/+2
* | Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-264-10/+23
* | Fixing a test in the module_files terminusLuke Kanies2008-08-261-6/+1
* | Removing the last vestiges of the 'puppetmounts' protocol marker.Luke Kanies2008-08-261-2/+1
* | Adding a 'plural?' method to the Indirection::Request class.Luke Kanies2008-08-261-0/+12
* | Refactoring how files in FileServing are named.Luke Kanies2008-08-263-15/+5
* | Finishing the rename of FileBase => Base.Luke Kanies2008-08-262-34/+32
* | Renaming FileServing::FileBase to FileServing::Base.Luke Kanies2008-08-261-15/+15
* | Causing the Indirection to fail if a terminus selection hook does not return ...Luke Kanies2008-08-261-0/+16
* | Special-casing 'file' URIs in the indirection requests.Luke Kanies2008-08-261-1/+21
* | Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-262-31/+80
* | Fixing a test that relied on hash ordering.Luke Kanies2008-08-261-2/+2
* | Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-9/+65
* | Merge branch '0.24.x'Luke Kanies2008-08-182-3/+42
|\|
| * Fixing an ldap connectivity testLuke Kanies2008-08-091-3/+13
| * Specs for yaml indirector .search - I'm still learning!James Turnbull2008-08-011-0/+29
* | Adding logging when files are removed.Luke Kanies2008-08-072-1/+16
* | Correctly handling when REST searches return nothing.Luke Kanies2008-07-301-0/+6
* | Searching again works over REST, including full content-type translation.Luke Kanies2008-07-291-8/+16
* | All error and format handling works over REST except searching.Luke Kanies2008-07-291-15/+22
* | The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-291-223/+141
* | The REST terminus now provides an Accept header with supported formats.Luke Kanies2008-07-291-5/+34
* | Merge branch '0.24.x' into mergingLuke Kanies2008-07-296-101/+122
|\|
| * Fixed all of the fileserving termini so they use indirection requests.Luke Kanies2008-07-184-92/+117
| * Revert "Fixed #1201 - all external node attributes are converted to strings."Luke Kanies2008-07-181-6/+0
| * Fixing #1408 - --loadclasses works again.Luke Kanies2008-07-101-3/+5
* | Merge branch '0.24.x'Luke Kanies2008-07-042-4/+47
|\|