|
5327580939
|
refactor column function handling
|
2018-07-28 21:41:23 +02:00 |
|
|
6ca7a03975
|
consistent nameing fro group and select
|
2018-07-28 12:53:36 +02:00 |
|
|
ad26a319c5
|
refactor schema query generation
|
2018-07-27 14:02:12 +02:00 |
|
|
97f24733f5
|
remove tableschema from query builder ui
|
2018-07-27 10:58:08 +02:00 |
|
|
b3ebc86093
|
fix window function query without group by
|
2018-07-23 07:52:42 +02:00 |
|
|
e1a37cf275
|
add order by to metadata queries
|
2018-07-22 17:12:30 +02:00 |
|
|
7af9cd7dfc
|
set explicit order for rate and increase
|
2018-07-22 15:20:40 +02:00 |
|
|
84d7743939
|
fix pre gui queries shortcircuit
|
2018-07-21 10:38:34 +02:00 |
|
|
9f0b4e0aa7
|
add groupby when adding first aggregate
|
2018-07-18 13:29:47 +02:00 |
|
|
0e608a08c2
|
fix test for query generation
|
2018-07-15 22:58:25 +02:00 |
|
|
7f348f3836
|
dont run queries if target has no table set
|
2018-07-15 22:27:33 +02:00 |
|
|
43686616a0
|
add query to find metric table
|
2018-07-15 22:26:32 +02:00 |
|
|
b49d10104e
|
add popover for metric column
|
2018-07-15 19:13:19 +02:00 |
|
|
b28bf1a4f9
|
rename PostgresQueryBuilder to PostgresMetaQuery
|
2018-07-15 17:12:03 +02:00 |
|
|
070b556fd3
|
dont expand variables in rawSql
|
2018-07-15 17:02:26 +02:00 |
|
|
2fcb09b23d
|
filter datatype for groupby suggestions
|
2018-07-15 16:23:47 +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 |
|
|
d9648f1fe7
|
fix bug in query generation with metricColumn
|
2018-07-15 09:43:38 +02:00 |
|
|
fa66645b0f
|
refactor PostgresQuery
|
2018-07-15 09:36:49 +02:00 |
|
|
844beb660d
|
refactor PostgresQueryCtrl
|
2018-07-14 21:00:06 +02:00 |
|
|
d7ed706e12
|
refactor PostgresQueryCtrl and PostgresQuery
|
2018-07-14 20:28:34 +02:00 |
|
|
2dc9d4e960
|
refactor addGroupBy and removeGroupByPart
|
2018-07-14 16:46:53 +02:00 |
|
|
569a8567f9
|
use let for variable declaration
|
2018-07-14 11:32:00 +02:00 |
|
|
d0c2b19c51
|
Add templateSrv to PostgresQuery tests
|
2018-07-14 11:05:35 +02:00 |
|
|
b745fab190
|
add tests for query generation
|
2018-07-13 22:29:10 +02:00 |
|
|
17591ca29f
|
fix tests for postgres datasource
|
2018-07-13 10:15:55 +02:00 |
|
|
693efda4d5
|
send timerange with metricFindQuery
|
2018-07-13 09:31:39 +02:00 |
|
|
bf21f1bf76
|
indent generated SQL
|
2018-07-12 22:36:41 +02:00 |
|
|
a24a6624e3
|
handle counter overflow and resets in rate
|
2018-07-12 13:15:19 +02:00 |
|
|
0935526d23
|
partition by metricColumn when using increase
|
2018-07-12 10:13:21 +02:00 |
|
|
bbe7b9b908
|
add rate and increase special functions
|
2018-07-12 09:57:04 +02:00 |
|
|
2784a2df6b
|
Refactor value column SQL generation
|
2018-07-11 13:03:06 +02:00 |
|
|
9ba42f63f1
|
Refactor metric column sql generation
|
2018-07-11 12:33:37 +02:00 |
|
|
a86e77fc68
|
Refactor group by query generation
|
2018-07-11 12:20:24 +02:00 |
|
|
b9edc3c611
|
Refactor where clause generation
|
2018-07-11 11:50:02 +02:00 |
|
|
5dd236bf05
|
refactor SQL generation for value columns
|
2018-07-11 11:09:28 +02:00 |
|
|
772825ed09
|
Refactor time column sql generation
|
2018-07-11 11:00:12 +02:00 |
|
|
c5bde0ef45
|
Refactor render function on PostgresQuery
|
2018-07-11 10:50:49 +02:00 |
|
|
1d711924bc
|
Merge remote-tracking branch 'upstream/master' into postgres-query-builder
|
2018-07-11 10:21:13 +02:00 |
|
|
c8a11d597f
|
prepare sql part for special functions
|
2018-07-10 21:43:57 +02:00 |
|
|
0e610cad1b
|
set query gui as default handle old panels gracefully
|
2018-07-10 21:40:59 +02:00 |
|
|
9d5b4cb91d
|
dont throw exception for unknown types
|
2018-07-10 14:45:36 +02:00 |
|
|
e8e24f6139
|
add alias when adding group by
|
2018-07-10 11:32:23 +02:00 |
|
|
6e7161f238
|
add aggregates when adding group by
|
2018-07-10 11:14:00 +02:00 |
|
|
dc93055a10
|
add column alias when add aggregate function
|
2018-07-10 10:19:30 +02:00 |
|
|
5b5dcabd22
|
add None to metric column suggestions
|
2018-07-07 21:21:11 +02:00 |
|
|
8490ae41b6
|
handle pre query gui queries gracefully
|
2018-07-07 20:41:24 +02:00 |
|