From 70e64448e5fa1808bf62be5e53603f3a25eda0ea Mon Sep 17 00:00:00 2001 From: Andreas Hilbig Date: Wed, 14 Jan 2026 10:03:38 +0100 Subject: [PATCH] chore: Move schema directory away from src; Migrate `extensions` to `schema` directory, update Dockerfile and configuration paths --- .idea/runConfigurations/index_ts.xml | 2 +- .idea/workspace.xml | 128 ++++++++++++------ Dockerfile | 2 +- codegen.ts | 2 +- {src/schema => schema}/api_commons.graphql | 0 .../device_value_commons.graphql | 0 {src/schema => schema}/devices.graphql | 0 .../extensions}/display_devices.graphql | 0 .../location_tracker_commons.graphql | 0 .../location_tracker_devices.graphql | 0 {src/schema => schema}/mutations.graphql | 0 {src/schema => schema}/queries.graphql | 0 {src/schema => schema}/zabbix.graphql | 0 src/api/schema.ts | 2 +- 14 files changed, 90 insertions(+), 46 deletions(-) rename {src/schema => schema}/api_commons.graphql (100%) rename {src/schema => schema}/device_value_commons.graphql (100%) rename {src/schema => schema}/devices.graphql (100%) rename {extensions => schema/extensions}/display_devices.graphql (100%) rename {extensions => schema/extensions}/location_tracker_commons.graphql (100%) rename {extensions => schema/extensions}/location_tracker_devices.graphql (100%) rename {src/schema => schema}/mutations.graphql (100%) rename {src/schema => schema}/queries.graphql (100%) rename {src/schema => schema}/zabbix.graphql (100%) diff --git a/.idea/runConfigurations/index_ts.xml b/.idea/runConfigurations/index_ts.xml index 9443e41..052e544 100644 --- a/.idea/runConfigurations/index_ts.xml +++ b/.idea/runConfigurations/index_ts.xml @@ -2,7 +2,7 @@ - + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b0d66d6..ad5476e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,20 @@