Skip to content

Commit 6fd6729

Browse files
authored
πŸ—‘οΈ Retire webserver's project meta-modeling and version-control βš οΈπŸš¨πŸ—ƒοΈ (#7182)
1 parent 36e3b06 commit 6fd6729

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+308
-5319
lines changed

β€Ž.env-develβ€Ž

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ WB_GC_GROUPS=0
279279
WB_GC_INVITATIONS=null
280280
WB_GC_LOGIN=null
281281
WB_GC_LOGLEVEL=INFO
282-
WB_GC_META_MODELING=0
283282
WB_GC_NOTIFICATIONS=0
284283
WB_GC_PAYMENTS=null
285284
WB_GC_PRODUCTS=0
@@ -294,7 +293,6 @@ WB_GC_STUDIES_DISPATCHER=null
294293
WB_GC_TAGS=0
295294
WB_GC_TRACING=null
296295
WB_GC_USERS={}
297-
WB_GC_VERSION_CONTROL=0
298296
WB_GC_WALLETS=0
299297

300298
WB_DB_EL_ACTIVITY=null
@@ -311,7 +309,6 @@ WB_DB_EL_GROUPS=0
311309
WB_DB_EL_INVITATIONS=null
312310
WB_DB_EL_LOGIN=null
313311
WB_DB_EL_LOGLEVEL=INFO
314-
WB_DB_EL_META_MODELING=0
315312
WB_DB_EL_NOTIFICATIONS=0
316313
WB_DB_EL_PAYMENTS=null
317314
WB_DB_EL_PRODUCTS=0
@@ -326,7 +323,6 @@ WB_DB_EL_STUDIES_DISPATCHER=null
326323
WB_DB_EL_TAGS=0
327324
WB_DB_EL_TRACING=null
328325
WB_DB_EL_USERS={}
329-
WB_DB_EL_VERSION_CONTROL=0
330326
WB_DB_EL_WALLETS=0
331327

332328
# WEBSERVER ----
@@ -380,7 +376,6 @@ WEBSERVER_GUNICORN_CMD_ARGS=--timeout=180
380376
WEBSERVER_HOST=webserver
381377
WEBSERVER_LOGIN={}
382378
WEBSERVER_LOGLEVEL=INFO
383-
WEBSERVER_META_MODELING=1
384379
WEBSERVER_NOTIFICATIONS=1
385380
WEBSERVER_PAYMENTS={}
386381
WEBSERVER_PORT=8080
@@ -398,4 +393,3 @@ WEBSERVER_STUDIES_DISPATCHER={}
398393
WEBSERVER_TAGS=1
399394
WEBSERVER_TRACING=null
400395
WEBSERVER_USERS={}
401-
WEBSERVER_VERSION_CONTROL=1

β€Žapi/specs/web-server/_metamodeling.pyβ€Ž

Lines changed: 0 additions & 40 deletions
This file was deleted.

β€Žapi/specs/web-server/_version_control.pyβ€Ž

Lines changed: 0 additions & 89 deletions
This file was deleted.

β€Žapi/specs/web-server/openapi.pyβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"_licensed_items",
4040
"_licensed_items_purchases",
4141
"_licensed_items_checkouts",
42-
"_metamodeling",
4342
"_nih_sparc",
4443
"_nih_sparc_redirections",
4544
"_projects_crud",
@@ -59,7 +58,6 @@
5958
"_statics",
6059
"_storage",
6160
"_trash",
62-
"_version_control",
6361
"_workspaces",
6462
# maintenance ----
6563
"_admin",

0 commit comments

Comments
Β (0)