From 296e925f5aa19a073a06d6c5f1d75979090c165d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 18 Feb 2025 14:40:40 +0100 Subject: [PATCH 1/5] [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 7649886bf540d0051f85ccfea6d133bc41c5cf54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 19 Feb 2025 15:12:39 +0100 Subject: [PATCH 2/5] fix --- date | 1 + 1 file changed, 1 insertion(+) create mode 100644 date diff --git a/date b/date new file mode 100644 index 0000000..169df83 --- /dev/null +++ b/date @@ -0,0 +1 @@ +śro 19 lut 15:12:39 2025 CET From ed6c66fe691076b35f8fedf94136904c0af05cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 19 Feb 2025 16:07:41 +0100 Subject: [PATCH 3/5] fix --- date | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/date b/date index 169df83..921bcc7 100644 --- a/date +++ b/date @@ -1 +1 @@ -śro 19 lut 15:12:39 2025 CET +śro 19 lut 16:07:41 2025 CET From e1872c453e12dbea27c945e7b2acc6f046e30160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 20 Feb 2025 13:25:44 +0100 Subject: [PATCH 4/5] fix --- date | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/date b/date index 921bcc7..cf770e1 100644 --- a/date +++ b/date @@ -1 +1 @@ -śro 19 lut 16:07:41 2025 CET +czw 20 lut 13:25:44 2025 CET From 8e9244c2d42ff7065f42d70a6f42ae0b8777bd5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 24 Feb 2025 10:12:42 +0100 Subject: [PATCH 5/5] 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 +}