Commit Graph

70 Commits (59eb302fc14e54b1889a5df0431d97b51f25bd7f)

Author SHA1 Message Date
Andreas Christou 420067a7e1
MSSQL: Add `SQL_VARIANT` converter and update test (#85823) 2 years ago
Gábor Farkas 9015bfa3f4
mssql: decouple sqleng (#86130) 2 years ago
Adam Simpson 311aa94fab
MSSQL: Add Windows AD/Kerberos auth (#84742) 2 years ago
Gábor Farkas 67f006a91d
sql: remove setting-import from sqleng (#82088) 2 years ago
Dan Cech 790e1feb93
Chore: Update test database initialization (#81673) 2 years ago
Gábor Farkas 7b8c7b623c
sql: remove the usage of "errutil" (#81888) 2 years ago
Gábor Farkas fd73b75ef7
SQL datasources: Consistent interval handling (#78517) 2 years ago
Gábor Farkas bfb85f27b1
sql: improve sqleng-api, leave sql.DB creation to the plugins (#79672) 2 years ago
Gábor Farkas 53863c52ca
sql: use logging functionality from plugin-sdk (#79294) 2 years ago
Gábor Farkas 5b4da3a7dc
mssql: prepare logs-handling for decouple-datasource changes (#79214) 2 years ago
Gábor Farkas 9f0fc60477
sql: remove `xorm` dependency from postgres/mysql/mssql (#77870) 2 years ago
Gábor Farkas 5be99912ff
mssql: adjust unit test to minimize xorm-usage (#78597) 2 years ago
Oscar Kilhed 579709c7a6
MSSQL: Add support for MI authentication to MSSQL (#73597) 2 years ago
Michael Mandrus 66d2214c3b
Config: Add configuration option to define custom user-facing general error message for certain error types (#70023) 3 years ago
Emil Tullstedt b0e681c339
Chore: Update target in go.mod to 1.20 and golangci-lint to v1.52.2 (#67102) 3 years ago
Jev Forsberg 86228ba1a0
Datasource: Fix missing raw SQL query in Query Inspector when query returns zero rows (#67844) 3 years ago
Sasha Melentyev c02003af3c
Refactor time durations (#58484) 3 years ago
Yuriy Tseretyan d9c40ca41e
Chore: Update sqleng, elasticsearch, tempo and opentsdb plugins to support contextual logs. (#57777) 3 years ago
Kristin Laemmert 05709ce411
chore: remove sqlstore & mockstore dependencies from (most) packages (#57087) 3 years ago
Ivan Anselmi cf3105e5be
MSSQL: Change regex to validate Provider connection string (#40248) 4 years ago
Marcus Efraimsson 1c892a2fc4
Postgres/MySQL/MSSQL: Add setting to limit maximum amount of rows processed (#38986) 4 years ago
Marcus Efraimsson fbdaf56a84
Postgres/MySQL/MSSQL: Fix region annotations not displayed correctly (#38936) 4 years ago
ying-jeanne c989f0fbbe
SQL: Migrate to use SDK contracts (#36635) 4 years ago
Marcus Efraimsson 6c728d6a78
SQL: Use SDK sqlutil package refactor (#33758) 5 years ago
ying-jeanne bd66c8dde3
SQL data sources: Convert to return data frames (#32257) 5 years ago
Arve Knudsen 2c72f8babc
MSSQL: By default let driver choose port (#32417) 5 years ago
Marcus Efraimsson b82c510581
Postgres/MySQL/MSSQL: Don't return connection failure details to the client (#32408) 5 years ago
Arve Knudsen b79e61656a
Introduce TSDB service (#31520) 5 years ago
Arve Knudsen a5d9196a53
Chore/fix lint issues (#27704) 5 years ago
Arve Knudsen d28d495235
Chore: Enable PR testing in Drone (#26189) 6 years ago
Arve Knudsen 41d432b5ae
Chore: Enable whitespace linter (#25903) 6 years ago
Eder Nucci c22940fe35
MSSQL: Fix parsing of uniqueidentifier type (#25751) 6 years ago
Arve Knudsen 07582a8e85
Chore: Fix various spelling errors in back-end code (#25241) 6 years ago
Ryan McKinley 2a6ac88a73
QueryInspector: add common way to show the raw query (#25204) 6 years ago
Noval Agung Prayogo ea35ae4d1f
Chore: Update the xorm dependency (#22376) 6 years ago
Arve Knudsen bb50fc5965
pkg/tsdb: Check errors (#19837) 6 years ago
Marcus Efraimsson 0f524fc947
MSSQL: Revert usage of new connectionstring format (#19203) 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
Mark Goodwin 44e6da6b41 build: fix integer overflow in pkg/tsdb tests on 32bit platforms (#16818) 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 0254a29e35 Interpolate $__interval in backend for alerting with sql datasources (#13156) 7 years ago
Marcus Efraimsson 38a52c2489
mssql: update tests 7 years ago
Sven Klemm 3aa4790979 add tests for metric column prefix to mssql 8 years ago
Marcus Efraimsson 4f7882cda2
mssql: use new sql engine 8 years ago
Marcus Efraimsson d2f31a716f
remove unnecessary conversions 8 years ago
Sven Klemm f017c04a65 [mssql] fix $__timeGroup rounding (#12470) 8 years ago