grafana/pkg/services/live
sh0rez beaaabd770
live: explicitely reply with http 200 (#57428)
`pkg/web` triggers a panic when a http handler chain does not return any
response to the client.
This has been put in place, because it usually means a middleware along
the way did not call the next one.

In this specific case however, the handlers meant to return 200, but did
not do so explicitely, instead relying on the default behavior of `net/http`
2022-10-25 11:45:54 +02:00
..
convert Live: avoid panic when type changes (#35394) 2021-06-09 11:15:42 -07:00
database chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
features chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00
livecontext Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
liveplugin Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
managedstream Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 2022-08-11 13:28:55 +02:00
orgchannel Live: using organisation IDs throughout stack (#33714) 2021-05-11 22:03:04 +03:00
pipeline Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
pushhttp live: explicitely reply with http 200 (#57428) 2022-10-25 11:45:54 +02:00
pushurl Live: check schema equality between push messages (#34548) 2021-05-27 12:55:42 +03:00
pushws Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 2022-08-11 13:28:55 +02:00
remotewrite Live: remote write sampling (#40079) 2021-10-07 11:42:57 +03:00
runstream Chore: Add user service method SetUsingOrg and GetSignedInUserWithCacheCtx (#53343) 2022-08-11 13:28:55 +02:00
survey Live: Migrate to centrifuge-js v3 (new API and client protocol) (#51977) 2022-09-20 11:39:46 -04:00
telemetry Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
live_test.go Live: collect more usage stats – enabled, ha enabled, num nodes, channels, subs (#47378) 2022-04-13 12:27:03 -07:00
live.go chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 2022-10-19 09:02:15 -04:00