distribution/registry/storage/driver
Ryan Abrams 6b73a9ab89 Ignore missing paths during enumeration
It's possible to run into a race condition in which the enumerator lists
lots of repositories and then starts the long process of enumerating through
them. In that time if someone deletes a repo, the enumerator may error out.

Signed-off-by: Ryan Abrams <rdabrams@gmail.com>
2018-09-05 10:17:08 -07:00
..
azure Enable static checks 2018-08-06 14:49:11 -07:00
base Enable goimports check 2018-08-06 14:37:44 -07:00
factory Add documentation for how to register new StorageDrivers 2016-03-29 14:42:19 -07:00
filesystem Enable static checks 2018-08-06 14:49:11 -07:00
gcs Introduce Walk Method Per Storage Driver 2018-01-07 22:45:17 -08:00
inmemory Fix deadlock in the inmemory storage driver 2018-05-30 18:01:08 +02:00
middleware Merge pull request #2662 from dmcgowan/enable-structcheck 2018-08-07 19:01:38 -07:00
oss Introduce Walk Method Per Storage Driver 2018-01-07 22:45:17 -08:00
s3-aws use aws sdk to validate regions 2018-08-20 11:02:14 -07:00
swift Enable static checks 2018-08-06 14:49:11 -07:00
testdriver context: remove definition of Context 2017-08-11 15:53:31 -07:00
testsuites Enable static checks 2018-08-06 14:49:11 -07:00
fileinfo.go Move storagedriver package to registry/storage/driver 2015-02-11 12:43:04 -08:00
storagedriver.go Introduce Walk Method Per Storage Driver 2018-01-07 22:45:17 -08:00
walk.go Ignore missing paths during enumeration 2018-09-05 10:17:08 -07:00
walk_test.go Ignore missing paths during enumeration 2018-09-05 10:17:08 -07:00