summaryrefslogtreecommitdiffstats
path: root/spec/unit/file_serving
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Fixing all of the classes that I just renamed, and addingLuke Kanies2007-10-181-0/+4
* I'm working on making file serving work in the indirector now, so ILuke Kanies2007-10-182-0/+35
* Renaming the file_serving/{content,metadata} indirectionsLuke Kanies2007-10-182-0/+12
* This is the first mostly functional commit of theLuke Kanies2007-10-183-46/+369
* Adding the first pass at modifying file servingLuke Kanies2007-10-174-0/+322