distribution/storage
Stephen J Day 6fead90736 Rich error reporting for manifest push
To provide rich error reporting during manifest pushes, the storage layers
verifyManifest stage has been modified to provide the necessary granularity.
Along with this comes with a partial shift to explicit error types, which
represents a small move in larger refactoring of error handling. Signature
methods from libtrust have been added to the various Manifest types to clean up
the verification code.

A primitive deletion implementation for manifests has been added. It only
deletes the manifest file and doesn't attempt to add some of the richer
features request, such as layer cleanup.
2014-11-26 12:57:14 -08:00
..
doc.go Lots of various golint fixes 2014-11-17 15:46:06 -08:00
filereader.go Refactor layerReader into fileReader 2014-11-21 15:24:14 -08:00
filereader_test.go Refactor layerReader into fileReader 2014-11-21 15:24:14 -08:00
layer.go Rich error reporting for manifest push 2014-11-26 12:57:14 -08:00
layer_test.go Rich error reporting for manifest push 2014-11-26 12:57:14 -08:00
layerreader.go Refactor layerReader into fileReader 2014-11-21 15:24:14 -08:00
layerstore.go Rich error reporting for manifest push 2014-11-26 12:57:14 -08:00
layerupload.go Rich error reporting for manifest push 2014-11-26 12:57:14 -08:00
manifest.go Rich error reporting for manifest push 2014-11-26 12:57:14 -08:00
manifest_test.go Rich error reporting for manifest push 2014-11-26 12:57:14 -08:00
manifeststore.go Rich error reporting for manifest push 2014-11-26 12:57:14 -08:00
paths.go Clean up layer storage layout 2014-11-25 09:57:43 -08:00
paths_test.go Clean up layer storage layout 2014-11-25 09:57:43 -08:00
services.go Initial implementation of image manifest storage 2014-11-24 13:05:27 -08:00