-
Notifications
You must be signed in to change notification settings - Fork 108
feat: add support for appengine legacy url encoding #456
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
Conversation
|
Thanks for the PR! @crwilcox & @stephenplusplus could I trouble y'all to take a look here? |
Codecov Report
@@ Coverage Diff @@
## master #456 +/- ##
==========================================
+ Coverage 98.12% 98.24% +0.12%
==========================================
Files 5 5
Lines 639 684 +45
Branches 153 159 +6
==========================================
+ Hits 627 672 +45
Partials 12 12
Continue to review full report at Codecov.
|
src/utils.ts
Outdated
| @@ -0,0 +1,164 @@ | |||
| import * as Protobuf from 'protobufjs'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could these new classes be moved to src/entity.ts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stephenplusplus Moved into entity.ts
- updated test cases
|
@jiren looks like there is an issue with the samples test: https://source.cloud.google.com/results/invocations/f307d150-cef8-4d65-bb63-714d9931c311/targets/cloud-devrel%2Fclient-libraries%2Fnodejs%2Fpresubmit%2Fgoogleapis%2Fnodejs-datastore%2Fnode10%2Fsamples-test/log -- I'm not sure how this could be related to your changes, but other PRs don't seem to have the same failure. Any ideas? |
|
@stephenplusplus looking into it. |
googleapis/synthtool@1b4cc80 commit 1b4cc80a7aaf164f6241937dd87f3bd1f4149e0c Author: Alexander Fenster <fenster@google.com> Date: Wed Mar 25 08:01:31 2020 -0700 fix: do not run node 8 CI (#456)
Fixes #152 and #105