summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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 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 '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
|/
* 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
* Fixing tests that are broken when running as root under OSX 10.5Paul Lathrop2008-05-231-0/+4
* Added the ability to add arbitrary attributes to ldap.Gunnar Wrobel2008-05-151-0/+91
* Fixishing some pending tests, including filling inLuke Kanies2008-04-111-11/+9
* Making the changes necessary to get the REST supportLuke Kanies2008-04-111-27/+35
* The 'destroy' method in the indirection now returnsLuke Kanies2008-04-111-3/+3
* fill out specs for network_* methods; refactor lowest-level network hooksRick Bradley2008-04-111-26/+158
* adding rest_connection_details helper to Indirector::REST -- will need to be ...Rick Bradley2008-04-111-0/+12
* make sure unit indirector specs are working with #save; fill out network_put ...Rick Bradley2008-04-111-3/+53
* Added support for destroy/DELETE over REST (including units & integrations on...Rick Bradley2008-04-111-3/+56
* updating search integration specs to include webrickRick Bradley2008-04-111-4/+4
* making search work over REST, w/ unit & integration specsRick Bradley2008-04-111-1/+1
* unit specs and implementation for Indirector::REST#search methodRick Bradley2008-04-111-8/+52
* Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-112-10/+55
* Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-111-52/+2
* Fixing the expire method (it wasn't using a requestLuke Kanies2008-04-101-8/+30
* Moved the request creation into the IndirectionLuke Kanies2008-04-101-161/+209
* Ported the rest of the indirection terminuses over toLuke Kanies2008-04-089-141/+82
* Intermediate commit.Luke Kanies2008-04-0811-242/+211
* Adding the ability for indirection requests to be createdLuke Kanies2008-04-081-0/+15
* Adding a Request class to the Indirection layer. ThisLuke Kanies2008-04-082-82/+169
* Fixing one other test that was failing because of the changeLuke Kanies2008-04-081-3/+1
* Changing how destroy works, just a bit -- it now acceptsLuke Kanies2008-04-082-13/+9
* Reworking the caching layer to use TTLs instead of versionsLuke Kanies2008-04-081-442/+485
* Adding an envelope module to handle indirected instanceLuke Kanies2008-04-081-0/+47
* Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-285-5/+5
* Fixing #1138 -- the yamldir is automatically created by theLuke Kanies2008-03-241-1/+0
* Fixing a test I broke with my fix to #1147Luke Kanies2008-03-201-3/+3
* Fixed #1147: Cached nodes are correctly considered out ofLuke Kanies2008-03-201-0/+6
* Modified the ldap node terminus to also use the facts versionLuke Kanies2008-03-161-0/+7
* Caching node information in yaml (I figured caching in memory willLuke Kanies2008-03-161-44/+49
* Modifying the yaml terminus base class to use the timestampLuke Kanies2008-03-161-1/+11