Commit Graph

53 Commits (7e5e3f9dc0bd18a9972419e7ee85d2347c025e7c)

Author SHA1 Message Date
Zoltán Bedi 85246d7179
Postgres: Fix test datasource always returns success (#43762) 3 years ago
Ryan McKinley 6c1a0cc707
DataSourceRef: use reference rather than id where possible (#41372) 4 years ago
Ryan McKinley 7319efe077
Dashboard: replace datasource name with a reference object (#33817) 4 years ago
Ivana Huckova 7f8576ee37
Postgres: For template queries return [] and not error (#38060) 4 years ago
Hugo Häggmark dba15190af
Chore: Upgrades rxjs to 7.3.0 (#37913) 4 years ago
Piotr Jamróz 9ace8686a1
Datasources: Improve error handling for testing data sources (#35120) 4 years ago
ying-jeanne bd66c8dde3
SQL data sources: Convert to return data frames (#32257) 4 years ago
kay delaney bad048b7ba
Performance: Standardize lodash imports to use destructured members (#33040) 4 years ago
Torkel Ödegaard 1d689888b0
Prettier: Upgrade to 2 (#30387) 4 years ago
kay delaney 185442115c
Chore: Remove angular dependency from data sources (#27735) 5 years ago
Hugo Häggmark a587bf4f56
Postgres: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#27478) 5 years ago
kay delaney 1391575853
Chore: Removes some unneeded console logging and changes logs to errors (#26235) 5 years ago
Hugo Häggmark 00a9af00fc
Templating: removes old Angular variable system and featureToggle (#24779) 5 years ago
Ivana Huckova 9be7d5867f
Add truthy rawQuery as we are interpolating raw query only (#25110) 5 years ago
Hugo Häggmark 05b6d38374
Variables: breaks variable.ts into 2 separate files utils and types (#22884) 5 years ago
Ivana Huckova e75840737e
Loki: Fix Loki with repeated panels and interpolation for Explore (#21685) 5 years ago
kay delaney cf2cc71393 Chore: Remove angular dependency from backendSrv (#20999) 5 years ago
kay delaney 880fbcb09a
Chore/Tech debt: Remove (most) instances of $q angular service use (#20668) 6 years ago
Hugo Häggmark 7aeed4d987
Templating: Makes so __searchFilter can be used as part of regular expression (#20103) 6 years ago
Hugo Häggmark cb0e80e7b9 TemplateVariables: Introduces $__searchFilter to Query Variables (#19858) 6 years ago
Ivana Huckova 90b0953620
Explore: Expand template variables when redirecting from dashboard panel (#19582) 6 years ago
Marcus Efraimsson 96046a7ba6
MySQL, Postgres, MSSQL: Fix validating query with template variables in alert (#19237) 6 years ago
Tobias Skarhed 4e27ba9646 noImplicitAny: Sub 3000 errors (#17821) 6 years ago
Marcus Efraimsson df60804937
use default min interval of 1m for sql datasources 6 years ago
Marcus Efraimsson 7b656097a7
postgres: use arrow function declaration of interpolateVariable 7 years ago
Sven Klemm ec0fd96f08 Use closure for calling interpolateVariable 7 years ago
Sven Klemm e2c7b010ac fix test failures for timeInterval 7 years ago
Sven Klemm a95453036b Add min time interval to postgres datasource 7 years ago
Patrick O'Carroll abbb6f933c added jsdoc-format rule and fixed files that didn't follow new rule (#13107) 7 years ago
Patrick O'Carroll a702603e7b changed var to const 2 (#13068) 7 years ago
Sven Klemm e04127e430 unify quoting 7 years ago
Sven Klemm a2f4441f9d autodetect timescaledb when version >= 9.6 7 years ago
Sven Klemm 2d12801186 detect postgres version for saved datasources 7 years ago
Sven Klemm e12d07dd68 keep jsonData in PostgresDatasource 7 years ago
Sven Klemm c3aad10047 change timescaledb to checkbox instead of select 7 years ago
Sven Klemm b987aee7cf add timescaledb option to postgres datasource 7 years ago
Brice Maron bb7e583863 fix custom variable quoting in sql* query interpolations 7 years ago
Sven Klemm 6e824e81bf fix rate special function when using group by 7 years ago
Sven Klemm 693efda4d5 send timerange with metricFindQuery 7 years ago
Sven Klemm 17be31e216 call render in query 7 years ago
Torkel Ödegaard 27835f373e cleanup: removed unused typescript typings import 7 years ago
Torkel Ödegaard 3a1f52d8a2 prettier: ran on all files again, sorry. now settings are defined in package.json 8 years ago
Torkel Ödegaard 85879a7014 prettier: change to single quoting 8 years ago
Torkel Ödegaard fadfc665e4 tech: ran pretttier on all typescript files 8 years ago
Sven Klemm b44c599410 postgres: pass timerange for template variable queries (#10069) 8 years ago
Sven Klemm caa8b6100e always quote template variables for postgres when multi-value or include (#9714) 8 years ago
Sven Klemm 56e53b8343 dont quote variables for mysql and postgres datasource (#9611) 8 years ago
Sven Klemm b2d880c6de modify $__timeGroup macro so it can be used in select clause (#9527) 8 years ago
Daniel Lee d1c9760fa8 Postgres Data Source (#9475) 8 years ago
Daniel Lee 002b4d3403 mysql: fix interpolation for numbers in temp vars 8 years ago