Oscar Kilhed
4648fc902a
Bump scenes to 6.35.0 ( #110858 )
...
bump scenes, remove canary
2025-09-10 07:16:12 +00:00
Oscar Kilhed
1dc0c560ff
Dashboards: Move panels following a repeating panel if the repeating causes the grid item to grow. ( #110796 )
...
* Move following panels after a repeating panel grows
* update to scenes canary release
* only run the adjustYpositions if needed
2025-09-10 08:38:18 +02:00
Luminessa Starlight
c16548f378
Chore: disable npm package install scripts ( #110559 )
...
* disable npm package install scripts
* allow cypress to run postinstall (needed to install the binary)
* add msw to allowlist of postinstall scripts
* update lockfile
* remove now-redundant nx postinstall disable
2025-09-08 15:01:52 -04:00
renovate[bot]
3c5c6b8185
Update dependency @floating-ui/react to v0.27.16 ( #110715 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-08 13:06:18 +02:00
Drew Slobodnjak
23fa9a1484
TimeSeries: Use exported time shift and fix time comparison tooltip ( #109947 )
...
* TimeSeries: Use exported time comparison function
* Add alignTimeRangeCompareData to grafana/data
* Simplify tooltip time text formatting
* Bump scenes version
* Add tests for alignTimeRangeCompareData
* Add backwards compatibility for older scenes
* Update shouldAlignTimeCompare for typical query
* Fix tooltip for older versions of scenes
* support for multiple shifts
---------
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2025-09-06 18:24:42 -07:00
Bogdan Matei
3e14a48ebb
Update swagger-ui-react to fix sha.js issues ( #110696 )
2025-09-05 14:04:17 +00:00
Tom Ratcliffe
3d6d632686
Chore: Remove betterer ( #110469 )
2025-09-04 18:17:53 +01:00
Tom Ratcliffe
55b638ea98
Chore: Move betterer eslint rules to use eslint suppressions ( #106267 )
...
Co-authored-by: joshhunt <josh.hunt@grafana.com >
2025-09-04 10:47:13 +01:00
Ivana Huckova
4e28cba1c5
Bump @grafana/assistant package ( #110507 )
...
* Bump @grafana/assistant package
* Update origin
* Update FlameGraphHeader.tsx
Co-authored-by: Kevin Adam <16607163+kevelopment@users.noreply.github.com >
* Update LogListContext.tsx
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
* Fix lint
* Update public/app/features/logs/components/panel/LogListContext.tsx
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
---------
Co-authored-by: Kevin Adam <16607163+kevelopment@users.noreply.github.com >
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
2025-09-03 15:30:02 +02:00
Zoltán Bedi
76af73b3f3
Update @grafana/plugin-ui dependency to version ^0.10.10 across multiple packages ( #110433 )
2025-09-02 19:05:56 +02:00
renovate[bot]
7d329c8080
Update scenes to v6.33.0 ( #110438 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-02 14:16:34 +03:00
renovate[bot]
8458436b61
Update scenes to v6.32.0 ( #110301 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-28 16:08:05 +00:00
Dominik Prokop
a806f2db99
Update scenes to v6.30.4 canary and document profile isolation ( #110112 )
...
* Update scenes to v6.30.4 canary and document profile isolation
- Bump @grafana/scenes and @grafana/scenes-react to 6.30.4--canary.1225
- Document SceneRenderProfiler overlapping profile handling
* Update scenes
2025-08-25 20:53:50 +02:00
Tom Ratcliffe
743bc1cfe2
Chore: Upgrade grafana eslint config and re-enable rule of hooks rules ( #110029 )
2025-08-22 15:38:02 +01:00
Tom Ratcliffe
429cb9d916
Chore: Update grafana eslint config version and fix rule violations ( #109666 )
2025-08-21 11:59:41 +01:00
Kevin Adam
0262a23d7f
feat(@grafana/assistant): bump assistant sdk ( #109911 )
...
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
2025-08-21 12:07:47 +02:00
Josh Hunt
fbca70747c
E2E: Add performance monitoring E2E test ( #109417 )
...
* initial workflow
* add bench reporter
* add pr trigger
* update workflow
* actually add the test
* debug
.....
* more debug
* this it???
* Debugging GHA workflow
https
newline
tree
cache node modules
try bench again
fix path
* Add RequestsRecorder and tweak GHA workflow
* More debugging GHA workflow
cache
cache key
try renaming path
specify env var correctly
* Run tests on both envs, wait for requests to finish
fix status
cat stats
cat stats
* prefix metric names
* cleanup
* cleanup gha
* codeowners
* make gen-jsonnet
* quote things
* Add host_type label for categorising the various hosts
* rename pw_boot_time_seconds to pw_test_run_time_seconds
* change prefix
* codeowners, gha name
* remove node-modules caching
* fix codeowners
2025-08-20 19:36:54 +00:00
Torkel Ödegaard
485831f0b2
Dashboards: Repeating with no clone keys ( #109839 )
...
* Dashboards: New pathId concept to find panels not based on scene object key
* Minor fix
* fix test
* Fix test
* adding unit tests for pathId functions
* fix
* Fix link sharing to use new path
* fix
* Update
* No clone keys
* Remove all the clone keys complexity
* More changes
* update e2e test
* Progress
* fix auto grid item
* Finally working cannot move panel into clone row
* adjust how we find vizpanel for keyboard shortcuts
* Update
* Fix shortcuts
* Fix test
* fixing tests
* fix lint
* fix tests
* fix e2e
* adjust how outliine children are collected for auto and custom grids
* update
* Upgrade scenes
---------
Co-authored-by: oscarkilhed <oscar.kilhed@grafana.com >
Co-authored-by: Sergej-Vlasov <sergej.s.vlasov@gmail.com >
2025-08-20 10:21:18 +02:00
Ashley Harrison
0687017595
E2E: Run playwright cloud plugins tests as part of github actions ( #109055 )
...
* add github workflow scaffolding
* update comments
* Add image and resource commands
* Add secrets paths
* Block workflow run for forks
* ignore via package.json, update CODEOWNERS
* fix workflow path
* remove old azure monitor test
* pull docker image first
* add permissions for docker pull step
* checkout first
* keep creds file
* try all in one job
* with creds...
* add cloud: 'azure'
* pass CLOUD to docker
* add -playwright
* actually use the env vars
* don't need to pass CLOUD env var
* remove commented out code and tidy up
* kick CI
* Update container names and set PLAYWRIGHT_CI
* Update path
* fix zizmor violation
* use bigger runner, add double quoting
* add separate command and increase timeout
* remove timeout
* parameterise the e2e command in CI
* move cloud-plugins-e2e-tests into normal e2e test workflow
* fix detect changes
* pass creds into dagger
* try remove quotes
* add a debug log
* exec playwright command after mounting file
* reassign e2eContainer, add change to check the tests fail correctly
* fix test
---------
Co-authored-by: Andreas Christou <andreas.christou@grafana.com >
2025-08-19 09:25:16 +01:00
Josh Hunt
a38a5e0301
Chore: Bump tmp with forced resolution ( #109654 )
2025-08-14 09:39:21 +00:00
Josh Hunt
90dfc26b43
Chore: Update nx to 21.3.11 ( #109508 )
...
* Reapply "Update dependency nx to v21 (#109232 )" (#109476 )
This reverts commit 6fe0893630 .
* Update nx to 21.3.11
2025-08-12 10:56:12 +01:00
Ashley Harrison
6fe0893630
Revert "Update dependency nx to v21 ( #109232 )" ( #109476 )
...
This reverts commit 1625bc1e4e .
2025-08-11 15:29:44 +00:00
renovate[bot]
b8f74bc9cc
Update locker to v0.14.0 ( #107968 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 15:38:55 +01:00
Dominik Prokop
4682a288a3
Dashboard: Add processingTime metric for easier querying and bump scenes to 6.29.7 ( #109442 )
...
* Dashboard: Add processingTime calculation to profiler and upgrade scenes
- Add processingTime calculation (duration - networkDuration) to dashboard profiler
- Upgrade to @grafana/scenes 6.29.6 with profiler improvements
- Update documentation
* Bump scenes to stable
* Cancel ongoing profile on dashboard scene page page unmount
* Update docs
* Bump latest scenes
2025-08-11 13:38:50 +02:00
renovate[bot]
1625bc1e4e
Update dependency nx to v21 ( #109232 )
...
* Update dependency nx to v21
* auto exit terminal ui
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2025-08-11 10:56:05 +01:00
Josh Hunt
f836ea2ada
CI: Switch jest unit tests to self-hosted runners ( #109304 )
...
* trigger a workflow run for baseline
* attempt to improve caching with upfront action
* CYPRESS_INSTALL_BINARY: 0
* PUPPETEER_SKIP_DOWNLOAD: true
* use ubuntu-x64-large runners
* increase to 16 shards 🚀
* fix incorrect shard total
* ubuntu-x64 runners
* Revert "ubuntu-x64 runners"
This reverts commit 3411c7c5e1039263b17a3065cd7d45fa4c3c8f69.
* try caching node_modules
* fix flakey scopes test
* try just ubuntu-x64-large for yarn-install job
* run again, last one had a dodgy trace
* try different runners for yarn instlal
* Move node_modules cache steps to composite action, use ubuntu-x64 runners for everything
* fix duplicate runs-on
* specify shell for composite action
* fix some flaky tests
* update codeowners
* dedupe yarn.lock
* align yarn action, switch tests back to ubuntu-x64-large
* align yarn action cache keys
* fix required-frontend-unit-tests not checking repo out
* try without the node_modules magic
* actually skip the node_modules caching magic
* skip hardened mode
* skip downloading cypress
* comment
2025-08-08 14:31:14 +01:00
Dominik Prokop
2ac68e5385
Bump @grafana/scenes to 6.29.5 for network profiling fix ( #109319 )
...
* Bump @grafana/scenes to 6.29.5 for network profiling fix
* Bump to stable
2025-08-07 13:33:27 +02:00
renovate[bot]
d0d8b8f82d
Update dependency zod to v4 ( #109236 )
...
* Update dependency zod to v4
* don't need to specify zod/v4 anymore
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2025-08-06 16:16:15 +00:00
Ivana Huckova
3dcda77462
Update @grafana/assistant and add img to LogListContext ( #109274 )
...
Update @grafana/assistant and add img to LogListContext
2025-08-06 17:41:55 +02:00
Josh Hunt
72a56ad503
Chore: Remove @grafana/tsconfig ( #109186 )
...
* Chore: Remove @grafana/tsconfig
* update codeowners
* revert changes to grafana-plugin-configs
2025-08-06 15:34:34 +01:00
renovate[bot]
99ce8eb1c0
Update dependency pa11y-ci to v4 ( #109233 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-06 15:22:46 +01:00
renovate[bot]
6ee15da39c
Update dependency eslint-webpack-plugin to v5 ( #109230 )
...
* Update dependency eslint-webpack-plugin to v5
* set failOnError: false to match previous behaviour
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2025-08-06 15:18:22 +01:00
renovate[bot]
c4c3bfc871
Update dependency yargs to v18 ( #109235 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-06 14:51:53 +01:00
renovate[bot]
0403a95a10
Update scenes to v6.29.3 ( #109195 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-05 18:11:10 +03:00
Dominik Prokop
0c7291c8dd
Dashboard: Cancel performance profile when tab becomes inactive. ( #109184 )
...
* Bump scenes
* Update docs
* Bump scenes
* Bump scenes to stable
2025-08-05 14:21:25 +02:00
Ashley Harrison
1021f05e32
Accessibility: Make either tooltip or aria-label required when no button children present ( #109131 )
...
* ensure button must have tooltip/aria-label when no children
* fix violations
* restore some unnecessarily removed labels
* use types instead of interfaces as before
* further fixes
* fix unit test
* commit translations and fix unit test
* upgrade plugin-ui to 0.10.8
* set aria-label + unit tests
2025-08-05 12:04:35 +01:00
Ashley Harrison
6408e3acaa
E2E: Remove cypress dashboards-suite ( #109038 )
...
* add equivalent dashboard-time-zone test
* remove cypress dashboards-suite
* modify tests to work with schema-v2 + update workflow to run playwright instead
* fix package.json
* update CODEOWNERS
* fix start-server to include ARCH
2025-08-05 10:09:49 +01:00
renovate[bot]
9330cacf4d
Update dependency @grafana/assistant to v0.0.13 ( #109135 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-04 17:00:14 +01:00
renovate[bot]
b56f6f2a37
Update dependency eslint-plugin-jsdoc to v52 ( #109129 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-04 16:04:32 +01:00
renovate[bot]
a33cc8d636
Update dependency eslint-plugin-jest to v29 ( #109125 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-04 14:53:26 +01:00
renovate[bot]
f80a6e40dd
Update scenes to v6.29.1 ( #109031 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-04 13:25:47 +00:00
Oscar Kilhed
e0d9b17ff7
Chore: Bump faro to 1.19 ( #109028 )
...
Chore: bump faro
2025-08-04 15:07:58 +02:00
renovate[bot]
50ead8d463
Update testing-library monorepo ( #109121 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-04 12:45:52 +00:00
renovate[bot]
0a108e9c68
Update dependency eslint-config-prettier to v10 ( #109064 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-04 11:05:14 +01:00
renovate[bot]
b333b67aea
Update dependency copy-webpack-plugin to v13 ( #109053 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-01 15:29:06 +00:00
renovate[bot]
cc63af204c
Update dependency babel-loader to v10 ( #109047 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-01 15:10:30 +01:00
renovate[bot]
1130f69ef7
Update dependency @types/glob to v9 ( #109043 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-01 12:00:34 +00:00
renovate[bot]
63093dfb26
Update dependency @types/eslint-scope to v8 ( #109034 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-01 12:34:32 +01:00
Bogdan Matei
88a52bb6f4
Dashboards: Improve lazy loading ( #108854 )
2025-08-01 10:46:41 +00:00
renovate[bot]
bfa6bb0264
Update dependency typescript to v5.9.2 ( #109025 )
...
* Update dependency typescript to v5.9.2
* remove unused ts-expect-error
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2025-08-01 11:24:38 +01:00