Skip to content

Commit 2d564fc

Browse files
Merge branch 'master' into is8102/add-search-api-in-storage
2 parents 86f9bbb + 0c24036 commit 2d564fc

File tree

250 files changed

+8831
-2365
lines changed

Some content is hidden

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

250 files changed

+8831
-2365
lines changed

.env-devel

Lines changed: 2 additions & 1 deletion
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

.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:

.github/workflows/ci-arm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# secrets can be set in settings/secrets on github
2626
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: setup QEMU
3030
uses: docker/setup-qemu-action@v3
3131
- name: setup docker buildx

.github/workflows/ci-multi-architecture-fusing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# secrets can be set in settings/secrets on github
2727
DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: setup QEMU
3131
uses: docker/setup-qemu-action@v3
3232
- name: setup docker buildx

.github/workflows/ci-pact-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version: "0.6.x"
3232
enable-cache: false
3333
- name: checkout source branch
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
- name: Run pact tests
3636
run: |
3737
make devenv

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
TO_TAG_PREFIX: release-github
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333
- name: find branch name

.github/workflows/ci-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
TO_TAG_PREFIX: staging-github
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333
- name: find branch name

0 commit comments

Comments
 (0)