From 98c612fc566185e78fb1bab53d731c376a39e7d4 Mon Sep 17 00:00:00 2001 From: Andreas Hilbig Date: Tue, 13 Jan 2026 14:42:11 +0100 Subject: [PATCH] chore: Add missing ".js" extensions to imports and improve Node.js compatibility for dynamic schema loading --- .idea/compiler.xml | 3 +- .idea/runConfigurations/index_ts.xml | 6 +- .idea/workspace.xml | 69 +++++++++++++++++++-- extensions/location_tracker_commons.graphql | 24 +++---- extensions/location_tracker_devices.graphql | 35 ++--------- src/api/resolver_helpers.ts | 2 +- src/api/resolvers.ts | 12 ++-- src/api/schema.ts | 8 ++- src/api/start.ts | 2 +- src/datasources/zabbix-hostgroups.ts | 8 +-- src/datasources/zabbix-items.ts | 2 +- src/datasources/zabbix-permissions.ts | 6 +- src/execution/host_exporter.ts | 2 +- src/execution/host_importer.ts | 2 +- src/schema/zabbix.graphql | 10 +++ 15 files changed, 121 insertions(+), 70 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 6e70aca..884029d 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,7 @@ - \ No newline at end of file diff --git a/.idea/runConfigurations/index_ts.xml b/.idea/runConfigurations/index_ts.xml index d0a877b..9443e41 100644 --- a/.idea/runConfigurations/index_ts.xml +++ b/.idea/runConfigurations/index_ts.xml @@ -1,8 +1,8 @@ - + - - + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d8954de..0bf46a2 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,21 @@ - - + + + + + + + + + + + + + + + + + + +