Commit graph

2223 commits

Author SHA1 Message Date
Alexey Pustovalov 2e4ec3ed1d
Merge pull request #1940 from paskal/fix-web-db-port-empty-string
Fix web frontend crash on socket setups without DB_SERVER_PORT
2026-07-02 13:46:40 +09:00
Dmitry Verkhoturov cc028ed792
Fix web frontend crash on socket setups without DB_SERVER_PORT
env_string('DB_SERVER_PORT') returns '' when the variable is unset, and that
empty string is passed to mysqli::real_connect()'s ?int $port argument in
MysqlDbBackend::connect(), throwing a fatal TypeError under PHP 8 that breaks
every frontend page (HTTP 500) on socket / no-port setups. Regressed in the
web config redesign, which replaced getenv() (returns false -> int 0) with
env_string() (returns '').

Add an env_int() helper that maps both unset and empty to the default and
returns an int, and use it for the DB port.
2026-07-01 17:56:31 +00:00
Alexey Pustovalov acfd59eac4
Merge pull request #1938 from zabbix/dependabot/github_actions/github-actions-7f78b38a4f
Bump the github-actions group across 1 directory with 4 updates
2026-06-26 15:36:13 +09:00
dependabot[bot] 9c088301bf
Bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action).


Updates `actions/checkout` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e8c483db8...9c091bb21b)

Updates `actions/setup-python` from 6.0.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](e797f83bcb...ece7cb06ca)

Updates `github/codeql-action/upload-sarif` from 4.36.0 to 4.36.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](7211b7c807...8aad20d150)

