summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector
Commit message (Expand)AuthorAgeFilesLines
...
* | The 'destroy' method for the ssl_file terminus base classLuke Kanies2008-04-161-2/+2
* | Making the first pass at using requests instead ofLuke Kanies2008-04-152-14/+17
* | Adding a :search method to the ssl_file terminus typeLuke Kanies2008-04-151-0/+39
* | It looks like all of the new ssl classes for managingLuke Kanies2008-04-151-3/+3
* | Adding he last of the indirection classes for the sslLuke Kanies2008-04-153-0/+57
* | The certificate and key are now correctly interactingLuke Kanies2008-04-153-216/+171
* | The basics for the certificate and certificate requestLuke Kanies2008-04-151-0/+103
* | First stage of cert refactoring: PrivateLuke Kanies2008-04-152-116/+165
|/
* 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
* Fixing the rest of #1113: External node commands can specifyLuke Kanies2008-03-061-0/+6
* Partially fixing #1113: LDAP nodes now support environments,Luke Kanies2008-03-061-83/+112
* converting indirector yaml specs from setup/teardown to before/afterRick Bradley2008-02-181-60/+57
* converting facter indirector specs from setup/teardown to before/afterRick Bradley2008-02-181-29/+26
* converting indirector checksum file specs from setup/teardown to before/afterRick Bradley2008-02-181-89/+87
* converting indirector terminus specs from setup/teardown to before/afterRick Bradley2008-02-181-129/+126
* converting indirector ldap node specs from setup/teardown to before/afterRick Bradley2008-02-181-112/+110
* converting indirector direct file server specs from setup/teardown to before/...Rick Bradley2008-02-181-55/+52
* converting indirector file specs from setup/teardown to before/afterRick Bradley2008-02-181-101/+99
* converting indirector/module_files specs from setup/teardown to before/afterRick Bradley2008-02-181-189/+187
* converting indirection specs away from setup/teardown to rspec compatible bef...Rick Bradley2008-02-181-232/+227
* moving setup() methods to before :each, so that the tests will run with rspec...Rick Bradley2008-02-181-114/+109
* 'rake' within the spec dir works now, anyway, which isLuke Kanies2008-02-121-1/+1