c863676b65
Postgres: Fix aggregate dropdown when TimescaleDB is enabled ( #45993 )
...
* add timescaleDB checker function
* use existing fn findAggregateIndex
* build options from empty list
* refactor fn and handle state for existing elem
* remove newline
2022-03-03 09:29:37 +01:00
d07fa0ce5e
AngularJS: Move angular stuff into app/angular ( #41415 )
...
* Moving more angular parts
* Moving more angular stuff
* Moving components
* Move more things
2021-11-08 18:41:04 +01:00
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
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
265d5daf57
Merge branch 'master' into postgres-query-builder
2018-08-31 19:02:46 +02:00
13d0fa4b9a
add previous fill mode to query builder
2018-08-08 12:23:41 +02:00
dabfd88cd9
add moving average to query builder
2018-08-03 07:44:36 +02:00
412bb6acab
refactor function handling in query builder
2018-07-29 13:31:50 +02:00
5327580939
refactor column function handling
2018-07-28 21:41:23 +02:00
6e824e81bf
fix rate special function when using group by
2018-07-15 15:14:12 +02:00
c3c20ef2e2
remove unused import
2018-07-15 12:52:00 +02:00
f85c9c012e
refactor adding sqlPart
2018-07-15 12:26:22 +02:00
f48060a1bb
remove render code from sql_part
2018-07-15 09:53:22 +02:00
c8a11d597f
prepare sql part for special functions
2018-07-10 21:43:57 +02:00
9d5b4cb91d
dont throw exception for unknown types
2018-07-10 14:45:36 +02:00
dc93055a10
add column alias when add aggregate function
2018-07-10 10:19:30 +02:00
7600c6efcb
remove hardcoded $__timeFilter, make macros functional in where clause
2018-07-06 10:38:52 +02:00
d8c7756489
dont autoquote, suggest quoted values if requried
2018-07-05 21:36:39 +02:00
9847c2186f
mv query_part to sql_part
2018-07-04 11:39:58 +02:00