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
AgeCommit message (Collapse)Author
2022-04-27.......PS. [ZBXNEXT-7604] fixed after reviewAndrejs Kozlovs
2022-03-16.......... [DEV-2074] fixed or silenced latest gcc warningsArtjoms Rimdjonoks
(cherry picked from commit d5c5d4fba94854f90c647fcbf8a0b6be94a31c6d)
2022-03-16.......... [DEV-2064] moved corresponding headers includes first in the ↵Artjoms Rimdjonoks
includes list (non-libs folders) (cherry picked from commit 7c58e5db2b02454270d394ce567d55110bb34902)
2022-01-09.......... [ZBXNEXT-826] updated copyright year [2022]Alexander Vladishev
2021-12-29........S. [ZBXNEXT-3140] added ↵Artjoms Rimdjonoks
{ITEM.STATE.ERROR},{LLDRULE.STATE.ERROR},{TRIGGER.STATE.ERROR} macros to indicate error messages in internal monitoring alerts
2021-12-10........S. [ZBXNEXT-3140] added ↵Artjoms Rimdjonoks
{ITEM.STATE.ERROR},{LLDRULE.STATE.ERROR},{TRIGGER.STATE.ERROR} macros to indicate error messages in internal monitoring alerts
2021-11-23........S. [ZBXNEXT-7049] added aggregation function support to prometheus ↵Andris Zeila
pattern preprocessing
2021-09-24.......PS. [ZBXNEXT-6879] fixed PR notesMichael Veksler
2021-09-22.......PS. [ZBXNEXT-6879] added bucket_percentile() functionMichael Veksler
2021-04-29.......... [ZBXNEXT-6547] updated from the latest feature/ZBXNEXT-6452-5.3 ↵Andris Mednis
(no conflicts)
2021-04-29........S. [ZBXNEXT-6547] refactored 'kurtosis', 'mad', 'skewness', ↵Andris Mednis
'stddevpop', 'stddevsamp', 'sumofsquares', 'varpop', 'varsamp' functions for using with *_foreach
2021-04-29........S. [ZBXNEXT-6452] mask unknown function/item errors with *ERROR* to ↵Andris Zeila
be consistent with frontend
2021-04-15........S. [ZBXNEXT-6452] refactored expression macro handling to reuse ↵Andris Zeila
calculated item evaluation code
2021-04-13.......... [ZBXNEXT-6452] merged branch 'feature/ZBXNEXT-6457-5.3' into ↵Andris Zeila
feature/ZBXNEXT-6452-5.3
2021-04-13.......... [ZBXNEXT-6457] merged branch 'feature/ZBXNEXT-6451-5.3' into ↵Andris Zeila
feature/ZBXNEXT-6457-5.3
2021-04-12........S. [ZBXNEXT-6451] updated LLD support of expression macrosAndris Zeila
2021-04-12........S. [ZBXNEXT-6451] copied libzxbeval from the calculated item branch, ↵Andris Zeila
added macro expression evaluation
2021-04-09........S. [ZBXNEXT-6452] renamed define, added commentsAndris Zeila
2021-03-31........S. [ZBXNEXT-6452] fixed token parsing rulesAndris Zeila
2021-03-26........S. [ZBXNEXT-6452] added multiple item query support to calculated itemsAndris Zeila
2021-03-24........S. [ZBXNEXT-6452] added user macro resolving in item query filter ↵Andris Zeila
expression
2021-03-23........S. [ZBXNEXT-6452] added filter support to expression parserAndris Zeila
2021-03-23........S. [ZBXNEXT-6452] added item query filter parsingAndris Zeila
2021-03-23........S. [ZBXNEXT-6457] added user/lld macro resolving in compound ↵Andris Zeila
constants and period arguments
2021-03-23.......... [ZBXNEXT-6457] merged branch 'feature/ZBXNEXT-6451-5.3' into ↵Andris Zeila
feature/ZBXNEXT-6457-5.3
2021-03-22........S. [ZBXNEXT-6451] added support of compound numbers, allowing for ↵Andris Zeila
mix of macros and digits
2021-03-20........S. [ZBXNEXT-6457] removed unused functionAndris Zeila
2021-03-20........S. [ZBXNEXT-6457] removed time token, was not being used anywayAndris Zeila
2021-03-18........S. [ZBXNEXT-6457] changed sec/#num arguments to have the same token typeAndris Zeila
2021-03-18........S. [ZBXNEXT-6457] separated common and history function callbacksAndris Zeila
2021-03-17........S. [ZBXNEXT-6457] fixed lld macro resolving in calculated item item ↵Andris Zeila
query keys
2021-03-16........S. [ZBXNEXT-6457] added new expression support when expanding lld ↵Andris Zeila
macros in calculated item formula
2021-03-15........S. [ZBXNEXT-6457] refactored calculated item evaluation to allow ↵Andris Zeila
easier extension for aggregate checks
2021-03-14........S. [ZBXNEXT-6457] changed calculated item evaluation to support new ↵Andris Zeila
expression syntax
2021-03-14........S. [ZBXNEXT-6457] fixed history function argument parsing, added ↵Andris Zeila
caller data parameter to expression execute callback function
2021-03-12........S. [ZBXNEXT-6451] simplified check for time based function usage in ↵Andris Zeila
trigger expressions
2021-03-12........S. [ZBXNEXT-6451] fixed check for time based function usage in ↵Andris Zeila
trigger expression
2021-03-09........S. [ZBXNEXT-6451] fixed compiler warningsAndris Zeila
2021-03-02........S. [ZBXNEXT-6451] set trigger expression exception on user macro ↵Andris Zeila
resolving failure
2021-02-17........S. [ZBXNEXT-6451] fixed function evaluation error messagesAndris Zeila
2021-02-01........S. [ZBXNEXT-6451] add new trigger expression support to LLDAndris Zeila
2021-01-30........S. [ZBXNEXT-6451] updated server template linking to work with new ↵Andris Zeila
trigger expressions
2021-01-27........S. [ZBXNEXT-6451] updated trigger expression processing to use new ↵Andris Zeila
expression syntax (trigger recalculation, macro resolving, etc - all places that parsed trigger expression to extract functionids).
2021-01-23.......PS. [ZBXNEXT-6451] moved expression parsing code to separate library ↵Andris Zeila
to avoid cyclic dependencies