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
2021-11-11....I..... [ZBXNEXT-2579] fixed test buildsAndris Zeila
2021-10-31.......... [ZBXNEXT-6921] fixed cmocka testsDmitrijs Goloscapovs
2021-10-19.......... [ZBXNEXT-6923] merged branch 'master' of ↵Andris Zeila
ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6923-5.5
2021-10-08...G...... [ZBX-20008] removed curl and ldap linkage from agent2Jurijs Klopovskis
cherry-picked from 938d0afc139eb45eb6d8dfab67a0f57f45e35eee conflicts: tests/libs/zbxserver/Makefile.am
2021-09-29.......... [ZBXNEXT-6923] fixed value cache testsAndris Zeila
2021-09-08....I..... [ZBX-19635] fixed build failure when DES is disabled in Net-SNMP ↵Vladislavs Sokurenko
or when LTO is used
2021-08-06........S. [ZBXNEXT-6817] added initial code for items auditArtjoms Rimdjonoks
2021-07-23........S. [ZBXNEXT-6768] rebasedArtjoms Rimdjonoks
2021-07-12........S. [ZBXNEXT-6768] implemented audit for server (except for linking ↵Artjoms Rimdjonoks
and LLD)
2021-06-19.......... [ZBXNEXT-6674] fixed testsVladislavs Sokurenko
2021-05-07.......... [ZBXNEXT-6451,ZBXNEXT-6455] updated to the latest master; fixed ↵Alexander Vladishev
conflicts in: - create/src/schema.tmpl - include/db.h - include/zbxhistory.h - src/libs/zbxdbupgrade/dbupgrade_5030.c - src/libs/zbxhistory/history.c - ui/include/defines.inc.php
2021-05-07........S. [DEV-1836] updated to the latest masterArtjoms Rimdjonoks
2021-04-21.......... [ZBXNEXT-6452] merged branch 'master' of ↵Andris Zeila
ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6452-5.3
2021-04-14........S. [ZBXNEXT-6497] added read/write locking to value cacheAndris Zeila
Merge in ZBX/zabbix from feature/DEV-1639-5.0 to release/5.0 * commit '50df03c3cfe89dcb755b734159cf364532f5d00d': .......... [DEV-1639] added component to changelog entry ........S. [DEV-1639] fixed warning ........S. [DEV-1639] fixed item update during valuecache read lock, fixed item removal with disabled value cache ........S. [DEV-1639] moved time() call outside loop/lock when updating statistics ........S. [DEV-1639] fixed possibility of item being removed by housekeeper when item is added and data has not been yet retrieved ........S. [DEV-1639] changed write lock to read lock when retrieving value cache statistics ........S. [DEV-1639] fixed item removal from value cache on data retrieval failure ........S. [DEV-1639] fixed value cache item cleanup on data retrieval failure ........S. [DEV-1639] added value cache rwlock to diaginfo stats ........S. [DEV-1639] fixed indentation ........S. [DEV-1639] added const .......... [ZBXNEXT-6497] added changelog entry ........S. [DEV-1639] removed valuecache item state ........S. [DEV-1639] added read/write locks to value cache (cherry picked from commit 36ad10a84cba20853fd9e2d82ca14298e688b07a)
2021-04-06........S. [DEV-1836] fixed testsMichael Veksler
2021-03-26........S. [ZBXNEXT-6452] added multiple item query support to calculated itemsAndris Zeila
2021-03-16.......... [ZBXNEXT-6457] removed unused functions and related test casesAndris Zeila
2021-03-02........S. [DEV-1836] improved code formattingArtjoms Rimdjonoks
2021-02-24........S. [DEV-1836] added warning for unsupported DB versionArtjoms Rimdjonoks
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
2021-01-03.......... [ZBXNEXT-826] updated copyright to 2021Alexander Vladishev
2020-11-30........S. [DEV-1694] update to the latest master and fix conflict with ↵Artjoms Rimdjonoks
tests_run.pl
2020-11-27.......PS. [ZBXNEXT-782] fixed building of testsVladislavs Sokurenko
2020-11-12.......PS. [ZBXNEXT-782] fixed testsVladislavs Sokurenko
2020-11-12.......PS. [ZBXNEXT-782] fixed mock tests buildVladislavs Sokurenko
2020-10-23........S. [DEV-1694] update to the latest masterArtjoms Rimdjonoks
2020-09-25.......... [ZBXNEXT-6140] merged from upstreamAndris Zeila
2020-09-22........S. [ZBXNEXT-6140] improved trend function nextcheck calculationAndris Zeila
2020-09-21.......... [ZBXNEXT-6140] remove extra white spacesdimir
2020-09-21........S. [DEV-1694] fixed tests compilation warning with clangArtjoms Rimdjonoks
2020-09-21........S. [ZBXNEXT-6140] fixed expression macro parsingAndris Zeila
2020-09-18........S. [ZBXNEXT-6140] reworked nextcheck calculation for trend ↵Andris Zeila
functions, added test cases
2020-09-11........S. [ZBXNEXT-6140] fixed test case building and failing zbx_tm_sub ↵Andris Zeila
test cases
2020-09-09....I..... [ZBXNEXT-1660] fixed mock tests buildVladislavs Sokurenko
2020-08-05........S. [ZBXNEXT-2603] Allow max length of user macros to 2048 (server side)Artjoms Rimdjonoks
2020-07-16........S. [ZBXNEXT-6042] optimized trigger, calculated item processing by ↵Andris Zeila
resolving user macros during configuration cache synchronization * commit 'ae4645be5080ef59cfd0267bc960d99197f77ed3': .D........ [ZBXNEXT-6042] updated changelog entry ........S. [ZBXNEXT-6042] fixed use of uninitialised variable ........S. [ZBXNEXT-6042] removed unused function .......PS. [ZBXNEXT-6042] removed redundant initialization .......... [ZBXNEXT-6042] added dc_expand_user_macros_in_calcitem() function test suite .......... [ZBXNEXT-6042] renamed test suite to match the renamed function .......... [ZBXNEXT-6042] moved user macro mocks to separae configcache mocking library .......... [ZBXNEXT-6042] merged global and host macro mock code and moved to separate file .......... [ZBXNEXT-6042] add first test cases for dc_expand_user_macros_in_func_params() function ........S. [ZBXNEXT-6042] added user macro resolving in calculated item formulas during configuration cache sync ........S. [ZBXNEXT-6042] fixed internal/external (dc_/zbx_dc_) configuration cache function naming and expression macro expanding without chache locking when polling calculated items ........S. [ZBXNEXT-6042] fixed user macro resolving in simple macro function parameters .D........ [ZBXNEXT-6042] added changelog entry ........S. [ZBXNEXT-6042] removed macro resolving in user parameters during trigger processing because function parameter user macros are already resolved during conifguration cache sync ........S. [ZBXNEXT-6042] added function parameter user macro resolving during configuration cache sync (cherry picked from commit 7bd5435bd09ac8ef954fc1c913b61d70dffc81b2)
2020-06-08A.F....PS. [ZBXNEXT-3205] added regex context matching support to user macrosRoberts Lataria
* commit '8c0131ee5461a78df53082ac7c47cc4424bc744a': (29 commits) .......... [ZBXNEXT-3205] fixed unit test extend .......... [ZBXNEXT-3205] added unit test ..F....... [ZBXNEXT-3205] fixed code style ..F....... [ZBXNEXT-3205] fixed macro sorting A.F....... [ZBXNEXT-3205] fixed global macro incorrect check ..F....... [ZBXNEXT-3205] fixed code style ..F....... [ZBXNEXT-3205] fixed code style ..F....... [ZBXNEXT-3205] fixed macro ordering ..F....... [ZBXNEXT-3205] fixed code style ..F....... [ZBXNEXT-3205] fixed code style ..F....... [ZBXNEXT-3205] fixed code style ..F....... [ZBXNEXT-3205] fixed code style A.F....... [ZBXNEXT-3205] fixed code style; fixed macro order A......... [ZBXNEXT-3205] fixed code style A......... [ZBXNEXT-3205] fixed incorrect macro compare .......PS. [ZBXNEXT-3205] removed redundant code .......PS. [ZBXNEXT-3205] style fix .......PS. [ZBXNEXT-3205] style fix .......PS. [ZBXNEXT-3205] fixed crash on macro removal .......PS. [ZBXNEXT-3205] style fix ...
2020-06-02...G...PS. [DEV-1570] fixed multiple funcArgNamesDifferent cppcheck warningsAlexander Vladishev
(cherry picked from commit fe50c591d19db5ee990a680ee7bc9b7eb224999b)
2020-05-20.......PS. [ZBXNEXT-3205] removed redundant codeVladislavs Sokurenko
2020-05-11.......PS. [ZBXNEXT-3205] added regex context matching support to user macrosAndris Zeila
2020-05-11.......PS. [ZBXNEXT-3205] added context matching type support to user macro ↵Andris Zeila
parsers
2020-04-29........S. [ZBXNEXT-702] allow string comparisons in calculated itemsArtjoms Rimdjonoks
2020-04-24.......... [ZBXNEXT-1891] updated to the latest masterMichael Veksler
2020-04-23........S. [ZBXNEXT-702] remove redundant codeArtjoms Rimdjonoks
2020-04-23........S. [ZBXNEXT-702] expand macros for calculated itemsArtjoms Rimdjonoks
2020-04-16.......... [ZBXNEXT-702] fixed zbx_dc_expand_user_macros_for_triggers test casesAndris Zeila
2020-04-15........S. [ZBXNEXT-702] added trigger expression related tests for ↵Andris Zeila
substitute_lld_macros function
2020-04-15........S. [ZBXNEXT-702] fixed/simplified quote detection in trigger expressionsAndris Zeila
2020-03-30........S. [ZBXNEXT-702] added scientific notation testsArtjoms Rimdjonoks