Tobias Skarhed
|
4e27ba9646
|
noImplicitAny: Sub 3000 errors (#17821)
* noImplicitAny Stackdriver
* Sub 3000 noImplicitAny
* Update error count limit
* Add DataQueryRequest type
|
2019-07-01 11:11:57 +02:00 |
|
Sven Klemm
|
f608340c35
|
Add delta window function to postgres query builder
Unlike the increase function delta doesn't check for resets
and can go negative. This is similar to the prometheus delta
function.
|
2018-10-31 19:26:18 +01:00 |
|
Sven Klemm
|
265d5daf57
|
Merge branch 'master' into postgres-query-builder
|
2018-08-31 19:02:46 +02:00 |
|
Sven Klemm
|
13d0fa4b9a
|
add previous fill mode to query builder
|
2018-08-08 12:23:41 +02:00 |
|
Sven Klemm
|
dabfd88cd9
|
add moving average to query builder
|
2018-08-03 07:44:36 +02:00 |
|
Sven Klemm
|
412bb6acab
|
refactor function handling in query builder
|
2018-07-29 13:31:50 +02:00 |
|
Sven Klemm
|
5327580939
|
refactor column function handling
|
2018-07-28 21:41:23 +02:00 |
|
Sven Klemm
|
6e824e81bf
|
fix rate special function when using group by
|
2018-07-15 15:14:12 +02:00 |
|
Sven Klemm
|
c3c20ef2e2
|
remove unused import
|
2018-07-15 12:52:00 +02:00 |
|
Sven Klemm
|
f85c9c012e
|
refactor adding sqlPart
|
2018-07-15 12:26:22 +02:00 |
|
Sven Klemm
|
f48060a1bb
|
remove render code from sql_part
|
2018-07-15 09:53:22 +02:00 |
|
Sven Klemm
|
c8a11d597f
|
prepare sql part for special functions
|
2018-07-10 21:43:57 +02:00 |
|
Sven Klemm
|
9d5b4cb91d
|
dont throw exception for unknown types
|
2018-07-10 14:45:36 +02:00 |
|
Sven Klemm
|
dc93055a10
|
add column alias when add aggregate function
|
2018-07-10 10:19:30 +02:00 |
|
Sven Klemm
|
7600c6efcb
|
remove hardcoded $__timeFilter, make macros functional in where clause
|
2018-07-06 10:38:52 +02:00 |
|
Sven Klemm
|
d8c7756489
|
dont autoquote, suggest quoted values if requried
|
2018-07-05 21:36:39 +02:00 |
|
Sven Klemm
|
9847c2186f
|
mv query_part to sql_part
|
2018-07-04 11:39:58 +02:00 |
|