Updates `SonarSource/sonarqube-scan-action` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
- [Commits](7006c4492b...713881670b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: SonarSource/sonarqube-scan-action
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-26 06:04:35 +00:00
Alexey Pustovalov 03fbcba0ab Using hash for Python libraries 2026-06-26 12:30:32 +09:00
Alexey Pustovalov c5da820807 Fixed version of Dockerfile 2026-06-21 10:54:00 +09:00
Alexey Pustovalov d2cda8436c Fixed TMDB sql files location 2026-06-19 16:35:55 +09:00
Alexey Pustovalov ffafc1609c Updated OpenJDK version to 21 2026-06-19 16:21:57 +09:00
Alexey Pustovalov 4930341e2d Fixed ZBX_TRAPPERIMEOUT for kubernetes 2026-06-19 16:21:50 +09:00
Alexey Pustovalov 7485390e61 Fixed ZBX_TRAPPERIMEOUT for kubernetes 2026-06-19 16:21:10 +09:00
Alexey Pustovalov 60cca93c54 Updated buildkit version 2026-06-19 16:21:03 +09:00
Alexey Pustovalov b748aab86e Install only required platform list for Qemu 2026-06-19 16:20:58 +09:00
Alexey Pustovalov 1a92da0a29 Trying to avoid operation cancelled 2026-06-19 16:20:14 +09:00
Alexey Pustovalov 391d94a861 Optimized Windows build. Caching VS Dev Shell 2026-06-19 16:18:56 +09:00
Alexey Pustovalov 82fe7bbf4a Trying to avoid operation cancelled 2026-06-15 13:26:18 +09:00
Alexey Pustovalov 63c0ccda39 Trying to avoid operation cancelled 2026-06-15 13:26:18 +09:00
Alexey Pustovalov 58fc270f03 Fixed optional SQL files for TMDB 2026-06-12 12:44:35 +09:00
Alexey Pustovalov 0871e1606d Updated PowerShell to 7.6.2 2026-06-11 22:10:52 +09:00
Alexey Pustovalov 71ffd3c36a Optimized powershell code 2026-06-11 17:52:37 +09:00
Alexey Pustovalov cf628972c1 Revert cmake additions for ember-plus (not needed for 7.4) 2026-06-11 16:21:25 +09:00
Alexey Pustovalov e308b79a78 Prepare SQLite3 DB file before proxy start 2026-06-11 16:04:35 +09:00
Alexey Pustovalov 6b7fd47301 Added cmake for all OS to build ember-plus plugin 2026-06-11 16:04:28 +09:00
Alexey Pustovalov 8b715e573d Added cmake for all OS to build ember-plus plugin 2026-06-11 16:04:22 +09:00
Alexey Pustovalov 1b244dfdaa Added cmake for RHEL to build ember-plus plugin 2026-06-11 16:04:16 +09:00
Alexey Pustovalov 4003f63dba Fixed version pinning and dependabot group updates 2026-06-11 16:03:52 +09:00
Alexey Pustovalov 604166c4a8 Updated Alpine to 3.24 version 2026-06-11 16:03:40 +09:00
Alexey Pustovalov e477491ffe Moved increment to proper place 2026-06-11 15:57:22 +09:00
Alexey Pustovalov 4812a8f22e Allow to use empty db schema 2026-06-09 15:42:24 +09:00
Alexey Pustovalov 7babf33296 Redesign web config file 2026-06-04 20:04:58 +09:00
Alexey Pustovalov 616a100621 Merge pull request #1911 from zabbix/fix/vault_prefix
Fix/vault prefix
2026-06-03 16:55:33 +09:00
Continuous Integration 5d97d46161 Zabbix v7.4.11 release 2026-06-02 15:49:30 +03:00
Alexey Pustovalov 0870fd03e1
Merge pull request #1921 from zabbix/dependabot/github_actions/actions/upload-artifact-7.0.1
Bump actions/upload-artifact from 7.0.0 to 7.0.1
2026-05-30 15:33:49 +09:00
Alexey Pustovalov 2003bede1e
Merge pull request #1922 from zabbix/dependabot/github_actions/actions/dependency-review-action-5.0.0
Bump actions/dependency-review-action from 4.9.0 to 5.0.0
2026-05-30 15:33:24 +09:00
Alexey Pustovalov bb35890e7d
Merge pull request #1923 from zabbix/dependabot/github_actions/step-security/harden-runner-2.19.4
Bump step-security/harden-runner from 2.16.0 to 2.19.4
2026-05-30 15:33:07 +09:00
dependabot[bot] 7c2183aa3c
Bump step-security/harden-runner from 2.16.0 to 2.19.4
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.16.0 to 2.19.4.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](fa2e9d605c...9af89fc715)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.19.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 06:07:35 +00:00
dependabot[bot] 26f61dad99
Bump actions/dependency-review-action from 4.9.0 to 5.0.0
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.9.0 to 5.0.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](2031cfc080...a1d282b36b)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 06:07:21 +00:00
dependabot[bot] d282fe549c
Bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](bbbca2ddaa...043fb46d1a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-29 06:07:17 +00:00
Alexey Pustovalov cf5b71186c
Merge pull request #1916 from zabbix/dependabot/github_actions/SonarSource/sonarqube-scan-action-8.1.0
Bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.1.0
2026-05-29 12:29:21 +09:00
Alexey Pustovalov 35fb177a09
Merge pull request #1917 from zabbix/dependabot/github_actions/docker/login-action-4.2.0
Bump docker/login-action from 4.0.0 to 4.2.0
2026-05-29 12:29:08 +09:00
Alexey Pustovalov 56e12a2db6
Merge pull request #1918 from zabbix/dependabot/github_actions/redhat-actions/podman-login-1.7
Bump redhat-actions/podman-login from 1.6 to 1.7
2026-05-29 12:28:58 +09:00
Alexey Pustovalov 7ccf9c5c34
Merge pull request #1919 from zabbix/dependabot/github_actions/docker/metadata-action-6.1.0
Bump docker/metadata-action from 6.0.0 to 6.1.0
2026-05-29 12:28:46 +09:00
Alexey Pustovalov 59a114bd92
Merge pull request #1920 from zabbix/dependabot/github_actions/github/codeql-action-4.36.0
Bump github/codeql-action from 4.34.1 to 4.36.0
2026-05-29 12:28:32 +09:00
Alexey Pustovalov e9e0d9f554 Added support for podman in make command 2026-05-28 21:46:15 +09:00
dependabot[bot] 5fc3bc7d59
Bump github/codeql-action from 4.34.1 to 4.36.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.34.1 to 4.36.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](3869755554...7211b7c807)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-27 07:45:49 +00:00
dependabot[bot] 418129bf6f
Bump docker/metadata-action from 6.0.0 to 6.1.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](030e881283...80c7e94dd9)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-27 07:45:38 +00:00
dependabot[bot] 4741bc2256
Bump redhat-actions/podman-login from 1.6 to 1.7
Bumps [redhat-actions/podman-login](https://github.com/redhat-actions/podman-login) from 1.6 to 1.7.
- [Release notes](https://github.com/redhat-actions/podman-login/releases)
- [Changelog](https://github.com/redhat-actions/podman-login/blob/main/CHANGELOG.md)
- [Commits](9184318aae...4934294ad0)

---
updated-dependencies:
- dependency-name: redhat-actions/podman-login
  dependency-version: '1.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-27 07:45:33 +00:00
dependabot[bot] 68baae4f9f
Bump docker/login-action from 4.0.0 to 4.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](b45d80f862...650006c6eb)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-27 07:45:28 +00:00
dependabot[bot] 6c12c41f68
Bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.1.0
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 7.0.0 to 8.1.0.
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
- [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v7.0.0...v8.1.0)

---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-27 07:45:24 +00:00
Alexey Pustovalov 8ecedd8286
Merge pull request #1899 from zabbix/dependabot/github_actions/redhat-actions/push-to-registry-2.8
Bump redhat-actions/push-to-registry from 2.7.1 to 2.8
2026-05-27 16:43:02 +09:00
Alexey Pustovalov 6878fed22f
Merge pull request #1913 from robertsilen/docs/mariadb-support
Document MariaDB support in README
2026-05-27 16:36:47 +09:00