Darren Janeczek
18f3c7188b
datatrails: handle "single" layout when switching to "all" labels ( #85373 )
...
* fix: handle "single" layout when switching to "all" labels
2024-03-28 18:13:43 +02:00
Dominik Prokop
63a941472e
DashboardScene: Fix access to dashboard settings views ( #85289 )
...
* DashboardScene: Fix access to dashboard settings views
* Review
2024-03-28 16:40:39 +01:00
Ivan Ortega Alba
233f119037
Panel: Description display event is reported multiple times ( #85283 )
2024-03-28 16:39:18 +01:00
Haris Rozajac
649c456eab
Explore: Nested Content Outline ( #80688 )
...
* indentation levels
* Highlight parent section when child is selected
* Fix context, add rotation to toggle button
* Merge single child logic; fix styling
* Fix collapsed logic, make elipsis work, reorganize for better readability;
* Add connector
* Tooltip placement
* Update tests so they test components the same way users would interact with them
* Clean up indendation levels
* Support collapsing logic for multiple section; highlight all items in a section of an active child - parent is active only when section is collapsed and child inside of it is active
* Simplify making ellipsis work
* Show tooltip if the text overflows in expanded mode
* The whole button container should have same background when section is expanded in mini view
* Fix a bug where root items were not being sorted by document position
* Update query order when query rows are changed through dragging and dropping
* Fix the issue where chaning the title of a query row would remove the query
2024-03-28 09:06:52 -06:00
Victor Marin
30c9307539
Scenes: Fix row crash when removing a panel from it ( #85339 )
...
* Fix row crash when removing a panel from it
* fix tests
* fix tests
2024-03-28 16:45:33 +02:00
Andreas Christou
697a18737d
Azure/GCM: Update filterQuery methods to carry out migrations ( #85355 )
...
Update filterQuery methods to carry out migrations
2024-03-28 14:40:27 +00:00
Dominik Prokop
ae9a4b6467
DashboardScene: Fix constant variable not being hidden after creation ( #85196 )
2024-03-28 15:29:48 +01:00
Galen Kistler
0c78d80ef1
Loki: Fix test flake ( #85356 )
...
attempt to fix flake
2024-03-28 15:22:44 +01:00
Darren Janeczek
137061d1d5
datatrails: fix stability issues between conflict between browser history, URL sync, and trail history ( #85134 )
...
* fix: conflict between browser history and trail history
- ensure the back button or url changes don't generate trail steps
- ensure label breakdown TextLinks which appear on the summary tab work in embedded mode
2024-03-28 09:59:16 -04:00
butkovv
b039995a4e
BrowseDashboards: Add subpath to URLs on Browse Dashboards page ( #84992 )
...
* BrowseDashboards: Add subpath to URLs on Browse Dashboards page
* comment
* use existing config
* comment
---------
Co-authored-by: joshhunt <josh@trtr.co >
2024-03-28 15:15:05 +02:00
Torkel Ödegaard
e90b87589f
ModalsContext: Unify modals context and manager ( #84916 )
...
* ModalsContext: Unify modals context and manager
* Clear on location change
* fixes
* Update
* use generics to avoid anys
---------
Co-authored-by: joshhunt <josh@trtr.co >
2024-03-28 13:26:57 +01:00
Tobias Skarhed
a44aa342a7
Templating: Link label to input ( #85329 )
...
Pass id to VariableInput
2024-03-28 12:45:43 +01:00
github-actions[bot]
97c3c51e52
I18n: Download translations from Crowdin ( #85257 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-28 13:28:07 +02:00
Ryan McKinley
45d1766524
K8s/Frontend: Add generic resource server and use it for playlists ( #83339 )
...
Co-authored-by: Bogdan Matei <bogdan.matei@grafana.com >
2024-03-28 14:01:24 +03:00
Joey
8c770a283e
Tempo: Show <1ms when durationMs not in response ( #85267 )
...
* Show <1ms when durationMs not in response
* Update tests
2024-03-28 09:47:49 +00:00
renovate[bot]
50a57bb88c
Update dependency webpack to v5.91.0 ( #85302 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-28 09:38:15 +00:00
Joey
df39fc54a6
Tempo: Check for liveEnabled before trying to stream ( #85173 )
...
* Check for liveEnabled before attempting to stream
* Add tests
* Range const
* Update test text
2024-03-28 09:19:21 +00:00
Torkel Ödegaard
d290aaff46
DashboardScene: Support time region migrations ( #84147 )
...
* DashboardScene: Support time region migrations
* Update
* Update
* Update
* fix
* Fix lock
* fix tests
* Fix migrations test
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2024-03-28 07:39:26 +01:00
Adela Almasan
e5d1cd8ea5
AngularMigration: Allow dashboard by dashboard migration ( #84100 )
2024-03-27 16:24:24 -05:00
Leon Sorokin
1ffeb7c365
StateTimeline: Fix data links causing unrendering of string fields ( #85260 )
2024-03-27 13:19:13 -05:00
renovate[bot]
2f18148da2
Update dependency @types/react to v18.2.73
2024-03-27 17:15:47 +00:00
Brendan O'Handley
d4a68d6662
Prometheus: Use correct logic for frontend package feature flag ( #85294 )
...
use correct logic for frontend package feature flag
2024-03-27 11:57:00 -05:00
Darren Janeczek
f850b00a92
datatrails: avoid double scrollbar with new viz tooltips ( #85197 )
...
fix: avoid double scrollbar
2024-03-27 12:50:02 -04:00
kay delaney
618cf8e5a1
Dashboards: Fix issue where long ad-hoc values broke UI ( #85073 )
...
Closes #69285
2024-03-27 15:11:59 +00:00
Darren Janeczek
2ecc1bb646
datatrails: hide "add to filter" button when there is no label value to add to filter ( #85270 )
...
fix: hide add to filters button when it won't work
2024-03-27 16:33:21 +02:00
Torkel Ödegaard
61e67423ff
LLMApp: Skip 404 requests to know if the plugin exists ( #85226 )
...
---------
Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com >
2024-03-27 14:55:48 +01:00
Andrej Ocenas
20e70838e3
NodeGraph: Fix possible metadata mismatch between nodes in graph ( #85254 )
2024-03-27 14:23:04 +01:00
Ashley Harrison
7ad2ec9665
EmptyState: use not-found empty state variant everywhere in core ( #85007 )
...
* use EmptyState component everywhere in core
* remove GrotNotFound core component
* update unit tests
* search -> not-found
* fix 3 more
2024-03-27 12:15:12 +00:00
Gilles De Mey
a574db6f64
Alerting: Fix removing nested policy ( #85242 )
2024-03-27 13:58:59 +02:00
Gilles De Mey
90a1e8a82f
Alerting: Make hovercard accessible ( #85195 )
2024-03-27 10:05:30 +01:00
renovate[bot]
e184520c61
Update dependency @types/react to v18.2.72
2024-03-26 20:04:28 +00:00
renovate[bot]
a256c064df
Update dependency @types/react to v18.2.71
2024-03-26 17:26:50 +00:00
renovate[bot]
5146896264
Update dependency @kusto/monaco-kusto to v10 ( #81382 )
...
* Update dependency @kusto/monaco-kusto to v10
* match types + update mocks
* Add missing esModule
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
Co-authored-by: Andreas Christou <andreas.christou@grafana.com >
2024-03-26 16:10:06 +00:00
kay delaney
08ef6e1a42
Scenes: Fix crash when searching panel options ( #85180 )
...
Closes #81883
2024-03-26 14:55:54 +00:00
Carl Bergquist
b214b07695
Scopes: Name relationship objects *binding ( #84955 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com >
Co-authored-by: Bogdan Matei <bogdan.matei@grafana.com >
2024-03-26 15:52:12 +01:00
Karl Persson
c39b9b2cbe
EmailVerification: Generate emails after rename ( #85175 )
2024-03-26 15:50:11 +01:00
linoman
4e5bff0ada
Auth Drawer: Use redux store to load settings ( #85110 )
...
* use actions instead of importing the backend service
* Replace the test render for redux-rtl
2024-03-26 14:56:31 +01:00
Mihai Doarna
6ddced7ba8
SSO: add the missing fields to the okta provider ( #85152 )
...
* add the missing allowSignUp field to okta provider
* add autoLogin to okta
2024-03-26 14:45:45 +02:00
Andrej Ocenas
aba65747c9
Nodegraph: Fix issue with rendering single node ( #84930 )
...
Fix for single node graph case
2024-03-26 13:43:43 +01:00
Alex Khomenko
d105323f15
SaveDashboardForm: Remove deprecated Form usage ( #84172 )
...
* SaveDashboardForm: Remove deprecated Form usage
* Update
2024-03-26 14:14:17 +02:00
Torkel Ödegaard
d039a0a485
DataTrails: Fixes home page background issue to make Cards work better ( #85055 )
...
* DataTrails: Fixes home page background issue to make Cards work better
* Update DataTrailsHome.tsx
2024-03-26 10:39:56 +01:00
Erik Sundell
28ecd83987
Datasources: Add fixed width to name field in config editor ( #84970 )
...
add fixed width to name field
2024-03-26 10:13:09 +01:00
Darren Janeczek
5d477d711a
datatrails: do not show the "le" label ( #85114 )
...
fix: do not show the "le" label
2024-03-26 09:00:25 +01:00
Ryan McKinley
4cda34ff7d
Expressions: Create json schema for query types ( #84032 )
2024-03-26 06:58:56 +02:00
Darren Janeczek
2e06677240
datatrails: throttle the resetting of yaxis ( #85117 )
...
fix: throttle the resetting of yaxis
2024-03-25 19:33:57 -04:00
Darren Janeczek
7c03cc83c6
Datatrails: hide empty breakdown panels, improve loading status ( #85028 )
...
feat: hide empty breakdown panels, improve loading status
2024-03-25 18:56:03 -04:00
grafana-delivery-bot[bot]
99b5671fbe
Release: Bump version to 11.1.0-pre ( #85115 )
...
"Release: Updated versions in package to 11.1.0-pre"
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
2024-03-25 21:44:28 +02:00
Juan Cabanas
bb5c5f38db
Scenes: Add reporting tab in share modal ( #85086 )
2024-03-25 16:37:00 -03:00
github-actions[bot]
82b82675f7
I18n: Download translations from Crowdin ( #85006 )
2024-03-25 10:59:46 +00:00
Ashley Harrison
36ee1571b6
EmptyState: Rename "search" variant to "not-found" ( #85062 )
...
* rename "search" variant to "not-found"
* run i18n:extract
2024-03-25 09:55:48 +00:00