grafana/pkg/api/dtos
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
..
alerting.go refactor(alerting): refactoring PR for OR conditions, #6579 2016-11-17 15:48:15 +01:00
annotations.go feat(alerting): added clear history button to alert state history view, #6244 2016-10-14 09:33:42 +02:00
apikey.go New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440 2015-02-26 17:23:28 +01:00
index.go feat(footer): began work on page footer 2016-05-03 09:00:58 +02:00
invite.go feat(invite): can now add org user with sername again, #2353 2015-08-10 14:03:08 +02:00
models.go feat(datasources): allow updating of tls certs 2016-11-24 13:22:25 +01:00
org.go feat(organization): added update org address to http api and to org details settings view, closes #2672 2015-09-08 14:22:44 +02:00
playlist.go fix(playlist): fixed sorting issue with playlist playback, fixes #5467 2016-09-22 10:06:03 +02:00
plugins.go feat(import): more import work 2016-05-14 10:00:43 +02:00
prefs.go feat(preferences): theme and home dashbord settings now work work on profile and org settings page 2016-04-02 13:54:06 -07:00
stream.go feat(grafana_live): more work pushing data to websocket, #4355 2016-03-14 22:26:43 +01:00
user.go feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00