summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| |\ \
| | * | Fixed #1272 - ldap group names will be converted to GIDs.Luke Kanies2008-07-072-0/+23
| | |/
| * / Fixed #1399 - the ldap user provider knows it can manage passwords.Luke Kanies2008-07-071-0/+2
| |/
* | Merge branch '0.24.x'Luke Kanies2008-07-0424-697/+191
|\|
| * Merge branch 'refactor/0.24.x/transaction_changes' of git://github.com/lak/pu...James Turnbull2008-07-0510-190/+125
| |\
| | * Testing and simplifying the Transaction::Change#backward method.Luke Kanies2008-07-041-14/+5
| | * Removing the Transaction::Change#transaction accessor.Luke Kanies2008-07-042-14/+2
| | * Refactoring the Transaction::Event class.Luke Kanies2008-07-044-23/+10
| | * Adding tests to the Transaction::Change class.Luke Kanies2008-07-041-35/+19
| | * Renaming Puppet::Event to Puppet::Transaction::EventLuke Kanies2008-07-034-31/+26
| | * Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.Luke Kanies2008-07-037-147/+137
| * | Merge branch 'tickets/0.24.x/1231' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-07-051-2/+4
| |\ \
| | * | Fixed #1231 - Exceptions during startup should now be clear.Luke Kanies2008-07-041-2/+4
| | |/