Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Clickhouse Datasource plugin version update to 2.0.2 #671

Merged
merged 1 commit into from
Jul 14, 2020

Conversation

Slach
Copy link
Contributor

@Slach Slach commented Jul 7, 2020

2.0.2 (2020-07-07)

See release notes here: https://github.com/Vertamedia/clickhouse-grafana/releases/tag/2.0.2

Enhancements:

Fixes:

Signed-off-by: Eugene Klimov [email protected]

# 2.0.2 (2020-07-07)

## Enhancements:
* add alerts support for Windows and MacOSX
* improve ad-hoc filters for query field values as `SELECT DISTINCT field AS value FROM db.table LIMIT 300`, Altinity/clickhouse-grafana#222
* add the ability to multiple JOIN parsing Altinity/clickhouse-grafana#206
* multiple improvements for docker-compose environments, add automatic dashboards and data source provisions which help to reproduce most of the corner cases which happens in Grafana + ClickHouse

## Fixes:
* apply a workaround for UTC timezone for Date and DateTime columns in grafana dashboards Altinity/clickhouse-grafana#117
* clear documentation about timestamp term for $from and $to Altinity/clickhouse-grafana#115
* fix AST parsing corner case in `WHERE [test, 'test']` "," was skipped, fix ah-doc AST FROM recursive parsing Altinity/clickhouse-grafana#99
* fix corner cases for table functions parsing when Adhoc filter applied Altinity/clickhouse-grafana#130
* fix multiple grammar issues in README.md
* fix convert rules for Float, Decimal columns from Clickhouse to Grafana Table plugin Altinity/clickhouse-grafana#199
* fix corner cases when Grafana Template variable value represented as an array of strings Altinity/clickhouse-grafana#169
* fix AST parsing corner cases for $macroFunctions correct position for FROM statement Altinity/clickhouse-grafana#187

Signed-off-by: Eugene Klimov <[email protected]>
@daniellee daniellee self-requested a review July 13, 2020 09:38
@daniellee
Copy link
Contributor

@Slach I'm seeing this warning on the alerting tab: Template variables are not supported in alert queries for a query that does not contain template variables. Are you seeing that too? This is probably due to Grafana interpreting a macro as being a template variable. Will have to think about how to handle this better.

Otherwise, everything else looks good.

@daniellee daniellee merged commit a9793ee into grafana:master Jul 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants