Commit Graph

79 Commits (7e816d010c24a8024be601835213b509d7775e24)

Author SHA1 Message Date
Stephanie Hingtgen 255d8f3326
Plugins: Remove secure socks proxy feature toggle (#66611) 2 years ago
Kyle Cunningham 92d92187d9
SQL Datasources: Update Max Connection and Max Idle Connection Defaults to 100 and add auto mode (#65834) 2 years ago
Stephanie Hingtgen 10db808ea1
Plugins: Add sql support for the secure socks proxy (#64630) 2 years ago
Zoltán Bedi c25fe34ac0
SQL Datasources: Use health check for config test (#59867) 3 years ago
Zoltán Bedi d65899de7b
SQL Datasources: Move database setting to jsonData (#58649) 3 years ago
Yuriy Tseretyan d9c40ca41e
Chore: Update sqleng, elasticsearch, tempo and opentsdb plugins to support contextual logs. (#57777) 3 years ago
Will Browne 7fbc7d019a
Plugins: Core plugins register via backend factory provider (#43171) 3 years ago
Will Browne e4ba5f17dd
add core plugins thru store (#43085) 4 years ago
Will Browne b80fbe03f0
Plugins: Refactor Plugin Management (#40477) 4 years ago
Joan López de la Franca Beltran 722c414fef
Encryption: Refactor securejsondata.SecureJsonData to stop relying on global functions (#38865) 4 years ago
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
ying-jeanne 73fdd9dc22
[MYSQL] convert explicitely smallint and tinyint (#35897) 4 years ago
Andi Pabst 29be741f26
MySQL Datasource: Add timezone parameter (#27535) 4 years ago
Marcus Efraimsson 348e76fc8e
Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 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
Arve Knudsen 9593d57914
Chore: Enable errorlint linter (#29227) 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
Noval Agung Prayogo ea35ae4d1f
Chore: Update the xorm dependency (#22376) 5 years ago
Sofia Papagiannaki 2ca1cc5645
MySql: Fix password regression in MySQL datasource (#20376) 6 years ago
Sofia Papagiannaki 19dbd27c5c
mysql: fix encoding in connection string (#20192) 6 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
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
Marcus Efraimsson 1bc2a0af70
use unique datasource id when registering mysql tls config 6 years ago
Marcus Efraimsson f157c19e16
extract parsing of datasource tls config to method 7 years ago
bugficks f31fe495e9 fix go fmt 7 years ago
bugficks 7db848f153 [Feature request] MySQL SSL CA in datasource connector 7 years ago
Yuan Liu f640df7a2c
simplify code 7 years ago
Yuan Liu 36dbc5f51c
Add socket support for mysql data source 7 years ago
Marcus Efraimsson 27db454012
mysql: use new sql engine 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 346577b664
mysql: 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 af62646624
mysql: fix precision for time columns in time series query mode 7 years ago
Marcus Efraimsson f5654f88e2 mysql: fix precision for the time column in table/annotation query mode 7 years ago
Daniel Lee 6d13645206 mysql: update to use ColumnTypes interface in new version 8 years ago
Sven Klemm cb15d9cbdd add missing value fill code to mysql datasource 8 years ago
Sven Klemm b86a42fffe pass tsdbQuery to transformToTimeSeries and transformToTable to get 8 years ago
Daniel Lee 5dd9582520 mysql: add data source support for Azure MySql 8 years ago
Daniel Lee d1c9760fa8 Postgres Data Source (#9475) 8 years ago
bergquist ed661767f8 follow go idiom and return error as second param 8 years ago