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

FireStore:deprecated warnings removed #5247

Merged
merged 3 commits into from
Jun 4, 2019

Conversation

abhinav-qlogic
Copy link

Works towards #4384

@abhinav-qlogic abhinav-qlogic requested a review from a team as a code owner May 31, 2019 14:28
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 31, 2019
@ajaaym ajaaym added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 31, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 31, 2019
@codecov
Copy link

codecov bot commented May 31, 2019

Codecov Report

Merging #5247 into master will increase coverage by <.01%.
The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #5247      +/-   ##
============================================
+ Coverage     50.48%   50.48%   +<.01%     
  Complexity    23875    23875              
============================================
  Files          2258     2258              
  Lines        227482   227483       +1     
  Branches      24978    24978              
============================================
+ Hits         114834   114835       +1     
  Misses       104029   104029              
  Partials       8619     8619
Impacted Files Coverage Δ Complexity Δ
...oogle/cloud/firestore/spi/v1/GrpcFirestoreRpc.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...java/com/google/cloud/firestore/FirestoreImpl.java 83.13% <100%> (+0.09%) 22 <0> (ø) ⬇️

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 4ffdda3...9bb28e8. Read the comment docs.

@@ -339,9 +339,11 @@ public void onSuccess(List<WriteResult> writeResults) {
span.end();
resultFuture.set(userResult);
}
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be MoreExecutors.directExecutor()

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All callbacks that didn't have an explicit executor should use MoreExecutors.directExecutor()

@sduskis sduskis requested a review from a team May 31, 2019 18:16
@sduskis sduskis added the api: firestore Issues related to the Firestore API. label May 31, 2019
@pmakani pmakani added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2019
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jun 3, 2019
@codecov
Copy link

codecov bot commented Jun 3, 2019

Codecov Report

Merging #5247 into master will increase coverage by <.01%.
The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #5247      +/-   ##
============================================
+ Coverage     50.48%   50.48%   +<.01%     
  Complexity    23875    23875              
============================================
  Files          2258     2258              
  Lines        227482   227483       +1     
  Branches      24978    24978              
============================================
+ Hits         114834   114835       +1     
  Misses       104029   104029              
  Partials       8619     8619
Impacted Files Coverage Δ Complexity Δ
...oogle/cloud/firestore/spi/v1/GrpcFirestoreRpc.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...java/com/google/cloud/firestore/FirestoreImpl.java 83.13% <100%> (+0.09%) 22 <0> (ø) ⬇️

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 4ffdda3...9bb28e8. Read the comment docs.

@sduskis sduskis added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2019
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jun 3, 2019
@sduskis sduskis merged commit 9d9404b into googleapis:master Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the Firestore API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants