grafana/public/app/features/explore/TraceView
Torkel Ödegaard 3d6380a0aa
QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542)
* Starting moving more stuff into data source picker

* WIP progress

* Progress on datasource picker rethink

* Things are working now some details to figure out

* Removed commented part

* Complex work on getting data source lists

* Fixed variable support showing correct data sources

* Tried fixing dashboard import but failed

* Fixes

* Fixed import dashboard

* Fixed unit test

* Fixed explore test

* Fixed test

* Fix

* fixed more tests

* fixed more tests

* fixed showing which option is default in picker

* Changed query variable to use data source picker, updated tests and e2e

* Fixed more tests

* Updated snapshots, had wrong typescript version
2020-12-04 14:24:55 +01:00
..
createSpanLink.test.ts QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542) 2020-12-04 14:24:55 +01:00
createSpanLink.tsx QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542) 2020-12-04 14:24:55 +01:00
TraceView.test.tsx TraceViewer: Make sure it does not break when no trace is passed (#28909) 2020-11-11 12:10:12 +01:00
TraceView.tsx Bug: trace viewer doesn't show more than 300 spans (#29377) 2020-12-01 17:43:56 +01:00
uiElements.tsx Chore: Enable eslint-plugin-react partial rules (#29428) 2020-12-01 16:19:52 +01:00
useChildrenState.test.ts Data: Prefix trace types in data package (#25810) 2020-06-24 20:58:42 +02:00
useChildrenState.ts Data: Prefix trace types in data package (#25810) 2020-06-24 20:58:42 +02:00
useDetailState.test.ts Data: Prefix trace types in data package (#25810) 2020-06-24 20:58:42 +02:00
useDetailState.ts Jaeger: Add stack trace to span detail row (#26427) 2020-07-22 16:14:34 +02:00
useHoverIndentGuide.test.ts Tracing: Adds header and minimap (#23315) 2020-04-08 17:16:22 +02:00
useHoverIndentGuide.ts Tracing: Performance optimization (#23474) 2020-04-15 16:04:01 +02:00
useSearch.test.ts Data: Prefix trace types in data package (#25810) 2020-06-24 20:58:42 +02:00
useSearch.ts Chore: More typescript strict null fixes, going for sub 200 (#26134) 2020-07-09 15:16:35 +02:00
useViewRange.test.ts Tracing: Adds header and minimap (#23315) 2020-04-08 17:16:22 +02:00
useViewRange.ts Tracing: Performance optimization (#23474) 2020-04-15 16:04:01 +02:00