summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/client/dipper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests on #3347Jesse Wolfe2010-02-171-110/+0
|
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-171-4/+98
| | | | | | | | | | | | | | | | FileBucket Files have been reimplemented as an indirector terminus so that they can be transmitted over REST. The old Network::Client.dipper has been replaced with a compatibility later in FileBucket::Dipper that uses the indirector to access filebucket termini. Slightly revised patch: * No longer allows nil contents in FileBucket outside of initialization * Uses File.exist? instead of the deprecated File.exists? * Tweaks JSON serialization and de-serialization to include "path" Deferred issues: * Feature #3371 "FileBucket should not keep files in memory". * Feature #3372 "Replace FileBucket Dipper with more idiomatic calls"
* Fixing #2094 - filebucket failures are clearer nowLuke Kanies2009-06-161-0/+16
We just add a bit of information to the exception. Signed-off-by: Luke Kanies <luke@madstop.com>