Skip to content
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

[#10955] Wrap up Objectify V6 migration #11058

Merged
merged 6 commits into from
Mar 23, 2021

Conversation

wkurniawan07
Copy link
Member

Fixes #10955

This PR will symbolically move all the commits from the Objectify v6 migration PRs to the longer-living teammatesv8 branch.

Merging shall be using the rebase-and-merge option.

Derek-Hardy and others added 6 commits March 22, 2021 23:09
* update objectify dependency to v6 and fix initial build issues

* reset localhost port to default

* updated cloud datastore cursor api for v6

* add missing Objectify.init() in base test case

* add project id information into Objectify.init()

* fixed wrong order from auto import

* include localDatastoreHelper test config

* fixed deleteEntity key id compatibility to v6

* updated e2e test setup for local datastore helper

* remove local datastore service test config

* remove not equal DB operation

* added local datastore helper for e2e testing

* Generate legacy key format consistent with the old appengine SDK

* moved localDatastoreHelper setup from OfyHelper to base test case

* moved datastore port config to build.template.properties

* improved on documentation

* refactored emulator port config

Co-authored-by: jianhandev <jianhanli.dev@gmail.com>
* Replace usage of Text type from appengine datastore api with StringValue

* Use unindexed String as alternative over StringValue previously used to replace Text

* Simplify getters and setters

* Remove redundant architecture test method after deprecating use of datastore Text type
#11025)

* Remove usage of DatastoreTimeoutException from old api

* Get WebApiServlet to throw specific datastore error messages

* Replace hard-coded values with enum values of google.rpc.Code
* Implement connection to Datastore service

* Remove usage of Remote API

* Standardize project name

* Remove remaining traces of internal Datastore API usage

* Increase time limit threshold for results API L&P test
@wkurniawan07
Copy link
Member Author

@Derek-Hardy @jianhandev please help to do one last sanity check

@wkurniawan07 wkurniawan07 added the s.ToReview The PR is waiting for review(s) label Mar 22, 2021
Copy link
Contributor

@jianhandev jianhandev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, should we include the documentations (for datastore emulator) as well before merging it into teammatesv8 branch?

Copy link
Contributor

@Derek-Hardy Derek-Hardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Maybe sync up this documentation as well.

@Derek-Hardy Derek-Hardy added s.ToMerge The PR is approved by all reviewers including final reviewer; ready for merging and removed s.ToReview The PR is waiting for review(s) labels Mar 23, 2021
@wkurniawan07 wkurniawan07 merged commit d267e84 into teammatesv8 Mar 23, 2021
@wkurniawan07 wkurniawan07 deleted the objectify-v6-migration branch March 23, 2021 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s.ToMerge The PR is approved by all reviewers including final reviewer; ready for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants