Skip to content

Commit 98e66d8

Browse files
author
Andrei Neagu
committed
Merge remote-tracking branch 'upstream/master' into pr-osparc-docker-socket-via-http-interface
2 parents 8f062d2 + 89d6628 commit 98e66d8

File tree

423 files changed

+11154
-13462
lines changed

Some content is hidden

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

423 files changed

+11154
-13462
lines changed

.env-devel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ DYNAMIC_SCHEDULER_UI_STORAGE_SECRET=adminadmin
139139

140140
FUNCTION_SERVICES_AUTHORS='{"UN": {"name": "Unknown", "email": "[email protected]", "affiliation": "unknown"}}'
141141

142+
WEBSERVER_LICENSES={}
143+
LICENSES_ITIS_VIP_SYNCER_ENABLED=false
144+
LICENSES_ITIS_VIP_API_URL=https://replace-with-itis-api/{category}
145+
LICENSES_ITIS_VIP_CATEGORIES='{"HumanWholeBody": "Humans", "HumanBodyRegion": "Humans (Region)", "AnimalWholeBody": "Animal"}'
146+
LICENSES_SPEAG_PHANTOMS_API_URL=https://replace-with-speag-api/{category}
147+
LICENSES_SPEAG_PHANTOMS_CATEGORIES='{"ComputationalPhantom": "Phantom of the Opera"}'
148+
142149
# Can use 'docker run -it itisfoundation/invitations:latest simcore-service-invitations generate-dotenv --auto-password'
143150
INVITATIONS_DEFAULT_PRODUCT=osparc
144151
INVITATIONS_HOST=invitations
@@ -278,7 +285,6 @@ WB_GC_GROUPS=0
278285
WB_GC_INVITATIONS=null
279286
WB_GC_LOGIN=null
280287
WB_GC_LOGLEVEL=INFO
281-
WB_GC_META_MODELING=0
282288
WB_GC_NOTIFICATIONS=0
283289
WB_GC_PAYMENTS=null
284290
WB_GC_PRODUCTS=0
@@ -293,7 +299,6 @@ WB_GC_STUDIES_DISPATCHER=null
293299
WB_GC_TAGS=0
294300
WB_GC_TRACING=null
295301
WB_GC_USERS={}
296-
WB_GC_VERSION_CONTROL=0
297302
WB_GC_WALLETS=0
298303

299304
WB_DB_EL_ACTIVITY=null
@@ -310,7 +315,6 @@ WB_DB_EL_GROUPS=0
310315
WB_DB_EL_INVITATIONS=null
311316
WB_DB_EL_LOGIN=null
312317
WB_DB_EL_LOGLEVEL=INFO
313-
WB_DB_EL_META_MODELING=0
314318
WB_DB_EL_NOTIFICATIONS=0
315319
WB_DB_EL_PAYMENTS=null
316320
WB_DB_EL_PRODUCTS=0
@@ -325,7 +329,6 @@ WB_DB_EL_STUDIES_DISPATCHER=null
325329
WB_DB_EL_TAGS=0
326330
WB_DB_EL_TRACING=null
327331
WB_DB_EL_USERS={}
328-
WB_DB_EL_VERSION_CONTROL=0
329332
WB_DB_EL_WALLETS=0
330333

331334
# WEBSERVER ----
@@ -377,10 +380,8 @@ WEBSERVER_GARBAGE_COLLECTOR=null
377380
WEBSERVER_GROUPS=1
378381
WEBSERVER_GUNICORN_CMD_ARGS=--timeout=180
379382
WEBSERVER_HOST=webserver
380-
WEBSERVER_LICENSES=true
381383
WEBSERVER_LOGIN={}
382384
WEBSERVER_LOGLEVEL=INFO
383-
WEBSERVER_META_MODELING=1
384385
WEBSERVER_NOTIFICATIONS=1
385386
WEBSERVER_PAYMENTS={}
386387
WEBSERVER_PORT=8080
@@ -398,4 +399,3 @@ WEBSERVER_STUDIES_DISPATCHER={}
398399
WEBSERVER_TAGS=1
399400
WEBSERVER_TRACING=null
400401
WEBSERVER_USERS={}
401-
WEBSERVER_VERSION_CONTROL=1

.github/mergify.yml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -22,48 +22,3 @@ queue_rules:
2222
- check-success=unit-tests
2323
- check-success=integration-tests
2424
- check-success=system-tests
25-
26-
27-
pull_request_rules:
28-
- name: retry flaky tests (when PR is approved)
29-
conditions:
30-
- label=🤖-automerge
31-
- label!=🤖-do-not-merge
32-
- base=master
33-
34-
- -draft # PR is not in draft state
35-
- -conflict # No merge conflicts
36-
- "#approved-reviews-by>=2" # Requires 2 approving reviews
37-
- "#changes-requested-reviews-by=0" # No changes requested
38-
- "#review-threads-unresolved=0" # All review threads resolved
39-
40-
- or:
41-
- check-failure=system-test-environment-setup
42-
- check-failure=changes
43-
- check-failure=build-test-images
44-
- check-failure=build-test-images-frontend
45-
- check-failure=unit-tests
46-
- check-failure=integration-tests
47-
- check-failure=system-tests
48-
actions:
49-
comment:
50-
message: "Restarted CI due to failing tests"
51-
github_actions:
52-
workflow:
53-
dispatch:
54-
- workflow: ci-testing-deploy.yml
55-
56-
- name: Automatically add PR to queue if it meets conditions
57-
conditions:
58-
- "label=🤖-automerge"
59-
- "label!=🤖-do-not-merge"
60-
- "base=master"
61-
62-
- "-draft" # PR is not in draft state
63-
- "-conflict" # PR has no conflicts
64-
- "#approved-reviews-by>=2" # Requires 2 approvals
65-
- "#changes-requested-reviews-by=0" # No requested changes
66-
- "#review-threads-unresolved=0" # All review threads resolved
67-
actions:
68-
queue:
69-
name: default

.github/workflows/ci-testing-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Check openapi specs are up to date
4040
run: |
4141
if ! ./ci/github/helpers/openapi-specs-diff.bash diff \
42-
https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/${{ github.event.after }} \
42+
https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/${{ github.event.pull_request.head.sha }} \
4343
.; then \
4444
echo "::error:: OAS are not up to date. Run 'make openapi-specs' to update them"; exit 1; \
4545
fi

api/specs/storage/Makefile

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

0 commit comments

Comments
 (0)