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(session): add label support #373

Merged
merged 3 commits into from
Oct 20, 2018
Merged

feat(session): add label support #373

merged 3 commits into from
Oct 20, 2018

Conversation

callmehiphop
Copy link
Contributor

@callmehiphop callmehiphop commented Oct 16, 2018

  • Tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@callmehiphop callmehiphop requested a review from a team October 16, 2018 13:41
@ghost ghost assigned callmehiphop Oct 16, 2018
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 16, 2018
@codecov
Copy link

codecov bot commented Oct 16, 2018

Codecov Report

Merging #373 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #373      +/-   ##
==========================================
+ Coverage   99.54%   99.54%   +<.01%     
==========================================
  Files          12       12              
  Lines        1316     1323       +7     
==========================================
+ Hits         1310     1317       +7     
  Misses          6        6
Impacted Files Coverage Δ
src/database.js 97.5% <100%> (+0.03%) ⬆️
src/session-pool.js 100% <100%> (ø) ⬆️
src/session.js 100% <100%> (ø) ⬆️

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 6237bff...80acb69. Read the comment docs.

src/database.js Outdated

if (options.labels) {
reqOpts.session = {labels: options.labels};
delete options.labels;

This comment was marked as spam.

This comment was marked as spam.

@ghost ghost assigned JustinBeckwith Oct 20, 2018
@JustinBeckwith
Copy link
Contributor

👋 @stephenplusplus would you mind taking another look?

@JustinBeckwith JustinBeckwith merged commit 257042f into googleapis:master Oct 20, 2018
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.

4 participants