summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector
Commit message (Expand)AuthorAgeFilesLines
...
* | Causing the Indirection to fail if a terminus selection hook does not return ...Luke Kanies2008-08-261-0/+16
* | Special-casing 'file' URIs in the indirection requests.Luke Kanies2008-08-261-1/+21
* | Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-262-31/+80
* | Fixing a test that relied on hash ordering.Luke Kanies2008-08-261-2/+2
* | Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-9/+65
* | Merge branch '0.24.x'Luke Kanies2008-08-182-3/+42
|\|
| * Fixing an ldap connectivity testLuke Kanies2008-08-091-3/+13
| * Specs for yaml indirector .search - I'm still learning!James Turnbull2008-08-011-0/+29
* | Adding logging when files are removed.Luke Kanies2008-08-072-1/+16
* | Correctly handling when REST searches return nothing.Luke Kanies2008-07-301-0/+6
* | Searching again works over REST, including full content-type translation.Luke Kanies2008-07-291-8/+16
* | All error and format handling works over REST except searching.Luke Kanies2008-07-291-15/+22
* | The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-291-223/+141
* | The REST terminus now provides an Accept header with supported formats.Luke Kanies2008-07-291-5/+34
* | Merge branch '0.24.x' into mergingLuke Kanies2008-07-296-101/+122
|\|
| * Fixed all of the fileserving termini so they use indirection requests.Luke Kanies2008-07-184-92/+117
| * Revert "Fixed #1201 - all external node attributes are converted to strings."Luke Kanies2008-07-181-6/+0
| * Fixing #1408 - --loadclasses works again.Luke Kanies2008-07-101-3/+5
* | Merge branch '0.24.x'Luke Kanies2008-07-042-4/+47
|\|
| * Fixed #1232 - the rundir no longer specifies a user/group,Luke Kanies2008-07-031-1/+14
| * Fixing the ldap node terminus to merge facts with the right name.Luke Kanies2008-07-021-3/+33
* | Fixing the new-form version of #1382.Luke Kanies2008-07-021-0/+28
* | Merge branch '0.24.x'Luke Kanies2008-07-022-322/+313
|\|
| * Fixing the Node::Ldap.search method to use an indirection request.Luke Kanies2008-07-011-6/+10
| * Switching the ldap terminus to use Util::Ldap::Connection.Luke Kanies2008-07-011-97/+89
| * Added a 'search' method to the ldap node terminus.Luke Kanies2008-07-012-231/+226
* | Merge branch '0.24.x'Luke Kanies2008-06-153-17/+33
|\|
| * Merge branch 'tickets/0.24.x/1201' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-161-0/+6
| |\
| | * Fixed #1201 - all external node attributes are converted to strings.Luke Kanies2008-06-151-0/+6
| * | Removing the Node.find_by_name method.Luke Kanies2008-06-151-15/+7
| * | The LDAP Node terminus now searches for the fqdn, short name, and default.Luke Kanies2008-06-151-1/+19
| * | Refactoring the 'find' method a bit in the LDAP Node terminus.Luke Kanies2008-06-151-2/+2
| |/
* | Merge branch '0.24.x'Luke Kanies2008-06-143-22/+54
|\|
| * Replacing all two-space indents with four-spaceLuke Kanies2008-06-131-18/+18
| * Fixing how the Indirector::Request sets its options.Luke Kanies2008-06-111-0/+8
| * Fixing how the indirection tests for whether the request has node info.Luke Kanies2008-06-111-4/+4
| * Adding to the indirection request support for authentication information.Luke Kanies2008-06-091-0/+24
* | Merge branch '0.24.x'Luke Kanies2008-05-251-0/+4
|\|
| * Fixing tests that are broken when running as root under OSX 10.5Paul Lathrop2008-05-231-0/+4
* | Merge branch '0.24.x'Luke Kanies2008-05-201-0/+91
|\|
| * Added the ability to add arbitrary attributes to ldap.Gunnar Wrobel2008-05-151-0/+91
* | Using the new Cacher class for handling cached data.Luke Kanies2008-05-131-22/+4
* | Adding REST terminuses for the SSL-related indirections.Luke Kanies2008-05-063-0/+45
* | The REST infrastructure now correctly the SSL certificates.Luke Kanies2008-05-051-332/+291
* | Changing the File certificate terminus so that itLuke Kanies2008-04-211-2/+2
* | Renaming the 'ca_file' ssl terminus type to 'ca'.Luke Kanies2008-04-214-18/+18
* | All SSL terminus classes now force the CA information into the right place.Luke Kanies2008-04-182-0/+18
* | Adding integration tests for a lot of the SSL code.Luke Kanies2008-04-171-2/+2
* | Moving all of the ca-specific settings to the ca_fileLuke Kanies2008-04-174-18/+43
* | Changing all of the SSL terminus classes to treat CA files specially.Luke Kanies2008-04-175-32/+184