influxdb/coordinator
Joe LeGasse 2db0250b22 Add db/rp name validation
This change adds some very basic name validation with the following
plain-english description: names must be non-zero sequence of printable
characters that do not contain slashes ('/' or '\') and are not equal to
either "." or "..".

The intent is that, since we currently just use database and retention
policy names directly as path elements, these rules will hopefully leave
us with names that should be at least close to valid directory names.

Ideally, we would restrict names even further or not use them as path
elements directly, but this should be a step towards the former without
restricting names "too much"
2017-01-12 17:38:10 -05:00
..
config.go Update godoc for the coordinator package. 2016-12-30 11:58:43 -08:00
config_test.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
meta_client.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00
meta_client_test.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00
points_writer.go Update godoc for the coordinator package. 2016-12-30 11:58:43 -08:00
points_writer_internal_test.go Fixes issue with point hitting wrong shard 2016-10-19 21:06:29 +01:00
points_writer_test.go Ensure points map to correct shard groups 2016-09-30 13:58:56 +01:00
shard_mapper.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00
shard_mapper_test.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00
statement_executor.go Add db/rp name validation 2017-01-12 17:38:10 -05:00
statement_executor_test.go Support subquery execution in the query language 2017-01-07 13:00:48 -06:00