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

[#800] Initial release for GAE second generation runtime support #11167

Merged
merged 15 commits into from
Jun 6, 2021

Conversation

wkurniawan07
Copy link
Member

@wkurniawan07 wkurniawan07 commented Jun 2, 2021

Fixes #10955
Fixes #11018
Fixes #11065
Fixes #11079
Fixes #11080
Fixes #11119
Fixes #11120
Fixes #11121

@wkurniawan07 wkurniawan07 added the s.DoNotMerge The pull request may be ready to merge but should not be, pending some event label Jun 2, 2021
Derek-Hardy and others added 15 commits June 6, 2021 17:47
* 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
* Modify implementation of Config.getBaseAppUrl

* Modify implementation of Config.isDevServer

* Modify implementation of DatastoreBackupAction

* Modify implementation of Config.getRequestId

* Remove DeadlineExceededException
…ogging (#11160)

* Replace Config.getRequestId with tracing function with ThreadLocal

* Replace DeadlineExceededException with self-maintained timer

* Include automated request endpoints in origin check configuration

* Incorporate structured logging to enable grouping of logs
@wkurniawan07 wkurniawan07 marked this pull request as ready for review June 6, 2021 10:10
@wkurniawan07 wkurniawan07 added s.ToMerge The PR is approved by all reviewers including final reviewer; ready for merging and removed s.DoNotMerge The pull request may be ready to merge but should not be, pending some event labels Jun 6, 2021
@wkurniawan07 wkurniawan07 merged commit b23e56e into master Jun 6, 2021
@wkurniawan07 wkurniawan07 deleted the teammatesv8 branch June 6, 2021 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment