mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 21:37:31 -05:00
* InfluxDB: Add support for `>=` and `<=` comparison operators to InfluxQL Query Builder * Add front-end support for the new operators This ensures that the query translates correctly between raw and builder mode * Chore: add test for new operators * chore: add front-end tests * fix: don't skip quoting on `<>` This preserves the pre-existing behaviour, fixing a failing test * chore: fix tests
This directory contains the code for the Grafana backend.
The contributor documentation for Grafana's backend is in /contribute/backend/README.md.