Commit Graph

38 Commits (5e4fd94413387e3f9692acc49aa5de9442bb2951)

Author SHA1 Message Date
Kat Yang 31630edf0c
Chore: Remove Wrapf (#50128) 3 years ago
Joan López de la Franca Beltran 219e848e73
SQLStore: Prevent migration_id duplicates (#47774) 3 years ago
Kat Yang 3c3039f5b3
Chore: Remove Wrap (#50048) 3 years ago
Sofia Papagiannaki d718ee1918
SQLStore: Prevent concurrent migrations (#44101) 3 years ago
Armand Grillet 6523486122
Alerting: Make Unified Alerting enabled by default for those who do not use legacy alerting (#42200) 4 years ago
Sofia Papagiannaki 04d5dcb7c8
Alerting: modify DB table, accessors and migration to restrict org access (#37414) 4 years ago
Sofia Papagiannaki 423474325a
Alerting: fix postgres migration on conflict (#35556) 4 years ago
Kyle Brandt dc3e17ba5b
Alerting: Change rule migration to be based on feature flag (#33792) 4 years ago
Alexander Emelin 0c2bcbf2bc
Live: persisting last message in cache for broadcast scope (#32938) 4 years ago
Carl Bergquist c899bf3592
log skipped, performed and duration for migrations (#31722) 4 years ago
Arve Knudsen 25048ebdf8
Chore: Add CloudWatch HTTP API tests (#29691) 4 years ago
Sofia Papagiannaki 3cac10e598
AlertingNG: Create a scheduler to evaluate alert definitions (#29305) 4 years ago
Arve Knudsen 9593d57914
Chore: Enable errorlint linter (#29227) 5 years ago
Arve Knudsen b5379c5335
Chore: Fix SQL related Go variable naming (#28887) 5 years ago
Arve Knudsen 102448040d
SQLite: Set 0640 permissions on SQLite database file (#26339) 5 years ago
Arve Knudsen d1e6214a4a
Chore: Enable scopelint Go linter (#25896) 5 years ago
Noval Agung Prayogo ea35ae4d1f
Chore: Update the xorm dependency (#22376) 5 years ago
Arve Knudsen 2a78d2a61c
pkg/services: Check errors (#19712) 6 years ago
zhulongcheng 2fff8f77dc move log package to /infra (#17023) 6 years ago
Marcus Efraimsson 12f3c8f9d6
fix only add column if not exists for mysql 7 years ago
Marcus Efraimsson 09b3014683
fix only create/drop database indices if not exists/exists 7 years ago
Torkel Ödegaard 92ed1f04af sql: added code migration type 7 years ago
Torkel Ödegaard 6c0752473a
Sqlstore refactor (#11908) 7 years ago
Dan Cech 1dfff74da9 move database-specific code into dialects (#11884) 7 years ago
Karsten Weiss de8696d5d3 Outdent code after if block that ends with return (golint) 7 years ago
Daniel Lee 1c20126f87 database: update xorm to v0.6.4 and xorm core to v0.5.7 7 years ago
bergquist 56907eef69 tests: makes sure we all migrations are working 7 years ago
Torkel Ödegaard 5ec86a9ef4 fix(build): fixed broken build, unreachable code in migrator.go 9 years ago
Torkel Ödegaard 2b8177e3e5 fix(migration): fix for sqlstore migration, the execution of the migration and recording of the success of it was not done in same transaction, fixes #5315 9 years ago
Torkel Ödegaard 086b59483e feat(loggin): disable logging by default so unit tests are not full of logging 9 years ago
Torkel Ödegaard 382f396247 feat(alerting): more model changes 9 years ago
Torkel Ödegaard a02cf5beb7 feat(logging): added loging filters 9 years ago
Torkel Ödegaard 22778e6efd feat(logging): a lot of progress on moving to new logging lib, #4590 9 years ago
bergquist 957cb407c5 feat(alerting): naiv graphite executor 9 years ago
bergquist b2a4d8083e feat(alerting): add datasource ref to alert rule 9 years ago
Torkel Ödegaard 16fa5c4df3 fix(mysql): fix for migration in newly added temp_user table, fixes #2509 10 years ago
Torkel Ödegaard 563d5e3ad8 All migrations work in sqlite3, mysql and postgres 10 years ago
Torkel Ödegaard 02a89c752b Progress on database schema migration for account -> org refactor 10 years ago
Torkel Ödegaard 79f798f67b Configuration file options can now be overriden using environment variables using GF_<SectionName>_<KeyName> syntax, if Section name contains dots in config they are replaced with underscores, and the section name and keyname needs to be all upper case, #1473 10 years ago
Torkel Ödegaard 10820f31c2 Changed go package path 10 years ago
Torkel Ödegaard afb847acc8 a lot of work on database schema and migration setup, postgres now works, every integration test passes for all database types, only token table left to do 10 years ago
Torkel Ödegaard 8bb9126b77 added postgres support for db migrations 10 years ago
Torkel Ödegaard 2379c5b770 Added loglevel to migrator, added dashboard table & index migrations 10 years ago
Torkel Ödegaard f1996a9f1f Initial work on seperation between user and account 10 years ago
Torkel Ödegaard d8e5be5782 Worked on database agnostic table creation for db migrations 10 years ago
Torkel Ödegaard a64a38d7dd Added migration log and migration id, do not execute already executed migrations 10 years ago