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: Organizations API and Users API #99

Merged
merged 9 commits into from
Apr 24, 2020

Conversation

vlastahajek
Copy link
Contributor

Closes #97 and #98

Added basic support calling Organizations API and Users API.

Organization API doesn't handle secrets and labels yet, Users API doesn't handle logs

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Tests pass

@vlastahajek vlastahajek requested a review from sranka April 24, 2020 12:34
@vlastahajek vlastahajek added this to the 1.1.0 milestone Apr 24, 2020
@codecov-io
Copy link

Codecov Report

Merging #99 into master will increase coverage by 1.62%.
The diff coverage is 91.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   82.09%   83.72%   +1.62%     
==========================================
  Files          11       11              
  Lines         810      768      -42     
==========================================
- Hits          665      643      -22     
+ Misses         99       86      -13     
+ Partials       46       39       -7     
Impacted Files Coverage Δ
setup.go 72.22% <66.66%> (-2.78%) ⬇️
writeService.go 77.67% <80.00%> (-1.23%) ⬇️
client.go 93.10% <94.28%> (+17.37%) ⬆️
query.go 74.87% <100.00%> (+0.66%) ⬆️
version.go 100.00% <100.00%> (ø)
write.go 94.06% <100.00%> (+2.54%) ⬆️
writeApiBlocking.go 82.60% <100.00%> (ø)
options.go 70.21% <0.00%> (-4.26%) ⬇️

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 b0a0379...6fec474. Read the comment docs.

@vlastahajek vlastahajek merged commit f473a8d into influxdata:master Apr 24, 2020
@vlastahajek vlastahajek deleted the feat/orgs-and-users branch April 24, 2020 14:14
@vlastahajek vlastahajek mentioned this pull request Apr 24, 2020
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.

Organizations API
2 participants