summaryrefslogtreecommitdiffstats
path: root/spec/unit/file_serving
Commit message (Expand)AuthorAgeFilesLines
* Fix #2101 - fix recurselimit == 0 bad behaviourBrice Figureau2009-03-271-3/+3
* Fix #1469 - Add an option to recurse only on remote sideBrice Figureau2009-03-201-18/+34
* Moving default fileserving mount creation to the Configuration classLuke Kanies2009-03-052-12/+15
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-6/+6
* Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-197-289/+498
* Moving Request and Fileset integration into Fileset.Luke Kanies2009-02-192-22/+39
* Supporting multiple paths for searching for files.Luke Kanies2009-02-181-18/+22
* Adding support for merging multiple filesets.Luke Kanies2009-02-181-0/+43
* Fixing fileserving to support strings or symbolsLuke Kanies2009-02-181-0/+4
* Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-112-5/+5
* Deduplicating slashes in the fileserving codeLuke Kanies2008-11-041-0/+5
* Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-172-5/+26
|\
| * Fix metadata class for cases when checksum_type setPaul Nasrat2008-09-301-1/+17
| * Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.Paul Nasrat2008-09-301-0/+9
* | Fixing filesets to allow nil ignore values.Luke Kanies2008-08-281-0/+7
* | Fixing FileServing::Base so that it can recurse on a single file.Luke Kanies2008-08-271-0/+5
* | Fixing the terminus helper so it correctly catches options passed from client...Luke Kanies2008-08-261-0/+21
* | Adding a "source" attribute to fileserving instances.Luke Kanies2008-08-261-0/+6
* | Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-263-20/+47
* | Adding the content writer to the content class.Luke Kanies2008-08-261-0/+28
* | Removing the last vestiges of the 'puppetmounts' protocol marker.Luke Kanies2008-08-261-1/+1
* | Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-261-1/+11
* | Refactoring how files in FileServing are named.Luke Kanies2008-08-264-67/+36
* | Finishing the rename of FileBase => Base.Luke Kanies2008-08-262-2/+126
* | Renaming FileServing::FileBase to FileServing::Base.Luke Kanies2008-08-263-126/+16
* | Removing the yaml conversion code from FileContent.Luke Kanies2008-08-261-24/+0
* | Correcting whitespace in a testLuke Kanies2008-08-261-3/+3
* | FileServing Configurations now expect unqualified files.Luke Kanies2008-08-261-17/+22
* | Fixing whitespace in docs of some tests.Luke Kanies2008-08-261-4/+4
* | Fixing the fileserving terminus selection hook.Luke Kanies2008-08-261-78/+78
* | Merge branch '0.24.x' into mergingLuke Kanies2008-07-291-48/+46
|\|
| * Fixed all of the fileserving termini so they use indirection requests.Luke Kanies2008-07-181-48/+46
* | Using the new Cacher class for handling cached data.Luke Kanies2008-05-132-7/+7
|/
* Fixing the tests that were failing because of the useLuke Kanies2008-04-081-95/+109
* Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-282-2/+2
* Fixing #1093 -- 0.23.2 clients are again compatibleLuke Kanies2008-02-281-1/+5
* Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-232-69/+125
* converting file serving configuration specs from setup/teardown to before/afterRick Bradley2008-02-181-196/+193
* converting fileserving/configuration/parser specs from setup/teardown to befo...Rick Bradley2008-02-181-86/+89
* Fixing a failing test that resulted from a changeLuke Kanies2008-02-181-1/+2
* File serving should work now, both recursive andLuke Kanies2007-10-244-135/+129
* Renaming the FileServing TerminusSelector module to IndirectionHooks,Luke Kanies2007-10-223-9/+9
* Renaming the :local termini for metadata and contentLuke Kanies2007-10-221-7/+7
* Link handling is now in the file serving classes.Luke Kanies2007-10-224-39/+225
* Adding searchability to the fileserving termini, using theLuke Kanies2007-10-222-11/+49
* Adding a Fileset class for managing sets of files. ThisLuke Kanies2007-10-221-0/+230
* Adding authorization hooks to the file_server andLuke Kanies2007-10-212-9/+95
* Renaming the 'mounts' terminus to 'file_server', and renamingLuke Kanies2007-10-201-4/+4
* File serving now works. I've tested a couple of ways toLuke Kanies2007-10-194-180/+69
* I've now split the file-serving termini into two separate types (inLuke Kanies2007-10-185-20/+126