summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixing the SSL::Host#waitforcert method.Luke Kanies2008-08-071-10/+26
* | Adding logging when files are removed.Luke Kanies2008-08-072-0/+2
* | Removing now-obsolete the wait-for-cert module.Luke Kanies2008-08-071-77/+0
* | Certificates now work over REST.Luke Kanies2008-08-075-7/+31
* | Caching the SSL store for the SSL Host.Luke Kanies2008-08-071-8/+11
* | Enhancing formatting errors with class and format.Luke Kanies2008-08-041-4/+4
* | Making all certificates only support the plaintext format.Luke Kanies2008-08-044-0/+24
* | Adding wait_for_cert functionality to the ssl host class.Luke Kanies2008-08-041-0/+19
* | Adding a plaintext network format.Luke Kanies2008-08-041-2/+22
* | lazy load latest package definitions with yumhelper 2.2Marcel Haerry2008-08-011-17/+24
* | Correctly handling when REST searches return nothing.Luke Kanies2008-07-302-2/+7
* | Removing an obsolete method from the rest indirectorLuke Kanies2008-07-301-4/+0
* | The REST formats are now fully functional, with yaml and marshal support.Luke Kanies2008-07-302-14/+52
* | Adding some support for case insensivity in format names.Luke Kanies2008-07-302-5/+9
* | Moving validation from FormatHandler to Format.Luke Kanies2008-07-302-9/+2
* | Moving functionality out of the FormatHandler into the Format class.Luke Kanies2008-07-302-17/+66
* | Searching again works over REST, including full content-type translation.Luke Kanies2008-07-292-5/+9
* | Adding rudimentary support for directly managing formats.Luke Kanies2008-07-293-0/+52
* | Adding support for rendering and converting multiple instances.Luke Kanies2008-07-291-0/+16
* | All error and format handling works over REST except searching.Luke Kanies2008-07-295-17/+46
* | Drastically simplifying the REST implementation tests.Luke Kanies2008-07-292-10/+25
* | Removing an apparently-obsolete hook from the handlerLuke Kanies2008-07-291-4/+0
* | Adding explicit tests for the HTTP::Handler module.Luke Kanies2008-07-291-23/+67
* | The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-293-38/+36
* | The REST terminus now provides an Accept header with supported formats.Luke Kanies2008-07-291-3/+8
* | Using the FormatHandler in indirected classes automatically.Luke Kanies2008-07-292-1/+11
* | Adding a FormatHandler module for managing format conversions.Luke Kanies2008-07-291-0/+33
* | Merge branch '0.24.x' into mergingLuke Kanies2008-07-2917-90/+122
|\ \
| * | Fixes #1445 and #1426James Turnbull2008-07-221-1/+5
| |/
| * Fixing the renaming code to skip missing directories.Luke Kanies2008-07-211-1/+4
| * Fixing a cert test to pass on Darwin.Luke Kanies2008-07-211-0/+1
| * Revert "Merging fsweetser's selinux patch against 0.24.4"James Turnbull2008-07-206-366/+0
| * Merging fsweetser's selinux patch against 0.24.4Brett Lentz2008-07-206-0/+366
| * Fixed all of the fileserving termini so they use indirection requests.Luke Kanies2008-07-184-33/+33
| * You can now select the encoding format when transferring the catalog,Luke Kanies2008-07-183-12/+22
| * Revert "Fixed #1201 - all external node attributes are converted to strings."Luke Kanies2008-07-181-7/+0
| * The mongrel-related tests now run without mongrel.Luke Kanies2008-07-171-6/+8
| * Fix Ticket 1426 - services on redhat are restarted againJames Turnbull2008-07-171-2/+10
| * Fixed #1414 - Return code from waitpid now right shifted 8 bitsJames Turnbull2008-07-171-1/+1
| * Fail instead of log when rescuing remote file connectionsAndrew Shafer2008-07-141-2/+1
| * Fix #1409, Move path expansion from the type into the providerFrancois Deppierraz2008-07-112-25/+37
| * Fixing #1408 - --loadclasses works again.Luke Kanies2008-07-101-1/+1
| * Fixed #1407 - allowdupe is now a boolean group parameter.Luke Kanies2008-07-091-1/+1
* | Merge branch '0.24.x'Luke Kanies2008-07-085-13/+67
|\|
| * Fixed #1396 - Added sha1 function from DavidS to coreJames Turnbull2008-07-082-1/+9
| * Merge branch 'tickets/0.24.x/1226' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-081-12/+33
| |\
| | * Fixed #1226 - Gems can now specify source repositories.Luke Kanies2008-07-071-15/+20
| | * Correct whitespaceLuke Kanies2008-07-071-7/+7
| | * Importing Sam Quigley's work to enhance gem support for sources.Luke Kanies2008-07-071-5/+21
| * | Merge branch 'tickets/0.24.x/1272' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-082-0/+23
| |\ \