grafana/pkg/tsdb/influxdb
Yaron de Leeuw d4f7a2bc99 minor code style: use strings.Replace fourth argument in influxdb (#8225)
Remove 5 lines from the codebase and an unecessary function,
by calling `strings.Replace` with -1 for the fourth argument.

A better alternative to what was merged in #8037
2017-04-27 08:51:43 +02:00
..
influxdb.go Use cache for http.client in tsdb package. (#6833) 2016-12-07 11:10:42 +01:00
model_parser_test.go Use cache for http.client in tsdb package. (#6833) 2016-12-07 11:10:42 +01:00
model_parser.go Use cache for http.client in tsdb package. (#6833) 2016-12-07 11:10:42 +01:00
models.go fix(influxdb): fixes broken raw query usage 2016-11-10 14:18:10 +01:00
query_part_test.go feat(templating): completed work on built in template variables and , closes #7190, refactors #7170 2017-01-11 12:10:26 +01:00
query_part.go influxdb: holt winters edits 2017-04-11 14:40:08 +02:00
query_test.go style: go fmt with simplify 2017-01-27 15:21:02 +01:00
query.go minor code style: use strings.Replace fourth argument in influxdb (#8225) 2017-04-27 08:51:43 +02:00
response_parser_test.go style: go fmt with simplify 2017-01-27 15:21:02 +01:00
response_parser.go fix(alerting): fixed evaluation for no_value condition, fixes #7244 (#7247) 2017-01-13 12:32:30 +01:00