Code

data_test: Removed unnecessary and possibly misleading checks.
[sysdb.git] / t /
2014-10-19 Sebastian Harldata_test: Removed unnecessary and possibly misleading...
2014-10-19 Sebastian Harlfrontend/grammar: Fixed parsing of 'attribute[<string>]'.
2014-10-19 Sebastian Harldata: Added explicit NULL values.
2014-10-19 Sebastian Harldata: Let CONCAT return NULL if any of its operands...
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-13 Sebastian Harlstore: sdb_store_get_field: Make result parameter optional.
2014-10-10 Sebastian Harlt/cibuild.sh: Use 'make -j10' to run tests in parallel.
2014-10-10 Sebastian Harlintegration tests: Split simple_query into query, match...
2014-10-10 Sebastian Harlintegration tests: Make sure test_lib always knows...
2014-10-09 Sebastian Harlfrontend/parser: Added support for string concatenation.
2014-10-08 Sebastian Harldata: Added sdb_data_parse_op().
2014-10-07 Sebastian Harlstore: Added quaryable field ‘name’.
2014-10-07 Sebastian Harldata: Added support for a "regex" data-type.
2014-10-07 Sebastian Harldata_test: Fixed name/order of the cmp() and strcmp...
2014-10-07 Sebastian Harldata_test: Fixed a typo.
2014-10-07 Sebastian Harldata: Fixed copying of NULL data.
2014-10-06 Sebastian Harlt/valgrind.suppress: Use a pattern for the full name...
2014-10-06 Sebastian Harlfrontend/grammar: Use '.' instead of ':' to access...
2014-10-06 Sebastian Harlfrontend/grammar: Access attribute values using attribu...
2014-10-05 Sebastian Harlstore_lookup: Compare attribute string values on type...
2014-10-05 Sebastian Harldata: Added sdb_data_strcmp().
2014-10-05 Sebastian Harldata: Use %g format when formatting decimal numbers.
2014-10-05 Sebastian Harldata: Format NULL values as "<NULL>".
2014-10-05 Sebastian Harlstore_lookup: Fixed lookup by back-end name.
2014-10-05 Sebastian Harlstore_lookup: Fixed parsing of invalid compare expressions.
2014-10-05 Sebastian Harlobject: Assert that object's are not free'd multiple...
2014-09-30 Sebastian HarlWhen querying services/metrics skip hosts without such...
2014-09-30 Sebastian Harlfrontend/grammar: Added support for LISTing services...
2014-09-19 Sebastian Harlstore: Don't wrap JSON serialized LIST replies in a...
2014-09-17 Sebastian Harlutils strbuf: Added 'min_size' to be considered when...
2014-08-23 Sebastian Harlfrontend: Added support for single quotes in string...
2014-08-22 Sebastian HarlAdded __attribute__((format(printf, ...))) where approp...
2014-08-16 Sebastian Harlintegration/simple_query.sh: Test another failure mode.
2014-08-16 Sebastian Harlfrontend: Let CONNECTION_QUERY support 'TIMESERIES...
2014-08-16 Sebastian Harlfrontend/parser: Added support for the 'TIMESERIES...
2014-08-16 Sebastian Harlstore: Store "data-store" information alongside metrics.
2014-08-03 Sebastian Harlintegration tests: Added simple tests for service and...
2014-08-03 Sebastian Harlstore_lookup_test: Added various tests for metrics.
2014-08-02 Sebastian Harlstore: Added support for storing metric objects.
2014-08-02 Sebastian Harlstore: Added core support for “metrics” objects.
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-08-01 Sebastian Harldata: Support some arithmetic expressions on mismatchin...
2014-07-31 Sebastian Harlfrontend/grammar: Added support for field names in...
2014-07-31 Sebastian Harlstore: Added sdb_store_get_field().
2014-07-30 Sebastian Harlfrontend: Added 'FILTER' support to the 'LOOKUP' command.
2014-07-30 Sebastian Harlt/integration: Execute test scripts using 'set -x'.
2014-07-30 Sebastian Harlstore, frontend: Parse object field matchers.
2014-07-30 Sebastian Harlfrontend/parser: Added support for time interval values.
2014-07-30 Sebastian Harltime: Added sdb_strpunit() to parse a time unit.
2014-07-30 Sebastian Harltime: Renamed PRIscTIME to PRIsdbTIME.
2014-07-29 Sebastian Harlstore: Fixed JSON serialization when skipping hosts...
2014-07-29 Sebastian Harlstore: Let JSON serializers support (object) filters.
2014-07-29 Sebastian Harlstore_lookup: Added conditional for accessing store...
2014-07-28 Sebastian Harlstore: Make matchers more generic and applicable to...
2014-07-28 Sebastian Harlstore: Introduced the concept of query filters.
2014-07-28 Sebastian Harlstore, frontend: Let lookups support arbitrary expressi...
2014-07-28 Sebastian Harlstore_lookup: Catch invalid values when parsing a matcher.
2014-07-27 Sebastian Harlfrontend: Added a parser for arithmetic expressions.
2014-07-27 Sebastian Harldata: Added sdb_data_expr_eval().
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-27 Sebastian Harlstore, frontend: Renamed sdb_store_lookup() to sdb_stor...
2014-07-21 Sebastian Harlstore, frontend: Switch from <obj>.name to <obj>.
2014-07-21 Sebastian Harlstore_lookup: Don't allow 'IS <non-NULL>'.
2014-07-20 Sebastian Harlvalgrind.suppress: Added a leak inside libnss as seen...
2014-07-20 Sebastian Harltest_lib.sh: Let integration tests use valgrind.suppres...
2014-07-20 Sebastian Harlstore_lookup_test: Added some tests for attribute.FOO...
2014-07-20 Sebastian Harlstore, frontend: Added support for matching NULL attrib...
2014-07-19 Sebastian Harlt/integration/simple_config.sh: Test some more invalid...
2014-07-19 Sebastian Harlt/integration/simple_config.sh: Test reconfiguration.
2014-07-19 Sebastian Harlt/integration/simple_config.sh: Run the tools using...
2014-07-19 Sebastian Harlt/integration/simple_query.sh: Pass in queries through...
2014-07-19 Sebastian Harlt/coverage.sh: Output the content of t/test-suite.log...
2014-07-19 Sebastian Harlt/testwrapper: Let valgrind generate suppressions for...
2014-07-19 Sebastian Harlt/valgrind.suppress: Updated existing suppression for...
2014-07-19 Sebastian Harlt/: Include testwrapper.sh in the distribution tarball.
2014-07-19 Sebastian Harlt/valgrind.suppress: Suppress another error in check.
2014-07-19 Sebastian Harlt/cibuild.sh: Still use TESTS_ENVIRONMENT="./testwrappe...
2014-07-18 Sebastian Harlt/: Always use testwrapper.sh for running tests.
2014-07-11 Sebastian Harldata_test: Fixed access to uninitialized memory.
2014-07-11 Sebastian Harlavltree: Always compare objects by name.
2014-07-09 Sebastian Harlavltree: Added sdb_avltree_lookup().
2014-07-09 Sebastian Harlobject: Added SDB_OBJECT_STATIC.
2014-07-09 Sebastian Harlavltree: Added helper function sdb_avltree_valid().
2014-07-08 Sebastian Harlavltree_test: Degenerate (unbalanced) test-tree even...
2014-07-08 Sebastian Harlcoverage.sh: Ignore *.y / *.l files.
2014-07-08 Sebastian Harlavltree_test: Test duplicate detection and clear()...
2014-07-08 Sebastian Harlutils avltree: Started implementation of an AVL tree.
2014-07-04 Sebastian Harlunixsock, data: Moved sdb_unixsock_parse_cell() to...
2014-07-04 Sebastian Harlstore: Include service attributes in JSON output.
2014-07-04 Sebastian Harlstore: Don't overwrite attribute values if the new...
2014-07-04 Sebastian Harlstore: Introduced service attributes.
2014-07-04 Sebastian Harlstore: Consider objects too old if the new timestamp...
next