aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/cloud/gcs_file_system_test.cc
Commit message (Expand)AuthorAge
* Make GCS filesystem/metadata lookup retries configurableGravatar Russell Power2018-10-01
* Make allowed bucket locations case insensitive.Gravatar Michael Banfield2018-08-09
* Add a optional bucket location check to the GCS Filesystem.Gravatar Michael Banfield2018-08-02
* Regard a path as a directory if it ends with "/" in GCS. This implies the ass...Gravatar Ruoxin Sang2018-05-30
* Add GCS configure ops.Gravatar Brennan Saeta2018-05-30
* Always append the trailing slash when look up or insert a directory path in t...Gravatar Ruoxin Sang2018-05-22
* Validate the file signatures before issusing a content read in GCS. Remove theGravatar Ruoxin Sang2018-05-18
* Export GCS object statting streamz metrics. Fix the wrong #define Guard name ...Gravatar Ruoxin Sang2018-05-10
* Clear the stat cache of the target when renaming the file.Gravatar Ruoxin Sang2018-05-04
* Invalidate the StatCache as well as the FileBlockCache, as once the file isGravatar Ruoxin Sang2018-04-24
* Fix a bug in GcsFileSystem that inconsistent read error may not be revealed ifGravatar A. Unique TensorFlower2018-04-18
* GCS Filesystem should not cache checkpoint file as we need to read the update...Gravatar Sourabh Bajaj2018-04-11
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-04
* Add instrumentation interfaces to the GCS file system.Gravatar Brennan Saeta2018-03-07
* GCS: HTTP error code 308 retries during upload. Previously, it would only per...Gravatar Jonathan Hseu2018-02-28
* Add functionality to include an optional additional header to be sent on ever...Gravatar Frank Chen2018-01-22
* Add a FlushCaches() method to the FileSystem interface, and provide an implem...Gravatar A. Unique TensorFlower2018-01-04
* Convert Status-based call sequence checks to CHECK-based.Gravatar A. Unique TensorFlower2017-12-20
* For many requests, the GCS filesystem client did not provide DNS lookup hints...Gravatar A. Unique TensorFlower2017-12-12
* Automated g4 rollback of changelist 177619402Gravatar Brennan Saeta2017-12-12
* Automated g4 rollback of changelist 177614538Gravatar Gunhan Gulsoy2017-12-01
* Customize request timeouts for GCS filesystem.Gravatar Brennan Saeta2017-12-01
* Improve caching behavior of GCS filesystemGravatar Brennan Saeta2017-11-21
* Fix float32 precision causing test failure in gcs cloud TF tests.Gravatar Michael Case2017-10-06
* Add GcsFileSystem caches for Stat and GetMatchingPaths, with configurable max...Gravatar A. Unique TensorFlower2017-08-04
* FileBlockCache is now a filesystem-wide shared cache with a configurable maxi...Gravatar A. Unique TensorFlower2017-07-14
* Adds a file cache to the GCS filesystem, with configurable max staleness for ...Gravatar A. Unique TensorFlower2017-07-13
* Add a block cache to the GCS filesystem, with block size defaulted to the rea...Gravatar A. Unique TensorFlower2017-07-05
* Make the readahead buffer size configurable via an env variable.Gravatar Alexey Surkov2017-05-16
* Support for domain buckets, e.g gs://bucketname.domain-example.com/...Gravatar Alexey Surkov2017-03-28
* Correctly handle HTTP response code 410.Gravatar Alexey Surkov2017-03-17
* Explicilty retry failures of individual deletes in DeleteRecursively.Gravatar Alexey Surkov2017-03-17
* Smarter retry logic for non-idempotent file operations such as RenameFile, De...Gravatar Alexey Surkov2017-03-16
* Better logging for errors.Gravatar Alexey Surkov2017-03-13
* Increase the number of retries to 10.Gravatar Alexey Surkov2017-03-03
* Keep track of whether a sync is needed to avoid redundant uploads to GCS.Gravatar A. Unique TensorFlower2017-01-12
* Fixing a bug related to using a string piece after the inner data is destroyed.Gravatar A. Unique TensorFlower2016-11-15
* Adding a test for bug that was fixed in a previous CL.Gravatar A. Unique TensorFlower2016-11-14
* Stop remembering when the readahead buffer reached EOF.Gravatar Alexey Surkov2016-11-10
* Change FileExists to return tensorflow::Status.Gravatar Jonathan Hseu2016-11-04
* Make GetMachingPaths also return directory names.Gravatar Alexey Surkov2016-11-01
* Fix issue where we wouldn't descend into subdirectories when listing GCS runsGravatar Jonathan Hseu2016-11-01
* Make GetChildren never return a self directory marker.Gravatar Alexey Surkov2016-11-01
* Implements DeleteRecursively for GcsFileSystem.Gravatar Alexey Surkov2016-10-17
* Account for the case when GCS Resumable Upload returns a Range header prefixe...Gravatar Alexey Surkov2016-10-14
* Move Env::GetMatchingPaths implementation to FileSystem instead.Gravatar Rohan Jain2016-09-26
* More efficient implementation of GetMatchingPaths for GCS.Gravatar Alexey Surkov2016-09-26
* Safety check for cases when RenameFile tries to move a large object to a buck...Gravatar Alexey Surkov2016-09-22
* Bugfixes:Gravatar Alexey Surkov2016-09-14
* Implements RenameFile for folders.Gravatar Alexey Surkov2016-09-14