-
Notifications
You must be signed in to change notification settings - Fork 700
refactor(storage): Migrate conformance tests to StorageTransport and enhance retry logic #9134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
thiyaguk09
wants to merge
216
commits into
googleapis:storage-gaxios-migration
Choose a base branch
from
thiyaguk09:test/storage-conformance-gaxios
base: storage-gaxios-migration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
216 commits
Select commit
Hold shift + click to select a range
b2e12e7
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 7760a7d
fix(storage): resolve system test failures after Gaxios & Node 18 mig…
thiyaguk09 d07f358
fix(storage): resolve Gaxios transport issues in conformance tests
thiyaguk09 edd2687
chore: remove system test
thiyaguk09 65f9f33
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 1ae557f
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 faf7509
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 bd33380
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 cc411a0
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 c5643d0
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 128bf0a
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 9010041
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 f1bceb6
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 7b6d68b
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 0e8f067
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 1c9ca6c
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 a2cd00b
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 72c17d7
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 c4b1b66
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 8eb2d72
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 eacb087
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 865e21c
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 683b3f4
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 0c58a9a
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 32bcc64
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 5f55b76
fix(storage): update storage conformance tests to correctly access re…
thiyaguk09 b5c81a1
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 fe44861
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 a461869
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 7c3ee50
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 0a4f5ac
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 04cc041
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 ef7c4d4
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 e3288e3
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 4f2c0a4
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 eb547c4
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 1fba172
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 5949286
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 fafab27
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 d4b912f
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 27d472d
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 c5be999
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 c0a6220
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 5f7973c
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 4865c5d
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 747d276
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 0f2652b
test: add bytes method to mock Gaxios response in acl and headers tests
thiyaguk09 697426d
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 a82723e
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 e366cc2
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 ffd2057
test: add bytes method to mock Gaxios response in acl and headers tests
thiyaguk09 6afa84a
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 8a0e737
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 4f69ca3
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 2d55123
test: add bytes method to mock Gaxios response in acl and headers tests
thiyaguk09 f99ed4f
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 17ffbe5
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 3b19434
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 7d5c5ac
test: add bytes method to mock Gaxios response in acl and headers tests
thiyaguk09 6418ed2
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 9379a79
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 2c0e9c8
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 e4c95b8
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 fb221c3
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 696a337
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 db015d3
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 efaaf4b
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 fe055f7
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 113e1b4
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 e03e122
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 7218474
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 d4ee55c
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 9271939
lint fix
thiyaguk09 6d9bbae
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 2af8521
chore: upgrade storage testbench image tag to v0.63.0
thiyaguk09 de6b408
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 20fcb11
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 9519ae8
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 1819fe4
lint fix
thiyaguk09 f0b6196
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 85c50e2
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 0979efb
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 ba27a8f
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 948d035
lint fix
thiyaguk09 232b2b5
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 fc44591
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 a81e28d
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 018f71e
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 43fc1e8
lint fix
thiyaguk09 ebf0ff1
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 1946ca8
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 bae6491
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 aeb3a02
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 3217d07
lint fix
thiyaguk09 e1acda6
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 6723f3e
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 43fc14b
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 3f1dcdf
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 0d373cf
lint fix
thiyaguk09 11433a8
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 0a993d6
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 4f16b2e
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 dae5c48
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 b1a54b0
lint fix
thiyaguk09 60ae0aa
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 de16592
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 82a2239
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 74e6d6b
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 f41a664
lint fix
thiyaguk09 8ad8d15
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 111aa89
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 eaf8c63
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 a5aac31
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 b4ac2f3
lint fix
thiyaguk09 f45f9c1
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 20e15b0
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 c9e4407
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 01223bc
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 72b5e10
lint fix
thiyaguk09 e274f9a
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 b0498ea
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 40f27b2
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 4b31465
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 191e96c
lint fix
thiyaguk09 68ad817
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 38849e1
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 2e8a5c9
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 929c38d
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 560a61b
lint fix
thiyaguk09 f3b4035
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 2161bde
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 b52e1f7
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 58ec490
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 99d0a21
lint fix
thiyaguk09 6098b8b
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 487c6e3
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 7920b7e
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 a31e5be
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 d8af687
lint fix
thiyaguk09 ce05106
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 e8fd1e0
refactor: replace retry proxy with gaxios interceptors in conformance…
thiyaguk09 dbd46bc
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 7e8f9ec
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 ad50970
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 ae0485b
lint fix
thiyaguk09 221d513
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 6ea2aee
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 321d91d
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 48db3ca
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 2686699
lint fix
thiyaguk09 de253fe
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 106c994
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 bebe7f1
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 8975172
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 b984e82
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 58ef9bf
lint fix
thiyaguk09 b16d16a
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 8e7342d
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 9aaaed0
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 678f64c
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 676e767
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 fd0a8fc
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 c6cbede
lint fix
thiyaguk09 374f80d
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 2e627f9
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 4937d6c
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 6ba890f
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 2ad86cc
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 4f26b73
lint fix
thiyaguk09 7b78138
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 f271b7b
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 9875e06
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 7ec256e
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 690b5a1
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 4e72213
lint fix
thiyaguk09 81b96dc
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 2147897
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 ad8bf9c
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 5121151
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 7949048
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 d2f57e0
lint fix
thiyaguk09 e374c96
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 9ad4b8a
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 d47a3a7
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 dbbe763
refactor(storage): remove Service.ts and migrate logic to StorageTran…
thiyaguk09 890a4f1
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 eb60a6a
lint fix
thiyaguk09 e6912a7
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 cfdc596
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 438af82
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 f7a8a9c
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 1cfb2a3
lint fix
thiyaguk09 d4b2adf
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 ca89333
Merge remote-tracking branch 'upstream/storage-node-18' into node18/c…
thiyaguk09 dc9bd51
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 146612c
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 b34d86a
lint fix
thiyaguk09 203b609
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 36d1491
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 0dcaac3
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 0c3af4f
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 7dbcff6
lint fix
thiyaguk09 05532de
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 461c043
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 33cf054
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 83f88fd
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 a71548f
lint fix
thiyaguk09 9e95e7a
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 8cfe20e
Merge branch 'storage-node-18' into node18/conformance-test
thiyaguk09 22f1d33
fix: encode resource names in URL paths, resolve transport promise re…
thiyaguk09 fcd83d0
fix(storage): standardize URL formatting and enhance transport retry
thiyaguk09 95cbc16
fix(storage): resolve transport and retry issues (#8235)
thiyaguk09 4b85206
lint fix
thiyaguk09 7945c91
fix(storage): Invocation ID is not retained on multipart upload retri…
thiyaguk09 7121954
Merge branch 'storage-gaxios-migration' into test/storage-conformance…
thiyaguk09 85f080b
Merge branch 'storage-gaxios-migration' into test/storage-conformance…
thiyaguk09 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.