Juris Lambda | 75b3daa4042 | ..........[ZBX-23441] added ChangeLog entry | | ZBX-23441 |
Juris Lambda | bbb61e11aaa | ....I.....[ZBX-23441] fixed broken autoconf test when searching for go | | ZBX-23441 |
Juris Lambda | 9ba85b64b7d | .......... [ZBX-23441] renamed AGENT2_CONFIG_PATH -> AGENT2_CONFIG_DIRThis is to bring it in line with the previous change to
AGENT2_PLUGIN_CONFIG_DIR. This does still leave other paths, such as
{EXTERNAL_SCRIPTS,ALERT_SCRIPTS,LOAD_MODULE}_PATH, which I've left alone
for now, to not extend outside Go related things. These should be
updated, however. | | ZBX-23441 |
Juris Lambda | 83574cf3eba | .......... [ZBX-23441] updated install targets for zabbix_{agent2,web_service}Previously, we relied on $(GO) to install, and if necessary to build,
the executables when making the install targets. This was to simply
drive the Go tooling via autotools.
As this was a little a tad verbose, and the install targets (in the
agent case) also did additional things (such as installing configuration
files), simply rely on the build target instead and install it.
The configuratio... | | ZBX-23441 |
Juris Lambda | a42c581e90c | .......... [ZBX-23441] renamed binary build targetszabbix.com/cmd/zabbix_{agent2,web_service} are Go module component
names. The actual binary targets are zabbix_{agent2,web_service}.
We've chosen to place these in the `bin` directory, so for the time
being, the target is a sub-directory object. | | ZBX-23441 |
Juris Lambda | 18862494c01 | ..........[ZBX-23441] removed setting of unused DBGTARGETS variable | | ZBX-23441 |
Juris Lambda | 822e7b0dd71 | ..........[ZBX-23441] removed passing CGO_* flags in targets that don't need them | | ZBX-23441 |
Juris Lambda | 34c229876bc | .......... [ZBX-23441] broke up long target body linesJust make this more readable. Environment settings got first, then the
application, it's options and flags, followed by positional arguments. | | ZBX-23441 |
Juris Lambda | 61d77fb17f7 | ....I..... [ZBX-23441] removed redundant generic program check for go in autoconf templateWe generally shouldn't check for programs more than once, so move the
test for the availability of a go executable out, and retain the two
tests for just setting the variables to indicate we're building the
agent or web service applications. | | ZBX-23441 |
Juris Lambda | 3f3fa997b28 | ....I..... [ZBX-23441] removed setting of GOCMD and make use of GOThis removes the explicit setting of GOCMD, which was never used, and
replaces the substitution of it for substituting GO in makefiles, as
well as replacing bare invocations of `go` with whatever $GO now holds.
The rename is to be consistent with autotool conventions of calling the
environment variable the same as the expected utility that performs the
function. This is also what autoconf sets... | | ZBX-23441 |
Juris Lambda | ba7d4836ab1 | ....I..... [ZBX-23441] removed setting of unused and unknown GOWORKDIR env varThis is cruft from when the Go agent implementation source code lived
in the project root directory. The variable $GOWORKDIR doesn't appear to
ever been part of the go toolkit. At the very least, it doesn't care
about it anymore (see `go help environment`), so get rid of it. | | ZBX-23441 |
Juris Lambda | 3fa69456833 | ....I..... [ZBX-23441] fixed go install auto{conf,make} integrationThis gets rid of setting the $GOBIN environment globally and sets it at
the time of invocation for `go install`. Setting $GOBIN in the autoconf
template overlooked the fact that $DESTDIR may be set, and would thus
always install the applications to the system application directory
regardless. This is done on a per-application basis, as not all
applications should end up in the system applicatio... | | ZBX-23441 |
Konstantins Prutkovs | f832a1e6c2fM | ...G...... [ZBX-23257] fixed log items not using MaxLinesPerSecond setting correctly for Zabbix agent 2* commit '760b5559efab82ea992c43ccd57e8b65f6be9ffb':
...G...... [ZBX-23257] updated go mod version after plugin merge
...G...... [ZBX-23257] updated go mod version
...G...... [ZBX-23257] fixed log items not using MaxLinesPerSecond setting correctly for Zabbix agent 2 | | ZBX-23257 |
Armands Arseniuss Skolmeisters | 497899bee9cM | ...G...... [ZBX-22933] added function description for zbx_find_buf_newline* commit '4341ca0d83931cf8a92bdae6d4f5154289001d2f':
...G...... [ZBX-22933] added function description | | ZBX-22933 |
Artjoms Rimdjonoks | a0a0e3881aa | ...G...... [ZBX-23890] removed non-existing headers from compiler checks: mtent.h and knlist.h(cherry picked from commit 386b681a4a3d19a95bd953d243c49d52a6d1ee53) | | ZBX-23890 |
Evgenii Gordymov | 6a9a7363044M | .........T [ZBX-23912] removed Jira with CustomFields media type in data.tmpl* commit '4341d29422f9b27de850dd40cffdc21fd0345264':
.........T [ZBX-23912] removed Jira with CustomFields media type in data.tmpl | | ZBX-23912 |
Evgenii Gordymov | 4341d29422fM | .........T [ZBX-23912] updated to the latest origin | | ZBX-23912 |
Artjoms Rimdjonoks | edf0fbf8001M | ..........[DEV-2984] made testAgentItems more stable | | DEV-2984 |
Artjoms Rimdjonoks | 2b3dd04cb10 | ..........[DEV-2984] removed redundant timeout param | | DEV-2984 |
Konstantins Prutkovs | 760b5559efa | ...G......[ZBX-23257] updated go mod version after plugin merge | | ZBX-23257 |
Konstantins Prutkovs | ff9a32f83c9 | ...G......[ZBX-23257] updated go mod version | | ZBX-23257 |
Artjoms Rimdjonoks | 46f3b7758d5 | ..........[DEV-2984] made testAgentItems more stable | | DEV-2984 |
Jurijs Klopovskis | a7de0da276b | ..........[ZBX-1357] added Kazakh (kk) locale | | ZBX-1357 |
Vladimirs Maksimovs | d8a9187ae87M | A......... [ZBX-23262] fixed incorrect user data returned by user.patch method of SCIM API when as the result of request user was deprovisioned* commit '37b071138b23c9670ff3717ed44ff7efcc5980c9':
A......... [ZBX-23262] fixed incorrect user data returned by user.patch method of SCIM API when as the result of request user was deprovisioned | | ZBX-23262 |
Vladimirs Maksimovs | 37b071138b2 | A.........[ZBX-23262] fixed incorrect user data returned by user.patch method of SCIM API when as the result of request user was deprovisioned | | ZBX-23262 |
 Elina Pulke | aaa6526d33dM | A......... [ZBX-23262] fixed inability to log in using user.login API method if user has a user group with disabled frontend access* commit '3ee1c5319bd60ab2d2b14613c73373551ef0868e':
.......... [ZBX-23262] updated testFormLogin autotest first data set error message
A......... [ZBX-23262] fixed inability to re-login with LDAP provisioned user when case sensitivity is turned off and the username is written in a different variant than the original one
A......... [ZBX-23262] fixed displaying an incorrect error message w... | | ZBX-23262 |
Vladimirs Maksimovs | 3ee1c5319bdM | ..........[ZBX-23262] updated to latest from release/6.4; no conflicts | | ZBX-23262 |
Continuous Integration | 1591a3a624c | ..........[ZBXNEXT-826] updated 6.4.11rc1 ChangeLog entries | | ZBXNEXT-826 |
Continuous Integration | 22e2168ae71 | ..........[ZBXNEXT-826] updated 6.0.26rc1 ChangeLog entries | | ZBXNEXT-826 |
Armands Arseniuss Skolmeisters | 4341ca0d839 | ...G......[ZBX-22933] added function description | | ZBX-22933 |
Tomass Olups | c97737f5ca8 | ..........[ZBX-23262] updated testFormLogin autotest first data set error message | | ZBX-23262 |
Konstantins Prutkovs | e70d125a9aa | ...G...... [ZBX-23257] fixed log items not using MaxLinesPerSecond setting correctly for Zabbix agent 2(cherry picked from commit 5560290f0f7a1ad1253dc82ae394085532e1eeb7) | | ZBX-23257 |
Evgenii Gordymov | 5958b9c5486 | .........T [ZBX-23912] removed Jira with CustomFields media type in data.tmpl | | ZBX-23912 |
Miks Kronkalns | 2a8fe10c913M | A.F....... [ZBX-22536] fixed TimescaleDB compression detection for history.clear API method and proper error appearance in frontendMerge in ZBX/zabbix from feature/ZBX-22536-6.4 to release/6.4
* commit '879d1ee13e61e7b9be6dd7b45712c50155d83844':
A.F....... [ZBX-22536] fixed TimescaleDB compression detection for history.clear API method and proper error appearance in frontend | | ZBX-22536 |
Evgenii Gordymov | c1f40a88d9aM | .........T [ZBX-23761] fixed JavaScript in Jira media type* commit '1f6a46e62f9cbd693236404f135b30847284ed3d':
.........T [ZBX-23761] fixed JavaScript in Jira media type | | ZBX-23761 |
Evgenii Gordymov | 1f6a46e62f9 | .........T [ZBX-23761] fixed JavaScript in Jira media type | | ZBX-23761 |
Denis Rasikhov | 25f8533ef60M | .........T [ZBX-22558] fixed expression of trigger for retrieval of stub page in Nginx templates* commit '6ac4e45bfbf6a5d8c3b38ec7965ca0f88e95819a':
.........T [ZBX-22558] fixed expression of trigger for retrieval of stub page in Nginx templates | | ZBX-22558 |
Alexander Vladishev | 78b90ec6b35 | ..........[ZBXNEXT-826] updated copyright year [2024] | | ZBXNEXT-826 |
Dace Petra | 892f57a0396 | .......... [DEV-2727] removed unused functionsMerge in ZBX/zabbix from feature/DEV-2727-6.0 to release/6.0
* commit 'd628e62a66756a039ef2e9296a3efd26fb6ff17b':
..F....... [DEV-2727] added missing empty line
.......... [DEV-2727] removed unused functions
(cherry picked from commit 1cf49bee1923c0c55e9db9a8ec48f8451dfca76a) | | DEV-2727 |
Vladimirs Maksimovs | a37896f577a | A.........[ZBX-23262] fixed inability to re-login with LDAP provisioned user when case sensitivity is turned off and the username is written in a different variant than the original one | | ZBX-23262 |
Vladimirs Maksimovs | 97000e560d9M | ..........[ZBX-23262] updated to latest from release/6.4; no conflicts | | ZBX-23262 |
Vladimirs Maksimovs | 95e3bdb7d03 | A.........[ZBX-23262] fixed displaying an incorrect error message when wrong LDAP credentials was passed for user.login API method | | ZBX-23262 |
Vladimirs Maksimovs | 1c3ea119850 | A.........[ZBX-23262] fixed inability to login using user.login API method when LDAP case-sensitive setting is disabled | | ZBX-23262 |
Rudolfs Zvejs | fa86bf1bf54M | ...G...... [ZBX-23540] added error checks for RegisterMetrics calls* commit 'ce2d0b5c1a3f2789aa1ed45f23152c7fa2a037ef':
...G...... [ZBX-23540] fix merge conflicts
...G...... [ZBX-23540] fix merge conflicts
...G...... [ZBX-23540] added error checks for RegisterMetrics calls | | ZBX-23540 |
Vladimirs Maksimovs | 76be8e832aa | ..........[ZBX-23262] fixed error message in selenium tests | | ZBX-23262 |
Vladimirs Maksimovs | 88bb57a7343 | A.........[ZBX-23262] fixed logging entry with empty user data for audit report if authenticating user has LDAP authentication but LDAP authentication is disabled | | ZBX-23262 |
Rudolfs Zvejs | ce2d0b5c1a3 | ...G......[ZBX-23540] fix merge conflicts | | ZBX-23540 |
Continuous Integration | 9a33a76a8f0 | ..........[ZBX-1357] automatic update of translation strings | | ZBX-1357 |
Continuous Integration | 1dc53283d4c | ..........[ZBXNEXT-826] updated 6.4.11rc1 ChangeLog entries | | ZBXNEXT-826 |
Continuous Integration | 5abb507b12c | ..........[ZBXNEXT-826] updated 6.0.26rc1 ChangeLog entries | | ZBXNEXT-826 |