Skip to content

feat: scala and kotlin clients has their own user agent string#119

Merged
bednar merged 2 commits intomasterfrom
feat/scala-kotlin-user-agent
Jun 9, 2020
Merged

feat: scala and kotlin clients has their own user agent string#119
bednar merged 2 commits intomasterfrom
feat/scala-kotlin-user-agent

Conversation

@bednar
Copy link
Copy Markdown
Contributor

@bednar bednar commented Jun 9, 2020

Closes #118

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Tests pass
  • Sign CLA (if not already signed)

@bednar bednar added the enhancement New feature or request label Jun 9, 2020
@bednar bednar added this to the 1.9.0 milestone Jun 9, 2020
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #119 into master will decrease coverage by 0.21%.
The diff coverage is 90.90%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #119      +/-   ##
============================================
- Coverage     91.75%   91.53%   -0.22%     
  Complexity      441      441              
============================================
  Files           137      137              
  Lines          5420     5422       +2     
  Branches        201      201              
============================================
- Hits           4973     4963      -10     
- Misses          368      378      +10     
- Partials         79       81       +2     
Impacted Files Coverage Δ Complexity Δ
...va/com/influxdb/internal/UserAgentInterceptor.java 77.77% <66.66%> (+2.77%) 0.00 <0.00> (ø)
...client/kotlin/internal/InfluxDBClientKotlinImpl.kt 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
...com/influxdb/client/flux/internal/FluxApiImpl.java 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
.../reactive/internal/InfluxDBClientReactiveImpl.java 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
...lient/scala/internal/InfluxDBClientScalaImpl.scala 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
...fluxdb/client/internal/AbstractInfluxDBClient.java 92.30% <100.00%> (+0.15%) 0.00 <0.00> (ø)
...m/influxdb/client/internal/InfluxDBClientImpl.java 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
...ava/com/influxdb/client/internal/UsersApiImpl.java 53.01% <0.00%> (-9.64%) 0.00% <0.00%> (ø%)
.../influxdb/client/internal/AbstractWriteClient.java 89.57% <0.00%> (-1.90%) 0.00% <0.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 b998d47...e3e252b. Read the comment docs.

@bednar bednar merged commit 6a7691f into master Jun 9, 2020
@bednar bednar deleted the feat/scala-kotlin-user-agent branch June 9, 2020 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Give scala and kotlin clients their own user agent string

2 participants