Commit Graph

42 Commits (1c892a2fc4ad97714b17b0654befe44828c1f86c)

Author SHA1 Message Date
Marcus Efraimsson 1c892a2fc4
Postgres/MySQL/MSSQL: Add setting to limit maximum amount of rows processed (#38986) 4 years ago
ying-jeanne c989f0fbbe
SQL: Migrate to use SDK contracts (#36635) 4 years ago
Arve Knudsen 78596a6756
Migrate to Wire for dependency injection (#32289) 4 years ago
idafurjes 5d01add7da
Fix Postgres query handling null values for smallint (#36648) 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
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
Arve Knudsen 7126a91901
Postgres: Be consistent about TLS/SSL terminology (#30532) 4 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 9285595c50
tsdb/postgres: Support Unix socket for host (#25778) 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
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
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 09b9b595b2 Add check for Env before log 6 years ago
Sven Klemm 3955133f7e Don't pass datasource to newPostgresMacroEngine 7 years ago
Sven Klemm 3552a4cb86 refactor timescaledb handling in MacroEngine 7 years ago
Marcus Efraimsson 2f3851b915
postgres: use new sql engine 7 years ago
Marcus Efraimsson 93e73919e8
fix code style 7 years ago
yogyrahmawan 26aa575cb4 escaping ssl mode on postgres param 7 years ago
Sven Klemm 84d7743939 fix pre gui queries shortcircuit 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
Marcus Efraimsson cf43007531
postgres: 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
Marcus Efraimsson 1783c534fd
postgres: fix precision for time columns in time series query mode 7 years ago
Marcus Efraimsson 66c03f84f5 postgres: fix precision for the time column in table/annotation query mode 7 years ago
Sven Klemm 4904a051cf use net/url to generate postgres connection url 7 years ago
Sven Klemm ebbc079853 improve error message for invalid/unknown datatypes (#10834) 7 years ago
Sven Klemm 6cdd901ec6 fix typo 8 years ago
Sven Klemm c1282e8ea8 implement missing value fill functionality for postgres 8 years ago
Sven Klemm b86a42fffe pass tsdbQuery to transformToTimeSeries and transformToTable to get 8 years ago
Sven Klemm c80eadcdf4 handle native postgres datetime types in annotation queries (#9986) 8 years ago
Sven Klemm 373389c920 treat any text column in timeseries query as metric name unless column (#9985) 8 years ago
Sven Klemm 26ab25b7c0 dont loose subsecond precision when dealing with timestamp or (#9851) 8 years ago
Sven Klemm 9e6a7dcb90 properly escape components of connection string (#9850) 8 years ago
Sven Klemm a503c1d39c change default sslmode for postgres to verify-full (#9736) 8 years ago
Daniel Lee d1c9760fa8 Postgres Data Source (#9475) 8 years ago