Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / t / unit / core / store_json_test.c
2016-09-07 Sebastian Harlt/unit/core/timeseries_test: Add minimalistic test...
2015-10-13 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
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-09-30 Sebastian Harlstore: Use the JSON writer when querying the in-memory...
2015-09-28 Sebastian Harlstore_json: Moved special casing of parent objects...
2015-09-16 Sebastian Harlplugin, store: Add service/metric "hostname" attributes...
2015-08-07 Sebastian Harlstore: All store functions now accept a store object.
2015-05-27 Sebastian Harlstore: Let sdb_store_json_formatter_t inherit from...
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 Harldata: Use a predefined format for sdb_strftime().
2015-05-20 Sebastian Harlt/: Use ck_assert() instead of assert() in all tests.
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-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-11-22 Sebastian Harlstore: Include in metric JSON whether access to time...
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.