Joey Tawadrous
4076933e66
Traces: extra feature tracking ( #61348 )
...
* grafana_traces_service_graph_size
* grafana_traces_trace_view_find_next_prev_clicked
* grafana_traces_trace_view_scroll_to_top_clicked
* grafana_traces_cheatsheet_clicked
2023-01-17 14:43:28 +00:00
Hamas Shafiq
ac25913f53
Chore: Convert TimelineViewingLayer.test.tsx to RTL ( #61056 )
2023-01-17 12:35:36 +00:00
Andre Pereira
d2a5b9b289
Tempo: Trace View - Search bar to absolute position instead of sticky ( #61324 )
...
* Trace View: Search bar to absolute position instead of sticky
* Fix search bar position to the inside of the trace view panel
2023-01-17 11:42:56 +00:00
Hamas Shafiq
1b6c0d9752
Chore: Convert ViewingLayer.test.tsx to RTL ( #61358 )
2023-01-16 10:25:47 +00:00
Joey Tawadrous
2b6a5e2b3d
Tracing: Span link feature tracking ( #61022 )
...
* Span link feature tracking
* Update interaction name
2023-01-13 14:02:25 +00:00
Hamas Shafiq
bc3ce5760b
Chore: Convert TimelineColumnResizer.test.tsx to RTL ( #61156 )
2023-01-10 21:24:51 +00:00
Hamas Shafiq
2af79535bc
Chore: Fix flaky test in SpanGraph/index.test.tsx ( #61009 )
2023-01-10 14:23:00 +00:00
Hamas Shafiq
0dffbcbca7
Chore: Refactor the root of the TraceTimelineViewer folder to TS ( #59748 )
2023-01-03 15:45:28 +00:00
Hamas Shafiq
355f513718
Chore: Refactor the TraceTimelineViewer/TimelineHeaderRow folder to TypeScript ( #60351 )
2023-01-03 13:36:50 +00:00
Hamas Shafiq
eb2a9d132a
Chore: Convert SpanGraph/index.test.tsx to RTL ( #60200 )
2023-01-03 13:01:02 +00:00
Dominik Prokop
9b7418ec17
Revert "Chore: Update typescript to 4.9.3 ( #60538 )" ( #60774 )
...
This reverts commit 51f5334748 .
2022-12-27 06:30:52 -08:00
Josh Hunt
51f5334748
Chore: Update typescript to 4.9.3 ( #60538 )
...
* Update typescript to 4.9.3
* Update from typescript changes
2022-12-21 10:25:29 +00:00
Hamas Shafiq
3dc74bd74b
Chore: Refactor TickLabels.test.js to TypeScript ( #59956 )
2022-12-15 17:11:17 +00:00
Hamas Shafiq
d6bd3c4fb6
Chore: Refactor trace-generators.js to TypeScript ( #59431 )
2022-12-13 10:38:00 +00:00
Hamas Shafiq
eaf96081d2
Chore: Refactor scroll-page.test.js to TypeScript ( #59617 )
2022-12-13 10:17:28 +00:00
Hamas Shafiq
dfed68feed
Chore: Refactor packages/jaeger-ui-components/src/TraceTimelineViewer/SpanDetail to TS ( #59850 )
2022-12-12 17:08:01 +00:00
Hamas Shafiq
7c5555d67f
Chore: Refactor DraggableManager.test.js to TypeScript ( #59966 )
2022-12-12 14:25:51 +00:00
Hamas Shafiq
712e23ac50
Chore: Refactor packages/jaeger-ui-components/src/utils to TypeScript ( #59979 )
2022-12-12 11:31:53 +00:00
Ashley Harrison
2b3c86d201
Chore: Remove unused/deprecated @types definitions ( #59888 )
...
* remove @types/rc-tree, @types/classnames
* remove @types/rc-time-picker
* remove @types/reselect
* remove @types/testing-library__react-hooks
* only include known package.json's
2022-12-07 10:10:59 +00:00
Hamas Shafiq
dd406e887b
Chore: Refactor packages/jaeger-ui-components/src/TraceTimelineViewer/ListView to TS ( #59873 )
2022-12-07 10:01:20 +00:00
Hamas Shafiq
2ff6ae65df
Chore: Refactor the packages/jaeger-ui-components/src/TracePageHeader folder to TS ( #59722 )
2022-12-06 13:13:15 +00:00
Hamas Shafiq
982005152a
Chore: Refactor ScrollManager.test.js to TypeScript ( #58661 )
2022-12-06 13:03:37 +00:00
Joey Tawadrous
0209cde7e0
Tracing: Add keyboard accessibility to SpanDetailRow ( #59412 )
...
SpanDetailRow keyboard accessibility
2022-12-01 11:23:33 +00:00
Hamas Shafiq
5073839f8f
Chore: Refactor span.js, trace.js & trace.fixture.js to TypeScript ( #58006 )
2022-11-30 18:09:08 +00:00
Joey Tawadrous
3b53fdb53a
Trace View: Disallow a span colour that is the same or looks similar to previous colour ( #58146 )
...
* Disallow sequential spans with the same color
* Disallow same prev color and similar color
* Tests
* Remove assignemnt
2022-11-30 15:14:58 +00:00
Hamas Shafiq
0b42b2f790
Chore: Refactor TracePageHeader.test.js to TypeScript ( #59256 )
2022-11-30 07:08:02 -05:00
Hamas Shafiq
749eb9ed19
Chore: Delete UiFindInput.test.js ( #59228 )
2022-11-30 10:12:36 +00:00
renovate[bot]
e84a01e870
Update jest monorepo to v29 ( #58261 )
...
* Update jest monorepo to v29
* update snapshots + wrap test in act
* fix linting errors: jest.mocked now defaults to deep mocking
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2022-11-24 14:00:41 +00:00
zdg-github
a2f1d2e102
TraceView: Fix broken rendering when scrolling in Dashboard panel in Firefox ( #56642 )
2022-11-24 11:49:55 +01:00
Hamas Shafiq
624e6037cf
Chore: Refactor transform-trace-data.test.js to TS ( #59214 )
2022-11-24 05:16:00 -05:00
Hamas Shafiq
2105e52138
Chore: Refactor the packages/jaeger-ui-components/src/model folder to TS ( #59233 )
2022-11-24 09:56:09 +00:00
Hamas Shafiq
4e6b8f658e
Chore: Refactor TreeNode.js & TreeNode.test.js to TypeScript ( #58540 )
2022-11-23 11:48:25 +00:00
Hamas Shafiq
51359fe90d
Chore: Refactor Tween.test.js to TypeScript ( #58655 )
2022-11-22 22:19:35 +00:00
Hamas Shafiq
f62e55f461
Chore: Refactor CopyIcon.test.js to TS ( #59024 )
2022-11-22 14:40:12 +00:00
Hamas Shafiq
2903e2dbf5
Chore: Refactor UiFindInput.test.js to TypeScript ( #59063 )
2022-11-22 14:38:43 +00:00
lean.dev
83bd57244d
Chore: Update version ( #58750 )
2022-11-15 10:03:05 -03:00
Hamas Shafiq
8e4fa4046b
Chore: Refactor process.js & process.test.js to TypeScript ( #58464 )
2022-11-11 10:44:06 +00:00
renovate[bot]
65bd5c65d8
Update emotion monorepo ( #58066 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 10:49:50 +00:00
Ashley Harrison
f76ba90078
Accessibility: Enable jsx-a11y/mouse-events-have-key-events ( #58050 )
...
* implement VizLegend keyboard accessibility
* add onBlur/onFocus
2022-11-03 10:22:50 +00:00
Ashley Harrison
b8303fd431
Chore: Convert SpanTreeOffset test to RTL ( #56195 )
...
* convert SpanTreeOffset tests to RTL (minus mouseenter/mouseleave tests)
* fix remaining tests
2022-11-03 09:31:09 +00:00
renovate[bot]
909d0f4ced
Update Monthly patch updates ( #58002 )
...
* Update Monthly patch updates
* update typescript sdk, add ignore for emotion css prop
* fix unit tests
* type fixes
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2022-11-02 12:05:32 +00:00
kay delaney
30dc0f56a4
Chore: Migrate more usage of v1 themes to v2 ( #57680 )
...
* Chore: Migrate more usage of v1 themes to v2
* Implement suggested changes
2022-11-02 10:25:08 +00:00
Ashley Harrison
7e631e7239
A11y: Enable jsx-a11y/interactive-supports-focus ( #57391 )
...
* first batch of fixes for interactive-supports-focus
* remove role and aria attributes since this won't be focusable to a screenreader anyway
2022-10-21 13:52:46 +01:00
Laura Fernández
e402a8f27d
A11y: enable rule jsx-a11y/anchor-is-valid ( #56690 )
2022-10-21 09:13:32 +02:00
Ashley Harrison
d3f50f791c
Convert test to RTL ( #56279 )
2022-10-04 15:37:47 +01:00
Ashley Harrison
f2b06abb33
Convert SpanDetail/index.test.js to RTL ( #56019 )
2022-10-03 10:22:50 +01:00
Tania
4a4201ec92
Chore: Update versions ( #55813 )
2022-09-27 14:07:16 +02:00
GitStart
6fb8abbbb6
Convert packages/jaeger-ui-components/src/TracePageHeader/SpanGraph/TickLabels.test.js to RTL ( #55284 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com >
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev >
Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com >
Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com >
Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com >
Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com >
Co-authored-by: Toledodev <rafael.toledo@engenharia.ufjf.br >
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev >
2022-09-19 15:02:33 +03:00
GitStart
017b7c7a7f
Convert packages/jaeger-ui-components/src/TracePageHeader/SpanGraph/Scrubber.test.js to RTL ( #54822 )
...
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev >
Co-authored-by: gitstart <gitstart@users.noreply.github.com >
Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com >
Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com >
Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com >
Co-authored-by: Toledodev <rafael.toledo@engenharia.ufjf.br >
Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com >
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev >
Co-authored-by: gitstart <gitstart@users.noreply.github.com >
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev >
Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com >
Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com >
Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com >
Co-authored-by: Toledodev <rafael.toledo@engenharia.ufjf.br >
Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com >
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev >
2022-09-14 14:40:39 +02:00
Joey Tawadrous
be5369d6fa
Traces: More visible span colors ( #54513 )
...
* Use colors array from position 0 for span colors
* Update/add tests
* Use service name hex to get color
* getTheme
* Only add colors that have a contrast ratio >= 3 for the current theme
* Add new tests
2022-09-12 13:20:10 +01:00