grafana/pkg/services/sqlstore/migrations
Mitsuhiro Tanda 292c985b76
Alerting: Support storing sensitive notifier settings securely/encrypted (#25114)
Support storing sensitive notification settings securely/encrypted.
Move slack notifier url and api token to secure settings.
Migrating slack notifier to store token and url encrypted is currently 
a manual process by saving an existing slack alert notification channel.
saving an existing slack alert notification channel will reset the stored 
non-secure url and token.

Closes #25113
Ref #25967

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-07-08 10:17:05 +02:00
..
alert_mig.go Alerting: Support storing sensitive notifier settings securely/encrypted (#25114) 2020-07-08 10:17:05 +02:00
annotation_mig.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
apikey_mig.go Auth: Allow expiration of API keys (#17678) 2019-06-26 09:47:03 +03:00
cache_data_mig.go renames key to cache_key 2019-03-11 10:49:55 +01:00
common.go login: uses epochs for login throtting. 2018-02-16 17:25:46 +01:00
dashboard_acl.go move database-specific code into dialects (#11884) 2018-05-10 16:54:21 +02:00
dashboard_mig.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
dashboard_snapshot_mig.go snapshots: Add external_delete_url column 2018-12-10 16:25:02 -05:00
dashboard_version_mig.go move database-specific code into dialects (#11884) 2018-05-10 16:54:21 +02:00
datasource_mig.go Provisioning: Allows specifying uid for datasource and use that in derived fields (#23585) 2020-04-20 15:48:38 +02:00
heartbeat_mig.go feat(query_part): refactoring query part 2016-08-15 17:20:45 +02:00
login_attempt_mig.go login: migration fix. 2018-02-16 17:36:28 +01:00
migrations_test.go Chore: Disable scopelint for tests (#25923) 2020-06-30 11:05:47 +02:00
migrations.go Move oauth token migrations in user_auth_mig 2019-03-11 09:31:03 -04:00
org_mig.go Sqlstore refactor (#11908) 2018-05-18 11:10:10 +02:00
playlist_mig.go utf8mb4 encoding (#7959) 2017-03-28 14:34:53 +02:00
plugin_setting.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
preferences_mig.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
quota_mig.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
serverlock_migrations.go moves migrations to /sqlstore/migrations 2018-12-17 16:36:57 +01:00
session_mig.go Issue 3461: Session table is now created automatically 2015-12-23 01:33:46 -06:00
stats_mig.go pkg: fix deadcode issues 2018-04-26 19:24:21 +02:00
tag_mig.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
team_mig.go Teams: Add index for permission check (#25736) 2020-06-26 15:13:53 +02:00
temp_user.go tweak column lengths for utf8mb4 support on older mysql (#8483) 2017-05-29 08:31:36 +02:00
user_auth_mig.go Move oauth token migrations in user_auth_mig 2019-03-11 09:31:03 -04:00
user_auth_token_mig.go begin user auth token implementation 2019-01-15 15:16:20 +01:00
user_mig.go services/sqlstore: Order results in UserSearch by username/email (#23328) 2020-04-03 19:15:10 +02:00