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
kay delaney
4c7732ad17
Chore: Upgrade Typescript to 4.8.2 ( #54901 )
...
* Chore: Upgrade typescript to 4.8.2
2022-09-09 16:17:58 +01:00
Seyaji
096fc76e23
Chore: Convert TimelineHeaderRow to RTL ( #51390 )
...
* update data-testids
* update data-testids
* Convert TimelineHeaderRow test to RTL
* update data-testids
* Convert TimelineHeaderRow test to RTL
* Convert TimelineHeaderRow test to RTL
* modify TraceView test
* revert test
* Update packages/jaeger-ui-components/src/TraceTimelineViewer/TimelineRow.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Ran yarn betterer
* update selector
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: Hamas Shafiq <hamas.shafiq@grafana.com>
2022-09-09 06:44:05 -04:00
kay delaney
a70aba1384
Chore: Update slate and related packages ( #54566 )
...
* Chore: Update slate and related packages
2022-09-06 15:23:48 +01:00
renovate[bot]
7efefbaece
Update dependency moment-timezone to v0.5.35 [SECURITY] ( #54523 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-01 10:27:39 +01:00
renovate[bot]
6f72c4d10d
Update dependency @testing-library/user-event to v14.4.3 ( #54292 )
...
* Update dependency @testing-library/user-event to v14.4.3
* use ReturnType instead of using a nested import
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-08-26 13:30:34 +01:00
Hamas Shafiq
cd26cade68
Chore: Remove unused theme ( #54175 )
2022-08-26 10:15:21 +01:00
Ashley Harrison
3cf95d7eee
Chore: fix some any
s pt.2 ( #53928 )
...
* correctly type some more any's
* undo this change for now...
2022-08-22 16:51:33 +01:00
Ashley Harrison
f1295e4bd0
Chore: Update version of @grafana/eslint-config
( #53403 )
...
* use let/const over var
* use new version of @grafana/eslint-config
2022-08-08 15:19:15 +01:00
Ieva
67d817ff48
update versions ( #53167 )
2022-08-02 11:55:46 -04:00
renovate[bot]
a4355bd6e4
Update Monthly patch updates ( #52885 )
...
* Update Monthly patch updates
* ignore updates to lezer-logql and @types/slate
* update lockfile
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-07-27 16:02:48 +01:00
kay delaney
c35c3abaa3
Chore: Bump typescript version to 4.7.4 ( #52325 )
...
* Chore: Bump typescript version to 4.7.4
* Bump related packages
* Revert eslint-plugin-react upgrade
2022-07-25 13:47:59 +01:00
renovate[bot]
044d8315de
Update dependency @testing-library/user-event to v14.3.0 ( #52690 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-25 10:11:42 +01:00
renovate[bot]
b4c6efa07b
Update dependency moment to v2.29.4 [SECURITY] ( #51886 )
...
* Update dependency moment to v2.29.4 [SECURITY]
* chore(moment): make sure nested moment deps resolve to moment@2.29.4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2022-07-22 12:00:54 +02:00
Joey Tawadrous
5aacc7cc2a
Traces: More feature tracking ( #51686 )
...
* Added tracing for json upload, service graph, loki queries
* Tracking for node graph expand/collapse
* Tracking for traceID expand/collapse
* Updated betterer.results
* Update tests
* Updated betterer.results
* Fixed?
* Fix for test
* Update report interaction key for loki expr
* Change grafana_traces_search_queried limit to resultLimit as limit is reserved keyword
2022-07-11 10:21:24 +01:00
Joey Tawadrous
45a00bdc94
Traces: Move towards using OTEL naming conventions ( #51379 )
...
* Updates names
* Update tests
* Update betterer results
* Updated betterer.results
* Updated tests
2022-07-06 11:12:53 +01:00
Joey Tawadrous
01130f22b7
Traces: Span bar label ( #50931 )
...
* Add SpanBarSettings
* Add SpanBarSettings to Jaeger
* Add SpanBarSettings to Zipkin
* Updated title
* Add dropdown to select identifer and make duration a default option
* Show duration by default
* Add option to hide
* Move identifers into constants
* Add process
* Update text
* Update placeholders
* Text/meta data updates
* Added tests
* Added docs
* Update find
* Merge tag and prcoess options
* Update docs
* Updated tests
* Update betterer results and trace view to match
* Updated docs
2022-07-06 08:14:03 +01:00
Seyaji
e88514beea
Chore: Convert SpanDetailsRow test to RTL ( #51345 )
...
* Convert SpanDetailsRow test to RTL
* Convert SpanDetailsRow test to RTL
2022-07-04 10:30:03 +03:00
Seyaji
2473dc68f6
Chore: Convert KeyValuesTable to RTL ( #51278 )
...
* Convert KeyValuesTable to RTL
* Update data-testid
* Update data-testid
* Convert KeyValuesTable to RTL
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-06-29 16:44:48 +01:00
Seyaji
37c6a0b3cb
Chore: Convert AccordianReferences test to RTL ( #51274 )
...
* Convert AccordianReferences test to RTL
* Convert AccordianReferences test to RTL
* Convert AccordianReferences test to RTL
* Convert AccordianReferences tests to RTL
* Convert AccordianReferences test to RTL
* fix betterer
* Convert AccordianReferences test to RTL
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-06-28 11:20:37 +01:00
Connor Lindsey
620309ced5
Explore: Sort trace process attributes alphabetically ( #51261 )
...
* Explore: Sort trace process attributes alphabetically
* Update betterer?
2022-06-24 08:20:23 -06:00
Seyaji
91ee019140
Convert TimelineCollapser test to RTL ( #51281 )
2022-06-23 18:20:16 +01:00
Seyaji
0b1a886b9d
Chore: Convert GraphTicks test to RTL ( #51203 )
...
* Convert GraphTicks test to RTL
* Convert GraphTicks test to RTL
2022-06-23 10:55:38 +03:00
Seyaji
a0949314ef
Convert AccordianLogsTest to RTL ( #51260 )
...
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-06-22 19:00:04 +02:00
Seyaji
fe5416508a
Chore: Convert TracePageHeader test to RTL ( #51216 )
...
* Convert TracePageHeader test to RTL
* Convert TracePageHeader test to RTL
* Convert TracePageHeader test to RTL
2022-06-22 17:46:36 +01:00
Seyaji
d760b03784
Convert AccordianKeyValues test to RTL ( #51257 )
2022-06-22 17:42:04 +01:00
Seyaji
5ad3d10016
Convert CanvasSpanGraph test to RTL ( #51180 )
2022-06-22 14:46:01 +03:00
Joey Tawadrous
41340fad3e
Traces: Add horizontal scroll ( #50278 )
...
* Add horizontal scroll
* Update horizontal scroll
* Update scroll area
* Removed unecessary reorder
* Formatting
2022-06-17 08:45:30 +01:00
Joey Tawadrous
7b14cd5fdb
Traces: Consistent span colors for service names ( #50782 )
...
* Show consistent span colors
* Update tests
* Test for ensuring red is not used
2022-06-16 08:24:19 +01:00
Dimitris Sotirakis
443083c7df
Bump version: Update main branch version to 9.1.0-pre
( #50803 )
...
* Update main branch version to 9.1.0-pre
* Update yarn.lock
2022-06-14 09:06:14 -07:00
Joey Tawadrous
f87927c82e
Traces: Add absolute time to span details ( #50685 )
...
* Show absolute time
* Add test
2022-06-14 11:13:33 +01:00
Zoltán Bedi
aa74371008
Chore: Convert ReferenceLink.test.js to RTL ( #50338 )
2022-06-07 17:40:04 +02:00