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(scala): Add WriteAPI for Scala #347

Merged
merged 10 commits into from
May 18, 2022
Merged

feat(scala): Add WriteAPI for Scala #347

merged 10 commits into from
May 18, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented May 10, 2022

Closes #125

Proposed Changes

Added WriteAPI for Scala.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • mvn test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov-commenter
Copy link

codecov-commenter commented May 11, 2022

Codecov Report

Merging #347 (026ba19) into master (19cf00f) will increase coverage by 0.08%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #347      +/-   ##
============================================
+ Coverage     88.88%   88.97%   +0.08%     
- Complexity      633      634       +1     
============================================
  Files           153      155       +2     
  Lines          6282     6330      +48     
  Branches        302      302              
============================================
+ Hits           5584     5632      +48     
  Misses          612      612              
  Partials         86       86              
Impacted Files Coverage Δ
...cala/com/influxdb/client/scala/WriteScalaApi.scala 100.00% <100.00%> (ø)
...lient/scala/internal/InfluxDBClientScalaImpl.scala 100.00% <100.00%> (ø)
...uxdb/client/scala/internal/WriteScalaApiImpl.scala 100.00% <100.00%> (ø)

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 19cf00f...026ba19. Read the comment docs.

@bednar bednar requested a review from rhajek May 12, 2022 18:26
@bednar bednar marked this pull request as ready for review May 12, 2022 18:26
@bednar bednar force-pushed the scala-write-api branch from f334013 to 026ba19 Compare May 13, 2022 06:28
@bednar bednar merged commit 85eff8c into master May 18, 2022
@bednar bednar deleted the scala-write-api branch May 18, 2022 15:08
@bednar bednar added this to the 6.1.0 milestone May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write API for Scala seems to be missing
3 participants