A modern GraphQL interface for Zabbix, providing enhanced features and easier integration for automation and management.
- Added GraphQL sample queries and mutations for host and user rights endpoints in the 'docs' directory. - Implemented unit tests for all remaining GraphQL endpoints, including hosts, devices, host groups, locations, and user permissions. - Created dedicated integration tests for host and user rights workflows, utilizing the new sample files. - Fixed a bug in 'HostImporter.getHostGroupHierarchyNames' to correctly process and sort nested host group hierarchies. - Refined Zabbix API mocking in tests to improve reliability and support path-based routing. - Verified all 38 tests across 11 suites pass successfully. |
||
|---|---|---|
| .forgejo/workflows | ||
| .idea | ||
| docs | ||
| schema | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| codegen.ts | ||
| Dockerfile | ||
| jest.config.js | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| zabbix-graphql-api.iml | ||