From 01b68e6fd9690a89b7176ea667992e2a4343ad7f Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Mon, 14 Oct 2024 12:39:42 +0200 Subject: [PATCH 1/2] [TMP] Run regression --- dependencies.json | 71 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 00000000..035d0590 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,71 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-ibx-8534-core-v5-p1 as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/core", + "package": "ibexa/core", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-8534-drop-core-deprecations as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/graphql", + "package": "ibexa/graphql", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-8534-core-deprecations as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/fieldtype-richtext", + "package": "ibexa/fieldtype-richtext", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-8534-core-deprecations as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/taxonomy", + "package": "ibexa/taxonomy", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-8534-core-deprecations as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/fieldtype-page", + "package": "ibexa/fieldtype-page", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-8534-core-deprecations as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/measurement", + "package": "ibexa/measurement", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-8534-core-deprecations as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/product-catalog", + "package": "ibexa/product-catalog", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-8534-core-deprecations as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/form-builder", + "package": "ibexa/form-builder", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-8534-drop-core-deprecations as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/user", + "package": "ibexa/user", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-8534-drop-core-deprecations as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/admin-ui", + "package": "ibexa/admin-ui", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-8534-drop-core-deprecations as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/content-forms", + "package": "ibexa/content-forms", + "shouldBeAddedAsVCS": false + } + ] +} From f6d652c92bd93abf2e6c78fcfd17441c869b5366 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Thu, 24 Oct 2024 14:45:51 +0200 Subject: [PATCH 2/2] Updated dependencies after some merges were done --- dependencies.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dependencies.json b/dependencies.json index 035d0590..42950498 100644 --- a/dependencies.json +++ b/dependencies.json @@ -7,12 +7,6 @@ "package": "ibexa/core", "shouldBeAddedAsVCS": false }, - { - "requirement": "dev-ibx-8534-drop-core-deprecations as 5.0.x-dev", - "repositoryUrl": "https://github.com/ibexa/graphql", - "package": "ibexa/graphql", - "shouldBeAddedAsVCS": false - }, { "requirement": "dev-ibx-8534-core-deprecations as 5.0.x-dev", "repositoryUrl": "https://github.com/ibexa/fieldtype-richtext", @@ -49,23 +43,11 @@ "package": "ibexa/form-builder", "shouldBeAddedAsVCS": true }, - { - "requirement": "dev-ibx-8534-drop-core-deprecations as 5.0.x-dev", - "repositoryUrl": "https://github.com/ibexa/user", - "package": "ibexa/user", - "shouldBeAddedAsVCS": false - }, { "requirement": "dev-ibx-8534-drop-core-deprecations as 5.0.x-dev", "repositoryUrl": "https://github.com/ibexa/admin-ui", "package": "ibexa/admin-ui", "shouldBeAddedAsVCS": false - }, - { - "requirement": "dev-ibx-8534-drop-core-deprecations as 5.0.x-dev", - "repositoryUrl": "https://github.com/ibexa/content-forms", - "package": "ibexa/content-forms", - "shouldBeAddedAsVCS": false } ] }