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

Configuration file #53

Merged
merged 15 commits into from
Jan 20, 2020
Merged

Configuration file #53

merged 15 commits into from
Jan 20, 2020

Conversation

rolincova
Copy link
Contributor

@rolincova rolincova commented Jan 15, 2020

Closes #52

Briefly describe your proposed changes:

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

@rolincova rolincova requested a review from rhajek January 15, 2020 12:11
@bednar bednar modified the milestones: 1.4.0, 1.3.0 Jan 16, 2020
rolincova and others added 3 commits January 16, 2020 08:55
# Conflicts:
#	CHANGELOG.md
#	README.rst
#	influxdb_client/client/influxdb_client.py
#	influxdb_client/client/write_api.py
#	tests/test_WriteApi.py
@codecov-io
Copy link

codecov-io commented Jan 20, 2020

Codecov Report

Merging #53 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #53   +/-   ##
=====================================
  Coverage      88%    88%           
=====================================
  Files          22     22           
  Lines        1709   1709           
=====================================
  Hits         1504   1504           
  Misses        205    205
Impacted Files Coverage Δ
influxdb_client/configuration.py 84.26% <ø> (ø) ⬆️
influxdb_client/api_client.py 67.3% <100%> (ø) ⬆️
influxdb_client/__init__.py 100% <100%> (ø) ⬆️

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 d954d36...3b0f193. Read the comment docs.

@bednar bednar merged commit 2b6b6ea into master Jan 20, 2020
@bednar bednar deleted the configuration-file branch January 20, 2020 08:57
This pull request was closed.
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.

Initialize client library from config file and environmental properties
3 participants