Skip to content

Commit

Permalink
# 2.0.3 (2020-07-24)
Browse files Browse the repository at this point in the history
## Enhancements:
* add setup notes for Grafana 7.x to README
* add SQL preprocessing logic on browser side with <% js code subset %>, Altinity/clickhouse-grafana#186, thanks @fgbogdan
* improve alerts query processing for use case when `query(query_name, from, to)` time range is less than visible dashboard time range, see Altinity/clickhouse-grafana#237
* improve alerts json parsing in golang part for case when we have string fields in response which interprets as series name, see Altinity/clickhouse-grafana#230
* properly parsing POST queries in golang part of plugin, Altinity/clickhouse-grafana#228, thanks @it1804

## Fixes:
* add Vagrantfile for statefull environment and allow to upgrade scenario like  grafana 7.1.0 + grafana-cli upgrade-all
  * fix Altinity/clickhouse-grafana#244
  * fix Altinity/clickhouse-grafana#243
* add multiple dashboard examples for github issues:
  * fix Altinity/clickhouse-grafana#240
  * fix Altinity/clickhouse-grafana#135
  * fix Altinity/clickhouse-grafana#245
  * fix Altinity/clickhouse-grafana#238
  * fix Altinity/clickhouse-grafana#232
  * fix Altinity/clickhouse-grafana#127
  * fix Altinity/clickhouse-grafana#141

Signed-off-by: Eugene Klimov <[email protected]>
  • Loading branch information
Slach committed Jul 24, 2020
1 parent bdef77c commit f260246
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2163,6 +2163,11 @@
"version": "2.0.2",
"commit": "8601b8f0a4f653c51a97e280d36671411d645f13",
"url": "https://github.com/Vertamedia/clickhouse-grafana"
},
{
"version": "2.0.3",
"commit": "a02221e32a4ee24c57271f8a9d54d9f218113f86",
"url": "https://github.com/Vertamedia/clickhouse-grafana"
}
]
},
Expand Down

0 comments on commit f260246

Please sign in to comment.