grafana/pkg/services/sqlstore
Daniel Lee c9b2c694f1 refactor(dataproxy): TLS Client Auth
Use a SecureJsonData field for TLS
Client Auth instead of 3 new db
fields. Same model as used for
PluginSettings.

Saves and encrypts the pem file
content rather than just saving
the paths to the cert and key.
This allows for uploading from
the Edit Datasource page in
Grafana.
2016-11-24 13:22:25 +01:00
..
migrations refactor(dataproxy): TLS Client Auth 2016-11-24 13:22:25 +01:00
migrator Fixed alerting bug for mysql (#6375) 2016-10-25 14:52:20 +02:00
sqlutil Added expire option to dashboard snapshots, #1623 2015-03-26 12:00:52 +01:00
alert_heartbeat_test.go tech(alerting): change from array to map 2016-05-23 17:04:57 +02:00
alert_notification_test.go tech(notifications): splitt into 3 queries 2016-09-06 08:43:15 +02:00
alert_notification.go fix(sql): Add boolstr to all dialects 2016-09-23 09:36:15 +02:00
alert_test.go Renamed Initialized to Pending 2016-11-01 07:30:55 -07:00
alert.go Alert un paused to pending state 2016-11-01 07:58:38 -07:00
annotation.go feat(alerting): added clear history button to alert state history view, #6244 2016-10-14 09:33:42 +02:00
apikey_test.go Added expire option to dashboard snapshots, #1623 2015-03-26 12:00:52 +01:00
apikey.go HTTP API: grafana /render calls nows with api keys, Fixes #1649 2015-04-08 08:59:12 +02:00
dashboard_snapshot_test.go feat(plugins): dashboard import for data sources is working! #4298 2016-03-12 10:13:49 +01:00
dashboard_snapshot.go refactor(backend): refactoring management of go routines in backend 2016-09-28 21:06:00 +02:00
dashboard_test.go test(dashboard): add failing test for deleting dashboards 2016-04-25 08:46:15 +02:00
dashboard.go Removed playlist item when dashboard is deleted 2016-11-06 01:49:43 -08:00
datasource_test.go fix(build): fixed failing unit test 2016-10-01 17:36:56 +02:00
datasource.go refactor(dataproxy): TLS Client Auth 2016-11-24 13:22:25 +01:00
org_test.go Worked on user administration page, a grafana server admin can now add and edit organization roles for any user, #2014 2015-05-19 11:47:14 +02:00
org_users.go fix(): Check Organization exists before User is added (#5302) 2016-06-08 05:46:21 +02:00
org.go fix(logging): removed temp dev logging code 2015-09-08 14:32:25 +02:00
playlist_test.go chore(playlist): remove commented code 2016-01-29 20:33:01 +01:00
playlist.go style(playlist): move dashboard access to dashboard.go 2016-01-29 01:41:23 +01:00
plugin_setting.go feat(apps): progress on app dashboard sync 2016-07-08 12:26:51 +02:00
preferences.go Add new parameter to config: default_theme. 2016-05-12 18:21:11 +03:00
quota_test.go add unittests for quota sqltore methods. 2015-09-15 17:10:46 +08:00
quota.go move toMap function to be a method on the quota structs 2015-09-15 17:18:26 +08:00
shared.go Changed go package path 2015-02-05 10:37:13 +01:00
sqlstore.go Merge branch 'master' into alerting 2016-08-22 12:27:08 +02:00
sqlstore.goconvey feat(invite): small progress 2015-07-17 14:42:49 +02:00
star.go Changed go package path 2015-02-05 10:37:13 +01:00
stars_test.go Fixed gofmt formating, updated precommit hook 2015-03-07 16:37:19 +01:00
stats.go feat(stats): add alerts to global admin stats 2016-11-11 14:04:38 +01:00
tables.go Began work on real sql schema definitions, and migration engine 2015-01-17 21:40:22 +01:00
temp_user_test.go feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00
temp_user.go feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00
tls_mysql.go gofmt 2015-12-22 13:10:34 +00:00
user.go added support to login user oauth user by email only (#6330) 2016-10-20 06:45:10 +02:00