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:
authorAndrejs Verza <andrejs.verza@zabbix.com>2021-05-08 19:04:37 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-05-08 19:04:37 +0300
commit692ce9e77be2d0b9c4466bc3b37d2009cf9cc9f4 (patch)
tree6e0a257af74b21d1d6705c5bbf954b8a90f0a164 /ChangeLog.d
parent683ec581c1cdfd58ce47d109c80143477a9d6e49 (diff)
parent7e35f9722b2a2535a23b2b92f8fc836ae396539b (diff)
A.F.....S. [ZBXNEXT-6544] added new set of mathematical, aggregate and string functions for trigger expressions
* commit '7e35f9722b2a2535a23b2b92f8fc836ae396539b': (69 commits) ..F....... [ZBXNEXT-6544,ZBXNEXT-6561] added ChangeLog ..F....... [ZBXNEXT-6544,ZBXNEXT-6561] fixed function grouping in trigger expression condition popup ..F....... [ZBXNEXT-6544,ZBXNEXT-6561] fixed output type definition for math functions ..F....... [ZBXNEXT-6544,ZBXNEXT-6561] improved coding style ..F....... [ZBXNEXT-6544,ZBXNEXT-6561] fixed input-output data definition for history functions ..F....... [ZBXNEXT-6561] updated the list of functions for testing trigger expression ..F....... [ZBXNEXT-6544,ZBXNEXT-6561] updated unit tests for CHistFunctionValidator ..F....... [ZBXNEXT-6544,ZBXNEXT-6561] fixed constant enumeration ..F....... [ZBXNEXT-6561] made "Chars" parameter optional for trim functions; added "Values" parameter for in() function ........S. [ZBXNEXT-6544] fixed missing countunique in zbx_is_trigger_function ..F....... [ZBXNEXT-6544,ZBXNEXT-6561] fixed partial expression (condition) validation ..F....... [ZBXNEXT-6561] fixed e(), pi() and rand() disappear from the list of functions on item change ..F....... [ZBXNEXT-6561] fixed changing item in condition popup always resets function to last(); fixed first function is selected in condition popup when editing trigger expression using expression constructor A.F....... [ZBXNEXT-6544,ZBXNEXT-6561] updated math function parsing and validation A.F....... [ZBXNEXT-6544,ZBXNEXT-6561] updated history function validation .......... [ZBXNEXT-6454] reverted commit to wrong branch A.F....... [ZBXNEXT-6454] updated history function validation ..F....... [ZBXNEXT-6561] fixed parameters for in() and between(); added quoting for some parameters of new string functions ..F....... [ZBXNEXT-6561] added temporary stubs ........S. [ZBXNEXT-6544] fixed merge consequences ...
Diffstat (limited to 'ChangeLog.d')
-rw-r--r--ChangeLog.d/feature/ZBXNEXT-65441
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.d/feature/ZBXNEXT-6544 b/ChangeLog.d/feature/ZBXNEXT-6544
new file mode 100644
index 00000000000..062c2e6435e
--- /dev/null
+++ b/ChangeLog.d/feature/ZBXNEXT-6544
@@ -0,0 +1 @@
+A.F.....S. [ZBXNEXT-6544] added new set of mathematical, aggregate and string functions for trigger expressions (agriscenko, Andris, asestakovs, averza, dgoloscapov)