grafana/pkg/tsdb/influxdb
Ben Tasker c06debe200
InfluxDB: Add support for >= and <= comparison operators to IQL Query Builder (#77917)
* 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
2023-11-15 12:21:41 +01:00
..
flux InfluxDB: Fix handling flux response with no time and value column (#72833) 2023-08-08 15:00:52 +02:00
fsql InfluxDB: Use apache/arrow v13 (#76548) 2023-10-13 17:06:10 +02:00
influxql InfluxDB: Fix parsing multiple tags on backend mode (#77340) 2023-10-30 15:45:20 +01:00
models InfluxDB: Add support for >= and <= comparison operators to IQL Query Builder (#77917) 2023-11-15 12:21:41 +01:00
healthcheck_test.go InfluxDB: move datasource health check to backend (#52668) 2022-07-28 12:06:09 +02:00
healthcheck.go Chore: capitalise logs in other backend packages (#74344) 2023-09-04 22:25:43 +02:00
influxdb.go Plugins: Update PDC pattern from latest plugin SDK changes (#76576) 2023-10-16 16:40:04 +02:00
mocks_test.go InfluxDB: Fix sending retention policy with the backend request (#72763) 2023-08-30 12:42:02 +02:00
settings.go InfluxDB: SQL Support (#72167) 2023-08-02 18:27:43 +02:00