grafana/pkg/expr
Kristin Laemmert 8f6877e12a
chore: remove all remaining uses of golang.org/x/net/context (#47564)
* chore: remove all remaining uses of  golang.org/x/net/context

This PR finishes the work started in #47532, replacing all calls to that package with the stdlib context and using http.NewRequestWithContext to include the context where necessary.

Bonus: small formatting fixes to goimports in these files.

closes #44178

* tweak: use context.Background in favor of TODO for tests
2022-04-11 14:20:10 -04:00
..
classic SSE: Fix NoData when some series were no data but others not (#45867) 2022-02-24 21:01:04 -03:00
mathexp SSE: Mode to drop NaN/Inf/Null in Reduction operations (#43583) 2022-02-02 14:50:44 +01:00
commands_test.go SSE: Mode to drop NaN/Inf/Null in Reduction operations (#43583) 2022-02-02 14:50:44 +01:00
commands.go SSE: Mode to drop NaN/Inf/Null in Reduction operations (#43583) 2022-02-02 14:50:44 +01:00
graph_test.go Expressions: use datasource model from the query (#41376) 2021-12-16 13:51:46 -03:00
graph.go Expressions: use datasource model from the query (#41376) 2021-12-16 13:51:46 -03:00
nodes_test.go Alerting: Support Unwrap for QueryError in expr package (#41743) 2021-11-17 10:07:24 +00:00
nodes.go SSE: Keep FieldConfig for data source queries (#46328) 2022-03-10 10:03:26 -05:00
service_test.go Chore: Remove bus (#47511) 2022-04-08 16:15:06 +02:00
service.go Replace encryption.Service usages by secrets.Service (#41625) 2021-11-12 12:16:39 +01:00
transform.go chore: remove all remaining uses of golang.org/x/net/context (#47564) 2022-04-11 14:20:10 -04:00