Explore: Refactor trace view and move to core (#61938)

* Move TraceView to core grafana

* Remove unused code

* yarn install

* Remove jaeger-ui-components from CODEOWNERS and other tools

* Type fixes

* yarn install

* Remove mock that we no longer need

* Fix merge conflicts

* Re-add Apache license for trace view components

* Use an exclamation-circle instead of triangle to denote errors

* Remove eslint disables and update betterer results instead
This commit is contained in:
Andre Pereira
2023-01-27 14:13:17 +00:00
committed by GitHub
parent 7c02d9bb8a
commit afd39c18ba
194 changed files with 1310 additions and 1378 deletions
@@ -6,10 +6,6 @@ import { DataFrame, FieldType } from '@grafana/data';
import { InspectDataTab } from './InspectDataTab';
// the mock below gets rid of this warning from recompose:
// Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
jest.mock('@jaegertracing/jaeger-ui-components', () => ({}));
const createProps = (propsOverride?: Partial<ComponentProps<typeof InspectDataTab>>) => {
const defaultProps = {
isLoading: false,