Commit Graph

67 Commits (748cb449117ac417b977a7ad1a4df2b08e205c51)

Author SHA1 Message Date
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 6 years ago
Vlad Ellis c208186f26 Parse database host correctly when using IPv6 6 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
Sven Klemm f017c04a65 [mssql] fix $__timeGroup rounding (#12470) 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
Marcus Efraimsson de0d409a23
Revert "Opportunities to unindent code (unindent)" 7 years ago
Karsten Weiss 893a91af3a Use opportunities to unindent code (unindent) 7 years ago
Karsten Weiss b7adf28501 Remove redundancy in variable declarations (golint) 7 years ago
Marcus Efraimsson 1452634a2a
mssql: fix value columns conversion to float when using timeseries query 7 years ago
Karsten Weiss f61e69ce75 Simplify comparison to bool constant (gosimple) 7 years ago
Daniel Lee 9337972a0f sqlds: fix text in comments for tests 7 years ago
Marcus Efraimsson a86ee304ff
tsdb: remove unnecessary type casts in sql data sources macro engines 7 years ago
Marcus Efraimsson f5586b1270
tsdb: sql data sources should handle time ranges before epoch start correctly 7 years ago
Marcus Efraimsson 9d84e6f31f
mssql: fix precision for time columns in time series query mode 7 years ago
ryan 920a0c4fec skip mssql fix 7 years ago
ryan 7d6c8aa612 add mssql and mysql 7 years ago
Marcus Efraimsson b69ebee066 mssql: fix precision for the time column in table/annotation query mode 7 years ago
Marcus Efraimsson b0076d4f65 mssql: remove UTC conversion in macro functions 7 years ago
Marcus Efraimsson 3ccadff800 mssql: fix timeGroup macro so that it properly creates correct groups 7 years ago
Daniel Lee e5e9d3c2f3 mssql: adds test for time should be ms in table mode 7 years ago
Daniel Lee ae4c6e4648 mssql: fix precision for time column in table mode 7 years ago
Marcus Efraimsson 192e913b7b mssql: add integration test to verify stored procedure usage 7 years ago
Marcus Efraimsson 8f6626e805 mssql: encrypt password in database 7 years ago
Marcus Efraimsson 449a307575 mssql: remove dynamic construction of metric column and other columns 7 years ago
Marcus Efraimsson d14946a135 mssql: cleanup and minor refactor 7 years ago
Marcus Efraimsson 24c0f28f41 mssql: allow host without port and fallback to default port 1433 7 years ago
Marcus Efraimsson e97b03e930 mssql: additional integration tests 7 years ago
Marcus Efraimsson f0f8006d8d mssql: support money, smallmoney and decimal data types 7 years ago