github-actions[bot]
ef9e0b77e9
Release: 11.0.3 ( #91924 )
...
* Update changelog
* Update version to 11.0.3
* fix changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Diego Augusto Molina <diegoaugustomolina@gmail.com >
2024-08-14 15:47:17 -03:00
github-actions[bot]
69b9a8131f
Release: 11.0.2 ( #91023 )
...
* Update changelog
* Update version to 11.0.2
* prettier
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com >
2024-07-26 03:03:45 +03:00
grafana-delivery-bot[bot]
f761d429fb
Release: Bump version to 11.0.2 ( #89690 )
...
bump version 11.0.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-04 14:57:48 +02:00
Ivan Ortega Alba
f5fe50d43f
[v11.0.x] Scenes: Update to latest 4.23.1 -> 4.24.4 ( #88510 )
...
Scenes: Update to latest 4.23.1 -> 4.24.4 (#88485 )
- `@grafana/scenes`
- VizPanelRenderer: Emit SetPanelAttention event [#716 ](https://github.com/grafana/scenes/pull/716 ) ([@tskarhed](https://github.com/tskarhed ))
- Tobias Skarhed ([@tskarhed](https://github.com/tskarhed ))
---
- `@grafana/scenes`
- Macros: Resolve browser timezone for `$__timezone` [#759 ](https://github.com/grafana/scenes/pull/759 ) ([@ivanortegaalba](https://github.com/ivanortegaalba ))
- Variables: Prioritize showing adhoc variable key and operator [#750 ](https://github.com/grafana/scenes/pull/750 ) ([@oscarkilhed](https://github.com/oscarkilhed ))
- Ivan Ortega Alba ([@ivanortegaalba](https://github.com/ivanortegaalba ))
- Oscar Kilhed ([@oscarkilhed](https://github.com/oscarkilhed ))
---
- `@grafana/scenes`
- MultiValueVariable: Fixes issue when value is all value but all value is not enabled [#757 ](https://github.com/grafana/scenes/pull/757 ) ([@torkelo](https://github.com/torkelo ) [@ivanortegaalba](https://github.com/ivanortegaalba ))
- Ivan Ortega Alba ([@ivanortegaalba](https://github.com/ivanortegaalba ))
- Torkel Ödegaard ([@torkelo](https://github.com/torkelo ))
---
- Plugin.json: update schema reference URL in scenes-app [#754 ](https://github.com/grafana/scenes/pull/754 ) ([@leventebalogh](https://github.com/leventebalogh ))
- `@grafana/scenes`
- Allow drag and dropping rows in valid states [#756 ](https://github.com/grafana/scenes/pull/756 ) ([@mdvictor](https://github.com/mdvictor ))
- fix: undefined check on RefreshPicker.autoOption [#751 ](https://github.com/grafana/scenes/pull/751 ) ([@darrenjaneczek](https://github.com/darrenjaneczek ))
- Darren Janeczek ([@darrenjaneczek](https://github.com/darrenjaneczek ))
- Levente Balogh ([@leventebalogh](https://github.com/leventebalogh ))
- Victor Marin ([@mdvictor](https://github.com/mdvictor ))
---
- `@grafana/scenes`
- SceneFlexLayout: Min width/height option was ignored [#749 ](https://github.com/grafana/scenes/pull/749 ) ([@edvard-falkskar](https://github.com/edvard-falkskar ))
- Edvard Falkskär ([@edvard-falkskar](https://github.com/edvard-falkskar ))
---
(cherry picked from commit c5ae0bbba2 )
2024-06-12 11:31:32 +02:00
Torkel Ödegaard
8083c41983
[v11.0.x] DashboardScene: Fixing major row repeat issues ( #87800 )
...
DashboardScene: Fixing major row repeat issues (#87539 )
* DashboardScene: Fixing major row repeat issues
* Fixing edit scope
* Use dashboard variableDependendency to notify row repeat behaviors
* update scenes lib
* Do not repeat if values are the same
* Update public/app/features/dashboard-scene/scene/DashboardScene.tsx
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
* Updated scenes
* Update
* Update
* Do not render row actions for repeated rows
* Fixed e2e
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
(cherry picked from commit 9cd7c87b48 )
2024-05-14 13:40:45 +02:00
grafana-delivery-bot[bot]
252b2110e6
Release: Bump version to 11.0.1 ( #87792 )
...
"Release: Updated versions in package to 11.0.1"
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
2024-05-14 11:14:49 +02:00
Darren Janeczek
31b6fcbe5b
[v11.0.x] scenes: update to v4.14.0: opt-in to ( #87334 )
...
scenes: update to v4.14.0: opt-in to `useQueriesAsFilterForOptions` (#87244 )
* fix: opt-in to `useQueriesAsFilterForOptions`
With updating the scenes library, dashboards must now explicitly
opt in to `useQueriesAsFilterForOptions`.
(cherry picked from commit 5b424ed6bb )
2024-05-03 19:09:39 +03:00
grafana-delivery-bot[bot]
39c9096a87
[v11.0.x] Dashboard: POC to run existing e2e with dashboardScene feature toggle ( #87237 )
...
Dashboard: POC to run existing e2e with `dashboardScene` feature toggle (#84598 )
* Standarize e2e for addDashbaord e2e flow
* WIP: Duplicate e2e dashboard flows and smoke test for scene e2e tests
* Fix autoformatting mistake for bash file
* Enable dashboardScene using local storage and only for the scene folder
* Add missing folders
* Set the feature toggle in the before of all tests
* Revert "Standarize e2e for addDashbaord e2e flow"
This reverts commit 6b9ea9d5a4 .
* Add missing e2e selectors to NavToolbarActions, and modify addDashboard scene flow
* e2e: panels_smokescreen.spec.ts migrated
* e2e smokeTestSceneario migrated
* Start migrating dashbaord-suite e2e
* WIP create variable types
* adjust tests for scenes
* restore dashboard json file
* update scenes version
* restore pkg/build/wire/internal/wire/testdata modifications
* finalising test adjusments
* restore pkg/build/wire/internal/wire/testdata files
* add latest scenes version and update tests
* add drone setup for dashboard scenes tests
* update to latest scenes version
* adjust drone errors
* adjust indentation in drone yml file
* drone adjustments
* add github workflow to run scenes e2e
* restore drone file
* adjust github workflow
* wip: github workflow adjustments
* test remove gpu
* bump
* undo formating changes
* wip: github workflow debugging
* adjusting flaky tests
* update to latest scenes
* clean up workflow file
* adjust flaky test
* clean up pr
* finalise worflow logic and add to codeowners
* clean up launching old arch dashboards e2e separately
---------
Co-authored-by: Sergej-Vlasov <sergej.s.vlasov@gmail.com >
Co-authored-by: Jeff Levin <jeff@levinology.com >
(cherry picked from commit 9ea1042329 )
Co-authored-by: Alexa V <239999+axelavargas@users.noreply.github.com >
2024-05-02 16:56:31 +03:00
Torkel Ödegaard
a0549ca23c
[v11.0.x] DashboardScene: Fixes issue with editing panels that uses instanceState ( #86824 )
...
DashboardScene: Fixes issue with editing panels that uses instanceState (#86687 )
* DashboardScene: Fixes issue with editing panels that uses instanceState
* Minor tweak
* Update
* Update
(cherry picked from commit b28e6bc5d8 )
2024-04-24 10:31:19 +02:00
grafana-delivery-bot[bot]
5c500e1622
[v11.0.x] Chore: Fix CVE-2024-22363 ( #86798 )
...
Chore: Fix CVE-2024-22363 (#86738 )
(cherry picked from commit 709d78b8b5 )
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com >
2024-04-23 18:41:34 +02:00
Ashley Harrison
2794579c28
[v11.0.x] Update dependency @swc/helpers to v0.5.8 ( #86358 )
...
Update dependency @swc/helpers to v0.5.8 (#85327 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit b155bc11a1 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 16:08:43 +01:00
grafana-delivery-bot[bot]
595bf811ca
[v11.0.x] Update dependency eslint-plugin-jsdoc to v48.2.2 ( #86336 )
...
Update dependency eslint-plugin-jsdoc to v48.2.2
(cherry picked from commit d227621217 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 15:37:39 +01:00
grafana-delivery-bot[bot]
f4ffa3a1a2
[v11.0.x] Update dependency @grafana/aws-sdk to v0.3.3 ( #86335 )
...
Update dependency @grafana/aws-sdk to v0.3.3 (#85326 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 4854f10ee2 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 15:37:19 +01:00
grafana-delivery-bot[bot]
e9046e8cb1
[v11.0.x] Update dependency stylelint-config-sass-guidelines to v11.1.0 ( #86334 )
...
Update dependency stylelint-config-sass-guidelines to v11.1.0 (#85291 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit ad1b60e651 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 15:36:58 +01:00
Ashley Harrison
1bc4ceb77c
[v11.0.x] Update dependency webpack to v5.91.0 ( #86344 )
...
Update dependency webpack to v5.91.0 (#85302 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 50a57bb88c )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 15:36:11 +01:00
Ashley Harrison
a2addd8ae2
[v11.0.x] Chore: Bump Nx to 18.1.x ( #86343 )
...
* Chore: Bump Nx to 18.1.x (#85185 )
* chore: bump nx to latest version
* build(plugin-configs): reduce wonky webpack output when logged via nx
* revert(plugin-configs): remove infrastructureLogging property
(cherry picked from commit c6a489cfd8 )
* update yarn lock file
---------
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com >
2024-04-16 15:36:00 +01:00
grafana-delivery-bot[bot]
af98f4d58d
[v11.0.x] Update dependency msw to v2.2.13 ( #86328 )
...
Update dependency msw to v2.2.13
(cherry picked from commit 39e91e2984 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 15:06:43 +01:00
grafana-delivery-bot[bot]
2b52fbb8b0
[v11.0.x] Update dependency @types/react to v18.2.73 ( #86327 )
...
Update dependency @types/react to v18.2.73
(cherry picked from commit 2f18148da2 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 15:05:13 +01:00
grafana-delivery-bot[bot]
41d7cba970
[v11.0.x] Update dependency stylelint to v16.3.1 ( #86325 )
...
Update dependency stylelint to v16.3.1 (#85286 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 7e1cd4397a )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:46:07 +01:00
grafana-delivery-bot[bot]
a3ec3c6d96
[v11.0.x] Update dependency sass to v1.72.0 ( #86322 )
...
Update dependency sass to v1.72.0 (#85272 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 986b078d79 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:42:34 +01:00
grafana-delivery-bot[bot]
49df41f0ce
[v11.0.x] Update dependency jest-date-mock to v1.0.9 ( #86314 )
...
Update dependency jest-date-mock to v1.0.9
(cherry picked from commit e4a265f60c )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 14:08:20 +01:00
grafana-delivery-bot[bot]
d9c89cb1b8
[v11.0.x] Update dependency date-fns to v3.6.0 ( #86300 )
...
Update dependency date-fns to v3.6.0 (#85243 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit c7b4427151 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 13:16:47 +01:00
grafana-delivery-bot[bot]
c1eef3b789
[v11.0.x] Update dependency @grafana/plugin-e2e to ^0.25.0 ( #86295 )
...
Update dependency @grafana/plugin-e2e to ^0.25.0 (#85236 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 4cf0c8dfb2 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 13:16:19 +01:00
grafana-delivery-bot[bot]
addbf53952
[v11.0.x] Update dependency msw to v2.2.12 ( #86293 )
...
Update dependency msw to v2.2.12
(cherry picked from commit e28fc1a4a5 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 12:58:22 +01:00
Ashley Harrison
ddea51b403
[v11.0.x] Update dependency @types/react to v18.2.72 ( #86283 )
...
Update dependency @types/react to v18.2.72
(cherry picked from commit e184520c61 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 12:29:49 +01:00
grafana-delivery-bot[bot]
9c64750d49
[v11.0.x] Update dependency msw to v2.2.11 ( #86270 )
...
Update dependency msw to v2.2.11
(cherry picked from commit 6ed5e36fe5 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 11:40:16 +01:00
Ashley Harrison
60c39b46c0
[v11.0.x] Update dependency @floating-ui/react to v0.26.10 ( #86275 )
...
Update dependency @floating-ui/react to v0.26.10 (#85181 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 1df15a3a4c )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 11:37:10 +01:00
Ashley Harrison
40e6e28f2a
[v11.0.x] Update dependency @kusto/monaco-kusto to v10 ( #81382 ) ( #86265 )
...
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 >
(cherry picked from commit 5146896264 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 10:31:53 +01:00
grafana-delivery-bot[bot]
3628fdd6d7
[v11.0.x] Update dependency rudder-sdk-js to v2.48.6 ( #86174 )
...
Update dependency rudder-sdk-js to v2.48.6
(cherry picked from commit 4b11877337 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-15 16:10:15 +01:00
grafana-delivery-bot[bot]
c1cdf1d334
[v11.0.x] Add jest-watch-typeahead and use for better filtering of jest tests ( #86112 )
...
* Add jest-watch-typeahead dev dependency
https://www.npmjs.com/package/jest-watch-typeahead
* Add jest watch plugins for better experience filtering tests
---------
Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com >
2024-04-15 13:57:26 +01:00
grafana-delivery-bot[bot]
a81a41a87d
[v11.0.x] DashboardScene: prevent panel hovel header crop with scenes ( #85899 )
...
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 >
(cherry picked from commit 79631bdd15 )
Co-authored-by: Sergej-Vlasov <37613182+Sergej-Vlasov@users.noreply.github.com >
2024-04-10 21:13:17 +03:00
grafana-delivery-bot[bot]
745ae03895
Release: Bump version to 11.0.0 ( #85729 )
...
"Release: Updated versions in package to 11.0.0"
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
2024-04-08 14:33:03 +02:00
Dominik Prokop
7bcd176e88
[v11.0.x] Bump scenes to v4.5.4 ( #85706 )
...
Bump scenes to v4.5.4 (#85681 )
bump scenes to v4.5.4
(cherry picked from commit 432936cdcf )
Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com >
2024-04-08 10:30:15 +03:00
Ivan Ortega Alba
e04bb072b4
[v11.0.x] DashboardScene: Detect changes when live is enabled from settings ( #85528 )
...
DashboardScene: Detect changes when live is enabled from settings (#85409 )
* Adapt the code to the new live timer API
* Update scenes
(cherry picked from commit 89638238e5 )
2024-04-03 17:30:14 +03:00
Ivan Ortega Alba
9c0edab224
[v11.0.x] Implement autofit panels in Dashboards ( #85524 )
...
DashboardScene: Implement autofit panels (#85221 )
(cherry picked from commit eb3d088645 )
2024-04-03 16:39:45 +03:00
Oscar Kilhed
dbd68074d0
[v11.0.x] Bump scenes to 4.1.2 ( #85479 )
...
Bump scenes to 4.1.2 (#85470 )
* Bump scenes to 4.1.2
* Fix tests after fixing the sorting in rows
---------
Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com >
(cherry picked from commit 9ba9cbf300 )
2024-04-02 17:45:18 +02:00
Dominik Prokop
f74d5ff93e
Data layers: Integrate latest scenes changes ( #84804 )
...
* bump scenes
* Improved data layers
* DashboardScene: Allow transformations by topic
* Use stable version
* Mock grafana ds to avoid anno layers test failure
* Fix name change
---------
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2024-03-21 18:23:47 +01:00
renovate[bot]
6ce3469bb8
Update dependency postcss to v8.4.38
2024-03-21 12:52:01 +00:00
renovate[bot]
db791e8955
Update dependency autoprefixer to v10.4.19
2024-03-21 11:59:27 +00:00
renovate[bot]
fc5d323cd5
Update dependency systemjs-cjs-extra to v0.2.1 ( #84849 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-21 12:39:58 +01:00
Jack Westbrook
3c359376e1
Grafana/Runtime: Remove SystemJS export ( #84561 )
...
* feat(systemjs): move systemjs to grafana core and stop exporting from runtime
* feat(plugins): move systemjs to own file, update imports
* chore(plugins): call systemjs directly from window as ref can be undefined
* chore(plugins): make sure systemjs is imported before its shared dependencies
* chore(systemjs): move dependency to root package.json
2024-03-21 09:22:35 +01:00
Alex Khomenko
b9b42ba10f
Grafana/icons: Add icons package ( #82314 )
...
* Add separate icons package
* Update package.json
* Codeformat
* Use the new icon
* Sanitize SVGs
* Sync deps
* Add publish script
* Add pre-commit hook
* Test pre-commit
* Rename
* Comment out local dev configs
* Add generate action
* Update readme
* Update script
* Add license
* Rename icons to icons-generated
* Codeformat
* Update lerna
* Remove fill attribute from SVG path elements
* Revert lerna upgrade
* Update codeowners
* Add lint scripts
* Exclude more attributes
* Add missing deps
* Update lockfile
* Remove CI actions
* Remove generated components from VC
* Fix path
* Build ESM only
* Include cjs
* Update lockfile
* Move generated icons into src
* Update lockfile
* Sync deps with grafana
* Update lockfile
* Update lockfile
* Update package name
* Cleanup
* Memoize the components
* Publish esm only
* Do not overwrite props
* Add generate script to build
* Update comment
* Generate typedefs from index.ts
* test
* test
* Restore
* Add more complex icons
* Add readme
* Update lockfile
* Make the package private
* Move package exclusion to lerna.json
* Remove exclusion
* Revert
* test packages
* Fix
* Fix
* Revert
* Move generate icons script to the root
* Update script
* Remove icons script
* Move icons exclusion to package.json
2024-03-20 17:03:40 +02:00
renovate[bot]
339a2ba4e9
Update dependency msw to v2.2.9
2024-03-20 13:44:32 +00:00
renovate[bot]
d0935fe44c
Update dependency @testing-library/react to v14.2.2
2024-03-20 12:31:21 +00:00
renovate[bot]
1cc31a4d62
Update dependency webpack-dev-server to v5.0.4
2024-03-19 20:48:38 +00:00
renovate[bot]
f3986f0dc7
Update dependency postcss to v8.4.37
2024-03-19 18:56:16 +00:00
renovate[bot]
590c657828
Update dependency msw to v2.2.8
2024-03-19 18:21:50 +00:00
renovate[bot]
9d058f8db0
Update dependency eslint-plugin-react to v7.34.1
2024-03-19 17:44:17 +00:00
renovate[bot]
6166c88ab7
Update dependency core-js to v3.36.1
2024-03-19 17:06:50 +00:00
renovate[bot]
aa9dc9c821
Update dependency @types/react-table to v7.7.20
2024-03-19 16:47:05 +00:00