Code

parser: Add support for metric timeseries fields.
[sysdb.git] / t / unit / frontend /
2015-05-19 Sebastian Harldata: Add basic support for a boolean type.
2015-05-19 Sebastian HarlDrop the old frontend parser.
2015-05-19 Sebastian Harlstore: Add sdb_store_query_prepare_matcher().
2015-05-18 Sebastian Harlfrontend: Drop sdb_fe_store_* in favor of sdb_store_que...
2015-05-18 Sebastian Harlfrontend/query_test: Add tests for the lower level...
2015-05-17 Sebastian Harlstore, frontend: Add sdb_store_query_execute use it...
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-15 Sebastian Harlfrontend/query_test: Test various QUERY functions.
2015-05-14 Sebastian Harlstore: Store a service/metric's parent hostname as...
2015-03-15 Sebastian Harlquery language: Add support for attribute.value access.
2015-03-08 Sebastian HarlLet the first operand of ANY/ALL iterators be an expres...
2015-03-07 Sebastian Harlquery language: Change iterator syntax to ANY/ALL ...
2015-03-01 Sebastian Harlparser_test: Test further error cases and error propaga...
2015-03-01 Sebastian HarlAdd support for the 'NOT IN' operator.
2015-03-01 Sebastian Harlparser_test: Test various array expressions.
2015-02-28 Sebastian Harlt/unit/: Create one test binary for each *_test.c file.
2015-02-27 Sebastian Harlfrontend/parser_test: Convert to "loop" tests.
2015-02-27 Sebastian Harlfrontend/query_test.c: Added unit tests for the FETCH...
2015-02-27 Sebastian Harlparser_test: Add testcases covering operand type checks.
2015-02-01 Sebastian Harlparser_test: Added various tests for STORE commands.
2015-02-01 Sebastian Harlfrontend: Support custom SSL options for each listener.
2015-01-16 Sebastian Harlconnection_test: Updated according to latest changes.
2015-01-10 Sebastian Harlfrontend: Make connection I/O handling more flexible.
2014-12-15 Sebastian HarlMoved sdb_proto_send/sdb_proto_select to sdb_write...
2014-12-15 Sebastian Harlconnection: Let sdb_connection_close not deallocate...
2014-12-15 Sebastian Harlconnection: Renamed sdb_connection_read to sdb_connecti...
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-09 Sebastian Harlfrontend: Get the username of the remote peer from...
2014-12-02 Sebastian Harlanalyzer: Analyze expressions as well; validate typed...
2014-11-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-11-12 Sebastian Harlfrontend: Added support for array constants.
2014-11-11 Sebastian HarlRenamed CONNECTION_* constants to SDB_CONNECTION_*.
2014-11-09 Sebastian Harlparser_test: Added various ANY/ALL iterator tests;...
2014-11-06 Sebastian Harlfrontend/grammar: Drop support for the special 'host...
2014-11-05 Sebastian Harlfrontend/grammar: Let LOOKUP support all object types.
2014-11-05 Sebastian Harlfrontend: Improved parser error reporting.
2014-11-04 Sebastian Harlfrontend/grammar: Added support for FETCHing all object...
2014-11-04 Sebastian Harlparser_test: Fixed semantically invalid filter statements.
2014-10-25 Sebastian Harlfrontend/grammar: Access fields by their name rather...
2014-10-25 Sebastian Harlfrontend/grammar: Changed '<obj> <cmp> <expr>' to ...
2014-10-25 Sebastian Harlstore: Renamed child-matcher to any-matcher.
2014-10-23 Sebastian Harlstore: Removed now unused name-matcher and sdb_store_ma...
2014-10-23 Sebastian Harlfrontend/grammar: Implement '<obj> <op> <expr>' using...
2014-10-22 Sebastian Harlstore: Renamed sdb_store_cmp_XX to sdb_store_XX_matcher.
2014-10-22 Sebastian Harlstore: Removed sdb_store_matcher_parse_field_cmp()...
2014-10-21 Sebastian Harlfrontend/grammar: Unified field and attribute value...
2014-10-21 Sebastian Harlt/: Let tests use '<expr> IN .backend'.
2014-10-19 Sebastian Harlfrontend/grammar: Fixed parsing of 'attribute[<string>]'.
2014-10-17 Sebastian Harlfrontend/grammar: Use strings to access attribute value...
2014-10-17 Sebastian Harlstore, frontend: Make IS (NOT) NULL an unary operator...
2014-10-17 Sebastian Harlparser_test: Added various arithmetic expressions to...
2014-10-17 Sebastian HarlAdded tests for sdb_fe_parse_expr() and fixed the imple...
2014-10-09 Sebastian Harlfrontend/parser: Added support for string concatenation.
2014-10-06 Sebastian Harlfrontend/grammar: Use '.' instead of ':' to access...
2014-10-06 Sebastian Harlfrontend/grammar: Access attribute values using attribu...
2014-09-30 Sebastian Harlfrontend/grammar: Added support for LISTing services...
2014-08-23 Sebastian Harlfrontend: Added support for single quotes in string...
2014-08-16 Sebastian Harlfrontend/parser: Added support for the 'TIMESERIES...
2014-08-02 Sebastian Harlfrontend/grammar: Changes ‘FETCH 'name'’ to ‘FETCH...
2014-08-02 Sebastian Harlfrontend/grammar: Changed ‘LIST …’ to ‘LIST hosts …’.
2014-08-02 Sebastian Harlfrontend/parser: Let ‘LIST’ and ‘FETCH’ accept optional...
2014-08-02 Sebastian Harlfrontend/parser: Simplified handling of MATCHING and...
2014-08-01 Sebastian Harlunit tests: Fixed some -Werror=unused-result compiler...
2014-07-31 Sebastian Harlfrontend/grammar: Added support for field names in...
2014-07-30 Sebastian Harlfrontend: Added 'FILTER' support to the 'LOOKUP' command.
2014-07-30 Sebastian Harlfrontend/parser: Added support for time interval values.
2014-07-27 Sebastian Harlfrontend: Added a parser for arithmetic expressions.
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-27 Sebastian HarlQuery language: Changed 'LOOKUP .. WHERE' to 'LOOKUP...
2014-07-21 Sebastian Harlstore, frontend: Switch from <obj>.name to <obj>.
2014-07-20 Sebastian Harlstore, frontend: Added support for matching NULL attrib...
2014-06-30 Sebastian Harlconnection_test: Use mkstemp() instead of tmpnam().
2014-06-30 Sebastian Harlsock_test: Use mkstemp() instead of tmpnam().
2014-06-23 Sebastian Harlstore/frontend: Added support for integer and float...
2014-06-19 Sebastian Harlstore_lookup: Let parse_cmp() use the new name matcher.
2014-05-14 Sebastian Harlconnection_test: Free username strings stored in mock...
2014-05-14 Sebastian Harlfrontend: Handle missing authentication early.
2014-05-14 Sebastian Harlfrontend: Fix invalid command handling when receiving...
2014-05-13 Sebastian Harlfrontend: Treat CONNECTION_IDLE as an invalid command.
2014-04-26 Sebastian HarlMoved unit tests into t/unit/ subdirectory.