From ba2070e65ec14244915c8baf50159b75df872806 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Tue, 21 Oct 2025 12:45:30 +0200 Subject: [PATCH 1/8] updates --- nodes/generalFunctions | 2 +- nodes/pumpingStation | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/generalFunctions b/nodes/generalFunctions index dc50432..d7cb8e1 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit dc50432ee83154b9eee0e16aaa85e6ecb7cf1f93 +Subproject commit d7cb8e1072500994dedf59ed7ef94b2c48754f6a diff --git a/nodes/pumpingStation b/nodes/pumpingStation index 6580788..f29aa4f 160000 --- a/nodes/pumpingStation +++ b/nodes/pumpingStation @@ -1 +1 @@ -Subproject commit 65807881d5487f0006790f9388fe38ffd6f32db9 +Subproject commit f29aa4f5afd2f51bc4d3c59a1184e007877c571a From 53d1e9ac312ab6ca38d441af7f2440a2024b9c3f Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Thu, 23 Oct 2025 10:21:28 +0200 Subject: [PATCH 2/8] new commits --- nodes/generalFunctions | 2 +- nodes/pumpingStation | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/generalFunctions b/nodes/generalFunctions index d7cb8e1..1725c5b 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit d7cb8e1072500994dedf59ed7ef94b2c48754f6a +Subproject commit 1725c5b0e9ae4cf8101aa63fa55527e2d8539682 diff --git a/nodes/pumpingStation b/nodes/pumpingStation index f29aa4f..371f3c6 160000 --- a/nodes/pumpingStation +++ b/nodes/pumpingStation @@ -1 +1 @@ -Subproject commit f29aa4f5afd2f51bc4d3c59a1184e007877c571a +Subproject commit 371f3c65e79445f9ee2bca870c8dba4af7f1b40e From d9cced8932d4129fdecaffc95ab9090292b9b93d Mon Sep 17 00:00:00 2001 From: Rene De ren Date: Fri, 24 Oct 2025 15:13:03 +0200 Subject: [PATCH 3/8] remove pumpingstation in git --- .gitmodules | 3 --- nodes/pumpingStation | 1 - 2 files changed, 4 deletions(-) delete mode 160000 nodes/pumpingStation diff --git a/.gitmodules b/.gitmodules index 57cd0de..673cc8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,6 +29,3 @@ [submodule "nodes/reactor"] path = nodes/reactor url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git -[submodule "nodes/pumpingStation"] - path = nodes/pumpingStation - url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation.git diff --git a/nodes/pumpingStation b/nodes/pumpingStation deleted file mode 160000 index 371f3c6..0000000 --- a/nodes/pumpingStation +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 371f3c65e79445f9ee2bca870c8dba4af7f1b40e From fa8aa0c5275a8d72f74e0405977d25eeb73d4c4c Mon Sep 17 00:00:00 2001 From: Rene De ren Date: Fri, 24 Oct 2025 15:15:51 +0200 Subject: [PATCH 4/8] added pumpingstation --- .gitmodules | 3 +++ nodes/pumpingStation | 1 + 2 files changed, 4 insertions(+) create mode 160000 nodes/pumpingStation diff --git a/.gitmodules b/.gitmodules index 673cc8a..a280e73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,3 +29,6 @@ [submodule "nodes/reactor"] path = nodes/reactor url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git +[submodule "nodes/pumpingStation"] + path = nodes/pumpingStation + url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation diff --git a/nodes/pumpingStation b/nodes/pumpingStation new file mode 160000 index 0000000..371f3c6 --- /dev/null +++ b/nodes/pumpingStation @@ -0,0 +1 @@ +Subproject commit 371f3c65e79445f9ee2bca870c8dba4af7f1b40e From d5a802f04f4b004573e8f173fbcc4afcb1cd63c9 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:10:23 +0200 Subject: [PATCH 5/8] test pumpingstation fix? --- nodes/generalFunctions | 2 +- nodes/pumpingStation | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/generalFunctions b/nodes/generalFunctions index 1725c5b..48a227d 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit 1725c5b0e9ae4cf8101aa63fa55527e2d8539682 +Subproject commit 48a227d51970b5c0b05a5597291fd288dbc4e75c diff --git a/nodes/pumpingStation b/nodes/pumpingStation index 371f3c6..6e9ae9f 160000 --- a/nodes/pumpingStation +++ b/nodes/pumpingStation @@ -1 +1 @@ -Subproject commit 371f3c65e79445f9ee2bca870c8dba4af7f1b40e +Subproject commit 6e9ae9fc7eb45a1e1e6ee7027e2848d831f491dc From 04d0b50b3d0330e721efa5b992dd0dfa7fe00406 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Tue, 21 Oct 2025 12:45:30 +0200 Subject: [PATCH 6/8] updates --- nodes/generalFunctions | 2 +- nodes/machineGroupControl | 2 +- nodes/monster | 2 +- nodes/pumpingStation | 2 +- nodes/reactor | 2 +- nodes/rotatingMachine | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nodes/generalFunctions b/nodes/generalFunctions index 9b7a8ae..48a227d 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit 9b7a8ae2c8ae149f48608e2fa5a180b486700978 +Subproject commit 48a227d51970b5c0b05a5597291fd288dbc4e75c diff --git a/nodes/machineGroupControl b/nodes/machineGroupControl index 6818561..e052625 160000 --- a/nodes/machineGroupControl +++ b/nodes/machineGroupControl @@ -1 +1 @@ -Subproject commit 681856104d0b1b0e3deb20cdd72e6b48469c70ad +Subproject commit e0526250c26b9cfe98287a159763c677c469035e diff --git a/nodes/monster b/nodes/monster index a061873..cf10e20 160000 --- a/nodes/monster +++ b/nodes/monster @@ -1 +1 @@ -Subproject commit a061873537a2ecb70b325b9f3bcd11288116cbc0 +Subproject commit cf10e20404575821b0a60d2ae5ae15f14b43b234 diff --git a/nodes/pumpingStation b/nodes/pumpingStation index 6580788..6e9ae9f 160000 --- a/nodes/pumpingStation +++ b/nodes/pumpingStation @@ -1 +1 @@ -Subproject commit 65807881d5487f0006790f9388fe38ffd6f32db9 +Subproject commit 6e9ae9fc7eb45a1e1e6ee7027e2848d831f491dc diff --git a/nodes/reactor b/nodes/reactor index 670c4de..7c8722b 160000 --- a/nodes/reactor +++ b/nodes/reactor @@ -1 +1 @@ -Subproject commit 670c4deacbe4a0afc70e87c36d63d74585910c03 +Subproject commit 7c8722b3244d95346934a795094f1d34cbee17ee diff --git a/nodes/rotatingMachine b/nodes/rotatingMachine index 5a14f44..d2a0274 160000 --- a/nodes/rotatingMachine +++ b/nodes/rotatingMachine @@ -1 +1 @@ -Subproject commit 5a14f44fddd30cd67fd140d4927c6d9283ce4d7c +Subproject commit d2a0274eb36e2bee80e7db5b6fbe69e98f250487 From 5761fd382e2059afb90040059564f763fa6444e0 Mon Sep 17 00:00:00 2001 From: Rene De ren Date: Fri, 24 Oct 2025 15:13:03 +0200 Subject: [PATCH 7/8] remove pumpingstation in git --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 57cd0de..673cc8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,6 +29,3 @@ [submodule "nodes/reactor"] path = nodes/reactor url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git -[submodule "nodes/pumpingStation"] - path = nodes/pumpingStation - url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation.git From 3a181e78f3e8c12fe17f1a48d434e41337300009 Mon Sep 17 00:00:00 2001 From: Rene De ren Date: Fri, 24 Oct 2025 15:15:51 +0200 Subject: [PATCH 8/8] added pumpingstation --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 673cc8a..a280e73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,3 +29,6 @@ [submodule "nodes/reactor"] path = nodes/reactor url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git +[submodule "nodes/pumpingStation"] + path = nodes/pumpingStation + url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation