Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / xbrianh/gs-chunked-io issues and pull requests

#80 - Improve writer retry logic, retry compose blobs

Pull Request - State: closed - Opened by xbrianh almost 4 years ago - 1 comment

#79 - Catch blob delete errors in Writer

Pull Request - State: closed - Opened by xbrianh almost 4 years ago - 1 comment

#78 - Handle NotFound for blob deletes

Pull Request - State: closed - Opened by xbrianh almost 4 years ago - 1 comment

#77 - Add retries for delete parts

Pull Request - State: closed - Opened by xbrianh almost 4 years ago - 1 comment

#76 - Update requirements

Pull Request - State: closed - Opened by xbrianh almost 4 years ago - 1 comment

#75 - Explicit async collections instead of "threads"

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#74 - Suppress checksumming for chunked downloads

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#73 - Minor test simplifications

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#72 - Bump google-cloud-storage

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#71 - Remove depreciated download_as_string

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#70 - Use less easily searched test strings

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#69 - Write empty files for test_find_parts

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#68 - Introduce "find_uploads" method

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#67 - Fix remove_parts for specific upload_id

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#66 - Add write support for 0 byte objects

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#65 - Add read support for 0 byte objects

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#64 - Add script to remove upload parts

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#63 - Introduce method to delete upload parts

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#62 - This improves performance of for_each_chunk_async

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#61 - Fix readme typos

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#60 - compressed file, read as text, line by line

Issue - State: open - Opened by david-wine about 4 years ago - 2 comments

#59 - Make upload_id public and configurable

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#58 - Add utility method to find parts by upload id

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#57 - Prevent race ahead in for_each_chunk_async

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#56 - Fix expected chunk size calculation

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#55 - Fix AsyncQueue bug

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#54 - Reader sets blob.chunk_size

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#53 - Update readme

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#52 - Remove AsyncWriter

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#51 - Remove AsyncReader

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#50 - Remove Reader.for_each_chunk

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#49 - Make Writer put_part private

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#48 - Make Reader fetch_chunk private

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#47 - Refactor part uploader

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#46 - Refactor reader part iterators.

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#45 - Refactor upload and download part iterators

Pull Request - State: closed - Opened by xbrianh about 4 years ago - 1 comment

#44 - Use async collections to manage concurrency

Pull Request - State: closed - Opened by xbrianh about 4 years ago - 1 comment

#43 - Introduce async collections

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#42 - Improve type hints

Pull Request - State: closed - Opened by xbrianh about 4 years ago

#41 - fixups for #40

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#40 - Correctly pick up version from package

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#39 - Async method to upload parts

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#38 - Add async part download generator

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#37 - Retry writes on connection failures

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#36 - Retry failed part downloads

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#35 - Remove unused line from Makefile

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#34 - Enable changelog

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#33 - Fix versioning

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#32 - [Easy] Use git during make clean

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#31 - Fix setup.py formatting

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#30 - Add part callback for writer

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#29 - Suppress GCP and socket warnings in tests

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#28 - Avoid exceptions during failed Writer instantiation

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#27 - Use generator to track reader parts

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#26 - Fail quickly for non-bucket-like objects

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#25 - Raise errors as futures complete

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#24 - More descriptive part name

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#23 - Small read optimizations

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#22 - Pin google-cloud-storage

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#21 - fix: OSError read should return bytes

Pull Request - State: closed - Opened by justindujardin over 4 years ago - 1 comment

#20 - Add readinto method to readers

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#19 - Cannot download blob

Issue - State: closed - Opened by LucasHarvey over 4 years ago - 2 comments

#18 - More optimal defaults for chunk io buffering

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#17 - Improve part handling

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#16 - Use bytearray for buffers

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#15 - Wrap part deletion in try/except

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#14 - Improve readme

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#13 - Fix errors in readme

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#12 - Executor may be passed in to constructors

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#11 - Make for_each_chunk an instance method

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#10 - Remove executor parameter from writer

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#9 - Default background threads == 1

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#8 - Update docs

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#7 - Clarify separation of sync/async functionality

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#6 - Use default chunk size

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#5 - reader sync and async for_each_chunk

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#4 - Readability improvements

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#3 - Fix regression of compose parts logic

Pull Request - State: closed - Opened by xbrianh over 4 years ago - 1 comment

#2 - Refactors for readability and separation of concerns.

Pull Request - State: closed - Opened by xbrianh over 4 years ago

#1 - Reader._part_numbers None until read()

Pull Request - State: closed - Opened by xbrianh over 4 years ago