Commit Graph

83 Commits (185442115caf82b797816c47a9c1396426139f95)

Author SHA1 Message Date
Sven Klemm a63298bca2 remove unused function removeSelect 7 years ago
Sven Klemm 6143924ec6 fix where clause generation 7 years ago
Sven Klemm 7600c6efcb remove hardcoded $__timeFilter, make macros functional in where clause 7 years ago
Sven Klemm 85ab1cfa8f fix constraint removal 7 years ago
Sven Klemm d8c7756489 dont autoquote, suggest quoted values if requried 7 years ago
Sven Klemm 3f614e635b do not autoquote identifiers 7 years ago
Sven Klemm c604651092 fix group by ui 7 years ago
Sven Klemm 7d30ca04de remove dead code from sql_part 7 years ago
Sven Klemm fee36b2b35 include where constraints in query generation 7 years ago
Sven Klemm 17b46804e8 remove unused function renderAdhocFilters 7 years ago
Sven Klemm a5bcd8eac0 fix metric column when using group by 7 years ago
Sven Klemm 8b3c308168 remove categories from queryPart 7 years ago
Sven Klemm 46c229188e read aggregate functions from database 7 years ago
Sven Klemm 64fa1ce8a0 properly handle IN queries 7 years ago
Sven Klemm 6793fa5e54 join multivalue variables with , 7 years ago
Sven Klemm e6501f0f0e revert special handling for IN 7 years ago
Sven Klemm 5e9a66de5f put values for IN in parens 7 years ago
Sven Klemm 958646d976 dont quote where constraints 7 years ago
Sven Klemm cdb4e2ba0b remove unused setting 7 years ago
Sven Klemm cb5278d413 handle variables in where constraints 7 years ago
Sven Klemm 1d8540ac69 properly quote where constraint parts 7 years ago
Sven Klemm 340f679d0f quote schema and table 7 years ago
Sven Klemm 83200c289a use metricColumn in query builder 7 years ago
Sven Klemm bf4a30d30f set rawSQL when rendering query builder query 7 years ago
Sven Klemm 26e09b598c fix group by column 7 years ago
Sven Klemm 7104e6f9f8 fix variable interpolation 7 years ago
Sven Klemm fd518846b1 rename field to column 7 years ago
Sven Klemm ef18eb7fcb add where constraint handling 7 years ago
Sven Klemm 4dbd83fac1 add groupby to querybuilder 8 years ago
Sven Klemm 571ecdc740 enhance render function 8 years ago
Sven Klemm 443504517a add postgres_query.ts 8 years ago
Torkel Ödegaard 27835f373e cleanup: removed unused typescript typings import 8 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
bergquist 35232a77e6 removes unused properties 8 years ago
Torkel Ödegaard 52177a45d9 influxdb: use paranthesis for influxdb queries in frontend query builder, #9131 8 years ago
Torkel Ödegaard d2a22e7b23 influxdb: fixed template variable interpolation of multi valued variables when using raw query editor mode, fixes #8165 8 years ago
Torkel Ödegaard f1276774a0 typescript: updated tslint and fixed new warnings 8 years ago
Denis Doria e71b13d9fa Improve regex detection for influxdb measurement #7276 (#7734) 8 years ago
thuck c3eb9da160 Finish query builder for LIMIT, SLIMIT and ORDER BY time #6065 8 years ago
thuck f577dd0f38 Including LIMIT, SLIMIT and ORDER BY time on influxdb #6065 8 years ago
Torkel Ödegaard 8c39cd35f0 progress on interval built in variable 9 years ago
Torkel Ödegaard dfe0f91105 feat(adhoc): adhoc filters progress 9 years ago
Torkel Ödegaard 83b9db51e3 feat(templating): great progress on adhoc filters, #6038 9 years ago
Torkel Ödegaard acbaef1907 fix(influxdb): fixed issue with backslash escaping in tag filter, fixes #5249 9 years ago
Torkel Ödegaard fe0b7533a1 fix(influxdb): quote number valued tag values, only not quote when operator is > or <, fixes #4885 9 years ago
Torkel Ödegaard 5e6485c210 feat(query editors): minor progress 9 years ago
Torkel Ödegaard 6bc898b215 fix(influxdb): fixed issue with using multi value template vars in influxdb measurement clause, fixes #4797 9 years ago
Torkel Ödegaard 4d802df040 fix(influxdb): fixed issue with using multi value template vars in influxdb measurement clause, fixes #4797 9 years ago