grafana/pkg
Daniel Lee 2893b25a05 feat(datasources): allow updating of tls certs
The tls files are stored as a json blob in the
SecureJsonData field. To update one file, the
json has to be fetched from the db first and
then updated with the cert file that has been
changed.

Also, a change to the dto with flags that are
used in the frontend to show if a file has
been uploaded. For example, if tlsClientKeySet
is set to true then means a file for the
client key is saved in the db. This is to
avoid sending any private data to the frontend.
2016-11-24 13:22:25 +01:00
..
api feat(datasources): allow updating of tls certs 2016-11-24 13:22:25 +01:00
bus Make alerting notifcations sync (#6158) 2016-10-03 09:38:03 +02:00
cmd tech(cli): add default settings for transport 2016-11-01 08:58:44 +01:00
components refactor(securejsondata): extract to class 2016-11-24 13:22:25 +01:00
events feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00
log tech(log): fixes extra param logging 2016-09-28 13:57:19 +02:00
login fixed scoping issue with certPool variable (#6261) 2016-10-13 13:38:55 +02:00
metrics feat(stats_usage): add stats about alerts 2016-11-11 13:57:11 +01:00
middleware fix(error handling): fixed server side error handling page 2016-11-16 17:41:44 +01:00
models refactor(dataproxy): TLS Client Auth 2016-11-24 13:22:25 +01:00
plugins Merge branch 'master' of github.com:grafana/grafana 2016-09-28 08:09:51 +02:00
services refactor(dataproxy): TLS Client Auth 2016-11-24 13:22:25 +01:00
setting fix(server side rendering): Fixed address used when rendering panel via phantomjs and using non default http_addr config, fixes #6660 2016-11-23 15:35:43 +01:00
social added hosted domain suppport to google oauth login (#6372) 2016-10-28 12:00:47 +02:00
tsdb fix(influxdb): fixes broken tag rendering for influxdb alerting 2016-11-17 15:50:49 +01:00
util test(util): add unit test for string util 2016-06-03 15:06:54 +02:00