zabbix-graphql-api/docs
Andreas Hilbig fdfd5f1e0e feat: add comprehensive tests and samples for host and user rights endpoints
- 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.
2026-01-26 16:55:23 +01:00
..
sample_all_devices_query.graphql feat: add comprehensive tests and samples for host and user rights endpoints 2026-01-26 16:55:23 +01:00
sample_all_host_groups_query.graphql feat: add comprehensive tests and samples for host and user rights endpoints 2026-01-26 16:55:23 +01:00
sample_all_hosts_query.graphql feat: add comprehensive tests and samples for host and user rights endpoints 2026-01-26 16:55:23 +01:00
sample_all_template_groups_query.graphql feat: add template and template group management via GraphQL 2026-01-24 15:42:13 +01:00
sample_delete_template_groups_mutation.graphql feat: add template and template group management via GraphQL 2026-01-24 15:42:13 +01:00
sample_delete_templates_mutation.graphql feat: add template and template group management via GraphQL 2026-01-24 15:42:13 +01:00
sample_export_user_rights_query.graphql feat: add comprehensive tests and samples for host and user rights endpoints 2026-01-26 16:55:23 +01:00
sample_import_host_groups_mutation.graphql feat: add comprehensive tests and samples for host and user rights endpoints 2026-01-26 16:55:23 +01:00
sample_import_hosts_mutation.graphql feat: add comprehensive tests and samples for host and user rights endpoints 2026-01-26 16:55:23 +01:00
sample_import_template_groups_mutation.graphql feat: add template and template group management via GraphQL 2026-01-24 15:42:13 +01:00
sample_import_templates_mutation.graphql feat: add template and template group management via GraphQL 2026-01-24 15:42:13 +01:00
sample_import_user_rights_mutation.graphql feat: add comprehensive tests and samples for host and user rights endpoints 2026-01-26 16:55:23 +01:00
sample_templates_query.graphql feat: add template and template group management via GraphQL 2026-01-24 15:42:13 +01:00