Commit Graph

93 Commits (bba4d9bd7f85ea44e8bc1188f77a8472e1c274b0)

Author SHA1 Message Date
Arve Knudsen 2c72f8babc
MSSQL: By default let driver choose port (#32417) 4 years ago
Marcus Efraimsson b82c510581
Postgres/MySQL/MSSQL: Don't return connection failure details to the client (#32408) 4 years ago
Arve Knudsen b79e61656a
Introduce TSDB service (#31520) 4 years ago
Arve Knudsen 2bf964c61e
Chore: Fix linting issues caught by ruleguard (#28799) 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
Eder Nucci c22940fe35
MSSQL: Fix parsing of uniqueidentifier type (#25751) 5 years ago
Arve Knudsen d352c213b3
API: Recognize MSSQL data source URLs (#25629) 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
Arve Knudsen bb50fc5965
pkg/tsdb: Check errors (#19837) 6 years ago
Arve Knudsen b858a5f496
Don't truncate IPv6 addresses (#19573) 6 years ago
Marcus Efraimsson 3de693af49
MySQL: Limit datasource error details returned from the backend (#19373) 6 years ago
Marcus Efraimsson 0f524fc947
MSSQL: Revert usage of new connectionstring format (#19203) 6 years ago
Brian Gann 9eafc693b2
MSSQL: Fix memory leak when debug enabled (#19049) 6 years ago
Kyle Brandt e5bf3027fc
Refactor: Move sql_engine to sub package of tsdb (#18991) 6 years ago
Elykov Alexandr 2514209083 MSSQL: Change connectionstring to URL format to fix using passwords with semicolon (#18384) 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
Mark Goodwin 44e6da6b41 build: fix integer overflow in pkg/tsdb tests on 32bit platforms (#16818) 6 years ago
Andrej Ocenas 66f6e16916
Security: Store datasource passwords encrypted in secureJsonData (#16175) 6 years ago
Andrej Ocenas 09b9b595b2 Add check for Env before log 6 years ago
Marcus Efraimsson d433ca7d40
fix util for splitting host and port 6 years ago
Mario Trangoni 8261613b51 pkg/util/{ip.go,url.go}: Fix some golint issues 7 years ago
Vlad Ellis c208186f26 Parse database host correctly when using IPv6 7 years ago
Ander Arguiñano 3801a75131 FIxed syntaxis mistake unixEpochNanoFrom and unixEpochNanoTo 7 years ago
Ander Arguiñano b4eac406d5 Added previous macros to mssql 7 years ago
Marcus Efraimsson 624e5e5b3d
let each sql datasource handle timeFrom and timeTo macros 7 years ago
Ramiro Morales 49a3bd3097 add encrypt connstr param conditionally on the value chosen via GUI. 7 years ago
Ramiro Morales d859a6aeb8 rename new JSON data attrbute. 7 years ago
Ramiro Morales 37f16ca80a Add 'encrypt' setting to MSSQL data source. 7 years ago
Mario Trangoni 18e127db2a pkg/tsdb/*: Fix do not pass a nil Context 7 years ago
Marcus Efraimsson 6407ec4128
mssql: fix tests 7 years ago
Mario Trangoni 0f25dec117 pkg/tsdb/mssql/mssql_test.go: pass context.Background() instead of nil 7 years ago
Sven Klemm e303468c0c adjust mssql tests 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 8c4d59363e add $__unixEpochGroup to mssql 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
Marcus Efraimsson 38a52c2489
mssql: update tests 7 years ago
Sven Klemm 3aa4790979 add tests for metric column prefix to mssql 7 years ago
Marcus Efraimsson 4f7882cda2
mssql: use new sql engine 7 years ago
Marcus Efraimsson d2f31a716f
remove unnecessary conversions 7 years ago