Skip to content

Commit 3195f1e

Browse files
committed
Merge remote-tracking branch 'upstream/master' into upgrade-master-3
2 parents 06df37d + e6f82c9 commit 3195f1e

File tree

80 files changed

+1896
-1174
lines changed

Some content is hidden

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

80 files changed

+1896
-1174
lines changed

.codecov.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ flag_management:
1313
threshold: 1%
1414
- type: patch
1515
target: auto
16+
threshold: 1%
1617

1718

1819
component_management:
@@ -31,7 +32,7 @@ component_management:
3132
- packages/aws-library/**
3233
- component_id: pkg_dask_task_models_library
3334
paths:
34-
- packages/dask-task-library/**
35+
- packages/dask-task-models-library/**
3536
- component_id: pkg_models_library
3637
paths:
3738
- packages/models-library/**
@@ -92,9 +93,6 @@ component_management:
9293
- component_id: invitations
9394
paths:
9495
- services/invitations/**
95-
- component_id: migration
96-
paths:
97-
- services/migration/**
9896
- component_id: osparc_gateway_server
9997
paths:
10098
- services/osparc-gateway-server/**
@@ -119,10 +117,12 @@ coverage:
119117
project:
120118
default:
121119
informational: true
120+
threshold: 1%
122121

123122
patch:
124123
default:
125124
informational: true
125+
threshold: 1%
126126

127127
comment:
128128
layout: "header,diff,flags,components,footer"

.env-devel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ LOGIN_ACCOUNT_DELETION_RETENTION_DAYS=31
309309
LOGIN_REGISTRATION_CONFIRMATION_REQUIRED=0
310310
LOGIN_REGISTRATION_INVITATION_REQUIRED=0
311311
PROJECTS_INACTIVITY_INTERVAL=20
312+
PROJECTS_TRASH_RETENTION_DAYS=7
312313
PROJECTS_MAX_COPY_SIZE_BYTES=30Gib
313314
PROJECTS_MAX_NUM_RUNNING_DYNAMIC_NODES=5
314315
REST_SWAGGER_API_DOC_ENABLED=1

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"block-scoped-var": "warn",
2424
"brace-style": [
2525
"warn",
26-
"stroustrup"
26+
"1tbs"
2727
],
2828
"indent": [
2929
"warn",

0 commit comments

Comments
 (0)