Skip to content

Tags: lytics/cloudstorage

Tags

v0.2.16

Toggle v0.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix localfs prefix (#106)

* fix localfs prefix
* fix test to ignore already closed

v0.2.15

Toggle v0.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure test coverage for lio use cases (#105)

* Ensure test coverage for lio use cases

* Remove deprecated golang code

v0.2.14

Toggle v0.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Google Cloud Transparent GZIP Compression Support (#104)

* Initial commit of PoC of transparent snappy compression

* Fix tests

* fix up require usage

* Fix up temp dir usage

* Temp dirs but right

* Delete custom buffered test writer thing

* make csbufio reads peek to id snappy

* Remove junk

* Prep for using lzma

* More

* Convert to gzip

* Fix google tests, handle errors, read compressed

* Start removing local compression support

* Remove enablecompression during testing

* Remove more

* Remove pointless redundancy

* Make Content-Encoding available externally

* Re-add accidentally removed test

* Destandardize Content-Encoding to content_encoding

* Add missing reference to enableCompression

* Add missed write path

* Set mime correctly

* Handle additional codepath

* Work around an interesting google library behavior

* Do the other codepath too

* Fix comment

v0.2.13

Toggle v0.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependency google.golang.org/api/storage/v1 (#103)

* update gitignore file

* update dependencies and fix apistore.go

v0.2.12

Toggle v0.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Local fs start end offset (#101)

* Add TestList with empty case.

* TestList: add "one" case.

* TestList: add "many" case.

* Support StartOffset.

* Support EndOffset

* Include localfs in StartOffset/EndOffset GoDoc.

* Move offset filtering inside of filepath.Walk closure.

v0.2.11

Toggle v0.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
csbufio: Respect contexts in NewReader/NewWriter (lytics/lio#28503) (PR 

#100)

v0.2.10

Toggle v0.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Segregate optionally based on bucket, fix tests (#99)

- If we have a bucket, use it in the path so we don't stomp other
  buckets' files
- Also make localfs tests parallel compatible
- Use require more

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't throw an error on a missing folder in localfs (#95)

Co-authored-by: Erin Pentecost <erin.pentecost@lytics.com>

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Recursively delete empty parent folders (#94)

* Recursively delete empty parent folders

* Address race condition and escape for store dir

* Address some PR comments

Co-authored-by: Erin Pentecost <erin.pentecost@lytics.com>

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #93 from lytics/remove_empty_folders

Delete folders when empty for localfs