Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-01-22 18:16:56 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-01-22 18:16:56 +0300
commitb4b45a38efb5caf817104ae263cef64cea3e8967 (patch)
tree9e6e39b5ac42f60193635e0b462b0248ffafb176 /.gitignore
parent60c1b044bb2210d201b1341b4dfeae25e0848a51 (diff)
.......PS. [ZBXNEXT-6451] added parser for new expression syntax
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 323177320e2..b7bd5571c71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -133,6 +133,7 @@ tests/libs/zbxcommon/zbx_dyn_escape_string
tests/libs/zbxcommon/zbx_function_find
tests/libs/zbxcommon/zbx_function_get_param_dyn
tests/libs/zbxcommon/zbx_interval_preproc
+tests/libs/zbxcommon/zbx_json_to_xml
tests/libs/zbxcommon/zbx_str_extract
tests/libs/zbxcommon/zbx_token_find
tests/libs/zbxcommon/zbx_trim_float
@@ -142,6 +143,7 @@ tests/libs/zbxcommon/zbx_truncate_value
tests/libs/zbxcommon/zbx_user_macro_parse
tests/libs/zbxcommon/zbx_validate_interval
tests/libs/zbxcommon/zbx_variant_compare
+tests/libs/zbxcommon/zbx_xml_to_json
tests/libs/zbxcomms/zbx_tcp_check_allowed_peers
tests/libs/zbxcomms/zbx_tcp_check_allowed_peers_ipv4
tests/libs/zbxcommshigh/zbx_tcp_recv_ext
@@ -174,7 +176,13 @@ tests/libs/zbxprometheus/zbx_prometheus_to_json
tests/libs/zbxregexp/wildcard_match
tests/libs/zbxserver/evaluate_function
tests/libs/zbxserver/get_trigger_expression_constant
+tests/libs/zbxserver/macro_fmttime
tests/libs/zbxserver/substitute_lld_macros
+tests/libs/zbxserver/zbx_eval_compose_expression
+tests/libs/zbxserver/zbx_eval_execute
+tests/libs/zbxserver/zbx_eval_execute_ext
+tests/libs/zbxserver/zbx_eval_parse_expression
+tests/libs/zbxserver/zbx_eval_serialize
tests/libs/zbxsysinfo/check_key_access_rules
tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME
tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS