Skip to content

feat: update management API - BucketsApi, OrganizationsApi, UsersApi #358

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 4 commits into from
Nov 11, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Nov 8, 2021

Closes #357

Proposed Changes

Updated management API:

  • BucketsApi - add possibility to: update
  • OrganizationsApi - add possibility to: update
  • UsersApi - add possibility to: update, delete, find

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 Nov 8, 2021

Codecov Report

Merging #358 (edae745) into master (bb378af) will increase coverage by 0.00%.
The diff coverage is 100.00%.

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

@@           Coverage Diff           @@
##           master     #358   +/-   ##
=======================================
  Coverage   92.84%   92.85%           
=======================================
  Files          27       27           
  Lines        2306     2309    +3     
=======================================
+ Hits         2141     2144    +3     
  Misses        165      165           
Impacted Files Coverage Δ
influxdb_client/client/bucket_api.py 94.44% <100.00%> (+0.50%) ⬆️

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 bb378af...a5cc337. Read the comment docs.

@bednar bednar changed the title feat: add possibility to update Bucket from API feat: add possibility to update Bucket, Organization from API Nov 8, 2021
@bednar bednar changed the title feat: add possibility to update Bucket, Organization from API feat: update management API - BucketsApi, OrganizationsApi, UsersApi Nov 9, 2021
@bednar bednar requested a review from rhajek November 9, 2021 09:18
@bednar bednar marked this pull request as ready for review November 9, 2021 09:18
@bednar bednar merged commit 81e7d21 into master Nov 11, 2021
@bednar bednar deleted the feat/api_update_functions branch November 11, 2021 12:24
@bednar bednar added this to the 1.24.0 milestone Nov 11, 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.

Implement updating a bucket
3 participants