Skip to content

Commit ad60759

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/tests/e2e/npm_and_yarn-47ce2aa328
2 parents 9c26103 + c94ea58 commit ad60759

File tree

666 files changed

+25923
-12949
lines changed

Some content is hidden

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

666 files changed

+25923
-12949
lines changed

.env-devel

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ POSTGRES_HOST=postgres
194194
POSTGRES_PASSWORD=adminadmin
195195
POSTGRES_PORT=5432
196196
POSTGRES_USER=scu
197-
197+
POSTGRES_MINSIZE=2 # see https://github.com/ITISFoundation/osparc-simcore/pull/8199
198+
POSTGRES_MAXSIZE=50
198199
POSTGRES_READONLY_PASSWORD=readonly
199200
POSTGRES_READONLY_USER=postgres_readonly
200201

@@ -269,11 +270,18 @@ VENDOR_DEV_MANUAL_IMAGE=containous/whoami
269270
VENDOR_DEV_MANUAL_REPLICAS=1
270271
VENDOR_DEV_MANUAL_SUBDOMAIN=manual
271272

272-
## VENDOR DEVELOPMENT SERVICES ---
273+
## WEBSERVER SERVICES VARIANTS ---
273274

274275
WB_API_WEBSERVER_HOST=wb-api-server
275276
WB_API_WEBSERVER_PORT=8080
276277

278+
WB_AUTH_DIAGNOSTICS={}
279+
WB_AUTH_LOGLEVEL=INFO
280+
WB_AUTH_PROFILING=1
281+
WB_AUTH_TRACING={}
282+
WB_AUTH_WEBSERVER_HOST=wb-auth
283+
WB_AUTH_WEBSERVER_PORT=8080
284+
277285
WB_GC_ACTIVITY=null
278286
WB_GC_ANNOUNCEMENTS=0
279287
WB_GC_CATALOG=null

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
name: 🐛 Bug
22
description: File a bug/issue
3-
labels: ["bug", "t:bug"]
4-
assignees: ["pcrespov"]
3+
title: "[Bug]: "
4+
labels:
5+
- bug
6+
- "t:bug"
7+
assignees:
8+
- bisgaard-itis
9+
- giancarloromeo
10+
- GitHK
11+
- matusdrobuliak66
12+
- odeimaiz
13+
- pcrespov
14+
- sanderegg
15+
projects:
16+
- "ITISFoundation/projects/15"
17+
type: "Bug"
518
body:
619
- type: checkboxes
720
attributes:
@@ -20,7 +33,7 @@ body:
2033
- "production aws (e.g. osparc.io)"
2134
- "staging aws (e.g. staging.osparc.io)"
2235
- "production on-premise (dalco)"
23-
- "stating on-premise (dalco)"
36+
- "staging on-premise (dalco)"
2437
- "development (master)"
2538
- "other (e.g. local)"
2639
validations:

.github/ISSUE_TEMPLATE/2_feature_request.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
name: ✨ Feature request
2-
description: Suggest an idea to implement in the simcore plaform
3-
labels: ["t:enhancement"]
4-
assignees: ["pcrespov"]
2+
description: Suggest an idea to implement in the simcore platform
3+
title: "[Feature]: "
4+
labels:
5+
- t:enhancement
6+
assignees:
7+
- bisgaard-itis
8+
- giancarloromeo
9+
- GitHK
10+
- matusdrobuliak66
11+
- odeimaiz
12+
- pcrespov
13+
- sanderegg
14+
type: "Feature"
515
body:
616
- type: checkboxes
717
attributes:

.github/ISSUE_TEMPLATE/3_maintenance_issue.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
name: 🏗️ Maintenance
22
description: A change in the code to overcome technical debt
3-
labels: ["t:maintenance"]
4-
assignees: ["pcrespov"]
3+
title: "[Maintenance]: "
4+
labels:
5+
- "t:maintenance"
6+
assignees:
7+
- bisgaard-itis
8+
- giancarloromeo
9+
- GitHK
10+
- matusdrobuliak66
11+
- odeimaiz
12+
- pcrespov
13+
- sanderegg
14+
projects:
15+
- "ITISFoundation/projects/9"
16+
type: "Task"
517
body:
618
- type: checkboxes
719
attributes:

