influxdb/bolt
Tim Raymond 543b8703b3 Add tests for Dashboard protobuf & misc renaming
There were previously no tests around Dashboard serialization to
protobuf, so this patch adds coverage for that. Also, the `go-cmp`
package has been introduced to replace our usage of `reflect.DeepEqual`
going forward because it has better comparison features that make it
more stable across Go versions and produces nice diffs in tests when
they fail, reducing the need for debug lines and manual inspection.
2017-07-24 14:04:23 -04:00
..
internal Add tests for Dashboard protobuf & misc renaming 2017-07-24 14:04:23 -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 Update name to chronograf 2016-10-20 09:39:40 -05:00
dashboards.go Introduce ability to edit a dashboard cell 2017-03-23 17:12:33 -07:00
layouts.go Update to fix go linter issues 2017-03-06 10:11:52 -06:00
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 Update to fix go linter issues 2017-03-06 10:11:52 -06:00
sources_test.go Introduce ability to edit a dashboard cell 2017-03-23 17:12:33 -07:00
users.go Add tests for bolt user store 2017-02-21 22:15:22 -06:00
users_test.go Introduce ability to edit a dashboard cell 2017-03-23 17:12:33 -07:00
util.go Refactor users and add client usersstore 2017-02-17 13:37:00 -06:00