influxdb/coordinator
Paul Dix f0c0abdb10 Add option to include space to series mappings in list series query.
Fixes #867. Close #927. Updated lexer and parser to work, added code to
coordinator to insert spaces if requested. Now the user can request the
shard spaces. `list series include spaces`
2014-09-11 11:28:18 -04:00
..
client_server_test.go Split the different engines in their own types 2014-09-03 15:10:43 -04:00
command.go Add ability to update existing shard spaces. 2014-09-08 14:18:32 -04:00
continuous_query_writer.go No need for a function variable 2014-09-03 15:10:43 -04:00
coordinator.go Add option to include space to series mappings in list series query. 2014-09-11 11:28:18 -04:00
coordinator_test.go Get rid of the unnecessary extra argument 2014-09-03 15:10:42 -04:00
handler.go Don't overuse interfaces if there's no benefit 2014-09-03 15:10:42 -04:00
merge_channel_processor.go Add some documentation 2014-09-03 15:10:43 -04:00
mock_user_test.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00
permissions.go Move permission checking to permissions 2014-09-03 15:10:43 -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 Write to the buffer instead of using append 2014-09-03 15:10:43 -04:00
protobuf_client_test.go use gocheck in the coordinator benchmark 2014-09-04 15:24:57 -04:00
protobuf_request_handler.go Remove more constants 2014-09-03 15:10:43 -04:00
protobuf_server.go Clean up 2014-09-03 15:10:43 -04:00
raft_server.go Move cluster config from raft to API. 2014-09-08 14:31:56 -04:00
sharding.go Restructure the codebase to be more idiomatic 2014-06-30 11:31:08 -04:00