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-08-26...G...PS. [ZBXNEXT-6800] fixed warningsVladislavs Sokurenko
2021-08-12........S. [ZBXNEXT-6800] added service propagation rule testsAndris Zeila
2021-01-03.......... [ZBXNEXT-826] updated copyright to 2021Alexander Vladishev
2020-03-16.......... [ZBXNEXT-702] added support of multiple file includes to cmocka ↵Andris Zeila
tests, added support of complex string (header+body+footer) loading, updated evaluate_function test suite
2020-01-17.......... [ZBXNEXT-826] updated copyright to 2020Alexander Vladishev
2019-12-30........S. [ZBX-16966] fixed not operator in correlation function expressionAndrejs Tumilovics
(cherry picked from commit 6305bcb95184260fe11f3e0c2d2807b61e0604d6)
2019-07-16.......PS. [ZBXNEXT-4502] added support of full jsonpath functionalityAndris Zeila
* commit 'e40b4995d877edebae4404ee4056df2b7d9ced72': (61 commits) .......PS. [ZBXNEXT-4502] fixed jsonpath expression evaluation when checking for presence of an object or array .......PS. [ZBXNEXT-4502] applied patch for adding sum() function support in jsonpath queries .......PS. [ZBXNEXT-4502] fixed jsonpath queries for element existance when element value was string .......PS. [ZBXNEXT-4502] fixed jsonpath function parsing when compiling jsonpath .......PS. [ZBXNEXT-4502] removed duplicated function declaration .......PS. [ZBXNEXT-4502] updated replaced deprecated zbx_json_open_path in 4.2 code with zbx_jsonpath_query, fixed merge ...G...... [ZBXNEXT-4502] fixed windows build .......PS. [ZBXNEXT-4502] renamed zbx_json_path_open() to zbx_json_open_path() .......PS. [ZBXNEXT-4502] fixed test case name .......PS. [ZBXNEXT-4502] fixed comments .......PS. [ZBXNEXT-4502] refactored jsonpath expression evaluation to avoid false positive analyzer warnings ...G...PS. [ZBXNEXT-4502] fixed coding style ...G...PS. [ZBXNEXT-4502] added more variant comparison test cases ...G...PS. [ZBXNEXT-4502] fixed coding style ...G...PS. [ZBXNEXT-4502] - changed json static error message buffer to thread local for windows ...G...PS. [ZBXNEXT-4502] improved comments ...G...PS. [ZBXNEXT-4502] fixed coding style: * reduced local variable scope * improved error message ...G...PS. [ZBXNEXT-4502] refactored zbx_jsonpath_compile() to avoid touching the output structure if the compilation failed Also fixed various coding style issues. ...G...PS. [ZBXNEXT-4502] fixed memory leak ...G...PS. [ZBXNEXT-4502] fixed coding style: * reduced local variable scope * use sizoef instead of 4 when copying integer variable contents * fixed comments ... (cherry picked from commit 8ceddc49ebcb31e1be87dd1a948b9f827615b1db)
2019-05-07...G...PS. [DEV-930] fixed compiler warnings related to function prototypesAndrejs Kozlovs
* commit '95861cc1d8f28bf3dae837ede076f96cdec8c428': ...G...PS. [DEV-930] style fixes ...G...PS. [DEV-930] removed redundant static function declarations ...G...PS. [DEV-930] code review rework ...G...PS. [DEV-930] move functions prototype declaration together on top of the source ...G...PS. [DEV-930] code review rework ...G...PS. [DEV-930] remove unused include ...G...PS. [DEV-930] move common functions declaration to include directory ...G...PS. [DEV-930] remove warning from 4.2 .......... [DEV-930] created new development branch (cherry picked from commit 4b86a9cf98760449fd9442bda0f02ea9a8ed2aa9)
2019-04-08.......... [DEV-1053] added include support to yaml test cases Andris Zeila
2019-01-07.......... [ZBXNEXT-826] updated copyright to 2019Alexander Vladishev
2018-10-19.......... [ZBXNEXT-4724] added item preprocessing test suite and removed ↵Andris Zeila
old (cunit) xpath tests
2018-07-12...G...PS. [DEV-699] implementation of zbx_vector_XXX_clear_ext() as typed ↵Michael Veksler
function
2018-06-04.......... [ZBX-12965] merged from upstreamAndris Zeila
2018-05-21.......... [ZBX-13778] updated to the latest trunkMichael Veksler
2018-05-09........S. [ZBX-13778] dead code removing and code refactoringMichael Veksler
2018-04-27.......... [ZBX-12390] merged from upstreamAndris Zeila
2018-04-16...G...PS. [ZBX-9882] added unit tests for parse_key(); failing test are ↵Viktors Tjarve
commented out; fixed some typos
2018-01-31....I..... [ZBX-12390] added multiple similar query support to mockdb, ↵Andris Zeila
mocked DBselectN()
2018-01-29...G...PS. [ZBXNEXT-3581] merge from trunkVladislavs Sokurenko
2018-01-24....I..... [ZBXNEXT-3581] updated test casesAndris Zeila
2018-01-22.......... [ZBXNEXT-3581] mock test improvementsVladislavs Sokurenko
2018-01-22.......... [ZBXNEXT-3581] handle binary data in mock testsVladislavs Sokurenko
2018-01-18.......... [DEV-628] fixed getting in/out parameters, object members, files, ↵Glebs Ivanovskis
db data, etc. by name; added few placeholders of global variables for mock tests; fixed a couple of issues with parse_cfg_file() test
2018-01-17.......... [ZBXNEXT-3581] read binary data for mock tests and mock read functionVladislavs Sokurenko
2018-01-09....I..... [ZBX-12965] reworked timestamp -> string conversion to ↵Andris Zeila
automatically detect current timezone offset
2018-01-08....I..... [ZBX-12965] added new error codes to zbx_mock_error_string()Andris Zeila
2018-01-04.......... [ZBXNEXT-826] updated copyright to 2018Alexander Vladishev
2017-12-19.......... [DEV-753] fixed memory 'leaks' in mocka frameworkAndris Zeila
2017-12-06.......... [DEV-753] initial version of test application with assert and ↵Andris Zeila
utility additions to mock framework
2017-11-29....I..... [DEV-628] added ability to test functions that call exit()Glebs Ivanovskis
2017-11-27....I..... [DEV-628] extended mock data library with common file IO functionsGlebs Ivanovskis
2017-11-22....I..... [DEV-628] reimplemented mock test framework based on YAML input ↵Glebs Ivanovskis
file format
2017-11-06....I..... [DEV-628] improved coding style; organized declarations and ↵Glebs Ivanovskis
definitions
2017-11-02.......... [DEV-628] added test cases for "DBselect_uint64" functionSergejs Paskevics
2017-11-02.......... [DEV-628] modified data initialisation; fixed some bugsSergejs Paskevics
2017-10-24....I..... [DEV-628] made tests compilableGlebs Ivanovskis