summaryrefslogtreecommitdiffstats
path: root/lib/puppet/file_bucket
Commit message (Expand)AuthorAgeFilesLines
* Always put a slash between the checksum and path in filebucket URLsJacob Helwig2011-08-021-2/+3
* Clarify logic and error messages when initializing Puppet::FileBucket::FileJacob Helwig2011-08-021-3/+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-192-96/+21
|\|
| * (#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-122-95/+15
* | 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-093-208/+208
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-2/+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
* For #3822 - Reducing checksum code duplicationLuke Kanies2010-02-171-43/+56
* Fix a failure in new FileBucket where it was impossible to read from aJesse Wolfe2010-04-092-2/+3
* 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-173-0/+230