Code

Handle last_update/interval in the core rather than in memstore.
[sysdb.git] / t / unit / core / store_lookup_test.c
2015-10-13 Sebastian HarlHandle last_update/interval in the core rather than...
2015-10-07 Sebastian HarlSplit the memstore module from the store module.
2015-10-07 Sebastian HarlRenamed in-memory store types and functions to sdb_mems...
2015-08-31 Sebastian Harlparser: Require a context for each parser operation.
2015-08-07 Sebastian Harlstore: All store functions now accept a store object.
2015-05-21 Sebastian HarlReplaced sdb_store_<type> with sdb_plugin_store_<type>.
2015-05-21 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-21 Sebastian Harlstore: Make the actual store a separate object.
2015-05-20 Sebastian Harlt/: Use ck_assert() instead of assert() in all tests.
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 Harlstore: Add sdb_store_query_prepare_matcher().
2015-03-15 Sebastian Harlquery language: Add support for attribute.value access.
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-02-28 Sebastian Harlt/unit/: Create one test binary for each *_test.c file.
2015-02-27 Sebastian Harlcore/store*_test.c: Converted most tests to "loop"...
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-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-06 Sebastian Harlfrontend/grammar: Drop support for the special 'host...
2014-11-05 Sebastian Harlfrontend: Improved parser error reporting.
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-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 Harlstore: During lookup use strcmp() only for unknown...
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 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-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-07 Sebastian Harlstore: Added quaryable field ‘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 Harlstore_lookup: Fixed lookup by back-end name.
2014-10-05 Sebastian Harlstore_lookup: Fixed parsing of invalid compare expressions.
2014-08-16 Sebastian Harlstore: Store "data-store" information alongside metrics.
2014-08-03 Sebastian Harlstore_lookup_test: Added various tests for metrics.
2014-07-30 Sebastian Harlstore, frontend: Parse object field matchers.
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 HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
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 Harlstore_lookup_test: Added some tests for attribute.FOO...
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-27 Sebastian Harlstore_lookup: Use more specific types where appropriate.
2014-06-27 Sebastian Harlstore: Renamed store_base to store_obj.
2014-06-23 Sebastian Harlstore/frontend: Added support for integer and float...
2014-06-23 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-23 Sebastian Harlstore_lookup: Pass a data-object to parse_cmp().
2014-06-23 Sebastian Harlstore_lookup: Added support for <, <=, >=, > when compa...
2014-06-23 Sebastian Harlstore_lookup: Don't accept invalid object types in...
2014-06-23 Sebastian Harlstore_lookup_test: Fixed a memory leak.
2014-06-23 Sebastian Harlstore_lookup: Introduce conditional based attribute...
2014-06-22 Sebastian Harlstore_lookup_test: Verify that NULL is not a valid...
2014-06-22 Sebastian Harlstore: Don't allow name to be NULL when matching attrib...
2014-06-19 Sebastian Harlstore_lookup: Removed the (now unused) host matcher.
2014-06-19 Sebastian Harlstore_lookup: Made the attribute matcher a "standalone...
2014-06-19 Sebastian Harlstore_lookup: Removed the (now unused) service matcher.
2014-06-19 Sebastian Harlstore_lookup: Let parse_cmp() use the new name matcher.
2014-06-19 Sebastian Harlstore_lookup: Added a matcher matching by object name.
2014-04-26 Sebastian HarlMoved unit tests into t/unit/ subdirectory.