Commit Graph

53 Commits (c4d3eb1cd03f30ea8e6aab71b2597bf3c6a6f46f)

Author SHA1 Message Date
Peter Štibraný c4d3eb1cd0
Remove support for Google Spanner database. (#105846) 2 months ago
Serge Zaitsev 694b9dfe50
Chore: Replace xorm.io/xorm imports (#104458) 3 months ago
Peter Štibraný f7f28757f6
Skip noop migrations, instead of executing SELECT 0. (#103086) 4 months ago
Peter Štibraný 0ce67dad74
Spanner: support for lastInsertId (#101770) 4 months ago
Peter Štibraný 9e690bd620
Spanner support enhancements (#101634) 5 months ago
Serge Zaitsev 165bca6417
Chore: Add initial/experimental xorm spanner driver (#101398) 5 months ago
Dave Henderson ced7a84f8b
chore(metrics): Add metrics & traces to DB migration (#97181) 8 months ago
Dan Cech 5dfe4cf407
Storage: Watch tests (#85496) 1 year ago
Dan Cech 1f1461734c
Storage: Add support for sortBy selector (#80680) 1 year ago
Dan Cech 67b2972052
Chore: add/update sqlstore-related helper functions (#77408) 2 years ago
Marcus Efraimsson edc34fc836
Instrumentation: Improve instrumentation for database migrations (#74659) 2 years ago
Dan Cech a6279b2d62
Database: Make dialects independent of xorm Engine (#69955) 2 years ago
Ryan McKinley 26658d172f
Migrations: Support independent migration log for entity api (#68511) 2 years ago
Ieva 035bf29146
RBAC: Remove the option to disable RBAC and add automated permission migrations for instances that had RBAC disabled (#66652) 2 years ago
Kyle Brandt 55d2d872ec
Chore: Missed deprecations due to overly broad lint exclusion (#59732) 3 years ago
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) 5 years ago
Sofia Papagiannaki 3cac10e598
AlertingNG: Create a scheduler to evaluate alert definitions (#29305) 5 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 8 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