Code

sysdb: Use a custom output format instead of pretty-printed JSON.
[sysdb.git] / t / integration /
2016-09-10 Sebastian Harlplugin: Dynamically populate timeseries information...
2016-09-10 Sebastian HarlLet the JSON formatter include a metric's data_names.
2016-09-07 Sebastian Harlt/integration/mock_timeseries: Switch to the new timese...
2016-09-04 Sebastian HarlStore a separate last_update timestamp for metric stores.
2015-08-24 Sebastian Harlt/integration/store.sh: Add integration tests for the...
2015-08-09 Sebastian Harlstore::memory: Add a plugin providing an in-memory...
2015-05-21 Sebastian HarlReplaced sdb_store_<type> with sdb_plugin_store_<type>.
2015-04-11 Sebastian Harlbuild system: Fix VPATH (out-of-tree) builds.
2015-03-07 Sebastian Harlquery language: Change iterator syntax to ANY/ALL ...
2015-03-01 Sebastian Harlt/integration: Split query.sh into multiple tests.
2015-03-01 Sebastian Harlintegration/query.sh: Check that empty commands work...
2015-02-27 Sebastian Harlanalyzer: Check types of comparison operands.
2015-02-27 Sebastian HarlMerged branch 'master' of git://github.com/sysdb/sysdb...
2015-02-25 Sebastian Harlintegration/query.sh: Test FETCH with FILTER.
2015-02-25 Sebastian Harlintegration/test_lib.sh: Store the CA serial in $TESTDIR.
2015-02-01 Sebastian Harlt/integration/: Added simple SSL tests.
2015-01-17 Sebastian Harlintegration: Use store::network in the query tests.
2015-01-17 Sebastian Harlintegration: Split off mock_timeseries from mock_plugin.
2015-01-16 Sebastian Harlintegration/config.sh: Add a test to load and reload...
2015-01-16 Sebastian Harlt/integration: Add a simple time-series fetcher test.
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-11 Sebastian Harlsysdb: Use sdb_log() instead of printf().
2014-12-09 Sebastian Harlfrontend: Get the username of the remote peer from...
2014-11-06 Sebastian Harlfrontend/grammar: Drop support for the special 'host...
2014-11-03 Sebastian Harlfrontend: Let FETCH apply filters to the host as well.
2014-10-25 Sebastian Harlfrontend/grammar: Access fields by their name rather...
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-21 Sebastian Harlt/: Let tests use '<expr> IN .backend'.
2014-10-17 Sebastian Harlfrontend/grammar: Use strings to access attribute value...
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-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: Fixed lookup by back-end name.
2014-09-30 Sebastian HarlWhen querying services/metrics skip hosts without such...
2014-09-30 Sebastian Harlfrontend/grammar: Added support for LISTing services...
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 Harlstore: Store "data-store" information alongside metrics.
2014-08-03 Sebastian Harlintegration tests: Added simple tests for service and...
2014-08-02 Sebastian Harlfrontend/grammar: Changes ‘FETCH 'name'’ to ‘FETCH...
2014-08-02 Sebastian Harlfrontend/grammar: Changed ‘LIST …’ to ‘LIST hosts …’.
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-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 Harltest_lib.sh: Let integration tests use valgrind.suppres...
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-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-28 Sebastian Harlplugin: The replaced SDB_PLUGIN_INFO_NAME with the...
2014-06-28 Sebastian Harlplugin: Automatically prepend callback names with the...
2014-06-27 Sebastian Harlcore: Automatically determine config callback names.
2014-05-09 Sebastian HarlMake libsysdb and libsysdbclient private libraries...
2014-05-02 Sebastian Harlintegration/test_lib: Manage the sysdbd PID centrally.
2014-05-02 Sebastian Harlintegration tests: Use LD_PRELOAD only when running...
2014-05-01 Sebastian Harlintegration/test_lib: Pass -U mockuser to sysdb.
2014-05-01 Sebastian Harlintegration tests: Use LD_PRELOAD instead of chrpath.
2014-05-01 Sebastian Harlintegration/simple_query: More explicitly document...
2014-05-01 Sebastian Harlintegration/simple_query: Added more types of simple...
2014-05-01 Sebastian Harlsysdb: When handling a reply, base further actions...
2014-04-30 Sebastian Harlintegration/simple_query.sh: Test a failing command.
2014-04-30 Sebastian Harlintegration/simple_query.sh: Added some more simple...
2014-04-30 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-30 Sebastian Harlintegration/test_lib.sh: Copy binaries from $TOP_SRCDIR.
2014-04-30 Sebastian Harlintegration tests: Run all invocations through valgrind...
2014-04-30 Sebastian Harlsimple_query.sh: Store output in a variable before...
2014-04-30 Sebastian Harlintegration tests: Kill the right process when shutting...
2014-04-28 Sebastian Harlt/integration/: Added variables for sysdbd/sysdb/sysdb...
2014-04-28 Sebastian Harlt/integration/simple_query: Added test doing a simple...
2014-04-28 Sebastian Harlt/integration/mock_plugin: Added plugin for integration...
2014-04-28 Sebastian Harlt/integration: Added simple framework for integration...