- 22 May, 2015 17 commits
-
-
Leigh B Stoller authored
-
Keith Downie authored
-
Keith Downie authored
-
Leigh B Stoller authored
Also turn on experiment name.
-
Keith Downie authored
-
Keith Downie authored
-
Keith Downie authored
-
Keith Downie authored
-
Keith Downie authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
aggregate in the DDC. Remove obsolete stitching rspecs.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Mike Hibler authored
I appear to have broken it while doing moonshot support...
-
- 21 May, 2015 4 commits
-
-
Mike Hibler authored
-
Leigh B Stoller authored
from directory to filename when IMAGEDIRECTORIES is turned off, or not admin|feature enabled.
-
Mike Hibler authored
-
Mike Hibler authored
Perl realpath returns undef or '' (take your pick) if the path does not exist, rendering it pretty much useless for our check. So we run realpath on the directory part of the path (which should exist) and then do some other paranoid checks on the filename part (no funky chars, cannot be a symlink).
-
- 20 May, 2015 2 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
Also, clean up some nits.
-
- 19 May, 2015 1 commit
-
-
Leigh B Stoller authored
-
- 18 May, 2015 7 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
types in the images/default_typelist sitevar.
-
Leigh B Stoller authored
-
Mike Hibler authored
In the case the upstream server was not responding, this would slowly eat away FDs and ephemeral ports.
-
- 15 May, 2015 9 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Kirk Webb authored
The hard-coded per-model offsets aren't always correct. Need to deal with this in a different way, but this is a quick hack to move things along with the Utah stitcher aggregate.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Soon, we will have images with both full images and deltas, for the same image version. To make this possible, the image path will now be a directory instead of a file, and all of the versions (ndz,sig,sha1,delta) files will reside in the directory. A new config variable IMAGEDIRECTORIES turns this on, there is also a check for the ImageDiretories feature. This is applied only when a brand new image is created; a clone version of the image inherits the path it started with. Yes, you can have a mix of directory based and file based image descriptors. When it is time to convert all images over, there is a script called imagetodir that will go through all image descriptors, create the directory, move/rename all the files, and update the descriptors. Ultimately, we will not support file based image paths. I also added versioning to the image metadata descriptors so that going forward, old clients can handle a descriptor from a new server.
-