influxdb/bolt
Tim Raymond 2ff3e27e1f Convert Axis Bounds to []string
Due to various limitations with the previous implementation of Bounds as
a [2]int64{}, we've decided to change this to a []string{}. This will
allow clients to store arbitrary data specifying a bound and interpret
it as they wish.
2017-07-31 16:35:53 -04:00
..
internal Convert Axis Bounds to []string 2017-07-31 16:35:53 -04:00
client.go Update kapacitors rule's to use AST and kapacitor directly 2017-04-05 20:04:42 -05:00
client_test.go
dashboards.go Introduce ability to edit a dashboard cell 2017-03-23 17:12:33 -07:00
layouts.go
servers.go DRY bolt/servers.go code 2017-04-21 13:07:32 -07:00
servers_test.go persist the currently active kapacitor in boltdb 2017-04-21 12:42:35 -07:00
sources.go
sources_test.go Introduce ability to edit a dashboard cell 2017-03-23 17:12:33 -07:00
users.go
users_test.go Introduce ability to edit a dashboard cell 2017-03-23 17:12:33 -07:00
util.go