Commit Graph

241 Commits (b94de101cd95b23f0266cd61e311f09ae8ad7592)

Author SHA1 Message Date
bergquist e218cc7637 docs: updates docs to refer to using uid 7 years ago
Pavel Bakulev f132e929ce Added uid for alert notifications 7 years ago
Marcus Efraimsson b0df7280be
begin user auth token implementation 7 years ago
bergquist 7aa84aeb61 moves migrations to /sqlstore/migrations 7 years ago
Daniel Lee 90e2175716 migration: renames logging ds to loki ds in data_source table 7 years ago
Victor Cinaglia d9d6a4481f
snapshots: Add external_delete_url column 7 years ago
Marcus Efraimsson b00542e194 feat: team preferences 7 years ago
Marcus Efraimsson 5f9fecd254
feat: team preferences 7 years ago
bergquist ccd89eee97 renames `debouceduration` to `for` 7 years ago
bergquist 2d3a575489 adds db migration for debounce_duration 7 years ago
bergquist 70385119bc removes d in disableResolvedMessage 7 years ago
Dave Waters c4dcf5a4ee fix gofmt, add test, correct noted concerns with default value 7 years ago
Dave Waters 6376154b16 add channel option to disable the resolved alert (OK Message) that is sent when condition returns to normal. 7 years ago
bergquist 7f1d7cefc0 reminder: uses UpdatedAt to track state changes. 7 years ago
bergquist 75f832cda8 use alert state changes counter as secondary version 7 years ago
Marcus Efraimsson 5ec086dc56
don't notify if notification state pending 7 years ago
bergquist 3fab616239 implement sql queries for transactional alert reminders 7 years ago
bergquist ff79f80685 initial rename refactoring 7 years ago
Mario Trangoni 80fa66fcb0 Fix some typos found by codespell 7 years ago
Mario Trangoni f73236f8f4 pkg/services/sqlstore: Fix x.Sql is deprecated: use SQL instead. (megacheck) 7 years ago
Marcus Efraimsson 9a6446c2b5
new column for team_member table 7 years ago
Torkel Ödegaard 92ed1f04af sql: added code migration type 7 years ago
Carl Bergquist 861af4cb97 Improve extensions build. (#12461) 8 years ago
bergquist c21938d4c4 use epoch to compare timestamp 8 years ago
bergquist ab70ead5e4 alerting: renames journal table to alert_notification_journal 8 years ago
bergquist 7333d7b8d4 alerting: invert sendOnce to sendReminder 8 years ago
John Baublitz 3cb0e27e1c Revert changes post code review and move them to notification page 8 years ago
John Baublitz e068be4c26 Feature for repeated alerting in grafana 8 years ago
bergquist c817aecd66 provisioning: only update dashboard if hash of json changed 8 years ago
Torkel Ödegaard 6c0752473a
Sqlstore refactor (#11908) 8 years ago
Dan Cech 1dfff74da9 move database-specific code into dialects (#11884) 8 years ago
Marcus Efraimsson 8ed79d614b
decrease length of auth_id column in user_auth table 8 years ago
Marcus Efraimsson 3d9b7a5892
increase length of auth_id column in user_auth table 8 years ago
Mario Trangoni 97fd66db2e pkg: fix deadcode issues 8 years ago
Mario Trangoni 6eb00000fe pkg/services: fix ineffassign issues 8 years ago
Mario Trangoni c1742df9ac remove unused variables detected by varcheck 8 years ago
Dan Cech 23f163e8cf
fixes 8 years ago
Dan Cech 1c5afa731f
shared library for managing external user accounts 8 years ago
ryan 66d020eb7e skip migration if it is a big number 8 years ago
ryan 20353db966 convert epoch to milliseconds 8 years ago
ryan a2bbd89a9e adding updated column 8 years ago
ryan 3898ea02e6 adding created column 8 years ago
Leonard Gram fe357a72d9 login: migration fix. 8 years ago
Leonard Gram 0053be9882 login: uses epochs for login throtting. 8 years ago
bergquist 529fc022d5 db: reduce name column size in dashboard_provisoning 8 years ago
bergquist 56907eef69 tests: makes sure we all migrations are working 8 years ago
Leonard Gram fa1b92a12b
provisioning: uses unix epoch timestamps. (#10907) 8 years ago
bergquist 59cd2d5102 provisioning: avoid caching and use updated field from db 8 years ago
Torkel Ödegaard cf7be5da0b fix: changed dashboard title length to match slug length, will fix mysql index size issue, fixes #10779 8 years ago
Carl Bergquist 04a94ce396 adds unique index for org_id+folder_id+title on dashboards (#10766) 8 years ago