influxdb/checks
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
..
service.go fix: updating a check does not require an owner id (#23034) 2022-01-13 11:38:01 -08:00
service_external_test.go fix: corrrectly return 4XX errors instead of 5XX errors (#24519) 2023-12-27 08:21:09 -08:00
service_test.go refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00