summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Requests now use default environment when none is specifiedLuke Kanies2009-03-202-1/+12
* Moving the REST API functions into a moduleLuke Kanies2009-03-207-169/+197
* Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-204-296/+124
* Adding REST::Handler methods for converting between indirection and urisLuke Kanies2009-03-204-0/+155
* Adding environment support to the REST URILuke Kanies2009-03-204-17/+56
* Moving the query_string method to RequestLuke Kanies2009-03-204-100/+104
* Adding tests for the REST query string usageLuke Kanies2009-03-201-5/+21
* Fixing #2108 - pi should work againLuke Kanies2009-03-201-6/+8
* Fix #1088 - part2 - Add rspec testsBrice Figureau2009-03-144-37/+216
* Fix #1088 - Collections overridesBrice Figureau2009-03-144-721/+860
* Fixed #2071 - Updated LDAP schemaJames Turnbull2009-03-142-1/+4
* Fixing tests broken in previous commitsLuke Kanies2009-03-112-14/+5
* Fixing #1949 - relationships now use attributes instead of a labelLuke Kanies2009-03-104-69/+57
* Correctly handling numerical REST argumentsLuke Kanies2009-03-104-0/+25
* Not passing file sources on to child filesLuke Kanies2009-03-102-2/+2
* Correctly handling non-string checksumsLuke Kanies2009-03-102-1/+16
* Removing unnecessary calls to expire()Luke Kanies2009-03-102-2/+0
* Passing checksums around instead of file contentsLuke Kanies2009-03-054-73/+158
* Moving default fileserving mount creation to the Configuration classLuke Kanies2009-03-054-20/+24
* Fixing #2028 - Better failures when a cert is found with no keyLuke Kanies2009-02-282-2/+91
* Moving the clientyamldir setting into the puppetd sectionLuke Kanies2009-02-281-2/+2
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-2676-254/+256
* Fixed metaparameter reference to return strJames Turnbull2009-02-261-1/+11
* Merge branch 'tickets/master/2016'James Turnbull2009-02-242-36/+38
|\
| * Fixed #2016 - Split metaparameters from types in reference documentationJames Turnbull2009-02-242-36/+38
* | Fixed #2017 - incorrect requireJames Turnbull2009-02-241-1/+1
|/
* Fixing #1904 - aliases are no longer inherited by child filesLuke Kanies2009-02-202-3/+3
* Merge branch '0.24.x'Luke Kanies2009-02-203-12/+38
|\
| * Fixing #1871 once and for all - contents are never printedLuke Kanies2009-02-183-8/+43
* | Removing or fixing old testsLuke Kanies2009-02-198-605/+22
* | Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-1913-97/+57
* | Refactoring how the Settings file is parsedLuke Kanies2009-02-196-113/+169
* | Relying on 'should_parse_config' in the 'puppet' applicationLuke Kanies2009-02-192-15/+0
* | Providing better indirection authorization errorsLuke Kanies2009-02-193-1/+14
* | Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-1929-1186/+973
* | Moving Request and Fileset integration into Fileset.Luke Kanies2009-02-194-40/+70
* | Switching the ModuleFiles Indirection terminus to the new Module/Env apiLuke Kanies2009-02-193-37/+49
* | Migrating the old FileServer to the new Module/Environment codeLuke Kanies2009-02-192-16/+14
* | Using the Environments to handle a lot of Module searchingLuke Kanies2009-02-182-118/+57
* | Environments now use their own modulepath method.Luke Kanies2009-02-182-5/+5
* | The 'Environment' class can now calculate its modulepath.Luke Kanies2009-02-182-0/+58
* | Added support for finding modules from an environmentLuke Kanies2009-02-182-0/+55
* | Adding support for finding all modules in a given path.Luke Kanies2009-02-182-0/+109
* | reformatting the environment testsLuke Kanies2009-02-181-15/+15
* | Supporting multiple paths for searching for files.Luke Kanies2009-02-182-21/+29
* | Adding support for merging multiple filesets.Luke Kanies2009-02-182-0/+60
* | Adding new methods to Puppet::Module.Luke Kanies2009-02-182-7/+57
* | Refactoring Puppet::Module a bit.Luke Kanies2009-02-182-27/+23
* | Only using the checksum cache when we're using a host_config catalogLuke Kanies2009-02-181-0/+2
* | Fixing fileserving to support strings or symbolsLuke Kanies2009-02-184-5/+10