influxdb/kit/transport/http
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
..
api.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
api_test.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
error_handler.go fix: corrrectly return 4XX errors instead of 5XX errors (#24519) 2023-12-27 08:21:09 -08:00
error_handler_test.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
feature_controller.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
handler.go chore(http): pull out eror handler into kit pkg for portability 2020-02-03 12:39:47 -08:00
middleware.go feat(security): set SameSite=strict on session cookie (#23723) 2022-09-15 15:30:19 -05:00
middleware_test.go feat(telemetry): Do not record telemetry data for invalid requests; replace invalid static asset paths with a slug (#21958) 2021-07-29 10:22:11 -06:00
status_response_writer.go chore(http): fixup middleware stack and normalize metrics into same buckets for id fields 2020-01-08 15:05:34 -08:00