- 14 Dec, 2017 14 commits
-
-
bergquist committed
-
Add support to render values of multiple queries in the same table
Carl Bergquist committed -
Avoid ID validation before provisioning dashboards
Carl Bergquist committed -
bergquist committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
bergquist committed
-
Robin Gustafsson committed
-
Daniel Lee committed
-
If the cookies are specified in the keepCookies property then they should not be deleted from proxied requests for data sources
Daniel Lee committed -
The ds proxy strips out cookies. Cookie names specified in this field will not be stripped out. This is the frontend change only.
Daniel Lee committed -
bergquist committed
-
bergquist committed
-
Attempting to provision grafana using a previously exported JSON dashboard with the ID field already set, might result in an error. In fact, Grafana might believe that a dashboard with that given ID already exists in the database, throwing an error if it doesn't. (see pkg/services/sqlstore/dashboard.go#L32) The dashboard provisioner should set the dashboard id to zero in order to avoid this behaviour inducing the dashboard to be written to the DB without ID validation.
Simon Aquino committed
-
- 13 Dec, 2017 16 commits
-
-
bergquist committed
-
* Thib17-master: alertmanager: endAt should only be used if we have the correct value alertmanager: code style alerting: reduce log level for notifiers Alertmanager notifier: add "metric" labels if no tags Alertmanager notifier: make it match the new notifier interface support alertmanager
bergquist committed -
bergquist committed
-
bergquist committed
-
bergquist committed
-
Signed-off-by: Thibault Chataigner <t.chataigner@criteo.com>
Thibault Chataigner committed -
Signed-off-by: Thibault Chataigner <t.chataigner@criteo.com>
Thibault Chataigner committed -
Mitsuhiro Tanda committed
-
* removes readonly editor role * adds viewersCanEdit setting This enable you to allow viewers to edit/inspect dashboards in grafana in their own browser without allowing them to save dashboards * remove read only editor option from all dropdowns * migrates all read only viewers to viewers * docs: replace readOnlyEditor with viewersCanEdit
Carl Bergquist committed -
bergquist committed
-
bergquist committed
-
closes #9318
bergquist committed -
bergquist committed
-
Daniel Lee committed
-
* Thib17-master: removes verbose logging Add a per-notifier ShouldNotify()
bergquist committed -
bergquist committed
-
- 12 Dec, 2017 9 commits
-
-
This way we are able to edit notification behavior per notifier. This would be usefull to let some notifiers send notifications, even when the state doesn't change, or with custom condition. Signed-off-by: Thibault Chataigner <t.chataigner@criteo.com>
Thibault Chataigner committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
David Kaltschmidt committed
-
bergquist committed
-
graphite: minor fix for PR #10142 the query was being sent for every segmen t you selected before you completed the metric path
Torkel Ödegaard committed -
bergquist committed
-
Fixes bug in cloudwatch regarding credentials
Carl Bergquist committed
-
- 11 Dec, 2017 1 commit
-
-
* moved unique value naming to datasource (credit: @bergquist) * merge rows based on same column-values and empty values * expanded tests
David Kaltschmidt committed
-