timescale / outflux

Export data from InfluxDB to TimescaleDB
Apache License 2.0
90 stars 22 forks source link

Add flag to skip HTTPS verification for Influx connections #58

Closed atanasovskib closed 5 years ago

atanasovskib commented 5 years ago

Influx HTTP client has an option to skip HTTPs verification. A flag is added that allows the user to disable the verification explicitly.

As requested in #53

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@46594b9). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #58   +/-   ##
=========================================
  Coverage          ?   68.09%           
=========================================
  Files             ?       40           
  Lines             ?     1307           
  Branches          ?        0           
=========================================
  Hits              ?      890           
  Misses            ?      385           
  Partials          ?       32
Impacted Files Coverage Δ
internal/connections/influx_connection.go 90.47% <100%> (ø)
cmd/outflux/schema_transfer.go 86.15% <100%> (ø)
cmd/outflux/migrate.go 91.58% <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 46594b9...9f0888b. Read the comment docs.