influxdb/coordinator
Paul Dix 7f8c4778f6 Move cluster config from raft to API.
Fixes #853. Close #854. Previously, there was an unprotected endpoint in
raft to return the cluster config that would include user hashes. This
endpoint is useful for debugging purposes so I restructured it and moved
it to the API. It ensures the requesting user is a cluster admin.

Cluster config will now return all of the cluster state including
servers, CQs, shards, etc.

Conflicts:
	integration/single_server_test.go
2014-09-24 17:40:29 -04:00
..
client_server_test.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
command.go Add ability to update existing shard spaces. 2014-09-05 16:24:00 -04:00
continuous_query_writer.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
coordinator.go Fix parsing of multiple queries 2014-09-24 17:25:19 -04:00
coordinator_test.go Fix #690. Use idiomatic go project structure 2014-07-14 18:47:37 -04:00
interface.go Fix #690. Use idiomatic go project structure 2014-07-14 18:47:37 -04:00
mock_user_test.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
permissions.go Non admin database users shouldn't be able to drop series 2014-07-22 13:33:51 -04:00
permissions_test.go Fix a unit test that has changed in 91078c0 2014-07-22 15:54:16 -04:00
protobuf_client.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
protobuf_client_test.go Fix a few typos 2014-08-21 16:22:14 +02:00
protobuf_request_handler.go Fix #690. Use idiomatic go project structure 2014-07-14 18:47:37 -04:00
protobuf_server.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
raft_server.go Move cluster config from raft to API. 2014-09-24 17:40:29 -04:00
sharding.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00