Skip to content

Releases: grafana/sqlds

Mock - return results from handler

21 Nov 16:13
c88be27
Compare
Choose a tag to compare
v2.3.15

return handler query (#76)

Support Retries, use Timeout for Ping

10 Nov 14:22
cdeb646
Compare
Choose a tag to compare
  • Provides a way to perform retries where the db is temporarily unavailable.
  • Now uses the timeout setting for Ping

Also allows registering a mock driver with a handler allowing handling the Ping and Results for the mock driver.

Fix parsing macros

19 Oct 08:44
53084cb
Compare
Choose a tag to compare

Nested macros are now parsed correctly

Driver Mock

14 Oct 14:11
c6f16cd
Compare
Choose a tag to compare

Adds a mock driver that we can begin to use to test different scenarios in unit tests.

Mock

07 Oct 17:24
1bab138
Compare
Choose a tag to compare

Adds sql mock for cases where connectivity is blocked.

v2.3.9

23 Sep 14:13
1f2fed4
Compare
Choose a tag to compare

Export some of the functions in preparation for long running queries.

v2.3.8

12 May 14:31
0f7924c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.7...v2.3.8

v2.3.7

30 Mar 07:04
da7d69c
Compare
Choose a tag to compare
  • Update macros regex to support function calls as macro arguments
  • Don't retry queries that have exceeded the context deadline

v2.3.6

03 Mar 19:19
bda53fb
Compare
Choose a tag to compare

make health check compatible with Grafana < 8

v2.3.5

28 Feb 16:54
2f8817a
Compare
Choose a tag to compare
  • set preferred visualizations for table and timeseries formats