Skip to content

feat: use InfluxDB OSS API definitions to generated APIs #261

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

Merged
merged 6 commits into from
May 28, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented May 25, 2021

Closes #243

Proposed Changes

Checklist

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

@codecov-commenter
Copy link

codecov-commenter commented May 25, 2021

Codecov Report

Merging #261 (bad189f) into master (bccc2b8) will increase coverage by 0.11%.
The diff coverage is 100.00%.

❗ Current head bad189f differs from pull request most recent head 05a6bb8. Consider uploading reports for the commit 05a6bb8 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #261      +/-   ##
==========================================
+ Coverage   91.93%   92.04%   +0.11%     
==========================================
  Files          25       25              
  Lines        2033     2050      +17     
==========================================
+ Hits         1869     1887      +18     
+ Misses        164      163       -1     
Impacted Files Coverage Δ
influxdb_client/api_client.py 67.66% <ø> (ø)
influxdb_client/configuration.py 84.44% <ø> (ø)
influxdb_client/rest.py 83.45% <ø> (ø)
influxdb_client/__init__.py 100.00% <100.00%> (ø)
influxdb_client/client/authorizations_api.py 86.36% <100.00%> (ø)
influxdb_client/client/bucket_api.py 96.55% <100.00%> (+2.80%) ⬆️
influxdb_client/client/delete_api.py 100.00% <100.00%> (ø)
influxdb_client/client/organizations_api.py 84.21% <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 bccc2b8...05a6bb8. Read the comment docs.

@bednar bednar merged commit f851303 into master May 28, 2021
@bednar bednar deleted the feat/swagger-update branch May 28, 2021 08:40
@bednar bednar added this to the 1.18.0 milestone May 28, 2021
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.

Code crash while querying for notification endpoint
3 participants