linkerd2/controller/api/public
Andrew Seigner 84e6eb5c87
Fix nil pointer dereference in StatSummary (#991)
The StatSummary endpoint was dereferencing
StatSummaryRequest.Selector.Resource, causing a panic when it received
an empty request.

Fix StatSummary to use the nil-friendly
StatSummaryRequest.GetSelector().GetResource() methods, and add a test
to validate.

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-05-23 13:21:49 -07:00
..
client.go Deprecate Tap, rename TapByResource to Tap (#844) 2018-04-25 12:24:46 -07:00
client_test.go Misc cleanup following the telemetry rewrite (#771) 2018-04-16 15:51:07 -07:00
grpc_server.go Deprecate Tap, rename TapByResource to Tap (#844) 2018-04-25 12:24:46 -07:00
grpc_server_test.go Implement Public API and Tap on top of Lister (#835) 2018-04-24 18:10:48 -07:00
http_server.go Deprecate Tap, rename TapByResource to Tap (#844) 2018-04-25 12:24:46 -07:00
http_server_test.go Implement TapByResource in Tap Service (#827) 2018-04-23 16:13:26 -07:00
proto_over_http.go Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
proto_over_http_test.go Misc cleanup following the telemetry rewrite (#771) 2018-04-16 15:51:07 -07:00
stat_summary.go Fix nil pointer dereference in StatSummary (#991) 2018-05-23 13:21:49 -07:00
stat_summary_test.go Fix nil pointer dereference in StatSummary (#991) 2018-05-23 13:21:49 -07:00
test_helper.go Fix bug in the public-api where conduit stat params were ignored (#971) 2018-05-18 16:06:06 -07:00