summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for #2600 (wrong number of arguments under older mongrel)Markus Roberts2009-09-151-9/+31
* Fixing #2558 - propagating recent fileserving changesLuke Kanies2009-08-241-14/+14
* Fixing #1544 - plugins in modules now works againLuke Kanies2009-08-181-11/+27
* Fixing fact-missing problem when puppet.conf is reparsedLuke Kanies2009-08-181-0/+14
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-131-0/+11
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-131-2/+2
* Fixing more tests broken from missing librariesLuke Kanies2009-08-101-0/+2
* Fixing ActiveRecord Indirector tests to skip w/out RailsLuke Kanies2009-08-104-6/+9
* Fixes #2464, #2457. Deprecate reportserver for report_server. Add report_port...Nigel Kersten2009-08-041-1/+18
* Fix #2425 - make sure client can contact CA server with RESTBrice Figureau2009-07-213-0/+24
* Fix #2424 - File server can't find module in environmentBrice Figureau2009-07-181-2/+2
* Fix #2391 - Exported resources never make to the storeconfigs dbBrice Figureau2009-07-182-0/+42
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-171-6/+6
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-051-1/+8
* Switching Queueing to using JSON instead of YAMLLuke Kanies2009-06-061-37/+71
* Removed extra whitespace from end of linesIan Taylor2009-06-069-20/+20
* Fixing #2315 - ca --generate works againLuke Kanies2009-06-031-11/+5
* Fixing #2240 - external node failures now log outputLuke Kanies2009-05-281-1/+6
* Fixing #2149 - Facts are passed as part of the catalog requestLuke Kanies2009-04-221-0/+48
* Adding better logging when cached indirection resources are usedLuke Kanies2009-04-221-1/+1
* Adding time debugging for catalog storage to active_recordLuke Kanies2009-04-221-0/+2
* Using a setting for configuring queueingLuke Kanies2009-04-221-1/+1
* Removing unnecessary parser variables when yaml-dumpingLuke Kanies2009-04-223-11/+13
* Add queue indirection as an option for catalog storage.Ethan Rowe2009-04-221-0/+20
* Introduce abstract queue terminus within the indirection system.Ethan Rowe2009-04-221-0/+87
* Refactoring the Rails integrationLuke Kanies2009-04-222-4/+4
* Adding ActiveRecord terminus classes for CatalogLuke Kanies2009-04-221-0/+119
* Adding ActiveRecord terminus classes for Node and Facts.Luke Kanies2009-04-223-0/+196
* Fixing #2171 - All certificate files are written with default permsLuke Kanies2009-04-222-4/+4
* Partially fixing #2029 - failed caches doesn't throw an exceptionLuke Kanies2009-04-171-0/+15
* Merge branch '0.24.x'Luke Kanies2009-04-021-0/+20
|\
| * Fixing #1991 - ldap booleans get converted to booleansLuke Kanies2009-03-051-0/+20
| * Fixing every failing test I can find on the build server.Luke Kanies2009-02-281-0/+5
* | Adding explicit optional attribute to indirection requestsLuke Kanies2009-03-201-0/+16
* | Adding a model accessor to the Request classLuke Kanies2009-03-201-0/+17
* | Requests now use default environment when none is specifiedLuke Kanies2009-03-201-0/+4
* | Moving the REST API functions into a moduleLuke Kanies2009-03-201-2/+2
* | Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-201-43/+22
* | Adding environment support to the REST URILuke Kanies2009-03-202-10/+28
* | Moving the query_string method to RequestLuke Kanies2009-03-202-78/+82
* | Adding tests for the REST query string usageLuke Kanies2009-03-201-5/+21
* | Correctly handling numerical REST argumentsLuke Kanies2009-03-101-0/+10
* | Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-192-10/+17
* | 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