Commit Graph

6 Commits

Author SHA1 Message Date
Fabian Reinartz 327152862c Update expfmt.NewDecoder usage 2015-09-22 12:11:28 +02:00
Fabian Reinartz 1cc3a0a584 Add newline to vendor.js after upstream fix 2015-09-17 18:31:56 +02:00
Fabian Reinartz 4876e92014 Upgrade expfmt vendoring 2015-09-17 17:20:08 +02:00
Julius Volz eeb1da36ac Fix InfluxDB write support to work with InfluxDB 0.9.x.
Because the InfluxDB client library currently pulls in multiple MBs of
unnecessary dependencies, I have modified and cut up the vendored
version to only pull in the few pieces that are actually needed.

On InfluxDB's side, this dependency issue is tracked in:

https://github.com/influxdb/influxdb/issues/3447

Hopefully, it will be resolved soon.

If a password is needed for InfluxDB, it may be supplied via the
INFLUXDB_PW environment variable.
2015-09-16 17:40:03 +02:00
Fabian Reinartz 9e5b317c0d Move vendor file to new location 2015-09-16 12:03:09 +02:00
Fabian Reinartz 468d2eb60e Vendoring via govendor 2015-09-15 15:37:12 +02:00