- 12 Oct, 2017 32 commits
-
-
Alexander Zobnin committed
-
Torkel Ödegaard committed
-
bergquist committed
-
ref #9476
bergquist committed -
bergquist committed
-
bergquist committed
-
Torkel Ödegaard committed
-
Patrick O'Carroll committed
-
Daniel Lee committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
bergquist committed
-
bergquist committed
-
Kafka alerting
Carl Bergquist committed -
Prometheus client lib support gzip by itself. Which caused the response to be double gzipped sometimes. We should use the Grafana middle ware instead. closes #9464
Carl Bergquist committed -
* added images to annotation docs * added gifs and png to annotations, minor code formatting fix in alertlist
Patrick O'Carroll committed -
Torkel Ödegaard committed
-
Daniel Lee committed
-
Daniel Lee committed
-
Torkel Ödegaard committed
-
Bugfix: Always verify TLS unless explicitly told otherwise
Carl Bergquist committed -
Patrick O'Carroll committed
-
initial draft of plugin dev document
Torkel Ödegaard committed -
bergquist committed
-
bergquist committed
-
bergquist committed
-
* fixed minor styling issus * fixed code formatting
Patrick O'Carroll committed -
Torkel Ödegaard committed
-
https://github.com/mattbostock/grafana…
Merge branch 'verify_datasource_tls' of https://github.com/mattbostock/grafana into mattbostock-verify_datasource_tls
bergquist committed -
* annotations: add endpoint for writing graphite-like events * annotations: fix new line handling in tooltip * annotations: support tags in prior to Graphite 0.10.0 format
Alexander Zobnin committed -
You to your typo
Carl Bergquist committed
-
- 11 Oct, 2017 8 commits
-
-
Paul Mestemaker committed
-
Merging upstream
Paul Mestemaker committed -
fix: set lastSeenAt date when creating users to then years in past insteasd of empty date, fixes #9260
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
I renamed `tlsAuth` to `tlsClientAuth` to better describe the fact that this variable is used to enable TLS client authentication (as opposed to server authentication) in c04d95f35. However, changing the name breaks backwards compatibility for existing installations using this feature and Grafana does not have a standardised way of migrating changes in the schema: https://github.com/grafana/grafana/pull/9377#issuecomment-333063543 For reasons of expediency given the severity of the bug (not verifying TLS), keep the old name.
Matt Bostock committed -
Matt Bostock committed
-
It's an acronym, so it should be all caps.
Matt Bostock committed -
In c04d95f35 I changed the default for datasource HTTP requests so that TLS is always verified. This commit adds a checkbox to allow an admin to explicitly skip TLS verification, for testing purposes.
Matt Bostock committed
-