Jack Westbrook
0e73c4d387
Storybook: Bump to 8.1.6 ( #88899 )
...
* chore(storybook): bump to latest 8.1.6
* chore(yarn): dedupe yarn.lock post storybook update
* chore(typescript): align react types across repo
2024-06-07 14:31:31 +02:00
Zoltán Bedi
a1851b4c0a
SQL: change buttons aria-label to title ( #88744 )
2024-06-07 11:40:11 +02:00
Andreas Christou
c9778c3332
AzureMonitor: Prometheus exemplars support ( #87742 )
...
* Update types
* Mark datasource as supporting traces
* Add logic to transform exemplar query to traces query
* Render appropriate editor
* Run trace query for exemplars
* Refactor out common functions
- Add function to retrieve first/default subscription
* Add route for trace exemplars
* Update logic to appropriately query exemplars
* Update traces query builder
* Update instance test
* Remove unneeded import
* Set traces pseudo data source
* Replace deprecated function calls
* Add helper for setting default traces query
* Don't show resource field for exemplars query
* When resetting operation ID for exemplars set query to default
- Update tests
* Update query header to appropriately set the service value
* Fix response frame creation and update tests
* Correctly select resource
* Convert subscriptionsApiVersion to const
* Add feature toggle
2024-06-06 17:53:17 +01:00
Ashley Harrison
5f33943397
Select: Revert "preserving custom value" changes ( #88856 )
...
* revert Select changes as we can handle it outside of the base select component
* update scenes
* update scenes properly
* revert changes to azure-monitor e2e tests
2024-06-06 17:33:31 +01:00
Adela Almasan
3ad03d869d
VizTooltip: Allow setting the maxWidth
option ( #88652 )
2024-06-06 11:20:58 -05:00
Staton Hysell
0e62c200dd
Update QuerySuggestionItem.tsx ( #86950 )
...
* Update QuerySuggestionItem.tsx
Adjusts the styling of the "no" button in the explainer feedback section to a standard secondary variant instead of the success styling
* run prettier for drone
---------
Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com>
2024-06-06 17:17:01 +03:00
Bogdan Matei
8d36949f61
Scopes: UI Improvements ( #88026 )
2024-06-06 16:00:56 +02:00
renovate[bot]
b0e73590ef
Update dependency eslint-plugin-jsdoc to v48.2.8
2024-06-06 10:22:39 +00:00
Joao Silva
a23174849c
TimePicker: Fix bug where recent timeranges is cut off ( #88795 )
2024-06-06 10:49:59 +01:00
Andre Pereira
277067ac9d
AnnotationsPlugin2: Implement support for rectangular annotations in Heatmap ( #88107 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2024-06-05 16:48:37 -05:00
Ivana Huckova
023857625a
Elasticsearch: Remove enableElasticsearchBackendQuerying
feature toggle ( #88668 )
...
* wip
* Fix newly introduced any
* Remove toggle
* Remove unused code in LegacyQueryRunner
2024-06-05 17:03:29 +02:00
renovate[bot]
8dcbd74803
Update dependency rc-drawer to v7.2.0 ( #88785 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 16:03:06 +01:00
Ryan McKinley
41e0430f83
K8s/Dashboards: Add frontend api to switch between implementations ( #88632 )
2024-06-05 17:34:23 +03:00
renovate[bot]
1ceb9e8e9d
Update babel monorepo to v7.24.7
2024-06-05 14:14:01 +00:00
Ashley Harrison
2297687ae1
Chore: Ensure all react-transition-group
animations use nodeRef
( #88604 )
...
* ensure all react-transition-group animations pass nodeRef
* clone children instead of wrapping in div
* remove div wrapper
* revert back to div
2024-06-05 15:01:50 +01:00
renovate[bot]
0188fc3e1f
Update dependency rc-cascader to v3.26.0 ( #88777 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 14:52:25 +01:00
renovate[bot]
3a6034b58e
Update dependency prettier to v3.3.1 ( #88771 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 14:18:22 +01:00
Dmitry Bashkatov
17525ad43f
Logs: Added support for numeric log levels ( #87366 )
...
* logs: add support for numeric loglevels
* Log types: add a numeric level map to LogLevel
* getLogLevelFromKey: adapt to support numeric levels
* Formatting
* getLogLevelFromKey: accept strings or numbers
---------
Co-authored-by: Matias Chomicki <matyax@gmail.com>
2024-06-05 13:56:36 +02:00
Marcus Efraimsson
fe3e5917f1
Plugins: Preserve trailing slash in plugin proxy ( #86859 )
...
* Plugins: Preserve trailing slash in plugin proxy
* enable toggle by default
2024-06-05 13:36:14 +02:00
renovate[bot]
cd5f485df7
Update dependency tslib to v2.6.3
2024-06-05 10:08:51 +00:00
renovate[bot]
4443438fab
Update dependency @types/node to v20.14.2
2024-06-05 09:48:36 +00:00
Matias Chomicki
ec9aecd82b
Loki: remove query formatting ( #88636 )
...
* Loki: remove query formatting
* Loki formatting: remove feature flag
* chore: remove test
* Formatting
2024-06-05 12:46:28 +03:00
renovate[bot]
45336105b2
Update dependency glob to v10.4.1 ( #88717 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 09:32:39 +01:00
Ihor Yeromin
618c51e193
Stat: Cut the top of the chart issue ( #88640 )
...
* fix(stat): update config on range change
2024-06-04 19:09:10 +02:00
Ryan Watts
f1dce0c7d7
XYChart: Use same auto-ranging logic for X and Y axes ( #88584 )
2024-06-04 11:58:59 -05:00
Matias Chomicki
1cfb21a74c
Logs: improve deduplication supporting code and fix duplicated frames ( #88716 )
...
* Logs: change refId approach to deduplicate infinite scrolling rows
* Chore: update tests
* chore: add comment
* Prettier
2024-06-04 19:09:33 +03:00
renovate[bot]
404de83b06
Update dependency eslint-webpack-plugin to v4.2.0 ( #88715 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 18:44:58 +03:00
renovate[bot]
d4c28aa757
Update dependency @types/react-highlight-words to v0.20.0 ( #88693 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 14:54:22 +01:00
renovate[bot]
b8cd5bb57c
Update dependency @types/node to v20.14.1 ( #88689 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 13:58:08 +01:00
Ashley Harrison
3f7017a471
Chore: Remove nestedFolderPicker
toggle ( #88660 )
...
remove nestedFolderPicker toggle
2024-06-04 12:16:12 +03:00
renovate[bot]
de67734871
Update dependency @react-awesome-query-builder/ui to v6.5.2 ( #88630 )
...
* Update dependency @react-awesome-query-builder/ui to v6.5.2
* fix type errors
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-06-04 12:15:16 +03:00
Ashley Harrison
9f95841c45
Chore: Fix typo in lint rule file name ( #88662 )
...
rename file
2024-06-04 12:08:37 +03:00
Ashley Harrison
1cb701c304
Chore: Move Switch
SCSS to emotion/angular ( #88553 )
...
move switch scss to emotion/angular
2024-06-04 09:34:38 +01:00
Oscar Kilhed
0f89f4b2d2
Grafana UI: stop input element of the react select component from overflowing and causing layout issues. ( #88372 )
...
* Grafana UI: stop input element of the react select component from overflowing the input container
* update snapshot since the css changed
---------
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-06-04 10:13:43 +02:00
Brendan O'Handley
eeabb6f066
Prometheus: Add hints for native histograms ( #87017 )
2024-06-03 16:59:06 -05:00
Ashley Harrison
16099c9913
Drawer: Fix overflow to stop drag handle being cut off ( #88500 )
...
fix drawer overflow to stop drag handle being cut off
2024-06-03 15:35:46 +01:00
renovate[bot]
0ba54152dc
Update dependency ts-jest to v29.1.4
2024-06-03 12:27:33 +00:00
renovate[bot]
44c62dd536
Update dependency sass to v1.77.4
2024-06-03 11:44:55 +00:00
Arati R
73905695e3
Storage: Remove dual writing mode feature flags ( #88573 )
...
Remove dual writing feature flags
2024-05-31 20:18:09 +02:00
Leon Sorokin
a257b74d6e
TooltipPlugin: Fix console error when data updates while anchored ( #88546 )
2024-05-31 13:17:54 -05:00
Ashley Harrison
8811c14aeb
AdHoc filters: add support for groups in adhoc filters + fix group styling ( #88430 )
...
add support for groups in adhoc filters + fix group styling
2024-05-31 11:04:19 +01:00
renovate[bot]
06121bb054
Update dependency eslint-plugin-react to v7.34.2
2024-05-31 09:56:48 +00:00
renovate[bot]
287e3868ed
Update dependency @prometheus-io/lezer-promql to v0.52.1 ( #88531 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 12:27:54 +03:00
Ashley Harrison
8c88f605e4
Chore: Migrate some more scss styles ( #88484 )
...
* migrate some more styles
* migrate typeahead styles
* migrate tagsinput styles
2024-05-31 10:04:25 +01:00
Nick Richmond
fddf77ee35
CodeEditor: Fix broken styles ( #88495 )
...
* fix: remove erroneous container
* fix: update selector
* fix: pass data attrs via `wrapperProps`
* fix: ensure `toBeInTheDocument` checks have unique markup
2024-05-30 20:34:00 +03:00
renovate[bot]
de201c5cdd
Update dependency eslint-plugin-jsdoc to v48.2.7
2024-05-30 13:34:49 +00:00
renovate[bot]
fabed77d1f
Update dependency css-loader to v7.1.2
2024-05-30 12:44:55 +00:00
renovate[bot]
4b62be37f5
Update dependency core-js to v3.37.1
2024-05-30 12:11:46 +00:00
renovate[bot]
0c572e8db7
Update dependency @types/node to v20.12.13
2024-05-30 10:45:34 +00:00
renovate[bot]
c5c38b57c4
Update dependency @types/lodash to v4.17.4
2024-05-30 09:52:46 +00:00