From 177a8f298d02d1e9aafda49f5c64e6a9233967aa Mon Sep 17 00:00:00 2001 From: Antoine Bouhours Date: Fri, 2 Feb 2024 10:31:01 +0100 Subject: [PATCH 1/3] Add gridadmin submodule --- .gitmodules | 3 +++ frontend/apps/gridadmin-app | 1 + 2 files changed, 4 insertions(+) create mode 160000 frontend/apps/gridadmin-app diff --git a/.gitmodules b/.gitmodules index d375f43..8059cc1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -294,3 +294,6 @@ path = backend/libs/powsybl-optimizer url = https://github.com/powsybl/powsybl-optimizer branch = main +[submodule "frontend/apps/gridadmin-app"] + path = frontend/apps/gridadmin-app + url = https://github.com/gridsuite/gridadmin-app.git diff --git a/frontend/apps/gridadmin-app b/frontend/apps/gridadmin-app new file mode 160000 index 0000000..371068e --- /dev/null +++ b/frontend/apps/gridadmin-app @@ -0,0 +1 @@ +Subproject commit 371068ea97793bfb250937b38734ad069a88c2a3 From bbe9c3d5c1d2d3f48de80033178061927d192cc6 Mon Sep 17 00:00:00 2001 From: BOUHOURS Antoine Date: Thu, 22 Feb 2024 15:06:59 +0100 Subject: [PATCH 2/3] Review comments --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 8059cc1..463b628 100644 --- a/.gitmodules +++ b/.gitmodules @@ -297,3 +297,4 @@ [submodule "frontend/apps/gridadmin-app"] path = frontend/apps/gridadmin-app url = https://github.com/gridsuite/gridadmin-app.git + branch = main \ No newline at end of file From 63bb2e83ee99afba3b10c809b84d4c7e1a9766dd Mon Sep 17 00:00:00 2001 From: BOUHOURS Antoine Date: Thu, 22 Feb 2024 15:11:57 +0100 Subject: [PATCH 3/3] Review comments --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 463b628..e2aa474 100644 --- a/.gitmodules +++ b/.gitmodules @@ -297,4 +297,4 @@ [submodule "frontend/apps/gridadmin-app"] path = frontend/apps/gridadmin-app url = https://github.com/gridsuite/gridadmin-app.git - branch = main \ No newline at end of file + branch = main