Fixes #1986 Fixes #1994 - Updated .gitignore to include SSL certificate files. - Introduced new GitHub Actions workflows for testing compatibility with Zabbix versions 5.0, 6.0, 7.0, and 7.2. - Added integration tests for Zabbix API for each version, ensuring proper authentication and API version handling. - Updated Docker Compose files to support SSL configuration for Zabbix web services. - Removed deprecated default Docker Compose and bootstrap files. - Removed devenv for version 6.2.
58 lines
622 B
Plaintext
58 lines
622 B
Plaintext
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
.idea/
|
|
.vscode
|
|
|
|
*.bat
|
|
.DS_Store
|
|
|
|
# Grafana linter config
|
|
# .jshintrc
|
|
# .jscs.json
|
|
# .jsfmtrc
|
|
|
|
# Builded docs
|
|
docs/site/
|
|
|
|
# Tests
|
|
dist/test/
|
|
dist/test-setup/
|
|
|
|
vendor
|
|
src/vendor
|
|
src/vendor/npm
|
|
node_modules
|
|
coverage/
|
|
/tmp
|
|
|
|
artifacts/
|
|
work/
|
|
|
|
# playwright
|
|
test-results/
|
|
playwright-report/
|
|
blob-report/
|
|
playwright/.cache/
|
|
playwright/.auth/
|
|
|
|
# Tools logs
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Built plugin
|
|
dist/
|
|
ci/
|
|
alexanderzobnin-zabbix-app.zip
|
|
|
|
.eslintcache
|
|
|
|
# locally required config files
|
|
public/css/*.min.css
|
|
|
|
provisioning/
|
|
|
|
# SSL certificates
|
|
devenv/nginx/nginx.crt
|
|
devenv/nginx/nginx.key
|