From d69031e252a0dbcc978562229a23a3b0108a5386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 18 Feb 2025 14:40:46 +0100 Subject: [PATCH 1/3] [TMP] Run regression --- dependencies.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 0000000..e015a81 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,23 @@ +{ + "recipesEndpoint": "https://api.github.com/repos/ibexa/recipes-dev/contents/index.json?ref=flex/pull-156", + "packages": [ + { + "requirement": "dev-IBX-9217-URL-validation as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/admin-ui", + "package": "ibexa/admin-ui", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-sele-img-25 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/behat", + "package": "ibexa/behat", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-sele-img-25 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/taxonomy", + "package": "ibexa/taxonomy", + "shouldBeAddedAsVCS": true + } + ] +} \ No newline at end of file From 0c1eb73ff92a38f0810421daaaa7f855355da4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 20 Feb 2025 10:29:39 +0100 Subject: [PATCH 2/3] fix --- date | 1 + 1 file changed, 1 insertion(+) create mode 100644 date diff --git a/date b/date new file mode 100644 index 0000000..4d6c75f --- /dev/null +++ b/date @@ -0,0 +1 @@ +czw 20 lut 10:29:39 2025 CET From f6e53f335810a825e5841219a35947806fbf3215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 24 Feb 2025 10:13:58 +0100 Subject: [PATCH 3/3] p-c dep --- dependencies.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dependencies.json b/dependencies.json index e015a81..e425d14 100644 --- a/dependencies.json +++ b/dependencies.json @@ -18,6 +18,12 @@ "repositoryUrl": "https://github.com/ibexa/taxonomy", "package": "ibexa/taxonomy", "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-sele-img-25 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/product-catalog", + "package": "ibexa/product-catalog", + "shouldBeAddedAsVCS": true } ] -} \ No newline at end of file +}