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

feat: populate x-goog-api-client header for auth #772

Merged
merged 2 commits into from Aug 9, 2019

Conversation

bcoe
Copy link
Contributor

@bcoe bcoe commented Aug 9, 2019

After various discussions, where I ultimately landed was on:

  1. keeping the User-Agent fields as they stand, as I've been assured that they won't interfere with the new x-goog-api-client header field.
  2. introducing the new x-goog-api-client header to the auth client itself, putting us in the position to track information about folks using it directly.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 9, 2019
@codecov
Copy link

codecov bot commented Aug 9, 2019

Codecov Report

Merging #772 into master will increase coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #772      +/-   ##
==========================================
+ Coverage   84.26%   84.34%   +0.08%     
==========================================
  Files          17       17              
  Lines         947      952       +5     
  Branches      210      211       +1     
==========================================
+ Hits          798      803       +5     
  Misses         88       88              
  Partials       61       61
Impacted Files Coverage Δ
src/transporters.ts 90% <100%> (+1.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed7384a...a2565fa. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Aug 9, 2019

Codecov Report

Merging #772 into master will increase coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #772      +/-   ##
==========================================
+ Coverage   84.26%   84.34%   +0.08%     
==========================================
  Files          17       17              
  Lines         947      952       +5     
  Branches      210      211       +1     
==========================================
+ Hits          798      803       +5     
  Misses         88       88              
  Partials       61       61
Impacted Files Coverage Δ
src/transporters.ts 90% <100%> (+1.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed7384a...a2565fa. Read the comment docs.

@bcoe bcoe merged commit 526dcf6 into master Aug 9, 2019
@bcoe bcoe deleted the populate-additional-header branch August 9, 2019 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants