Code

parser: Add support for metric timeseries fields.
[sysdb.git] / t / unit / core /
2015-05-20 Sebastian Harlparser: Add support for metric timeseries fields.
2015-05-19 Sebastian Harlparser: Add support for <expr> IS [NOT] TRUE / FALSE...
2015-05-19 Sebastian Harlstore: Drop the special IS-NOT-NULL matcher.
2015-05-19 Sebastian Harldata: Add basic support for a boolean type.
2015-05-19 Sebastian Harlstore: Add sdb_store_query_prepare_matcher().
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
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-15 Sebastian Harlstore: Added field type VALUE for attribute values.
2015-03-15 Sebastian Harlstore: Test get_field() more extensively and fix a...
2015-03-11 Sebastian HarlAdd tests for expression iterators.
2015-03-08 Sebastian HarlLet iterator operators fill in the left operand of...
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-07 Sebastian Harldata: Return the number of bytes that would have been...
2015-02-28 Sebastian Harlt/unit/: Create one test binary for each *_test.c file.
2015-02-27 Sebastian Harlcore/time_test: Converted to "loop" tests.
2015-02-27 Sebastian Harlcore/store*_test.c: Converted most tests to "loop"...
2015-01-17 Sebastian Harlstore: Don't report an error in scan() if the store...
2015-01-02 Sebastian Harldata: Let sdb_data_parse() accept a const string and...
2015-01-02 Sebastian Harldata: Let sdb_data_cmp() support all array types.
2014-12-02 Sebastian Harlanalyzer: Analyze expressions as well; validate typed...
2014-11-22 Sebastian Harlstore: Include in metric JSON whether access to time...
2014-11-12 Sebastian Harldata: Let concat support empty arrays; add various...
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-12 Sebastian Harldata: Let inarray() support <array> IN <array> checks.
2014-11-10 Sebastian Harldata: Support array + element concatenation.
2014-11-10 Sebastian Harldata: Let strlen() and format() support string/decimal...
2014-11-09 Sebastian Harlstore: Let NREGEX (!~) not match on NULL values.
2014-11-09 Sebastian Harldata: Don't treat empty arrays (value = NULL) as NULL.
2014-11-08 Sebastian Harldata: Added sdb_data_array_get().
2014-11-06 Sebastian Harlfrontend/grammar: Drop support for the special 'host...
2014-11-05 Sebastian Harlfrontend: Improved parser error reporting.
2014-11-03 Sebastian Harlstore: Added sdb_store_get_child().
2014-11-03 Sebastian Harlstore: Removed now unused tojson functions.
2014-11-02 Sebastian Harlstore: Let JSON formatter know about the to-be-formatte...
2014-11-02 Sebastian Harlstore: Let the JSON formatter know about arrays at...
2014-11-02 Sebastian Harlt/: Added tests for json_formatter-based JSON generation.
2014-10-31 Sebastian Harlstore_lookup_test: Ensure that filters are applied...
2014-10-30 Sebastian Harlstore: Let sdb_store_scan() pass on filters to callback...
2014-10-28 Sebastian Harlstore: Let sdb_store_scan() support other object types...
2014-10-28 Sebastian Harlstore: Merged sdb_store_iterate() into sdb_store_scan().
2014-10-25 Sebastian Harlfrontend/grammar: Added support for 'ALL <obj> <cmp...
2014-10-25 Sebastian Harlstore: Don't special case negated matchers in the ANY...
2014-10-25 Sebastian Harlfrontend/grammar: Changed '<obj> <cmp> <expr>' to ...
2014-10-25 Sebastian Harlstore: Renamed child-matcher to any-matcher.
2014-10-24 Sebastian Harldata_test: Test various unsupported expressions.
2014-10-24 Sebastian Harlstore: During lookup use strcmp() only for unknown...
2014-10-24 Sebastian Harldata: Added sdb_data_expr_type().
2014-10-23 Sebastian Harlstore: Removed now unused name-matcher and sdb_store_ma...
2014-10-23 Sebastian Harlt/: Converted name matcher tests to new style matchers.
2014-10-23 Sebastian Harlstore: Removed unused old sdb_store_attr_matcher().
2014-10-22 Sebastian Harlstore: Renamed sdb_store_cmp_XX to sdb_store_XX_matcher.
2014-10-22 Sebastian Harlstore: Removed now unused support for attribute matcher...
2014-10-22 Sebastian Harlt/: Use expression-based matchers for attribute compari...
2014-10-22 Sebastian Harlstore: Removed sdb_store_matcher_parse_field_cmp()...
2014-10-22 Sebastian Harlt/: Use the new expression-based matchers for various...
2014-10-21 Sebastian Harldata: Format NULL as NULL and never quote it.
2014-10-21 Sebastian Harlstore: Let NULL values never match a regex.
2014-10-21 Sebastian Harlstore: Removed sdb_store_matcher_tostring().
2014-10-21 Sebastian Harlfrontend/grammar: Unified field and attribute value...
2014-10-21 Sebastian Harldata: Added sdb_data_inarray().
2014-10-20 Sebastian Harlstore: Added support for querying the BACKEND field.
2014-10-20 Sebastian Harldata: Added support for comparing integer, decimal...
2014-10-20 Sebastian Harldata_test: Use int64_t instead of int for integer array...
2014-10-20 Sebastian Harldata: Added basic support for arrays.
2014-10-19 Sebastian Harldata_test: Removed unnecessary and possibly misleading...
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-13 Sebastian Harlstore: sdb_store_get_field: Make result parameter optional.
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 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-19 Sebastian Harlstore: Don't wrap JSON serialized LIST replies in a...
2014-08-16 Sebastian Harlstore: Store "data-store" information alongside metrics.
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-01 Sebastian Harldata: Support some arithmetic expressions on mismatchin...
2014-07-31 Sebastian Harlstore: Added sdb_store_get_field().
2014-07-30 Sebastian Harlstore, frontend: Parse object field matchers.
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.
next