tokkee.org
Code
projects
/
sysdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Drop sdb_store_get_host() from tests.
[sysdb.git]
/
t
/
2014-11-09
Sebastian Harl
parser_test: Added various ANY/ALL iterator tests;...
tree
|
commitdiff
2014-11-09
Sebastian Harl
data: Don't treat empty arrays (value = NULL) as NULL.
tree
|
commitdiff
2014-11-08
Sebastian Harl
data: Added sdb_data_array_get().
tree
|
commitdiff
2014-11-06
Sebastian Harl
frontend/grammar: Drop support for the special 'host...
tree
|
commitdiff
2014-11-05
Sebastian Harl
frontend/grammar: Let LOOKUP support all object types.
tree
|
commitdiff
2014-11-05
Sebastian Harl
frontend: Improved parser error reporting.
tree
|
commitdiff
2014-11-04
Sebastian Harl
frontend/grammar: Added support for FETCHing all object...
tree
|
commitdiff
2014-11-04
Sebastian Harl
parser_test: Fixed semantically invalid filter statements.
tree
|
commitdiff
2014-11-03
Sebastian Harl
store: Added sdb_store_get_child().
tree
|
commitdiff
2014-11-03
Sebastian Harl
store: Removed now unused tojson functions.
tree
|
commitdiff
2014-11-03
Sebastian Harl
frontend: Let FETCH apply filters to the host as well.
tree
|
commitdiff
2014-11-02
Sebastian Harl
store: Let JSON formatter know about the to-be-formatte...
tree
|
commitdiff
2014-11-02
Sebastian Harl
store: Let the JSON formatter know about arrays at...
tree
|
commitdiff
2014-11-02
Sebastian Harl
t/: Added tests for json_formatter-based JSON generation.
tree
|
commitdiff
2014-10-31
Sebastian Harl
store_lookup_test: Ensure that filters are applied...
tree
|
commitdiff
2014-10-30
Sebastian Harl
store: Let sdb_store_scan() pass on filters to callback...
tree
|
commitdiff
2014-10-28
Sebastian Harl
store: Let sdb_store_scan() support other object types...
tree
|
commitdiff
2014-10-28
Sebastian Harl
store: Merged sdb_store_iterate() into sdb_store_scan().
tree
|
commitdiff
2014-10-25
Sebastian Harl
frontend/grammar: Access fields by their name rather...
tree
|
commitdiff
2014-10-25
Sebastian Harl
frontend/grammar: Added support for 'ALL <obj> <cmp...
tree
|
commitdiff
2014-10-25
Sebastian Harl
store: Don't special case negated matchers in the ANY...
tree
|
commitdiff
2014-10-25
Sebastian Harl
frontend/grammar: Changed '<obj> <cmp> <expr>' to ...
tree
|
commitdiff
2014-10-25
Sebastian Harl
store: Renamed child-matcher to any-matcher.
tree
|
commitdiff
2014-10-24
Sebastian Harl
data_test: Test various unsupported expressions.
tree
|
commitdiff
2014-10-24
Sebastian Harl
store: During lookup use strcmp() only for unknown...
tree
|
commitdiff
2014-10-24
Sebastian Harl
data: Added sdb_data_expr_type().
tree
|
commitdiff
2014-10-23
Sebastian Harl
store: Removed now unused name-matcher and sdb_store_ma...
tree
|
commitdiff
2014-10-23
Sebastian Harl
t/: Converted name matcher tests to new style matchers.
tree
|
commitdiff
2014-10-23
Sebastian Harl
frontend/grammar: Implement '<obj> <op> <expr>' using...
tree
|
commitdiff
2014-10-23
Sebastian Harl
store: Removed unused old sdb_store_attr_matcher().
tree
|
commitdiff
2014-10-22
Sebastian Harl
store: Renamed sdb_store_cmp_XX to sdb_store_XX_matcher.
tree
|
commitdiff
2014-10-22
Sebastian Harl
store: Removed now unused support for attribute matcher...
tree
|
commitdiff
2014-10-22
Sebastian Harl
t/: Use expression-based matchers for attribute compari...
tree
|
commitdiff
2014-10-22
Sebastian Harl
store: Removed sdb_store_matcher_parse_field_cmp()...
tree
|
commitdiff
2014-10-22
Sebastian Harl
t/: Use the new expression-based matchers for various...
tree
|
commitdiff
2014-10-21
Sebastian Harl
data: Format NULL as NULL and never quote it.
tree
|
commitdiff
2014-10-21
Sebastian Harl
store: Let NULL values never match a regex.
tree
|
commitdiff
2014-10-21
Sebastian Harl
store: Removed sdb_store_matcher_tostring().
tree
|
commitdiff
2014-10-21
Sebastian Harl
frontend/grammar: Unified field and attribute value...
tree
|
commitdiff
2014-10-21
Sebastian Harl
t/: Let tests use '<expr> IN .backend'.
tree
|
commitdiff
2014-10-21
Sebastian Harl
data: Added sdb_data_inarray().
tree
|
commitdiff
2014-10-20
Sebastian Harl
store: Added support for querying the BACKEND field.
tree
|
commitdiff
2014-10-20
Sebastian Harl
data: Added support for comparing integer, decimal...
tree
|
commitdiff
2014-10-20
Sebastian Harl
data_test: Use int64_t instead of int for integer array...
tree
|
commitdiff
2014-10-20
Sebastian Harl
data: Added basic support for arrays.
tree
|
commitdiff
2014-10-19
Sebastian Harl
data_test: Removed unnecessary and possibly misleading...
tree
|
commitdiff
2014-10-19
Sebastian Harl
frontend/grammar: Fixed parsing of 'attribute[<string>]'.
tree
|
commitdiff
2014-10-19
Sebastian Harl
data: Added explicit NULL values.
tree
|
commitdiff
2014-10-19
Sebastian Harl
data: Let CONCAT return NULL if any of its operands...
tree
|
commitdiff
2014-10-17
Sebastian Harl
frontend/grammar: Use strings to access attribute value...
tree
|
commitdiff
2014-10-17
Sebastian Harl
store, frontend: Make IS (NOT) NULL an unary operator...
tree
|
commitdiff
2014-10-17
Sebastian Harl
parser_test: Added various arithmetic expressions to...
tree
|
commitdiff
2014-10-17
Sebastian Harl
Added tests for sdb_fe_parse_expr() and fixed the imple...
tree
|
commitdiff
2014-10-13
Sebastian Harl
store: sdb_store_get_field: Make result parameter optional.
tree
|
commitdiff
2014-10-10
Sebastian Harl
t/cibuild.sh: Use 'make -j10' to run tests in parallel.
tree
|
commitdiff
2014-10-10
Sebastian Harl
integration tests: Split simple_query into query, match...
tree
|
commitdiff
2014-10-10
Sebastian Harl
integration tests: Make sure test_lib always knows...
tree
|
commitdiff
2014-10-09
Sebastian Harl
frontend/parser: Added support for string concatenation.
tree
|
commitdiff
2014-10-08
Sebastian Harl
data: Added sdb_data_parse_op().
tree
|
commitdiff
2014-10-07
Sebastian Harl
store: Added quaryable field ‘name’.
tree
|
commitdiff
2014-10-07
Sebastian Harl
data: Added support for a "regex" data-type.
tree
|
commitdiff
2014-10-07
Sebastian Harl
data_test: Fixed name/order of the cmp() and strcmp...
tree
|
commitdiff
2014-10-07
Sebastian Harl
data_test: Fixed a typo.
tree
|
commitdiff
2014-10-07
Sebastian Harl
data: Fixed copying of NULL data.
tree
|
commitdiff
2014-10-06
Sebastian Harl
t/valgrind.suppress: Use a pattern for the full name...
tree
|
commitdiff
2014-10-06
Sebastian Harl
frontend/grammar: Use '.' instead of ':' to access...
tree
|
commitdiff
2014-10-06
Sebastian Harl
frontend/grammar: Access attribute values using attribu...
tree
|
commitdiff
2014-10-05
Sebastian Harl
store_lookup: Compare attribute string values on type...
tree
|
commitdiff
2014-10-05
Sebastian Harl
data: Added sdb_data_strcmp().
tree
|
commitdiff
2014-10-05
Sebastian Harl
data: Use %g format when formatting decimal numbers.
tree
|
commitdiff
2014-10-05
Sebastian Harl
data: Format NULL values as "<NULL>".
tree
|
commitdiff
2014-10-05
Sebastian Harl
store_lookup: Fixed lookup by back-end name.
tree
|
commitdiff
2014-10-05
Sebastian Harl
store_lookup: Fixed parsing of invalid compare expressions.
tree
|
commitdiff
2014-10-05
Sebastian Harl
object: Assert that object's are not free'd multiple...
tree
|
commitdiff
2014-09-30
Sebastian Harl
When querying services/metrics skip hosts without such...
tree
|
commitdiff
2014-09-30
Sebastian Harl
frontend/grammar: Added support for LISTing services...
tree
|
commitdiff
2014-09-19
Sebastian Harl
store: Don't wrap JSON serialized LIST replies in a...
tree
|
commitdiff
2014-09-17
Sebastian Harl
utils strbuf: Added 'min_size' to be considered when...
tree
|
commitdiff
2014-08-23
Sebastian Harl
frontend: Added support for single quotes in string...
tree
|
commitdiff
2014-08-22
Sebastian Harl
Added __attribute__((format(printf, ...))) where approp...
tree
|
commitdiff
2014-08-16
Sebastian Harl
integration/simple_query.sh: Test another failure mode.
tree
|
commitdiff
2014-08-16
Sebastian Harl
frontend: Let CONNECTION_QUERY support 'TIMESERIES...
tree
|
commitdiff
2014-08-16
Sebastian Harl
frontend/parser: Added support for the 'TIMESERIES...
tree
|
commitdiff
2014-08-16
Sebastian Harl
store: Store "data-store" information alongside metrics.
tree
|
commitdiff
2014-08-03
Sebastian Harl
integration tests: Added simple tests for service and...
tree
|
commitdiff
2014-08-03
Sebastian Harl
store_lookup_test: Added various tests for metrics.
tree
|
commitdiff
2014-08-02
Sebastian Harl
store: Added support for storing metric objects.
tree
|
commitdiff
2014-08-02
Sebastian Harl
store: Added core support for “metrics” objects.
tree
|
commitdiff
2014-08-02
Sebastian Harl
frontend/grammar: Changes ‘FETCH 'name'’ to ‘FETCH...
tree
|
commitdiff
2014-08-02
Sebastian Harl
frontend/grammar: Changed ‘LIST …’ to ‘LIST hosts …’.
tree
|
commitdiff
2014-08-02
Sebastian Harl
frontend/parser: Let ‘LIST’ and ‘FETCH’ accept optional...
tree
|
commitdiff
2014-08-02
Sebastian Harl
frontend/parser: Simplified handling of MATCHING and...
tree
|
commitdiff
2014-08-01
Sebastian Harl
unit tests: Fixed some -Werror=unused-result compiler...
tree
|
commitdiff
2014-08-01
Sebastian Harl
data: Support some arithmetic expressions on mismatchin...
tree
|
commitdiff
2014-07-31
Sebastian Harl
frontend/grammar: Added support for field names in...
tree
|
commitdiff
2014-07-31
Sebastian Harl
store: Added sdb_store_get_field().
tree
|
commitdiff
2014-07-30
Sebastian Harl
frontend: Added 'FILTER' support to the 'LOOKUP' command.
tree
|
commitdiff
2014-07-30
Sebastian Harl
t/integration: Execute test scripts using 'set -x'.
tree
|
commitdiff
2014-07-30
Sebastian Harl
store, frontend: Parse object field matchers.
tree
|
commitdiff
2014-07-30
Sebastian Harl
frontend/parser: Added support for time interval values.
tree
|
commitdiff
next