featurebase/cmd
Matthew Jaffee fe0ba6280f
deprecate RangeEnabled, but leave in API
the RangeEnabled option now has no effect, but it still exists in the API. A few
tests still use it to ensure this. This would only be considered a breaking
change if someone was relying on Pilosa to enforce the RangeEnabled: false
option to prevent fields being created in certain frames. This seems unlikely.
2018-04-16 16:08:04 -05:00
..
pilosa Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
backup.go Add TLS support for commands 2017-10-11 08:30:11 +03:00
backup_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
bench.go Add TLS support for commands 2017-10-11 08:30:11 +03:00
bench_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
check.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
check_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
config.go Implement 'config' CLI command. 2017-05-22 09:30:14 -06:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
export.go Add TLS support for commands 2017-10-11 08:30:11 +03:00
export_test.go #413 add tests and remove redundant word 2017-05-15 12:54:49 -05:00
generate_config.go Implement 'config' CLI command. 2017-05-22 09:30:14 -06:00
import.go deprecate RangeEnabled, but leave in API 2018-04-16 16:08:04 -05:00
import_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
inspect.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
inspect_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
restore.go Add TLS support for commands 2017-10-11 08:30:11 +03:00
restore_test.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
root.go Replaces dot in env variable name with underscore so they can be used in bash. 2017-10-10 06:15:22 +03:00
root_test.go remove references to cluster.poll-interval 2017-10-30 09:20:09 -05:00
server.go This commit adds a Close() method to the pilosa.Logger interface, 2018-03-27 08:40:05 -05:00
server_test.go Changes configuration cluster.type (string) to cluster.disabled (bool) 2018-02-08 12:40:46 -06:00