influxdb/bolt
davidby-influx a3fd489864
fix: corrrectly return 4XX errors instead of 5XX errors (#24519)
HTTP 5XX errors were being returned incorrectly from
BoltDB errors that were actually bad requests, e.g., 
names that were too long for buckets, users, and 
organizations. Map BoltDB errors to correct Influx 
errors and return 4XX errors where appropriate. Also 
add op codes to more errors
2023-12-27 08:21:09 -08:00
..
bbolt.go feat: Add remotes and replications to telemetry (#23456) 2022-06-16 14:48:06 -04:00
bbolt_test.go test: use `T.TempDir` to create temporary test directory (#23258) 2023-03-21 16:22:11 -04:00
id.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
id_test.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
kv.go fix: corrrectly return 4XX errors instead of 5XX errors (#24519) 2023-12-27 08:21:09 -08:00
kv_test.go refactor: migrator and introduce Store.(Create|Delete)Bucket (#18570) 2020-07-01 12:08:20 +01:00
metrics.go feat: Add remotes and replications to telemetry (#23456) 2022-06-16 14:48:06 -04:00
metrics_test.go feat: Add remotes and replications to telemetry (#23456) 2022-06-16 14:48:06 -04:00