grafana/pkg/services/sqlstore
woodsaj ad8dbbb559 allow updates to secureJsonData.
SecureJsonData is stored as a json object in the DB. As the
secureJsonData is never returned to the user they are unable
to provide the full json object when performing updates instead
the user can only provide the specific keys they wish to update.
This commit ensures that only the provided keys are updated and
existing keys in the secureJsonData object are left untouched.
2016-04-28 18:39:23 +08:00
..
migrations fix(postgres): fixed issue with postgres caused by wrong prefrences table types, dropped table and created it with correct column types, fixes #4558 2016-04-05 11:24:21 -04:00
migrator Removed NewAddColumnMigration via 3473 2015-12-16 02:46:20 -08:00
sqlutil Added expire option to dashboard snapshots, #1623 2015-03-26 12:00:52 +01: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 Minor bug fixes 2016-01-19 05:05:24 -08:00
dashboard_test.go feat(plugins): dashboard import for data sources is working! #4298 2016-03-12 10:13:49 +01:00
dashboard.go db(dashboard): minor fix for dashboard delete 2016-04-25 11:22:13 +02:00
datasource_test.go Restored sql integration tests to use in mem sqlite3 2015-04-23 16:21:49 +02:00
datasource.go fix(datasource): when addding data source withCredentials did not get set, fixes #4389 2016-03-16 15:16:28 +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 feat(invite): handling of existing org user case when inviting, #2353 2015-07-21 12:18:11 +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 allow updates to secureJsonData. 2016-04-28 18:39:23 +08:00
preferences.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
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 fix(logging): only log to xorm.log when in dev mode, fixes #4182 2016-02-29 13:42:07 +01: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 fix(): admin stats and postgres 2016-04-11 18:16:35 -04: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 feat(preferences): theme and home dashbord settings now work work on profile and org settings page 2016-04-02 13:54:06 -07:00