Commit Graph

109 Commits (bba4d9bd7f85ea44e8bc1188f77a8472e1c274b0)

Author SHA1 Message Date
Arve Knudsen b79e61656a
Introduce TSDB service (#31520) 4 years ago
Arve Knudsen 9593d57914
Chore: Enable errorlint linter (#29227) 5 years ago
Arve Knudsen 2bf964c61e
Chore: Fix linting issues caught by ruleguard (#28799) 5 years ago
Arve Knudsen b5379c5335
Chore: Fix SQL related Go variable naming (#28887) 5 years ago
Arve Knudsen 574553ec7b
Chore: Fix issues found by staticcheck (#28802) 5 years ago
Arve Knudsen a078e40238
Settings: Rename constants/variables to follow Go naming standards (#28002) 5 years ago
Arve Knudsen a5d9196a53
Chore/fix lint issues (#27704) 5 years ago
Arve Knudsen d28d495235
Chore: Enable PR testing in Drone (#26189) 5 years ago
Arve Knudsen 41d432b5ae
Chore: Enable whitespace linter (#25903) 5 years ago
Arve Knudsen 07582a8e85
Chore: Fix various spelling errors in back-end code (#25241) 5 years ago
Ryan McKinley 2a6ac88a73
QueryInspector: add common way to show the raw query (#25204) 5 years ago
Noval Agung Prayogo ea35ae4d1f
Chore: Update the xorm dependency (#22376) 5 years ago
Sofia Papagiannaki 2ca1cc5645
MySql: Fix password regression in MySQL datasource (#20376) 6 years ago
Sofia Papagiannaki 19dbd27c5c
mysql: fix encoding in connection string (#20192) 6 years ago
Arve Knudsen bb50fc5965
pkg/tsdb: Check errors (#19837) 6 years ago
Marcus Efraimsson 3de693af49
MySQL: Limit datasource error details returned from the backend (#19373) 6 years ago
Kyle Brandt e5bf3027fc
Refactor: Move sql_engine to sub package of tsdb (#18991) 6 years ago
Bernard Duggan a0bb01103e MySQL/Postgres/MSSQL: Add parsing for day, weeks and year intervals in macros (#13086) 6 years ago
zhulongcheng 2fff8f77dc move log package to /infra (#17023) 6 years ago
Andrej Ocenas 66f6e16916
Security: Store datasource passwords encrypted in secureJsonData (#16175) 6 years ago
Andrej Ocenas 08ce7f6c93
Chore: Add task to find FocusConvey tests (#16381) 6 years ago
Andrej Ocenas 09b9b595b2 Add check for Env before log 6 years ago
Marcus Efraimsson 1bc2a0af70
use unique datasource id when registering mysql tls config 6 years ago
Marcus Efraimsson f157c19e16
extract parsing of datasource tls config to method 7 years ago
bugficks f31fe495e9 fix go fmt 7 years ago
bugficks 7db848f153 [Feature request] MySQL SSL CA in datasource connector 7 years ago
Ander Arguiñano 089d85af63 Added macros to mysql 7 years ago
Marcus Efraimsson 624e5e5b3d
let each sql datasource handle timeFrom and timeTo macros 7 years ago
Marcus Efraimsson 97b22aa5a9
mysql: fix timeFilter macro should respect local time zone 7 years ago
Yuan Liu f640df7a2c
simplify code 7 years ago
Yuan Liu 36dbc5f51c
Add socket support for mysql data source 7 years ago
Mario Trangoni 18e127db2a pkg/tsdb/*: Fix do not pass a nil Context 7 years ago
Mario Trangoni 3632e9c756 pkg/tsdb/mysql/mysql_test.go: pass context.Background() instead of nil 7 years ago
Sven Klemm af22213462 remove generic macros from macros_test and add integration test for generic macros 7 years ago
Sven Klemm 94d6d51726 move timeFrom, timeTo, unixEpochFrom and unixEpochTo macros to sql_engine 7 years ago
Sven Klemm 0254a29e35 Interpolate $__interval in backend for alerting with sql datasources (#13156) 7 years ago
Sven Klemm fbc67a1c64 add $__unixEpochGroup to mysql datasource 7 years ago
Sven Klemm d81a23becf Refactor setting fillmode 7 years ago
Sven Klemm ee7602ec1f change fillmode from last to previous 7 years ago
Sven Klemm bfc66a7ed0 add fillmode "last" to sql datasource 7 years ago
Sven Klemm b71d10a7a4 add $__timeGroupAlias to mysql and mssql 7 years ago
Sven Klemm e487fabcd5 add metric column prefix test for mysql 7 years ago
Marcus Efraimsson 27db454012
mysql: use new sql engine 7 years ago
Marcus Efraimsson d2f31a716f
remove unnecessary conversions 7 years ago
Sven Klemm 1601f6d17c [mysql] fix $__timeGroup rounding (#12469) 7 years ago
Austin Winstanley a0e8437f8f Used PostgreSQL TSDB as a model the set up the __timeFilter, __timeFrom, and __timeTo macros for Microsoft SQL and MySQL 7 years ago
Austin Winstanley 105b3d6804 Switched MySQL and MSSQL macros for timeFilter and related to use BETWEEN and calculate UNIX time server side instead of database side. Fixes #11618 #11619 7 years ago
Leonard Gram 50d1519a91 build: mysql integration testing on ci. 7 years ago
Marcus Efraimsson de0d409a23
Revert "Opportunities to unindent code (unindent)" 7 years ago
Karsten Weiss 893a91af3a Use opportunities to unindent code (unindent) 7 years ago