Ezequiel Victorero
Ezequiel Victorero
**Describe the bug** The Zabbix plugin is failing on public dashboards because the queries are not using the [Public dashboards](https://grafana.com/docs/grafana/latest/dashboards/dashboard-public/) endpoint **Expected behavior** The Zabbix plugin does not extend [DataSourceWithBackend](https://github.com/grafana/grafana/blob/main/packages/grafana-runtime/src/utils/DataSourceWithBackend.ts#L114)...
This is an attempt to remove unused dependencies and simplify keeping dependencies updated and the project in a good health. I've used `depcheck` to evaluate and remove unused dependencies. *...
**What would you like to be added**: The tool we use for building our binaries was [deprecated](https://github.com/vercel/pkg/) on January 2024. We need to find a replacement for `vercel/pkg` [Info about...
**What is this feature?** * Adds the backend logic to support restoring deleted dashboards behind a feature flag turned off by default. * Adds a clean-up background service to remove...
**What is this feature?** I've created a simple e2e test with the goal of catch early Snapshots rendering problems on Scenes. This test would have caught early these two issues...
Currently, the [callback_url](https://github.com/grafana/grafana/blob/1e7cd9e9eca5ccebb2d11820008cf82a8e2ed103/conf/defaults.ini#L1656) is used only in http mode. We can reuse this value in plugin mode to be able to set a domain and support SSL. * Configure the...
This project is the next phase of the [Sharing: Redesign the sharing modal](https://github.com/grafana/grafana/issues/85240) ```[tasklist] ### Tasks - [ ] https://github.com/grafana/grafana/issues/88783 - [ ] https://github.com/grafana/grafana/issues/88989 - [ ] https://github.com/grafana/grafana/issues/88807 - [...
We need to migrate from Drone to GH Actions. This [draft PR](https://github.com/grafana/grafana-image-renderer/pull/550) could be a starting point.