From 33022b813c84c346b0f3c9965b7cad4aceec73c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 6 Sep 2023 00:47:46 +0200 Subject: [PATCH 01/21] [TMP] Run regression --- dependencies.json | 65 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 0000000..535250f --- /dev/null +++ b/dependencies.json @@ -0,0 +1,65 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/admin-ui", + "package": "ibexa/admin-ui", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/content-forms", + "package": "ibexa/content-forms", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/content-tree", + "package": "ibexa/content-tree", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/tree-builder", + "package": "ibexa/tree-builder", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/scheduler", + "package": "ibexa/scheduler", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/taxonomy", + "package": "ibexa/taxonomy", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/site-factory", + "package": "ibexa/site-factory", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/personalization", + "package": "ibexa/personalization", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/page-builder", + "package": "ibexa/page-builder", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/icons", + "package": "ibexa/icons", + "shouldBeAddedAsVCS": true + } + ] +} \ No newline at end of file From 108a4972cc95dc97aaa16f3f0130634ffb509959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 30 Aug 2023 16:07:22 +0200 Subject: [PATCH 02/21] Run single job --- .github/workflows/browser-tests.yml | 46 +---------------------------- 1 file changed, 1 insertion(+), 45 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index dbb5f54..45785ac 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -19,49 +19,6 @@ on: pull_request: ~ jobs: - regression-commerce-setup1: - name: "PHP 7.4/Node 14/PostgreSQL/Varnish/Redis/Multirepository" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main - with: - project-edition: "commerce" - project-version: ${{ github.event.inputs.project-version }} - 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-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml" - send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} - job-count: 4 - multirepository: true - php-image: "ghcr.io/ibexa/docker/php:7.4-node14" - timeout: 120 - secrets: - SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} - SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }} - TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }} - AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} - AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} - AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - regression-commerce-setup2: - name: "PHP 8.0/Node 16/MySQL/Compatibility layer" - uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main - with: - project-edition: "commerce" - project-version: ${{ github.event.inputs.project-version }} - 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/selenium.yml" - send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} - job-count: 4 - multirepository: true - php-image: "ghcr.io/ibexa/docker/php:8.0-node16" - timeout: 120 - secrets: - SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} - SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }} - TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} regression-commerce-setup3: name: "PHP 8.1/MySQL/Multirepository" uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main @@ -73,8 +30,7 @@ jobs: test-setup-phase-2: "--profile=regression --suite=setup-commerce --tags=@part2 --mode=standard" setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml" send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} - job-count: 4 - multirepository: true + job-count: 1 php-image: "ghcr.io/ibexa/docker/php:8.1-node18" timeout: 120 secrets: From 518c61ae110fa6920f7bfa4019830065548d1a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 6 Sep 2023 11:54:33 +0200 Subject: [PATCH 03/21] behat --- dependencies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.json b/dependencies.json index 535250f..161d80b 100644 --- a/dependencies.json +++ b/dependencies.json @@ -2,7 +2,7 @@ "recipesEndpoint": "", "packages": [ { - "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", + "requirement": "dev-behat-simplify-actions-in-edit-mode as 4.6.x-dev", "repositoryUrl": "https://github.com/ibexa/admin-ui", "package": "ibexa/admin-ui", "shouldBeAddedAsVCS": false @@ -62,4 +62,4 @@ "shouldBeAddedAsVCS": true } ] -} \ No newline at end of file +} From 38c959ac1951b479f51094297a721f4a8f3c4eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 6 Sep 2023 15:54:12 +0200 Subject: [PATCH 04/21] Rerun From 552cf3a4bddd07f9ea1e076255248419926ace75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 7 Sep 2023 09:36:50 +0200 Subject: [PATCH 05/21] Rerun From e846d7e56a7fff5454bb9695a21d672e35331c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 7 Sep 2023 14:55:20 +0200 Subject: [PATCH 06/21] tmp --- .github/workflows/browser-tests.yml | 2 +- dependencies.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 45785ac..b2c7870 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -32,7 +32,7 @@ jobs: send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }} job-count: 1 php-image: "ghcr.io/ibexa/docker/php:8.1-node18" - timeout: 120 + timeout: 150 secrets: SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }} diff --git a/dependencies.json b/dependencies.json index 161d80b..80ad93d 100644 --- a/dependencies.json +++ b/dependencies.json @@ -2,7 +2,7 @@ "recipesEndpoint": "", "packages": [ { - "requirement": "dev-behat-simplify-actions-in-edit-mode as 4.6.x-dev", + "requirement": "dev-simplify-actions-in-edit-mode as 4.6.x-dev", "repositoryUrl": "https://github.com/ibexa/admin-ui", "package": "ibexa/admin-ui", "shouldBeAddedAsVCS": false @@ -19,6 +19,12 @@ "package": "ibexa/content-tree", "shouldBeAddedAsVCS": true }, + { + "requirement": "dev-adapt-tests as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/form-builder", + "package": "ibexa/form-builder", + "shouldBeAddedAsVCS": true + }, { "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", "repositoryUrl": "https://github.com/ibexa/tree-builder", From 8477a897c7922ab57a98cc94d2e4502c17751e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 7 Sep 2023 15:26:02 +0200 Subject: [PATCH 07/21] Fix --- dependencies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.json b/dependencies.json index 80ad93d..0515817 100644 --- a/dependencies.json +++ b/dependencies.json @@ -2,7 +2,7 @@ "recipesEndpoint": "", "packages": [ { - "requirement": "dev-simplify-actions-in-edit-mode as 4.6.x-dev", + "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", "repositoryUrl": "https://github.com/ibexa/admin-ui", "package": "ibexa/admin-ui", "shouldBeAddedAsVCS": false From 1707f1ebc33804385b0cb17ffc9b124e05531dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 7 Sep 2023 17:34:35 +0200 Subject: [PATCH 08/21] New dep --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index 0515817..9485d4b 100644 --- a/dependencies.json +++ b/dependencies.json @@ -25,6 +25,12 @@ "package": "ibexa/form-builder", "shouldBeAddedAsVCS": true }, + { + "requirement": "dev-adjust-tests as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/scheduler", + "package": "ibexa/scheduler", + "shouldBeAddedAsVCS": true + }, { "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", "repositoryUrl": "https://github.com/ibexa/tree-builder", From d20bc4f67579f743cb345c4743bca4b7e895b699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 7 Sep 2023 19:24:08 +0200 Subject: [PATCH 09/21] new deps --- dependencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dependencies.json b/dependencies.json index 9485d4b..4e9c8a6 100644 --- a/dependencies.json +++ b/dependencies.json @@ -31,6 +31,12 @@ "package": "ibexa/scheduler", "shouldBeAddedAsVCS": true }, + { + "requirement": "dev-adjust-tests as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/product-catalog", + "package": "ibexa/product-catalog", + "shouldBeAddedAsVCS": true + }, { "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", "repositoryUrl": "https://github.com/ibexa/tree-builder", From 54ba98d50326ad4aa200102390703d667c21732d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 7 Sep 2023 22:02:24 +0200 Subject: [PATCH 10/21] Rerun From beda231133d1893fd7815e8238796783f9d23806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 7 Sep 2023 23:37:08 +0200 Subject: [PATCH 11/21] Rerun From 4baff7a216f08187a27333cd8089c67e0cb47e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 8 Sep 2023 00:22:24 +0200 Subject: [PATCH 12/21] Rerun From fe3db8b6ebf94bd4230a58a78ffb41935c2b2f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 8 Sep 2023 00:51:30 +0200 Subject: [PATCH 13/21] Rerun From b6db6e418e479d455f038fc7bbd46e8c0a1393ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 8 Sep 2023 09:43:24 +0200 Subject: [PATCH 14/21] Rerun From 13c9f50575bc094c6ee159f527e5d271d59fc79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 8 Sep 2023 10:57:35 +0200 Subject: [PATCH 15/21] Rerun From ec87eeec9b3907663c501c71bcbde1d543e03949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 8 Sep 2023 11:37:31 +0200 Subject: [PATCH 16/21] Rerun From 150c7e6f47cefb4c71b113ce871adc718bceeac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 11 Sep 2023 09:07:19 +0200 Subject: [PATCH 17/21] Rerun From 10c49dde7c29f7d3a004de47e94384962743414c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 11 Sep 2023 12:06:33 +0200 Subject: [PATCH 18/21] Rerun From 3771f93823d4cd2ee228a112d69d9b1e3440c0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 11 Sep 2023 19:14:41 +0200 Subject: [PATCH 19/21] fixed --- dependencies.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dependencies.json b/dependencies.json index 4e9c8a6..45b623b 100644 --- a/dependencies.json +++ b/dependencies.json @@ -43,12 +43,6 @@ "package": "ibexa/tree-builder", "shouldBeAddedAsVCS": true }, - { - "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", - "repositoryUrl": "https://github.com/ibexa/scheduler", - "package": "ibexa/scheduler", - "shouldBeAddedAsVCS": true - }, { "requirement": "dev-simplify-action-in-edit-mode as 4.6.x-dev", "repositoryUrl": "https://github.com/ibexa/taxonomy", From 4a321fe1eafeb7f8b5ecd00e296fd14429d3d68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 11 Sep 2023 21:57:14 +0200 Subject: [PATCH 20/21] Rerun From 18223664ebc84846947321d1f95478c36e203066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Tue, 12 Sep 2023 09:40:54 +0200 Subject: [PATCH 21/21] Rerun