-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
314 lines (314 loc) · 11.1 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
[submodule "powsybl-core"]
path = backend/libs/powsybl-core
url = https://github.com/powsybl/powsybl-core
branch = main
[submodule "powsybl-math-native"]
path = backend/libs/powsybl-math-native
url = https://github.com/powsybl/powsybl-math-native
branch = main
[submodule "powsybl-dynawo"]
path = backend/libs/powsybl-dynawo
url = https://github.com/powsybl/powsybl-dynawo
branch = main
[submodule "powsybl-open-loadflow"]
path = backend/libs/powsybl-open-loadflow
url = https://github.com/powsybl/powsybl-open-loadflow
branch = main
[submodule "powsybl-network-store"]
path = backend/libs/powsybl-network-store
url = https://github.com/powsybl/powsybl-network-store
branch = main
[submodule "powsybl-single-line-diagram-server"]
path = backend/servers/powsybl-single-line-diagram-server
url = https://github.com/powsybl/powsybl-single-line-diagram-server
branch = main
[submodule "powsybl-network-conversion-server"]
path = backend/servers/powsybl-network-conversion-server
url = https://github.com/powsybl/powsybl-network-conversion-server
branch = main
[submodule "powsybl-case"]
path = backend/libs/powsybl-case
url = https://github.com/powsybl/powsybl-case
branch = main
[submodule "powsybl-parent"]
path = backend/build/powsybl-parent
url = https://github.com/powsybl/powsybl-parent
branch = main
[submodule "powsybl-entsoe"]
path = backend/libs/powsybl-entsoe
url = https://github.com/powsybl/powsybl-entsoe
branch = main
[submodule "java-docker"]
path = docker/java-docker
url = https://github.com/powsybl/java-docker
branch = main
[submodule "powsybl-ws-commons"]
path = backend/libs/powsybl-ws-commons
url = https://github.com/powsybl/powsybl-ws-commons
branch = main
[submodule "study-server"]
path = backend/servers/study-server
url = https://github.com/gridsuite/study-server
branch = main
[submodule "network-map-server"]
path = backend/servers/network-map-server
url = https://github.com/gridsuite/network-map-server
branch = main
[submodule "deployment"]
path = tools/deployment
url = https://github.com/gridsuite/deployment
branch = main
[submodule "gridstudy-app"]
path = frontend/apps/gridstudy-app
url = https://github.com/gridsuite/gridstudy-app
branch = main
[submodule "odre-server"]
path = backend/servers/odre-server
url = https://github.com/gridsuite/odre-server
branch = main
[submodule "oidc-mock-server"]
path = tools/oidc-mock-server
url = https://github.com/gridsuite/oidc-mock-server
branch = main
[submodule "broadcast-event"]
path = tools/broadcast-event
url = https://github.com/gridsuite/broadcast-event
branch = main
[submodule "network-modification-server"]
path = backend/servers/network-modification-server
url = https://github.com/gridsuite/network-modification-server
branch = main
[submodule "gateway"]
path = backend/servers/gateway
url = https://github.com/gridsuite/gateway
branch = main
[submodule "geo-data-app"]
path = frontend/apps/geo-data-app
url = https://github.com/gridsuite/geo-data-app
branch = main
[submodule "gridsuite.github.io"]
path = docs/gridsuite.github.io
url = https://github.com/gridsuite/gridsuite.github.io
branch = main
[submodule "commons-ui"]
path = frontend/libs/commons-ui
url = https://github.com/gridsuite/commons-ui
branch = main
[submodule "case-import-job"]
path = backend/jobs/case-import-job
url = https://github.com/gridsuite/case-import-job
branch = main
[submodule "loadflow-server"]
path = backend/servers/loadflow-server
url = https://github.com/gridsuite/loadflow-server
branch = main
[submodule "balances-adjustment-server"]
path = backend/servers/balances-adjustment-server
url = https://github.com/gridsuite/balances-adjustment-server
branch = main
[submodule "merge-orchestrator-server"]
path = backend/servers/merge-orchestrator-server
url = https://github.com/gridsuite/merge-orchestrator-server
branch = main
[submodule "gridapp-template"]
path = frontend/apps/gridapp-template
url = https://github.com/gridsuite/gridapp-template
branch = main
[submodule "case-validation-server"]
path = backend/servers/case-validation-server
url = https://github.com/gridsuite/case-validation-server
branch = main
[submodule "merge-notification-server"]
path = backend/servers/merge-notification-server
url = https://github.com/gridsuite/merge-notification-server
branch = main
[submodule "cgmes-assembling-job"]
path = backend/jobs/cgmes-assembling-job
url = https://github.com/gridsuite/cgmes-assembling-job
branch = main
[submodule "cgmes-boundary-server"]
path = backend/servers/cgmes-boundary-server
url = https://github.com/gridsuite/cgmes-boundary-server
branch = main
[submodule "gridmerge-app"]
path = frontend/apps/gridmerge-app
url = https://github.com/gridsuite/gridmerge-app
branch = main
[submodule "dependencies"]
path = backend/build/dependencies
url = https://github.com/gridsuite/dependencies
branch = main
[submodule "java-hades2-docker"]
path = docker/java-hades2-docker
url = https://github.com/gridsuite/java-hades2-docker
branch = main
[submodule "actions-server"]
path = backend/servers/actions-server
url = https://github.com/gridsuite/actions-server
branch = main
[submodule "security-analysis-server"]
path = backend/servers/security-analysis-server
url = https://github.com/gridsuite/security-analysis-server
branch = main
[submodule "gridactions-app"]
path = frontend/apps/gridactions-app
url = https://github.com/gridsuite/gridactions-app
branch = main
[submodule "test-cases"]
path = tools/test-cases
url = https://github.com/gridsuite/test-cases
branch = main
[submodule "config-server"]
path = backend/servers/config-server
url = https://github.com/gridsuite/config-server
branch = main
[submodule "config-notification-server"]
path = backend/servers/config-notification-server
url = https://github.com/gridsuite/config-notification-server
branch = main
[submodule "directory-server"]
path = backend/servers/directory-server
url = https://github.com/gridsuite/directory-server
branch = main
[submodule "java-dynawo-docker"]
path = docker/java-dynawo-docker
url = https://github.com/gridsuite/java-dynawo-docker
branch = main
[submodule "dynamic-simulation-server"]
path = backend/servers/dynamic-simulation-server
url = https://github.com/gridsuite/dynamic-simulation-server
branch = main
[submodule "dynamic-security-analysis-server"]
path = backend/servers/dynamic-security-analysis-server
url = https://github.com/gridsuite/dynamic-security-analysis-server
[submodule "cgmes-boundary-import-job"]
path = backend/jobs/cgmes-boundary-import-job
url = https://github.com/gridsuite/cgmes-boundary-import-job
branch = main
[submodule "griddyna-app"]
path = frontend/apps/griddyna-app
url = https://github.com/gridsuite/griddyna-app
branch = main
[submodule "filter-server"]
path = backend/servers/filter-server
url = https://github.com/gridsuite/filter-server
branch = main
[submodule "dynamic-mapping-server"]
path = backend/servers/dynamic-mapping-server
url = https://github.com/gridsuite/dynamic-mapping-server
branch = main
[submodule "report-server"]
path = backend/servers/report-server
url = https://github.com/gridsuite/report-server
branch = main
[submodule "gridexplore-app"]
path = frontend/apps/gridexplore-app
url = https://github.com/gridsuite/gridexplore-app
branch = main
[submodule "directory-notification-server"]
path = backend/servers/directory-notification-server
url = https://github.com/gridsuite/directory-notification-server
branch = main
[submodule "explore-server"]
path = backend/servers/explore-server
url = https://github.com/gridsuite/explore-server
branch = main
[submodule "documentation"]
path = docs/documentation
url = https://github.com/gridsuite/documentation
branch = main
[submodule "case-import-server"]
path = backend/servers/case-import-server
url = https://github.com/gridsuite/case-import-server
branch = main
[submodule "cgmes-gl-server"]
path = backend/servers/cgmes-gl-server
url = https://github.com/gridsuite/cgmes-gl-server
branch = main
[submodule "geo-data-server"]
path = backend/servers/geo-data-server
url = https://github.com/gridsuite/geo-data-server
branch = main
[submodule "admin-tools"]
path = tools/admin-tools
url = https://github.com/gridsuite/admin-tools
branch = main
[submodule "java-simulator-docker"]
path = docker/java-simulator-docker
url = https://github.com/gridsuite/java-simulator-docker
branch = main
[submodule "sensitivity-analysis-server"]
path = backend/servers/sensitivity-analysis-server
url = https://github.com/gridsuite/sensitivity-analysis-server
branch = main
[submodule "shortcircuit-server"]
path = backend/servers/shortcircuit-server
url = https://github.com/gridsuite/shortcircuit-server
branch = main
[submodule "study-notification-server"]
path = backend/servers/study-notification-server
url = https://github.com/gridsuite/study-notification-server
branch = main
[submodule "timeseries-server"]
path = backend/servers/timeseries-server
url = https://github.com/gridsuite/timeseries-server
branch = main
[submodule "user-admin-server"]
path = backend/servers/user-admin-server
url = https://github.com/gridsuite/user-admin-server
branch = main
[submodule "voltage-init-server"]
path = backend/servers/voltage-init-server
url = https://github.com/gridsuite/voltage-init-server
branch = main
[submodule "powsybl-case-datasource"]
path = backend/libs/powsybl-case-datasource
url = https://github.com/powsybl/powsybl-case-datasource
branch = main
[submodule "powsybl-case-server"]
path = backend/servers/powsybl-case-server
url = https://github.com/powsybl/powsybl-case-server
branch = main
[submodule "powsybl-dependencies"]
path = backend/build/powsybl-dependencies
url = https://github.com/powsybl/powsybl-dependencies
branch = main
[submodule "powsybl-diagram"]
path = backend/libs/powsybl-diagram
url = https://github.com/powsybl/powsybl-diagram
branch = main
[submodule "powsybl-diagram-viewer"]
path = frontend/libs/powsybl-diagram-viewer
url = https://github.com/powsybl/powsybl-diagram-viewer
branch = main
[submodule "powsybl-network-store-server"]
path = backend/servers/powsybl-network-store-server
url = https://github.com/powsybl/powsybl-network-store-server
branch = main
[submodule "powsybl-network-hypothesis"]
path = backend/libs/powsybl-network-hypothesis
url = https://github.com/powsybl/powsybl-network-hypothesis
branch = main
[submodule "powsybl-ws-dependencies"]
path = backend/build/powsybl-ws-dependencies
url = https://github.com/powsybl/powsybl-ws-dependencies
branch = main
[submodule "backend/libs/powsybl-optimizer"]
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
branch = main
[submodule "backend/libs/filter"]
path = backend/libs/filter
url = https://github.com/gridsuite/filter
branch = main
[submodule "backend/servers/study-config-server"]
path = backend/servers/study-config-server
url = https://github.com/gridsuite/study-config-server
branch = main
[submodule "user-identity-oidc-replication-server"]
path = backend/servers/user-identity-oidc-replication-server
url = https://github.com/gridsuite/user-identity-oidc-replication-server