summaryrefslogtreecommitdiffstats
path: root/spec/integration/indirector
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #1483 - protect report terminus_class when testing for RESTBrice Figureau2008-12-081-0/+2
* Fix #1483 - use REST to transmit reports over the wireBrice Figureau2008-12-061-0/+91
* Properly cleaning up ssl ca configuration during testingLuke Kanies2008-11-114-4/+8
* Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-114-5/+5
* Deduplicating slashes in the fileserving codeLuke Kanies2008-11-041-1/+1
* Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-262-29/+22
* Refactoring how files in FileServing are named.Luke Kanies2008-08-262-4/+4
* Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-1/+21
* Documenting a bit of a testLuke Kanies2008-08-071-1/+4
* Certificates now work over REST.Luke Kanies2008-08-073-0/+223
* Correctly handling when REST searches return nothing.Luke Kanies2008-07-301-1/+8
* Searching again works over REST, including full content-type translation.Luke Kanies2008-07-291-33/+43
* All error and format handling works over REST except searching.Luke Kanies2008-07-291-28/+31
* The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-291-2/+2
* Removing a now-obsolete pending test.Luke Kanies2008-07-291-8/+0
* Merge branch '0.24.x' into mergingLuke Kanies2008-07-291-2/+6
|\
| * Fixed all of the fileserving termini so they use indirection requests.Luke Kanies2008-07-181-2/+6
| * The mongrel-related tests now run without mongrel.Luke Kanies2008-07-171-2/+2
* | Merge branch '0.24.x'Luke Kanies2008-07-021-10/+3
|\|
| * Fixing the ldap node integration test so it cleans upLuke Kanies2008-07-021-10/+3
* | Merge branch '0.24.x'Luke Kanies2008-07-021-0/+22
|\|
| * Fixing the Node::Ldap.search method to use an indirection request.Luke Kanies2008-07-011-0/+22
* | Merge branch '0.24.x'Luke Kanies2008-06-141-14/+19
|\|
| * Adding another note about the save_object stub.Luke Kanies2008-06-131-0/+3
| * Removing a duplicate call left over from debuggingLuke Kanies2008-06-131-1/+0
| * Replacing all two-space indents with four-spaceLuke Kanies2008-06-131-407/+407
| * Adding ruby interpreter lines to the tests missing them.Luke Kanies2008-06-131-0/+2
| * Adding execute bits to every test currently missing them.Luke Kanies2008-06-131-0/+0
* | Fixing #1258 -- Removing a Rails idiom.Luke Kanies2008-05-251-2/+2
* | Using the new Cacher class for handling cached data.Luke Kanies2008-05-131-5/+3
* | The REST infrastructure now correctly the SSL certificates.Luke Kanies2008-05-051-408/+428
* | Fixing an integration test of the rest terminus; it wasLuke Kanies2008-04-151-1/+5
|/
* Fixishing some pending tests, including filling inLuke Kanies2008-04-111-2/+8
* Making the changes necessary to get the REST supportLuke Kanies2008-04-111-11/+9
* adding REST save support, with integration tests. A handful of unit tests in...Rick Bradley2008-04-111-2/+91
* Added support for destroy/DELETE over REST (including units & integrations on...Rick Bradley2008-04-111-2/+74
* updating search integration specs to include webrickRick Bradley2008-04-111-4/+59
* making search work over REST, w/ unit & integration specsRick Bradley2008-04-111-4/+59
* placeholders for integration specs on final REST methodsRick Bradley2008-04-111-0/+24
* ensure that we only run the mongrel specs when mongrel is available as a featureRick Bradley2008-04-111-0/+2
* bringing Indirector::REST specs to mongrel-land as well.Rick Bradley2008-04-111-44/+112
* exceptions on remote end now properly passed to local end via REST and re-rai...Rick Bradley2008-04-111-3/+3
* Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-111-9/+65
* a trivial integration test to test whether the RESTful indirection terminus h...Rick Bradley2008-04-111-0/+35
* Intermediate commit.Luke Kanies2008-04-081-4/+6
* Using the Environment class to determine the default environment,Luke Kanies2007-11-201-2/+4
* File serving should work now, both recursive andLuke Kanies2007-10-242-5/+108
* Link handling is now in the file serving classes.Luke Kanies2007-10-221-1/+1
* Renaming the 'mounts' terminus to 'file_server', and renamingLuke Kanies2007-10-204-36/+36
* File serving now works. I've tested a couple of ways toLuke Kanies2007-10-191-0/+26