-
Notifications
You must be signed in to change notification settings - Fork 461
feat: Update Datastore to V2 #8609
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
Merged
Merged
Changes from 27 commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
ed8fa34
Modify the Operation class to use a gapic client
Hectorhammett 67e8f59
Remove connection classes
Hectorhammett aee6500
Update the runAggregation method
Hectorhammett f4848e3
Finish DatastoreClient unit tests
Hectorhammett 38fddcc
Update the OperationTest.php
Hectorhammett b3e9ada
Finish code changes to comply with Integration tests and keep compati…
Hectorhammett 76b76ee
Fix unit tests for OperationTest
Hectorhammett 3d64343
Fix the TransactionTest unit tests
Hectorhammett 7bbc01f
Fix EntityMapperTest unit tests
Hectorhammett 9269c4a
Fix base64 encoding
Hectorhammett 9ebfdc5
Modify the operation class to use the new validateOptions method
Hectorhammett 6fc1479
Use the validateOptions method to multiple functions inside the Opera…
Hectorhammett 7cb5c4c
Update documentation for Datastore options
Hectorhammett 9b1f5a2
Remove Datastore from the ServiceBuilderTest as this class is depreca…
Hectorhammett 115f604
update Datastore GAPIC V2
bshaffer f29d7bd
Modify the Operation class to use a gapic client
Hectorhammett f45fc4b
Remove connection classes
Hectorhammett ec2505f
Update the runAggregation method
Hectorhammett 421d768
Finish DatastoreClient unit tests
Hectorhammett a022d66
Update the OperationTest.php
Hectorhammett 917a27a
Finish code changes to comply with Integration tests and keep compati…
Hectorhammett ae28a19
Fix unit tests for OperationTest
Hectorhammett 4478692
Fix the TransactionTest unit tests
Hectorhammett 1cb5cc8
Fix EntityMapperTest unit tests
Hectorhammett e21f15b
Fix base64 encoding
Hectorhammett 05f3d9d
Modify the operation class to use the new validateOptions method
Hectorhammett 6680b0b
Use the validateOptions method to multiple functions inside the Opera…
Hectorhammett a9b9006
Update documentation for Datastore options
Hectorhammett 4b91102
Remove Datastore from the ServiceBuilderTest as this class is depreca…
Hectorhammett 9e0c620
Fix Snippet tests
Hectorhammett 1b33af8
Remove unused connectioType property on EntityMapper
Hectorhammett 030a5b5
Remove the KeyFile option from the configuration options
Hectorhammett 4815ccf
Add support for the emulatore tests
Hectorhammett 7e1e7bd
Fix style issues
Hectorhammett c52f97f
Fix Type annotation
Hectorhammett a92786d
Update core dependency
Hectorhammett ee037bd
Update credentials handling
Hectorhammett 5afea27
Add credentials handling
Hectorhammett 4f4a0ab
Fix style issue
Hectorhammett 74b1459
Add fixture for credentials configuration
Hectorhammett 893d71a
Change logic to use only GRPC values
Hectorhammett e301e46
Fix style issues
Hectorhammett 70b0bde
Remove unnecessary imports
Hectorhammett 9811fdf
Update core dependency version
Hectorhammett 6b289ee
Merge branch 'datastore-modernization' into datastore-gapic-v2
bshaffer 66c8a7c
Update bootstrap.php
bshaffer 4f9cae3
updates from main
bshaffer 27945a4
Modify the Operation class to use a gapic client
Hectorhammett 265fe7e
Remove connection classes
Hectorhammett f0fb6bf
Update the runAggregation method
Hectorhammett 98840d1
Finish DatastoreClient unit tests
Hectorhammett 944d176
Update the OperationTest.php
Hectorhammett a877b57
Finish code changes to comply with Integration tests and keep compati…
Hectorhammett 1d30d9a
Fix unit tests for OperationTest
Hectorhammett 21d6647
Fix the TransactionTest unit tests
Hectorhammett e35f381
Fix EntityMapperTest unit tests
Hectorhammett 72d0480
Fix base64 encoding
Hectorhammett 61afc53
Modify the operation class to use the new validateOptions method
Hectorhammett 67ee87f
Use the validateOptions method to multiple functions inside the Opera…
Hectorhammett 26d45a7
Update documentation for Datastore options
Hectorhammett 5ca8f5c
Remove Datastore from the ServiceBuilderTest as this class is depreca…
Hectorhammett 797367d
Fix Snippet tests
Hectorhammett ee09a6e
Remove unused connectioType property on EntityMapper
Hectorhammett 9ee6a54
Remove the KeyFile option from the configuration options
Hectorhammett 1c1ed17
Add support for the emulatore tests
Hectorhammett fb7f58e
Fix style issues
Hectorhammett 0f7a890
Fix Type annotation
Hectorhammett 5e0e5ff
Update core dependency
Hectorhammett d881e7b
Update credentials handling
Hectorhammett 7e8827f
Add credentials handling
Hectorhammett aeddb00
Fix style issue
Hectorhammett 1d357d0
Add fixture for credentials configuration
Hectorhammett f95d3d6
Change logic to use only GRPC values
Hectorhammett ab69a78
Fix style issues
Hectorhammett a7221fb
Remove unnecessary imports
Hectorhammett 75ec383
Update core dependency version
Hectorhammett 78cb9a8
Merge branch 'datastore-gapic-v2' into datastore-modernization
Hectorhammett 1f6e16e
Add the OptionsValidator property to the Operation class
Hectorhammett 103ba8d
Merge branch 'main' into datastore-modernization
bshaffer 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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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.