summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
| * Bug 1948: Added patch by jab to support the correct ins syntax. Updated the t...Bryan Kearney2009-03-041-5/+3
| * Fixing #1991 - ldap booleans get converted to booleansLuke Kanies2009-03-051-0/+25
| * Refactored a method: extracted about five other methodsLuke Kanies2009-03-051-39/+50
| * Fix #2010 - add protection code for some storeconfig corruptionBrice Figureau2009-03-041-14/+28
| * Fixing #2013 - prefetching had a mismatch between type and titleLuke Kanies2009-03-041-1/+1
| * Fixed report reference pageJames Turnbull2009-03-031-0/+1
| * Make puppetd --waitforcert option behave as documented:Paul Lathrop2009-02-281-1/+6
| * Adding a performance optimization to the FileCollection.Luke Kanies2009-02-281-3/+5
| * Using the FileCollection where appropriate.Luke Kanies2009-02-289-10/+33
| * Adding a FileCollection and a lookup module for it.Luke Kanies2009-02-282-0/+36
| * Fixed #1963 - Failing to read /proc/mounts for selinux kills file downloadsJames Turnbull2009-02-281-1/+3
| * Fixed #2025 - gentoo service provider handle only default init levelJames Turnbull2009-02-271-1/+1
| * Updated useradd.rb managehome confine to include other RH-like distributionsJames Turnbull2009-02-251-1/+1
| * Use Puppet.debug instead of own debug flagPeter Meier2009-02-221-7/+5
| * 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
|\|