summaryrefslogtreecommitdiffstats
path: root/spec/integration/indirector
Commit message (Expand)AuthorAgeFilesLines
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-131-1/+1
* Fixing #2489 - queue integration tests are skipped w/out jsonLuke Kanies2009-08-101-2/+4
* Fix #2378 and #2391 testsBrice Figureau2009-07-201-0/+34
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-051-2/+3
* Switching Queueing to using JSON instead of YAMLLuke Kanies2009-06-061-0/+59
* Removed extra whitespace from end of linesIan Taylor2009-06-061-81/+81
* Fixing #2234 - fixing all of the tests broken by my bindaddress fixLuke Kanies2009-05-155-9/+6
* Refactor rest authorization to raise exceptions deeperBrice Figureau2009-04-235-6/+6
* Fix some indirector failing testsBrice Figureau2009-04-235-5/+19
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-205-10/+10
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-3/+3
* Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-192-62/+0
* Switching the ModuleFiles Indirection terminus to the new Module/Env apiLuke Kanies2009-02-191-4/+7
* Fixing fileserving to support strings or symbolsLuke Kanies2009-02-181-4/+4
* Fix #1834 part1 - Fix tempfile failing testsBrice Figureau2008-12-202-2/+4
* 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