summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixing #558 - File checksums no longer refer to 'nosum'Luke Kanies2009-02-201-34/+0
* | Fix #2107 - flatten resource references arrays properlyBrice Figureau2009-03-271-0/+4
* | Fix #2101 - Return to recurse=0 == no recursion behaviorBrice Figureau2009-03-271-1/+10
* | Fix #2101 - fix failing testBrice Figureau2009-03-271-1/+5
* | Fix #2101 - fix recurselimit == 0 bad behaviourBrice Figureau2009-03-271-2/+2
* | Fixed #2110 - versioncmp brokenJames Turnbull2009-03-261-1/+1
* | Fix #1469 - Add an option to recurse only on remote sideBrice Figureau2009-03-202-22/+50
* | Forbidding REST clients to set the node or IPLuke Kanies2009-03-201-1/+7
* | Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-208-60/+28
* | Adding explicit optional attribute to indirection requestsLuke Kanies2009-03-201-9/+25
* | Removing an unused source fileLuke Kanies2009-03-201-59/+0
* | Adding a model accessor to the Request classLuke Kanies2009-03-201-4/+10
* | Requests now use default environment when none is specifiedLuke Kanies2009-03-201-1/+8
* | Moving the REST API functions into a moduleLuke Kanies2009-03-204-62/+70
* | Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-202-56/+44
* | Adding REST::Handler methods for converting between indirection and urisLuke Kanies2009-03-202-0/+50
* | Adding environment support to the REST URILuke Kanies2009-03-202-7/+28
* | Moving the query_string method to RequestLuke Kanies2009-03-202-22/+22
* | Fixing #2108 - pi should work againLuke Kanies2009-03-201-6/+8
* | Fix #1088 - Collections overridesBrice Figureau2009-03-144-721/+860
* | Fixing #1949 - relationships now use attributes instead of a labelLuke Kanies2009-03-102-32/+23
* | Correctly handling numerical REST argumentsLuke Kanies2009-03-102-0/+3
* | Not passing file sources on to child filesLuke Kanies2009-03-101-1/+1
* | Correctly handling non-string checksumsLuke Kanies2009-03-101-1/+1
* | Removing unnecessary calls to expire()Luke Kanies2009-03-102-2/+0
* | Passing checksums around instead of file contentsLuke Kanies2009-03-053-25/+51
* | Moving default fileserving mount creation to the Configuration classLuke Kanies2009-03-052-8/+9
* | Fixing #2028 - Better failures when a cert is found with no keyLuke Kanies2009-02-281-1/+14
* | 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-2657-204/+204
* | 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-201-1/+1
* | Merge branch '0.24.x'Luke Kanies2009-02-201-12/+11
|\|
| * Fixing #1871 once and for all - contents are never printedLuke Kanies2009-02-181-8/+11
* | Removing or fixing old testsLuke Kanies2009-02-191-2/+2
* | Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-198-36/+14
* | Refactoring how the Settings file is parsedLuke Kanies2009-02-192-20/+32
* | Relying on 'should_parse_config' in the 'puppet' applicationLuke Kanies2009-02-191-5/+0
* | Providing better indirection authorization errorsLuke Kanies2009-02-192-1/+6
* | Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-1912-365/+302
* | Moving Request and Fileset integration into Fileset.Luke Kanies2009-02-192-18/+31
* | Switching the ModuleFiles Indirection terminus to the new Module/Env apiLuke Kanies2009-02-191-3/+3
* | Migrating the old FileServer to the new Module/Environment codeLuke Kanies2009-02-191-12/+13
* | Using the Environments to handle a lot of Module searchingLuke Kanies2009-02-181-37/+2
* | Environments now use their own modulepath method.Luke Kanies2009-02-181-2/+2
* | The 'Environment' class can now calculate its modulepath.Luke Kanies2009-02-181-0/+16
* | Added support for finding modules from an environmentLuke Kanies2009-02-181-0/+17