Josh Hunt
c024d51a38
Chore: Remove a buncha stuff from Sandbox TestStuffPage ( #85876 )
2024-04-11 09:40:30 +01:00
Darren Janeczek
2e1e45bbb1
datatrails: ensure breakdown yaxis sync is maintained when layout changes ( #85380 )
...
fix: ensure breakdown yaxis sync is maintained when layout changes
2024-04-10 17:12:33 -04:00
Tom Ratcliffe
a852b70953
Fix console.errors from edit group modal tests
2024-04-10 19:13:41 +01:00
Tom Ratcliffe
fff524b54c
Make quick eval buttons in group edit set dirty state on form and handle invalid case
2024-04-10 19:13:41 +01:00
Tom Ratcliffe
584d2bcb91
Remove useEffect that was setting incorrect display value for pending period
2024-04-10 19:13:41 +01:00
Sergej-Vlasov
79631bdd15
DashboardScene: prevent panel hovel header crop with scenes ( #85869 )
...
* add behaviour that adjusts hoverHeaderOffset
* clean up behaviour logic
* optimise and extract behaviour to separate file
* fix hoverHeaderOffsetBehavior unsubscribe
* update to latest scenes version
* Fix PanelOptionsTest
* fix: test value for adhoc filter url param
* Fix transformation tab tests
* bump scenes version
* Revert "Fix transformation tab tests"
This reverts commit 3ec9f5b226 .
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
Co-authored-by: Darren Janeczek <darren.janeczek@grafana.com >
Co-authored-by: oscarkilhed <oscar.kilhed@grafana.com >
2024-04-10 20:39:43 +03:00
Armand Grillet
212acb9bc5
Alerting: clarify alerting silences ( #85853 )
...
* Clarify alerting silences
* Update docs/sources/alerting/configure-notifications/create-silence.md
Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com >
---------
Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com >
2024-04-10 18:30:21 +02:00
Dominik Prokop
483dc02b68
Remove repeating responsibility from LibraryVizPanel ( #84879 )
...
* Remove repeating responsibility from LibraryVizPanel
* Improvements
2024-04-10 17:46:42 +02:00
Dominik Prokop
615fa73f23
DashboardScene: Enrich requests correctly in edit mode ( #85883 )
2024-04-10 17:38:37 +02:00
Kristina
60edd988ac
Explore: Skip flaky test ( #85878 )
...
Skip flaky test
2024-04-10 16:05:07 +02:00
Ashley Harrison
3c69de6be5
Chore: removing some type assertions ( #85839 )
...
* fix some type assertions in loops
* some more cleanup
* some alerting fixes
* put comments in correct place to ignore rule
* couple more
* undo SilencesFilter changes
2024-04-10 14:54:31 +01:00
Sergej-Vlasov
33b6f45a9e
Revert "DashboardScene: prevent panel hovel header crop with scenes" ( #85865 )
...
Revert "DashboardScene: prevent panel hovel header crop with scenes (#85780 )"
This reverts commit 23f1732855 .
2024-04-10 16:27:53 +03:00
Kristina
98c575d28f
Explore: Query history should gracefully handle undefined exploreId on run button ( #85821 )
...
* Gracefully handle undefined exploreId on run button
* Add test
2024-04-10 07:21:29 -06:00
Sergej-Vlasov
23f1732855
DashboardScene: prevent panel hovel header crop with scenes ( #85780 )
...
* add behaviour that adjusts hoverHeaderOffset
* clean up behaviour logic
* optimise and extract behaviour to separate file
* fix hoverHeaderOffsetBehavior unsubscribe
* update to latest scenes version
* Fix PanelOptionsTest
* fix: test value for adhoc filter url param
* Fix transformation tab tests
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
Co-authored-by: Darren Janeczek <darren.janeczek@grafana.com >
Co-authored-by: oscarkilhed <oscar.kilhed@grafana.com >
2024-04-10 15:39:51 +03:00
Josh Hunt
f484519784
E2C: Refactor on-prem ConnectModal ( #85799 )
...
* Refactor on-prem ConnectModal to not use ModalProvider
* fix
2024-04-10 10:07:52 +01:00
Oscar Kilhed
96abe65fe4
Dashboard scenes: Fix export tab not including variables when exporting externally ( #85807 )
...
Fix export tab not including variables when exporting externally
2024-04-09 20:39:30 +02:00
Darren Janeczek
66c0fd4dcc
chore: update datatrails feature flag and enable ( #85508 )
...
* chore: update datatrails feature flag and enable
* fix: rename `datatrails` feature flag to `exploreMetrics`
2024-04-09 14:15:18 -04:00
Victor Marin
b6249d6a50
Check source panel for updates in Dashboard DS panel ( #85655 )
...
* Check source panel for updates in Dashboard DS panel
* Test
* made it better
* cleanup
* cleanup and tests
* fix failing tests
* find the correct dashboard query
* revert mixed check in dashboard behaviour
* Dashboard data source: Return error when used in mixed data source (#85765 )
* MixedDS: Inform about dashboard ds not being supported
* lint fix
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2024-04-09 20:59:37 +03:00
Tobias Skarhed
c7e4baff75
Explore: Add h1 for screen readers ( #85794 )
...
* Add h1 in Explore for screen readers
* Add i18n
* Move to ExplorePage
2024-04-09 18:15:44 +02:00
Ieva
9a2969fb4f
RBAC: hide save button for users who can't save dashboard ( #85758 )
...
hide save button for users who can't save dashboard
2024-04-09 17:09:41 +01:00
Ivan Ortega Alba
27bc0c19ab
DashboardScene: Detect changes when editing a panel ( #85708 )
2024-04-09 18:48:10 +03:00
Kristina
5305316f5a
Explore: Move Query History to be screen wide ( #84321 )
...
* WIP
* Use splitpanewrapper for drawer
* Get rich history pulling from multiple datasources
* highlight pane
* Fix datasource data handling
* create ds/explore map, move around ds lookup
* Handle no filters
* Fix tests and some errors
* Fix context menu issue
* (Poorly) enable scrolling, fix onClose to function
* Remove highlighting, use legacy key, fix casing
* fix filtering to handle non-simple data
* Fix linter, add translations
* Fixing tests~~
* Move to explore drawer and fix some more tests
* Kinda fix drawer stuff?
* Fix remaining card tests
* Fix test
* Fix tests
* Partially fix starred tab tests
* Fix integration tests
* Fix remaining tests 🤞
* Add a test and a clarifying comment behind a couple hooks
* Remove unused code
* Fix button styling and fix animation (but break width)
* Make Drawer using parent width (100%)
* Fix tests and some small catches
* Add tests for selectExploreDSMaps selector
---------
Co-authored-by: Piotr Jamroz <pm.jamroz@gmail.com >
2024-04-09 07:36:46 -05:00
kay delaney
02096c4e22
Dashboards: Add isViewing to mustKeepProps ( #85748 )
2024-04-09 10:33:59 +00:00
Hugo Kiyodi Oshiro
b200156a01
Plugins: Show update buttons when instance version is different ( #85486 )
2024-04-09 10:32:34 +02:00
Ivan Ortega Alba
df72cfd38e
Dashboard: Move "add" actions into a dropdown ( #85776 )
...
* Move all add actions into a dropdown
* Hide alerts rules when editing
* Hide fav icon when editing
2024-04-09 11:09:37 +03:00
Sonia Aguilar
e234d098e9
Alerting: Get oncall metada only when we have alert manager configuration data ( #85622 )
...
* Get oncall metada from url in settings only when we have alert manager configuration
* Add test in useContactPointsWithStatus hook
* Fix tests
2024-04-09 09:02:44 +02:00
Torkel Ödegaard
4f290ebf99
DataTrails: Do not create a new VizPanel every activation ( #85693 )
2024-04-09 08:39:26 +02:00
Torkel Ödegaard
edf36d9ec0
DashboardScene: Fixes issue with mobile responsive layout due to repeated grid item class ( #85731 )
2024-04-08 16:55:35 +02:00
Juan Cabanas
d0312af571
PublicDashboards: Footer fix for scenes ( #85684 )
2024-04-08 09:44:27 -03:00
kay delaney
1b376546e2
Dashboards: Fix issue with changing panel JSON from edit view ( #85717 )
2024-04-08 12:49:38 +01:00
Ivan Ortega Alba
d983629650
Detect folder changes when saving a dashboard ( #85378 )
2024-04-08 13:06:50 +03:00
Ashley Harrison
b3cff22db3
Chore: Improve types ( #85659 )
...
* fixing some types
* more type fixes
* few more
* last couple
* tiny tweak
2024-04-08 09:56:21 +01:00
Adela Almasan
5f0ca1429b
Annotations: Fix annotation title ( #85614 )
2024-04-05 17:39:10 -05:00
Nathan Marrs
391d2ba7c7
Canvas: Limit connection vertex radius to numeric fields ( #85420 )
2024-04-05 16:09:19 -06:00
Eduardo Franscisco Pedrosa
d23918fd95
Fixes #81465 : Exclude-null now it's getting initialized properly by default ( #85613 )
...
* fix #81465 (FilterByValueTransformerEditor.tsx): Exclude-null now it's getting initialised properly by default
The default matcher of a new filter by value condition has been changed from greater to isNull. Added a file FilterByValueTransformerEditor.test.tsx with a test to confirm this change
* update tests and run linter
* filter-by-values-exclude-null/ update test definition
---------
Co-authored-by: jev forsberg <jev.forsberg@grafana.com >
2024-04-05 11:24:57 -06:00
Bogdan Matei
9d44c8e8cf
Add auto to refresh picker ( #85584 )
2024-04-05 18:31:40 +03:00
Josh Hunt
040966220e
E2C: Show latest migration run instead of the first ( #85666 )
...
* running a new migration should only invalidate the list of migration runs
* correctly select the last migration result, not the first
2024-04-05 16:28:57 +01:00
Adela Almasan
883a41e8aa
Canvas: Add support for line animation ( #85556 )
2024-04-05 17:53:40 +03:00
Juan Cabanas
8e8bfae761
Scenes: Add PDF tab in share modal ( #85541 )
2024-04-05 11:29:13 -03:00
kay delaney
9efbf142a8
Scenes: Persist changes made in edit mode to save model ( #84320 )
2024-04-05 12:32:28 +03:00
Torkel Ödegaard
e0be7d29ea
Users and ServiceAccount table: UX consistency updates ( #85624 )
...
UsersTable: UX concistency updates
2024-04-05 11:31:16 +02:00
Torkel Ödegaard
49a3a95dd1
DashboardScene: Fixes panel edit issue with clearing title not resulting in hover header mode ( #85621 )
...
* PanelEditor: Update hoverHeader state when changing panel title
* refactor test and remove duplicate
2024-04-05 11:24:25 +02:00
Josh Hunt
5ce8b60878
E2C: Resources table refactor ( #85585 )
...
* E2C: Resources table refactor
* update swagger spec with enums
* use native resource item type, rather than our mock type
* unit tests for resources table
* update spec
2024-04-05 10:08:42 +01:00
Giuseppe Guerra
c033a15aaa
Angular deprecation: Prefer local "angularDetected" value to the remote one ( #85571 )
...
* Angular deprecation: Prefer local value to remote
* Update tests
2024-04-05 10:45:11 +02:00
Agnès Toulet
3ef23a5e3e
Scenes: Add modal ref to custom tabs ( #85602 )
2024-04-05 09:28:10 +02:00
Kyle Cunningham
0a7abe4445
Transformations: Update transformation disabled UI presentation ( #85566 )
...
* Update transformation UI presentation
* codeincarnate/transformation-disable/ lint
* Update opacity
---------
Co-authored-by: jev forsberg <jev.forsberg@grafana.com >
2024-04-05 04:57:57 +07:00
Ihor Yeromin
5a53041c49
Canvas: Fix SVG element border clipped ( #85590 )
...
fix(canvas): canvas svg element border clipped
2024-04-04 20:08:24 +02:00
Konrad Lalik
9b4f88c6f6
Alerting: Improve template preview ( #84798 )
...
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2024-04-04 18:37:24 +03:00
Gilles De Mey
d3ee3c0a24
Alerting: Evaluation quick buttons ( #85010 )
...
Co-authored-by: Tom Ratcliffe <tomratcliffe@users.noreply.github.com >
2024-04-04 16:24:35 +02:00
kay delaney
b5c33c540c
Dashboards: Removes descending z-index assignment for grid items ( #85563 )
2024-04-04 14:49:42 +01:00