influxdb/storage
Stuart Carnie 78d0262217 fix: Remove incorrect implementation of delete APIs and disable HTTP API
This commit removes incorrect implementations of the `DeleteBucket`
and `DeleteBucketRangePredicate` APIs from the storage package,
which remained after the transition to the tsdb 1.x storage engine.

Secondly, this PR utilizes the `ENotImplemented` error code to inform
users which call the `/api/v2/delete`
2020-09-24 11:11:46 -07:00
..
flux feat: upgrade Flux to v0.83.2 (#19569) 2020-09-16 17:59:15 -07:00
mocks chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
reads chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00
readservice chore: Converging on 1.x tsdb 2020-08-03 09:20:48 -07:00
Makefile fix(Makefile): Remove redundant make targets 2020-08-21 13:24:03 -07:00
bucket_service.go fix(storage): meta.Client persists to kv and updates via BucketService 2020-08-03 09:21:02 -07:00
bucket_service_test.go fix(storage): meta.Client persists to kv and updates via BucketService 2020-08-03 09:21:02 -07:00
config.go feat: Port shard precreation service from InfluxDB 1.x 2020-09-09 13:34:22 -07:00
engine.go fix: Remove incorrect implementation of delete APIs and disable HTTP API 2020-09-24 11:11:46 -07:00
points_writer.go fix(storage): BufferedPointsWriter is for a single org / bucket only 2020-08-03 15:15:00 -07:00
retention.go feat: Port 1.x retention policy enforcement service 2020-09-09 10:32:06 -07:00