summaryrefslogtreecommitdiffstats
path: root/lib/puppet/file_bucket/dipper.rb
Commit message (Expand)AuthorAgeFilesLines
* Always put a slash between the checksum and path in filebucket URLsJacob Helwig2011-08-021-2/+3
* Merge branch '2.6.next' into nextMatt Robinson2011-03-071-2/+3
|\
| * (#6353) Restore the ability to store paths in the filebucketPaul Berry2011-02-211-2/+3
* | Merge branch '2.6.x' into nextMatt Robinson2011-01-191-2/+7
|\|
| * (#5838) Make file bucket dipper efficient when saving a file that already existsPaul Berry2011-01-121-1/+6
| * (#5838) Implemented the "head" method for FileBucketFile::File terminus.Paul Berry2011-01-121-1/+1
* | Maint: Modified uses of indirector.save to call the indirection directly.Paul Berry2010-11-301-1/+1
* | Maint: Refactor code to use <class>.indirection.<method>Paul Berry2010-11-291-1/+1
|/
* Code smell: Two space indentationMarkus Roberts2010-07-091-75/+75
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-6/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-3/+3
* Fix a failure in new FileBucket where it was impossible to read from aJesse Wolfe2010-04-091-1/+2
* REST FileBucket: REST barfs on relative pathsJesse Wolfe2010-02-171-1/+8
* REST: hide Request objectJesse Wolfe2010-02-171-3/+1
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-171-0/+97