prometheus/promql
Fabian Reinartz 690b5f1575 Remove multi-statement queries
This commit removes the possibility to have multi-statement queries
which had no full support anyway. This makes the caller responsible
for multi-statement semantics.
Multiple tests are no longer timing-dependent.
2015-08-10 14:26:20 +02:00
..
testdata promql: Add support for predict_linear(my_timeseries[1h], 7200) 2015-08-05 15:16:49 +01:00
analyzer.go Merge pull request #810 from prometheus/fabxc/lmatch 2015-06-22 15:45:50 +02:00
ast.go Merge pull request #843 from prometheus/fabxc/runbook 2015-06-25 14:07:45 +02:00
engine.go Remove multi-statement queries 2015-08-10 14:26:20 +02:00
engine_test.go Remove multi-statement queries 2015-08-10 14:26:20 +02:00
functions.go promql: Add support for predict_linear(my_timeseries[1h], 7200) 2015-08-05 15:16:49 +01:00
lex.go Fix lexer bug treating non-Latin Unicode digits as digits. 2015-07-29 02:11:13 +02:00
lex_test.go Fix lexer bug treating non-Latin Unicode digits as digits. 2015-07-29 02:11:13 +02:00
parse.go Implement unary expression for vector types. 2015-08-04 15:46:36 +02:00
parse_test.go Implement unary expression for vector types. 2015-08-04 15:46:36 +02:00
printer.go Deprecate `keeping_extra`, rename it to `keep_common`. 2015-06-12 14:21:05 +02:00
printer_test.go Deprecate `keeping_extra`, rename it to `keep_common`. 2015-06-12 14:21:05 +02:00
promql_test.go Migrate matrix tests, remove old test files. 2015-05-18 17:50:12 +02:00
quantile.go Add increase() function, to replace delta(..., 1). 2015-05-26 22:49:21 +01:00
test.go promql: Test errors aren't always ParseErr 2015-08-02 23:26:21 +01:00