feat: implement "append_from_file" by chandra-siri · Pull Request #1686 · googleapis/python-storage · GitHub
Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e2a595a
feat: compute chunk wise checksum for bidi_writes
chandra-siri Dec 18, 2025
4f3d18e
move common code to utils
chandra-siri Dec 18, 2025
62a2c89
add and fix failing unit tests
chandra-siri Dec 18, 2025
dddf6c2
Merge branch 'main' into bidi_writes_checksum
chandra-siri Dec 18, 2025
e89e205
add license info in _utils file
chandra-siri Dec 18, 2025
f1abcaa
Merge branch 'bidi_writes_checksum' of github.com:googleapis/python-s…
chandra-siri Dec 18, 2025
9353e58
use FailedPreCondition instead of NotFound
chandra-siri Dec 18, 2025
2b1d6ce
chore: add test cases for large objects
chandra-siri Dec 18, 2025
cf9597c
feat: provide flush size to be configurable
chandra-siri Dec 18, 2025
b285a40
remove unused imports
chandra-siri Dec 18, 2025
df42160
add unit tests and idomatic
chandra-siri Dec 18, 2025
2dc9f61
feat: implement "append_from_file"
chandra-siri Dec 18, 2025
262480d
add imports
chandra-siri Dec 18, 2025
fad8a88
Merge branch 'main' of github.com:googleapis/python-storage into sys_…
chandra-siri Dec 19, 2025
def00f3
address nit comments
chandra-siri Dec 19, 2025
2fbe83d
add assert statements
chandra-siri Dec 19, 2025
5bc78db
remove unused imports
chandra-siri Dec 19, 2025
8f3c2be
Merge branch 'sys_test_large_obj' of github.com:googleapis/python-sto…
chandra-siri Dec 19, 2025
842e5e2
Merge branch 'configurable_flush_interval' of github.com:googleapis/p…
chandra-siri Dec 19, 2025
bdb5b93
Merge branch 'main' of github.com:googleapis/python-storage into helpers
chandra-siri Dec 19, 2025
687072a
Merge branch 'main' into helpers
chandra-siri Dec 20, 2025
3f0d75a
Merge branch 'main' of github.com:googleapis/python-storage into helpers
chandra-siri Dec 20, 2025
2f1c0dc
increase the open file descriptors limit
chandra-siri Dec 22, 2025
ce6c2f6
Merge branch 'helpers' of github.com:googleapis/python-storage into h…
chandra-siri Dec 22, 2025
3de9d7a
apply limit on cloudbuild.yaml
chandra-siri Dec 22, 2025
bff780b
use _ in front of variable name for cloud build
chandra-siri Dec 22, 2025
af94e3a
print current ulimit
chandra-siri Dec 22, 2025
cbfb53e
increase ulimit to 1048576
chandra-siri Dec 22, 2025
e4aef2b
use $$ instead of $ for $CURRENT_PATH
chandra-siri Dec 22, 2025
5b53fd1
Merge branch 'main' into helpers
chandra-siri Dec 22, 2025
bab7677
reset .yaml file to main
chandra-siri Dec 22, 2025
f367344
Merge branch 'helpers' of github.com:googleapis/python-storage into h…
chandra-siri Dec 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 31 additions & 9 deletions tests/unit/asyncio/test_async_appendable_object_writer.py