Commit Graph

56 Commits (dd11e232d0324292a90ed0d7600428b33f93e1e1)

Author SHA1 Message Date
Marcus Efraimsson bf7301e485
Postgres/MySQL/MSSQL: Fix so that numeric/non-string values are returned from query variables (#35411) 4 years ago
ying-jeanne bd66c8dde3
SQL data sources: Convert to return data frames (#32257) 4 years ago
Ryan McKinley c7ea96940a
Arrow: move arrow support from frontend to backend only (#32575) 4 years ago
Torkel Ödegaard 1d689888b0
Prettier: Upgrade to 2 (#30387) 4 years ago
Hugo Häggmark 4b711372c5
Tests: Adds expects for observables (#28929) 5 years ago
Hugo Häggmark de1b2bdc4c
Transformations: Use Observable (#27584) 5 years ago
Hugo Häggmark a587bf4f56
Postgres: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#27478) 5 years ago
Torkel Ödegaard fd44c01675
Chore: Fix typescript strict null fixes now at 298 (#26125) 5 years ago
Hugo Häggmark e2ba0731e2
Chore: Upgrades jQuery and @types/jQuery (#25651) 5 years ago
Hugo Häggmark 00a9af00fc
Templating: removes old Angular variable system and featureToggle (#24779) 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
kay delaney ca3dff99e8
Chore: Bumps prettier version for new typescript syntax support (#20463) 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
Marcus Efraimsson 96046a7ba6
MySQL, Postgres, MSSQL: Fix validating query with template variables in alert (#19237) 6 years ago
Tobias Skarhed 0ef4060b98
Chore: Fix about 200 noImplicitAny errors (#18067) 6 years ago
Ryan McKinley 3f15170914 Refactor: move some files to @grafana/data (#17952) 6 years ago
Tobias Skarhed 4e27ba9646 noImplicitAny: Sub 3000 errors (#17821) 6 years ago
Hugo Häggmark ceb9f0855b
Chore: Replaces moment with Grafanas DateTime (#16919) 6 years ago
Sven Klemm 116fb50530 Fix query builder queries for interval start 7 years ago
Patrick O'Carroll 25f13bd3ad added only-arrow-functions rule and changed files to follow new rule (#13154) 7 years ago
Patrick O'Carroll 0f326f18dc changed functions to arrowfunctions for only-arrow-functions rule (#13127) 7 years ago
Patrick O'Carroll 0e007d573d changed functions to arrowfunctions for only-arrow-functions rule 7 years ago
Patrick O'Carroll b8d82df97e added no-angle-bracket-type-assertion rule and updatet files to follow rule (#13115) 7 years ago
Sven Klemm a87b27c7d3 check for correct quoting of multiple singlequotes 7 years ago
Torkel Ödegaard 9b978b7203
tslint: autofix of let -> const (#13033) 7 years ago
Sven Klemm 18ce6fc280 use unixEpochGroup macro for unix timestamp 7 years ago
Sven Klemm 735c4abe6c rename postgres_query.jest.ts to .test.ts 7 years ago
Tobias Skarhed a65589a5fb Rename test files 7 years ago
Sven Klemm aa830211fe dont order for aggregate 7 years ago
Sven Klemm 0b57e88f9e adjust frontend test 7 years ago
Brice Maron bb7e583863 fix custom variable quoting in sql* query interpolations 7 years ago
Sven Klemm 5327580939 refactor column function handling 7 years ago
Sven Klemm 6ca7a03975 consistent nameing fro group and select 7 years ago
Sven Klemm 97f24733f5 remove tableschema from query builder ui 7 years ago
Sven Klemm 7af9cd7dfc set explicit order for rate and increase 7 years ago
Sven Klemm 0e608a08c2 fix test for query generation 7 years ago
Sven Klemm d9648f1fe7 fix bug in query generation with metricColumn 7 years ago
Sven Klemm fa66645b0f refactor PostgresQuery 7 years ago
Sven Klemm d0c2b19c51 Add templateSrv to PostgresQuery tests 7 years ago
Sven Klemm b745fab190 add tests for query generation 7 years ago
Sven Klemm 17591ca29f fix tests for postgres datasource 7 years ago
Tobias Skarhed 74bf80962d Add mock to test files 7 years ago
Tobias Skarhed 962340bcd1 Create new instance in beforeEach 7 years ago
Tobias Skarhed 3bbe39c5ad Karma to Jest: postgres datasource 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 caa8b6100e always quote template variables for postgres when multi-value or include (#9714) 8 years ago