-
Notifications
You must be signed in to change notification settings - Fork 639
all modules: ensure all User-Agents are set #1568
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
all modules: ensure all User-Agents are set #1568
Conversation
packages/common/src/grpc-service.js
Outdated
|
|
||
| this.grpcMetadata = new grpc.Metadata(); | ||
|
|
||
| this.grpcMetadata.add('User-Agent', [ |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
328765b to
db0f6d3
Compare
bf993ae to
ed14c4a
Compare
packages/common/test/grpc-service.js
Outdated
| return (retryRequestOverride || retryRequest).apply(null, arguments); | ||
| } | ||
|
|
||
|
|
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@stephenplusplus Not trying to be a pain in the butt, but could we separate this into 2 different PRs?
The way all these changes are lumped together makes testing this locally .. challenging. |
c7db4f9 to
a3eccbd
Compare
|
Looks like we're missing |
|
Added. |
|
Changes Unknown when pulling e2851fc on stephenplusplus:spp--user-agents into * on GoogleCloudPlatform:master*. |
To Dos
Each module will now pass its own
package.jsonto ensure the correct UA string is set.