Commit Graph

81 Commits (d5d8d7efa640565d82d7671fba7a0028489c97c0)

Author SHA1 Message Date
Torkel Ödegaard d5d8d7efa6 minor setting refactorings 7 years ago
bergquist 12c9860882 string formating fixes 7 years ago
Carl Bergquist 861af4cb97 Improve extensions build. (#12461) 8 years ago
bergquist 3479cf4b39 expose functions to use sessions 8 years ago
bergquist 09e71e00a3 sql: adds tests for InTransaction 8 years ago
Torkel Ödegaard 442e0e437b refactoring: transaction manager PR #12203 8 years ago
bergquist 6775a82c82 fixes typo in code 8 years ago
bergquist 1bd31aa313 check if admin exists or create one in one transaction 8 years ago
bergquist 263572813a replace begin/end with wrapper function 8 years ago
bergquist 8143610024 bus: support multiple dispatch in one transaction 8 years ago
bergquist f93d83befe adds missing return statement 8 years ago
Marcus Efraimsson 5a96863eed
pin versions of xorm to resolve sql tests 8 years ago
Marcus Efraimsson 2ea5b6fe33
add additional usage stats metrics 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
Dan Cech b4ad044044 better handling for special chars in db config (#11662) 8 years ago
Torkel Ödegaard fa7d7ed5df
Initial Baby Step to refactoring settings from global vars to instance (#11777) 8 years ago
Carl Bergquist 28f7b6dad1 Enable Grafana extensions at build time. (#11752) 8 years ago
Marcus Efraimsson 0317ecbf0d
postgres: support running multiple postgres integration tests 8 years ago
Marcus Efraimsson 5c120c2c11
mysql: mysql tests should use a db server with UTC 8 years ago
Daniel Lee 9cdd7cb04c database: expose SetConnMaxLifetime as config setting 8 years ago
Daniel Lee 5a3ba68a9c database: fixes after xorm update 8 years ago
Marcus Efraimsson 53cd39fde5 Shouldn't be able to overwrite a dashboard if you don't have permissions (#10900) 8 years ago
bergquist 099178466d dashboards as cfg: wire up dashboard repo 8 years ago
linux chips c75f9a1923 MSSQL Data Source 8 years ago
Furtchet a51b1e8951 Update the config key to database_log_queries so it is more descriptive, as suggested in #9785. 8 years ago
Furtchet 5fdfa3ff7e MySQL Performance when using GF_DATABASE_URL 8 years ago
mxlxm c5400ffe76 mysql: use collation instead of charset (#9156) 8 years ago
Jason Stangroome 632a5e9b97 Support Azure MySQL (#8618) 8 years ago
Torkel Ödegaard e8a20643d6 feat: store last seen date for users and present in stats and user lists, closes #9007 8 years ago
Torkel Ödegaard 7031f7e772 fix: sqlite3 and storing/displaying dates used wrong timezone, fixes #8996 8 years ago
Anton Yackushev bab21c9069 misspell: Corrected some misspelled words 9 years ago
Torkel Ödegaard 368e847d12 feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302 9 years ago
Torkel Ödegaard 0bae7212f6 annotations: removed category stuff, my mistake, we need tags 9 years ago
Alexander Zobnin 7aa992bde4 initial category types 9 years ago
Torkel Ödegaard f5f0d94ad4 fix: temp/testing fix for hanging issue, #8033 9 years ago
Torkel Ödegaard 95e0010a5b fix: sqlite3 and concurrent write requests caused database locked error some times, depending on how many concurrent requests and speed of disk drive. Fixed by reducign the number of concurrent db connections to 1 for sqlite3, fixes #7992 9 years ago
Dan Cech 24d4e50343 utf8mb4 encoding (#7959) 9 years ago
Dan Cech dde8583db8 xorm engine.SetMaxConns is a deprecated alias for engine.SetMaxOpenConns 9 years ago
Torkel Ödegaard 9f1c6a73f0 tech: added sql logger to log all sql statements sent to sql server 9 years ago
huydx 28d93b574d (feat) support max connection setting for database configuration 9 years ago
huydx adb441e5c8 (format) run go fmt in pkg 9 years ago
Tom Kozlowski c21ffcc6c9 generalized database connection cert support and added to postgres 9 years ago
Torkel Ödegaard 357358898d feat(annotations): working on alert annotations, #5694 10 years ago
Soulou 03d0f11407 Accept URL parameter [database] config 10 years ago
Torkel Ödegaard 086b59483e feat(loggin): disable logging by default so unit tests are not full of logging 10 years ago
Torkel Ödegaard 93fdc18fd4 feat(logging): fixed dependencies 10 years ago
Torkel Ödegaard 8105ec4660 feat(alerting): fixed test issues 10 years ago
Torkel Ödegaard 9741af2031 feat(logging): progress on new logging #4590 10 years ago
Torkel Ödegaard 22778e6efd feat(logging): a lot of progress on moving to new logging lib, #4590 10 years ago