From c4a93522b2021cb6275bfe337fa5ddad102b3821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 9 Jan 2026 13:46:50 +0100 Subject: [PATCH 1/7] [TMP] Run regression --- dependencies.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 00000000..5d6bc9f8 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,11 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-bump-dependencies as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/behat", + "package": "ibexa/behat", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file From 0b0f5ea47dd9c3fdc3fde954c6afbec96b2cb8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 23 Jan 2026 15:35:20 +0100 Subject: [PATCH 2/7] fixup! [TMP] Run regression --- dependencies.json | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/dependencies.json b/dependencies.json index 5d6bc9f8..2503dc6f 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,11 +1,35 @@ { - "recipesEndpoint": "", + "recipesEndpoint": "https://api.github.com/repos/micszo/recipes-dev/contents/index.json?ref=flex/pull-2", "packages": [ { "requirement": "dev-bump-dependencies as 4.6.x-dev", "repositoryUrl": "https://github.com/ibexa/behat", "package": "ibexa/behat", "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-10495-bump-guzzle as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/automated-translation", + "package": "ibexa/automated-translation", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-support-es8 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/elasticsearch8", + "package": "ibexa/elasticsearch8", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-10495-support-unsplash-client-3.2 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/connector-unsplash", + "package": "ibexa/connector-unsplash", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-10495-bump-ES-to-8 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/oss", + "package": "ibexa/oss", + "shouldBeAddedAsVCS": false } ] -} \ No newline at end of file +} From 7b61168f77baca47f09e74ad803b89fe4a38a9c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 26 Jan 2026 14:07:45 +0100 Subject: [PATCH 3/7] ES 8 --- .github/workflows/browser-tests.yml | 4 ++-- dependencies.json | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 606f1ffb..48247192 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -36,7 +36,7 @@ jobs: timeout: 120 secrets: inherit regression-commerce-setup2: - name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic/Valkey latest" + name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: project-edition: "commerce" @@ -44,7 +44,7 @@ jobs: test-suite: "--profile=regression --suite=commerce" test-setup-phase-1: "--profile=regression --suite=setup-commerce --tags=~@part2 --mode=standard" test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard" - setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml" + setup: "doc/docker/base-dev.yml:doc/docker/db-mariadb11.4.yml:doc/docker/elastic8.yml:doc/docker/valkey-latest.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} use-compatibility-layer: true job-count: 4 diff --git a/dependencies.json b/dependencies.json index 2503dc6f..faefab96 100644 --- a/dependencies.json +++ b/dependencies.json @@ -30,6 +30,12 @@ "repositoryUrl": "https://github.com/ibexa/oss", "package": "ibexa/oss", "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-10495-4.6 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/docker", + "package": "ibexa/docker", + "shouldBeAddedAsVCS": false } ] } From 04be4b2d5618adbb3970e8550efc2ddf7ec09315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 26 Jan 2026 15:48:37 +0100 Subject: [PATCH 4/7] [tmp] ci-scripts-branch --- .github/workflows/browser-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 48247192..10d3c7e1 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,6 +23,7 @@ jobs: name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-10495-4.6' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -39,6 +40,7 @@ jobs: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-10495-4.6' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -56,6 +58,7 @@ jobs: name: "PHP 8.3/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: + ci-scripts-branch: 'ibx-10495-4.6' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" From f9c9de8f071e806f5b246939cf3fb600d8695720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 29 Jan 2026 12:24:32 +0100 Subject: [PATCH 5/7] [tmp] test opt-in install --- dependencies.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dependencies.json b/dependencies.json index faefab96..e547a3e6 100644 --- a/dependencies.json +++ b/dependencies.json @@ -13,12 +13,6 @@ "package": "ibexa/automated-translation", "shouldBeAddedAsVCS": false }, - { - "requirement": "dev-support-es8 as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/elasticsearch8", - "package": "ibexa/elasticsearch8", - "shouldBeAddedAsVCS": true - }, { "requirement": "dev-ibx-10495-support-unsplash-client-3.2 as 4.6.x-dev", "repositoryUrl": "https://github.com/ibexa/connector-unsplash", From 98e05a8ab19b207d32fdfc5eac4c03ae5e5a94f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 2 Feb 2026 11:53:36 +0100 Subject: [PATCH 6/7] Revert "[tmp] ci-scripts-branch" This reverts commit 04be4b2d5618adbb3970e8550efc2ddf7ec09315. --- .github/workflows/browser-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 10d3c7e1..48247192 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -23,7 +23,6 @@ jobs: name: "PHP 7.4/Node 18/PostgreSQL 18.0/Varnish/Redis 7.2/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-10495-4.6' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -40,7 +39,6 @@ jobs: name: "PHP 8.0/Node 20/MariaDB 11.4/Compatibility layer/Elastic 8/Valkey latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-10495-4.6' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" @@ -58,7 +56,6 @@ jobs: name: "PHP 8.3/Node 22/MySQL 8.4/Multirepository/Solr 8/Redis latest" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main with: - ci-scripts-branch: 'ibx-10495-4.6' project-edition: "commerce" project-version: ${{ github.event.inputs.project-version }} test-suite: "--profile=regression --suite=commerce" From 21001bdfc4bed27da9037b877ef526989690ff37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 2 Feb 2026 11:53:54 +0100 Subject: [PATCH 7/7] Revert dependencies.json --- dependencies.json | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json deleted file mode 100644 index e547a3e6..00000000 --- a/dependencies.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "recipesEndpoint": "https://api.github.com/repos/micszo/recipes-dev/contents/index.json?ref=flex/pull-2", - "packages": [ - { - "requirement": "dev-bump-dependencies as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/behat", - "package": "ibexa/behat", - "shouldBeAddedAsVCS": false - }, - { - "requirement": "dev-ibx-10495-bump-guzzle as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/automated-translation", - "package": "ibexa/automated-translation", - "shouldBeAddedAsVCS": false - }, - { - "requirement": "dev-ibx-10495-support-unsplash-client-3.2 as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/connector-unsplash", - "package": "ibexa/connector-unsplash", - "shouldBeAddedAsVCS": true - }, - { - "requirement": "dev-ibx-10495-bump-ES-to-8 as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/oss", - "package": "ibexa/oss", - "shouldBeAddedAsVCS": false - }, - { - "requirement": "dev-ibx-10495-4.6 as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/docker", - "package": "ibexa/docker", - "shouldBeAddedAsVCS": false - } - ] -}