Commit Graph

111 Commits (51aeb717a4564571207e895f75dd3be362f63007)

Author SHA1 Message Date
Serge Zaitsev 643c7fa0cb
Chore: update all +build statements (#38782) 4 years ago
Arve Knudsen 78596a6756
Migrate to Wire for dependency injection (#32289) 4 years ago
idafurjes 180b1973e0
SQL: Fix SQL dataframe resampling (fill mode + time intervals) (#36937) 4 years ago
idafurjes 5d01add7da
Fix Postgres query handling null values for smallint (#36648) 4 years ago
Ryan McKinley 1d6e99bc95
SQL: Fixes issues with showing value column name prefix in legends (#35839) 4 years ago
Marcus Efraimsson 0611207f3b
Postgres/MySQL/MSSQL: Fix concurrent map writes panic (#35510) 4 years ago
Marcus Efraimsson 6c728d6a78
SQL: Use SDK sqlutil package refactor (#33758) 4 years ago
ying-jeanne 0b97cdcee1
fix postgres to have precision of ms (#33853) 4 years ago
ying-jeanne bd66c8dde3
SQL data sources: Convert to return data frames (#32257) 4 years ago
Ryan McKinley 7627b55ef4
TSDB: add deprecation comments to many tsdb structs (#33281) 4 years ago
Marcus Efraimsson dd0ba96d7c
Postgres: Fix time group macro when TimescaleDB is enabled and interval is less than a second (#33153) 4 years ago
Arve Knudsen b79e61656a
Introduce TSDB service (#31520) 4 years ago
ying-jeanne c57047a420
Postgres: allow providing TLS/SSL certificates as text in addition to file paths (#30353) 4 years ago
Ricky Putra d56c5285e2
Postgres: Fix timeGroup macro converts long intervals to invalid numbers when TimescaleDB is enabled (#31179) 4 years ago
Arve Knudsen be8ba8ef46
Postgres: Convert tests to stdlib (#30536) 5 years ago
Arve Knudsen 7126a91901
Postgres: Be consistent about TLS/SSL terminology (#30532) 5 years ago
Arve Knudsen f55818ca70
Chore: Enable exhaustive linter (#29458) 5 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 4b1eb6e5c7
Chore: Enable gocyclo linter (#26395) 5 years ago
Arve Knudsen d28d495235
Chore: Enable PR testing in Drone (#26189) 5 years ago
Arve Knudsen 9285595c50
tsdb/postgres: Support Unix socket for host (#25778) 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
Ryan 1f0e1b33bc
Postgres: Add SSL support for datasource (#21341) 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
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
Oleg Gaidarenko 54c1bf0cc9
Chore: a bit of spring cleaning (#16710) 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
Ander Arguiñano 3801a75131 FIxed syntaxis mistake unixEpochNanoFrom and unixEpochNanoTo 7 years ago
Ander Arguiñano 9105625f24 Added unixEpochNanoTo and unixEpochNanoFrom macros to postgresql 7 years ago
Ander Arguiñano 4d8d2a9690 Renamed unixEpochFilterNano to unixEpochNanoFilter 7 years ago
Sven Klemm 4c51e8df20 Don't cut off subsecond precision for postgres macros 7 years ago
Ander Arguiñano 1a67a8db80 Nanosecond timestamp support postgresql 7 years ago
Marcus Efraimsson 624e5e5b3d
let each sql datasource handle timeFrom and timeTo macros 7 years ago
Mario Trangoni 18e127db2a pkg/tsdb/*: Fix do not pass a nil Context 7 years ago
Mario Trangoni afab9085eb pkg/tsdb/postgres/postgres_test.go: pass context.Background() instead of nil 7 years ago
Sven Klemm 744e8617ff add postgres test for global 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 837388d13e Use variable in newPostgresMacroEngine 7 years ago
Sven Klemm 3955133f7e Don't pass datasource to newPostgresMacroEngine 7 years ago