Torkel Ödegaard
8ee1f2c1fc
Scopes: Replace scopes bridge with scopes variable ( #105399 )
2025-05-19 16:31:37 +02:00
Alex Khomenko
48c5b55cdb
Chore: Move rtk-client generator to scripts ( #105548 )
...
* Chore: Move rtk-client generator to scripts
* Fix path
* Update codeowners
2025-05-16 17:58:04 +03:00
Ashley Harrison
aa0842a1e7
Internationalisation: Mark up azure monitor plugin ( #105262 )
...
* start marking up azuremonitor
* more markup
* finish mark up
* add package and correct imports
* convert to functional component + use correct t import
* fix duplicate key + typo
* add extract config + fake french translations to test
* run prettier and fix unit tests
* use nx
* enable i18n lint rules for azure monitor
* remove fake french translations
* await initPluginTranslations
* top level await breaks unit tests
* leave as class component for now
2025-05-15 13:31:49 +00:00
Simon Podlipsky
2d779373c4
chore(dx): constrain node.js to <23 ( #105436 )
2025-05-15 14:05:56 +01:00
Tom Ratcliffe
edfe690ea2
Chore: Move Mock API into separate package ( #104644 )
2025-05-14 16:50:34 +03:00
Jack Westbrook
99c9a47a7a
Chore: Bump plugin-e2e to latest ( #104435 )
...
* chore(e2e): update plugin-e2e to canary version for testing
* chore(e2e): bump playwright/test to 1.52.0
* empty commit
* chore: bump to major version
* Trigger build
---------
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com >
2025-05-14 12:52:36 +02:00
renovate[bot]
f44bd32698
Update dependency centrifuge to v5.3.5 ( #105349 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-13 18:57:53 +00:00
Tom Ratcliffe
1af3acf0c5
Chore: Fix prettier missing extensions files ( #105321 )
...
* Ignore locales files more generically
* Use `ignore-path` for prettier
If we don't specify this, it will use `.gitignore` as well, which will ignore enterprise files.
This means that the code in enterprise will drift and easily ends up with prettier issues
2025-05-13 13:34:24 +00:00
Victor Marin
c6428dfc74
Bump scenes and fix types ( #105167 )
...
* bump scenes and fix types
* bump scenes
* refactor
* refactor + test
* naming
2025-05-13 09:29:02 +03:00
Alex Khomenko
a9b6d098e9
Chore: Add eslint no-restricted-globals rule ( #104519 )
...
* Chore: Add no-restricted-globals eslint rule
* Fix eslint warnings
* Revert some changes
* Update
* Feedback
2025-05-12 12:38:26 +03:00
Hugo Häggmark
8a2af6166c
i18n: adds @grafana/i18n package ( #104603 )
...
* i18n: adds grafana/i18n
* Trigger build
* chore: fix frontend lint
* chore: refactor
* chore: refactor
* chore: expose getI18nInstance in shared deps
* chore: refactors away second init
* Trigger build
* chore: updates after PR feedback
* chore: sync with enterprise
* chore: adds shouldUnescape
* Trigger build
* chore: makes functions internal
* Trigger build
* chore: fix for Pseudo locale
* chore: bumps package version
* chore: fix the version of i18n package
2025-05-09 05:45:20 +02:00
Sergej-Vlasov
60ea65ca69
DashboardNewLayouts: Add e2e workflow for dashboardNewLayouts ( #104995 )
...
* rename dashboard new layouts e2e path for clarity
* add workflow for dashboardNewLayouts e2e
* adjust workflow error
* remove forced fail from workflow
* formatting
2025-05-07 15:27:53 +01:00
renovate[bot]
d8ffe6170e
Update dependency rc-tree to v5.13.1 ( #104624 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-02 12:50:35 +00:00
renovate[bot]
9a7d85c85f
Update dependency ol-ext to v4.0.31 ( #104623 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-02 10:19:04 +00:00
Scott Lepper
d30b39f350
Dashboard edit panel e2e ( #104775 )
...
setup suite for edit panel; start adding test for custom variable edit
2025-05-01 15:14:36 -04:00
Josh Hunt
759aa12d2b
Revert "Build swagger ui in seperate webpack build" ( #104580 )
...
Revert "Build swagger ui in seperate webpack build (#102046 )"
This reverts commit 314e337d76 .
2025-04-25 22:07:43 +01:00
renovate[bot]
fe62a7a708
Update dependency marked to v15.0.11 ( #104570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 21:02:50 +00:00
renovate[bot]
be15e85434
Update dependency @floating-ui/react to v0.27.8 ( #104373 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 15:55:42 +01:00
renovate[bot]
cdfd3caba8
Update dependency cypress to v14 ( #99916 )
...
* Update dependency cypress to v14
* update drone image
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2025-04-25 14:49:50 +01:00
Josh Hunt
314e337d76
Build swagger ui in seperate webpack build ( #102046 )
...
* Build swagger ui in seperate webpack build
* render grafana and swagger
* include light theme
* merge main
* update webassets usage
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2025-04-25 14:22:57 +01:00
Alex Khomenko
618ffd0275
API clients: Add generator ( #104093 )
...
* Add API client generator
* Extract config entry template
* Fix index file
* Fix message and file pattern
* Fix generate-rtk template
* Match generated-api
* Format
* Split helpers
* Cleanup
* Remove unused helpers
* Simplify group name handling
* Run generate-apis
* Prettier
* Format + lint
* improve lint/format
* Optional filterEndpoints
* Format
* Update readme
* More updates
* Move the helpers out
* Switch to TS
* Cleanup types
* Add support for Enterprise
* Add comments
* Refactor endpoint handling and update README
* Simplify checks
* Do not register reducers and middleware for enterprise
* More docs updates
* Remove redundant sections
* Format gitignored files
* Add limitations
* Simplify types
* Simplify path logic
* Do not format OSS paths for enterprise
* dedupe
* format
* Simplify instructions
* Update lockfile
* Add comments
* Remove custom types
2025-04-25 09:42:37 +03:00
Scott Lepper
7ed17cacbf
Scenes: validate time zone ( #104481 )
...
* Scenes: validate time zone
2025-04-24 17:35:35 -04:00
Kevin Minehart
f7216db6bc
Chore: bump version to 12.1.0-pre ( #104468 )
...
bump version to 12.1.0-pre
2025-04-24 15:47:14 +01:00
Gilles De Mey
1ffd64ff79
Alerting: Package 📦 ( #102899 )
2025-04-24 13:47:24 +02:00
Victor Marin
faa33e30a9
Schema: Add origin property to AdHocFilterWithLabels ( #104320 )
...
* add origin to AdHocFilterWithLabels
* typo
* fix
* use singular for FilterOrigin
* run ./hack/update-codegen.sh
* add canary scenes to verify typechecks
* update dashboard schema json snapshot
* fix
* fix
* update canaries
* fix
* bump scenes version
2025-04-24 11:13:17 +03:00
Alex Khomenko
8a5b77432c
Grafana-icons: Remove package ( #104290 )
...
* Remove grafana-icons package
* Cleanup
2025-04-24 09:06:16 +03:00
Ashley Harrison
5c44ad2763
Chore: Initial scaffolding for crowdin action ( #104393 )
...
* start to scaffold github action
* test script
* simplify
* right path (maybe)
* clean up
* CONSTANT_CASE
* add CODEOWNERS
* kick CI
2025-04-23 14:30:35 +01:00
Torkel Ödegaard
daa5a48ef1
Variable options edit pane ( #103852 )
...
* Variable options in edit pane
* Variable options in edit pane
* Progress
* Variables, fixes blur events
* Update
* Update
* Update
* Progress
* Update
* Update
2025-04-15 10:38:24 +02:00
Tom Ratcliffe
d2b8994d80
Chore: Make sure we run prettier on cjs files ( #103903 )
2025-04-14 13:24:45 +01:00
renovate[bot]
2276ba5e2a
Update dependency dompurify to v3.2.5 ( #103772 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-10 10:15:37 +00:00
renovate[bot]
1056467cf3
Update dependency @floating-ui/react to v0.27.7 ( #103766 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-10 10:45:01 +01:00
renovate[bot]
fbfc943927
Update dependency @react-awesome-query-builder/ui to v6.6.14 ( #103732 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-10 09:16:21 +01:00
renovate[bot]
5e923bbab8
Update dependency @grafana/plugin-ui to v0.10.5 ( #103690 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-09 15:50:36 +01:00
Torkel Ödegaard
927ce79dcf
Dashboard: Variable selection and editing ( #103451 )
...
* Variable selection
* Update
* fix
* Update
* Updates
* update
* Update
2025-04-09 14:27:35 +02:00
renovate[bot]
1cdc6ad088
Update dependency @grafana/azure-sdk to v0.0.7 ( #103624 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-09 11:32:42 +01:00
renovate[bot]
6e134ed974
Update dependency @floating-ui/react to v0.27.6 ( #103604 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-08 15:24:21 +01:00
renovate[bot]
7366ea946a
Update dependency @cypress/webpack-preprocessor to v6.0.4 ( #103515 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-08 13:17:06 +01:00
renovate[bot]
494ca597aa
Update babel monorepo ( #103455 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-07 10:58:47 +01:00
renovate[bot]
5465abd5a1
Update scenes to v6.6.3 ( #103447 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-04 15:35:07 +03:00
Jack Westbrook
ea0f1eb30a
Chore: Bump swaggers prismjs version ( #103448 )
...
chore(yarn): add resolution to force swagger-ui-react prismjs version ^1.27.0
2025-04-04 14:33:29 +02:00
renovate[bot]
1db267a6cd
Update React Aria ( #103440 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-04 13:11:26 +01:00
Jack Westbrook
f96e4e9ad2
Frontend: Remove Angular ( #99760 )
...
* chore(angularsupport): delete feature toggle to disable angular
* feat(angular-support): remove config.angularSupportEnabled
* chore(jest): remove angular from setup file
* chore(angular): delete angular deprecation ui components
* refactor(angular): move migration featureflags into migration notice
* chore(dashboard): remove angular deprecation notices
* chore(annotations): remove angular editor loader
* feat(appwrapper): no more angular app loading
* feat(pluginscatalog): clean up angular plugin warnings and logic
* chore(angular): delete angular app and associated files
* feat(plugins): delete old angular graph plugin
* feat(plugins): delete old angular table panel
* feat(frontend): remove unused appEvent type
* feat(dashboards): clean up angular from panel options and menu
* feat(plugins): remove graph and table-old from built in plugins and delete sdk
* feat(frontend): remove angular related imports in routes and explore graph
* feat(theme): remove angular panel styles from global styles
* chore(i18n): run make i18n-extract
* test(api_plugins_test): refresh snapshot due to deleting old graph and table plugins
* chore(angulardeprecation): delete angular migration notice components and usage
* test(frontend): clean up tests that assert rendering angular deprecation notices
* chore(backend): remove autoMigrateOldPanels feature flag
* chore(config): remove angularSupportEnabled from config preventing loading angular plugins
* chore(graphpanel): remove autoMigrateGraphPanel from feature toggles
* chore(tablepanel): delete autoMigrateTablePanel feature flag
* chore(piechart): delete autoMigratePiechartPanel feature flag
* chore(worldmappanel): remove autoMigrateWorldmapPanel feature toggle
* chore(statpanel): remove autoMigrateStatPanel feature flag
* feat(dashboards): remove automigrate feature flags and always auto migrate angular panels
* test(pluginsintegration): fix failing loader test
* test(frontend): wip: fix failures and skip erroring migration tests
* chore(codeowners): remove deleted angular related files and directories
* test(graphite): remove angular mock from test file
* test(dashboards): skip failing exporter test, remove angularSupportEnabled flags
* test(dashbaord): skip another failing panel menu test
* Tests: fixes pkg/services/pluginsintegration/loader/loader_test.go (#100505 )
* Tests: fixes pkg/services/pluginsintegration/plugins_integration_test.go
* Trigger Build
* chore(dashboards): remove angularComponent from getPanelMenu, update test
* feat(dashboards): remove all usage of AngularComponent and getAngularLoader
* chore(betterer): refresh results file
* feat(plugins): remove PluginAngularBadge component and usage
* feat(datasource_srv): remove usage of getLegacyAngularInjector
* feat(queryeditor): delete AngularQueryComponentScope type
* Chore: removes Angular from plugin_loader
* Chore: remove angular from getPlugin
* Chore: fix i18n
* Trigger Build
* Chore: remove more Angular from importPanelPlugin
* Chore: remove search options warning
* Chore: remove and deprecate Angular related
* chore(angular): remove angular dependencies from core and runtime
* chore(runtime): delete angular injector
* chore(data): delete angular scope from event bus
* chore(plugin-catalog): remove code pushing app plugins angular config page
* chore(yarn): refresh lock file
* chore(frontend): remove ng-loader from webpack configs, remove systemjs cjs plugin
* chore(navigation): remove tether-drop cleanup from GrafanaRouter, delete dependency
* chore(runtime): delete AngularLoader
* chore(betterer): refresh results file
* chore(betterer): fix out of sync results file
* feat(query): fix type and import errors in QueryEditorRow
* test(dashboards): delete skipped angular related tests
* Tests: add back tests and fix betterer
* Tests: fix broken test
* Trigger build
* chore(i18n): remove angular deprecation related strings
* test: clean up connections and plugins catalog tests
* chore(betterer): update results file
---------
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com >
2025-04-04 11:31:35 +02:00
renovate[bot]
b2e19d8797
Update dependency swagger-ui-react to v5.20.5 ( #102306 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-04 09:39:42 +01:00
Ryan McKinley
3ce4025db6
Chore: Update lerna, NX, and @babel/runtime-corejs3 ( #103344 )
2025-04-03 16:05:21 +03:00
renovate[bot]
4f19995bef
Update scenes to v6.6.2 ( #103280 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-02 18:02:45 +03:00
Ryan McKinley
0a1dcfc1ce
Chore: Update yarn.lock deps ( #103277 )
2025-04-02 17:51:11 +03:00
Scott Lepper
2489e423d0
Search e2e ( #102827 )
...
* search e2e
* add github action
* run test for every ini file in test folder
2025-03-27 10:38:03 -04:00
renovate[bot]
736f94f09c
Update dependency @grafana/plugin-ui to v0.10.4 ( #101459 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-26 08:33:00 +01:00
renovate[bot]
cbadf9faad
Update dependency @react-awesome-query-builder/ui to v6.6.13 ( #98723 )
...
* Update dependency @react-awesome-query-builder/ui to v6.6.13
* Fix api changes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2025-03-25 16:02:27 +01:00
Andrej Ocenas
5d2dbd7883
Scopes: Move url sync from scenes to the ScopesSelectorService ( #102469 )
...
* Add url sync
* Move the URL sync handling to ScopesService to keep persistence
* Reset location after tests
* Prettier
* Do url replace on enabling scopes
* Remove comment
* Update scenes version
2025-03-24 11:00:50 +01:00