.github/ISSUE_TEMPLATE/4_pre_release.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: 🚀 Pre-release to staging (developers-only)
22
description: Issue to plan and log pre-release from master to staging deploy (including staging hotfixes)
33
title: "🚀 Pre-release master -> staging_<sprint_name><version>"
4-
labels: ["t:maintenance", "release"]
5-
assignees: ["matusdrobuliak66"]
4+
labels:
5+
- "t:maintenance"
6+
- release
7+
assignees:
8+
- matusdrobuliak66
9+
- YuryHrytsuk
10+
type: "Task"
611
body:
712
- type: dropdown
813
id: prerelease_kind
@@ -34,8 +39,8 @@ body:
3439
attributes:
3540
label: Commit SHA
3641
description: |
37-
Selets the commit from which the release takes placeholder. Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
38-
IMPORTANT: make sure t (i.e. tests passed and images were built and pushed)
42+
Selects the commit from which the release takes place. Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
43+
IMPORTANT: make sure CI (i.e. tests passed and images were built and pushed)
3944
placeholder: 7d9dcc313f9ced0bd1e6508363148841683b6d7c
4045
validations:
4146
required: true
@@ -49,7 +54,7 @@ body:
4954
required: true
5055
- type: checkboxes
5156
attributes:
52-
label: Did the commit CI suceeded?
57+
label: Did the commit CI succeed?
5358
description: Check the CI of the selected commit in the [repo commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
5459
options:
5560
- label: The commit CI succeeded.
@@ -159,3 +164,4 @@ body:
159164
``` md
160165
https://github.com/ITISFoundation/osparc-simcore/releases/tag/staging_<sprint_name><version>
161166
```
167+
```

.github/ISSUE_TEMPLATE/5_release.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: 🚀 Release to production (developers-only)
22
description: Creates an issue to plan and log the release from staging to production
33
title: "🚀 Release v<M.m.0>"
4-
labels: ["t:maintenance", "release"]
5-
assignees: ["matusdrobuliak66"]
4+
labels:
5+
- "t:maintenance"
6+
- release
7+
assignees:
8+
- matusdrobuliak66
9+
- YuryHrytsuk
10+
type: "Task"
611
body:
712
- type: input
813
id: version
@@ -17,8 +22,8 @@ body:
1722
attributes:
1823
label: Commit SHA
1924
description: |
20-
Selects the commit from which the release takes placeholder. Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
21-
IMPORTANT: make sure t (i.e. tests passed and images were built and pushed)
25+
Selects the commit from which the release takes place. Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
26+
IMPORTANT: make sure CI (i.e. tests passed and images were built and pushed)
2227
placeholder: 7d9dcc313f9ced0bd1e6508363148841683b6d7c
2328
validations:
2429
required: true
@@ -41,7 +46,7 @@ body:
4146
required: true
4247
- type: checkboxes
4348
attributes:
44-
label: Did the commit CI suceeded?
49+
label: Did the commit CI succeed?
4550
description: Check the CI of the selected commit in the [repo commits](https://github.com/ITISFoundation/osparc-simcore/commits/master) to make sure the images are built and ready
4651
options:
4752
- label: The commit CI succeeded.
@@ -162,3 +167,4 @@ body:
162167
``` md
163168
:tada: https://github.com/ITISFoundation/osparc-simcore/releases/tag/v<M.m.0>
164169
```
170+
```

.github/ISSUE_TEMPLATE/6_hotfix.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: 🚑️ Hotfix (developers-only)
22
description: Critical hotfix to staging or production
33
title: "🚑️ Release hotfix/v<version> (hotfix)"
4-
labels: ["t:maintenance", "release"]
5-
assignees: ["matusdrobuliak66"]
4+
labels:
5+
- "t:maintenance"
6+
- release
7+
assignees:
8+
- matusdrobuliak66
9+
- YuryHrytsuk
10+
type: "Task"
611
body:
712
- type: input
813
id: version
@@ -17,8 +22,8 @@ body:
1722
attributes:
1823
label: Branching Commit SHA
1924
description: |
20-
Select the commit from which the hot-fix branch needs to emerge . Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
21-
IMPORTANT: make sure t (i.e. tests passed and images were built and pushed)
25+
Select the commit from which the hot-fix branch needs to emerge. Check [commits](https://github.com/ITISFoundation/osparc-simcore/commits/master)
26+
IMPORTANT: make sure CI (i.e. tests passed and images were built and pushed)
2227
placeholder: e.g. `8d9a27ebb3e64956e6a41f31839748b3f6a27074`
2328
validations:
2429
required: true
@@ -78,8 +83,8 @@ body:
7883
attributes:
7984
label: Hotfix Commit SHA
8085
description: |
81-
Selects the the head commit of the hotfix branch
82-
IMPORTANT: make sure t (i.e. tests passed and images were built and pushed)
86+
Selects the head commit of the hotfix branch
87+
IMPORTANT: make sure CI (i.e. tests passed and images were built and pushed)
8388
placeholder: e.g. `d1f2e9ed-3b82-424e-8afa-17940614f042`
8489
validations:
8590
required: false
@@ -108,3 +113,4 @@ body:
108113
``` md
109114
:tada: https://github.com/ITISFoundation/osparc-simcore/releases/tag/v<version>
110115
```
116+
```

.github/ISSUE_TEMPLATE/7_regular_maintenance.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
name: ⬆️ Regular maintenance (developers-only)
22
description: Creates an issue to plan a regular maintenance each sprint
3-
title: " ⬆️ Regular maintenance <sprint_name>"
4-
labels: ["t:maintenance"]
5-
assignees: ["matusdrobuliak66"]
3+
title: "⬆️ Regular maintenance <sprint_name>"
4+
labels:
5+
- "t:maintenance"
6+
assignees:
7+
- bisgaard-itis
8+
- giancarloromeo
9+
- GitHK
10+
- matusdrobuliak66
11+
- odeimaiz
12+
- pcrespov
13+
- sanderegg
14+
type: "Task"
15+
projects:
16+
- "ITISFoundation/projects/9"
617
body:
718
- type: input
819
id: sprint
@@ -13,13 +24,13 @@ body:
1324
required: true
1425
- type: textarea
1526
attributes:
16-
label: ⬆️ Requirements
27+
label: ⬆️ Requirements
1728
description: |
1829
Upgrade of Requirements
1930
value: |
2031
- Update of test & tools dependencies repository-wise
2132
- [ ] ``make reqs``
22-
- Update of most important libraries repository-wise make ``reqs-all upgrade=foo==1.2.3``
33+
- Update of most important libraries repository-wise make ``reqs-all startswith=pydantic``
2334
- [ ] fastapi
2435
- [ ] pydantic
2536
- [ ] aio-pika

.github/actions/setup-simcore-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
uv-version:
1111
description: 'UV version to use'
1212
required: false
13-
default: '0.7.x'
13+
default: '0.8.x'
1414

1515
cache-dependency-glob:
1616
description: 'Glob pattern for cache dependency files'

.github/workflows/_reusable-build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
timeout-minutes: 30
2626
runs-on: ${{ inputs.os }}
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Setup SimCore environment
3030
uses: ./.github/actions/setup-simcore-env
3131
with:

0 commit comments

Comments
 (0)