zabbix-graphql-api/docs
Andreas Hilbig 97a0f70fd6 feat(query-optimization): implement GraphQL query optimization and enhance regression suite
- **Optimization**: Implemented automatic Zabbix parameter optimization by analyzing GraphQL selection sets.

- **ZabbixRequest**: Added optimizeZabbixParams with support for skippable parameters and implied field dependencies (e.g., state -> items).

- **Resolvers**: Updated allHosts, allDevices, allHostGroups, and templates to pass requested fields to data sources.

- **Data Sources**: Optimized ZabbixQueryHostsGenericRequest and ZabbixQueryTemplatesRequest to skip unnecessary Zabbix API calls.

- **Regression Tests**: Enhanced RegressionTestExecutor with new tests for optimization (REG-OPT, REG-OPT-NEG), state retrieval (REG-STATE), dependent items (REG-DEP), and empty results (REG-EMPTY).

- **Documentation**: Created query_optimization.md How-To guide and updated roadmap.md, README.md, and tests.md.

- **Bug Fixes**: Fixed deviceType tag assignment during host import and corrected ZabbixCreateHostRequest to support tags.
2026-02-02 06:23:35 +01:00
..
howtos feat(query-optimization): implement GraphQL query optimization and enhance regression suite 2026-02-02 06:23:35 +01:00
queries feat: add GroundValueChecker and WeatherSensorDevice with public API integration 2026-02-01 21:07:21 +01:00
use-cases feat(query-optimization): implement GraphQL query optimization and enhance regression suite 2026-02-02 06:23:35 +01:00
tests.md feat(query-optimization): implement GraphQL query optimization and enhance regression suite 2026-02-02 06:23:35 +01:00
VCR - Technical product information.pdf docs: add Virtual Control Room (VCR) sample application info to README.md 2026-01-27 12:55:23 +01:00