-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Conversation
This file contains 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
* 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
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #10955
Fixes #11018
Fixes #11065
Fixes #11079
Fixes #11080
Fixes #11119
Fixes #11120
Fixes #11121