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-08.......... [DEV-2113] updated to the latest masterArtjoms Rimdjonoks
2022-04-05.......... [DEV-2113] renamed zbxconfig.h back to config.hArtjoms Rimdjonoks
2022-03-31.......... [DEV-2115] updated to the latest masterArtjoms Rimdjonoks
2022-03-31.......... [DEV-2113] updated gitignoreArtjoms Rimdjonoks
2022-03-15.......... [DEV-2115] refactored libzbxaudit.aArtjoms Rimdjonoks
2022-01-20.......PS. [ZBXNEXT-7402] added cyberark libraryVladislavs Sokurenko
2021-11-11........S. [ZBXNEXT-2579] added baseline data retrieval for common casesAndris Zeila
2021-11-08........S. [ZBXNEXT-2579] added season data period offset calculationAndris Zeila
2021-11-08........S. [ZBXNEXT-2579] added function to calculate iso week numberAndris Zeila
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-24.......... [ZBXNEXT-6428] updated .gitignoreEriks Sneiders
(cherry picked from commit 4dff4d32c863f88c6b464c3dbeb9c23bf3159bc2)
2021-08-12........S. [ZBXNEXT-6800] added additional service status calculation rule testsAndris Zeila
2021-08-12........S. [ZBXNEXT-6800] added main service status calulation algorithm testsAndris Zeila
2021-08-12........S. [ZBXNEXT-6800] added service propagation rule testsAndris Zeila
2021-07-28........S. [ZBX-19524] added UTF-8 support to trigger trim functionsAndris Zeila
Merge in ZBX/zabbix from feature/ZBX-19524-5.4 to release/5.4 * commit 'e9bc598e03487646ec047d63955c185fdbc188f6': ........S. [ZBX-19524] fixed warning ........S. [ZBX-19524] fixed const casting ........S. [ZBX-19524] updated function header ........S. [ZBX-19524] added checks to avoid buffer underrun with broken utf8 sequences .......... [ZBX-19524] fixed indentation .......... [ZBX-19524] added test with BOM ........S. [ZBX-19524] removed condition that is always true; removed redundant variable ........S. [ZBX-19524] added comments .D........ [ZBX-19524] added changelog entry ........S. [ZBX-19524] added UTF-8 support to trigger trim functions (cherry picked from commit 1e96e13ac9bc8dd742796fd8400b143e3f04fcd3)
2021-04-30.......... [ZBXNEXT-6452] merged branch 'master' of ↵Andris Zeila
ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6452-5.3
2021-04-23.......... [ZBXNEXT-6478] updated gitignore with ↵Eriks Sneiders
share/man/man8/zabbix_agent2.8 and zabbix_web_service.8
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-16.......... [ZBXNEXT-6457] removed unused functions and related test casesAndris Zeila
2021-03-16........S. [ZBXNEXT-6451] changed parser logic to try parsing negative ↵Andris Zeila
constants rather than unary minus and positive constant. This was done so $N could refer to negative constants. Removed unused functions, moved test case.
2021-03-12.......... [ZBXNEXT-6451] merged branch 'master' of ↵Andris Zeila
ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6451-5.3
2021-03-09.......... [ZBXNEXT-6478] merged branch 'master' of ↵Andris Zeila
ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-6478-5.3
2021-03-04........S. [ZBXNEXT-6478] added report cache syncing with database, report ↵Andris Zeila
nextcheck calculations
2021-03-02.......... [ZBXNEXT-6478] updated tls server handling and code clean-upEriks Sneiders
2021-03-01.......... [ZBXNEXT-6478] updated functionality of zabbix_web_service based ↵Eriks Sneiders
on spec
2021-02-10.....J.... [DEV-1721] updated logback-core, logback-classic and slf4j-api ↵Artjoms Rimdjonoks
jars to the latest stable versions: 1.2.3, 1.2.3 and 1.7.30
2021-01-23.......PS. [ZBXNEXT-6451] moved expression parsing code to separate library ↵Andris Zeila
to avoid cyclic dependencies
2021-01-22.......PS. [ZBXNEXT-6451] added parser for new expression syntaxAndris Zeila
2020-09-18........S. [ZBXNEXT-6140] reworked nextcheck calculation for trend ↵Andris Zeila
functions, added test cases
2020-09-15........S. [ZBXNEXT-6140] added time rounding down function, test cases, ↵Andris Zeila
fixed test cases
2020-09-08........S. [ZBXNEXT-6140] added time rounding function test suitAndris Zeila
2020-09-08........S. [ZBXNEXT-6140] added time subtraction test suiteAndris Zeila
2020-09-08........S. [ZBXNEXT-6140] added time period addition/subtraction functions, ↵Andris Zeila
test suite for time period addition
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-05-06.......... [ZBX-17667] sorted the lines in .gitignore alphabetically and ↵Alexander Vladishev
removed duplicates
2020-05-05.......... [ZBX-17667] replaced frontends/php with ui in the file .gitignoreAlexander Vladishev
2020-04-29........S. [ZBXNEXT-702] allow string comparisons in calculated itemsArtjoms Rimdjonoks
2020-04-29..F....PS. [ZBXNEXT-5711] added ability to view logs in frontend when ↵Vladislavs Sokurenko
testing web hook media type * commit 'c4b8607e806e2a71cd59553983c7ed502e16202d': (26 commits) .D........ [ZBXNEXT-5711,ZBXNEXT-5877] added ChangeLog entry .......PS. [ZBXNEXT-5711] fixed Zabbix server to send logs even when duktape is reinitialized due to too many errors ..F....... [ZBXNEXT-5711] added debug section to server request wrapper class .......PS. [ZBXNEXT-5711] added more leeway with zbx_es_debug calls: * consecutive zbx_es_debug_enable() will not leak memory * zbx_es_debug_info() returns NULL if debug was not enabled ........S. [ZBXNEXT-5877] style fix ........S. [ZBXNEXT-5877] fixed function header ........S. [ZBXNEXT-5877] fixed function header ........S. [ZBXNEXT-5877] moved more logic behind api ........S. [ZBXNEXT-5877] send debug enabled code instead of new message when testing web hook ........S. [ZBXNEXT-5877] replaced gettimeofday() to existing function zbx_timespec() ........S. [ZBXNEXT-5877] moved JSON debug functionaly source code to embed.c source file ..F....... [ZBXNEXT-5711] added ok button to modal, moved time from footer to bottom of log messages ..F....... [ZBXNEXT-5711] added media type test log messages popup ........S. [ZBXNEXT-5877] limit log size ........S. [ZBXNEXT-5877] limit log size ........S. [ZBXNEXT-5877] limit log size ........S. [ZBXNEXT-5877] function headers ........S. [ZBXNEXT-5877] style fixes ........S. [ZBXNEXT-5877] style fixes ........S. [ZBXNEXT-5877] fixed media type response in case of success ...
2020-04-23........S. [ZBXNEXT-702] remove redundant codeArtjoms Rimdjonoks
2020-04-23........S. [ZBXNEXT-702] expand macros for calculated itemsArtjoms Rimdjonoks
2020-04-20........S. [ZBXNEXT-5877] added duration of the scriptVladislavs Sokurenko
2020-04-17.......... [ZBXNEXT-702] Merge branch 'master' of ↵Artjoms Rimdjonoks
ssh://git.zabbix.com:7999/zbx/zabbix into feature/ZBXNEXT-702-4.5
2020-04-16.......... [DEV-1464] updated gitignoreAndris Zeila
2020-04-15........S. [ZBXNEXT-702] added trigger expression related tests for ↵Andris Zeila
substitute_lld_macros function
2020-03-27........S. [ZBXNEXT-702] merge with master, do not resolve conflictsArtjoms Rimdjonoks
2020-03-26........S. [ZBXNEXT-1961] merge with master, fixed conflict in dbsync.cArtjoms Rimdjonoks
2020-03-26........S. [ZBX-9387] fixed incorrect maintenance calculations when DST ↵Andrejs Kozlovs
changed to summer time * commit '84a90067a2cdc7a003cde62e86e18fea5a3f1d95': ........S. [ZBX-9387] cpde review rework ........S. [ZBX-9387] removed unused brackets ........S. [ZBX-9387] removed unused brackets ........S. [ZBX-9387] function description improvement ........S. [ZBX-9387] minor refactoring of zbx_get_timezone_offset() ........S. [ZBX-9387] added Windows support for zbx_get_timezone_offset and made minor coding gudeline fixes ........S. [ZBX-9387] correction for one time check ........S. [ZBX-9387] corrections for impossible summer time ........S. [ZBX-9387] fixed incorrect maintenance calculations when DST changed ........S. [ZBX-9387] added test ........S. [ZBX-9387] fixed incorrect maintenance calculations when DST changed to summer time (cherry picked from commit 63183d60b494984eed948abde0f46cbdee6ed2f3) (cherry picked from commit 325fe17dabfa65f4d450d29905a6fba5e8c364ea)
2020-03-25........S. [ZBXNEXT-702] removed redundant parameter from ↵Andris Zeila
get_trigger_expression_constant function, coding style fixes
2020-03-25........S. [ZBXNEXT-702] create separate expand_macros function for ↵Artjoms Rimdjonoks
triggers, fix tests