From 863019531eff4f622b5c1251dc05f3ad60ff29e1 Mon Sep 17 00:00:00 2001 From: sayan goswami Date: Fri, 24 May 2024 00:15:12 +0530 Subject: [PATCH 1/7] Back to dev --- .idea/orca.iml | 1 - config/VERSION | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.idea/orca.iml b/.idea/orca.iml index ac4f6919d..ac0a48aa3 100644 --- a/.idea/orca.iml +++ b/.idea/orca.iml @@ -3,7 +3,6 @@ - diff --git a/config/VERSION b/config/VERSION index ba50f2dac..16f2219cd 100644 --- a/config/VERSION +++ b/config/VERSION @@ -1 +1 @@ -v4.8.0 +v4.9.0-dev From 2a82743f97d70e2fd900a8375701b5eddc5c7dec Mon Sep 17 00:00:00 2001 From: Sayan Goswami Date: Fri, 24 May 2024 18:31:25 +0530 Subject: [PATCH 2/7] Update tests (#558) --- tests/Domain/Package/PackageTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Domain/Package/PackageTest.php b/tests/Domain/Package/PackageTest.php index d987fc8ac..6cf39e44a 100644 --- a/tests/Domain/Package/PackageTest.php +++ b/tests/Domain/Package/PackageTest.php @@ -78,7 +78,7 @@ public function testConstructionAndGetters($data, $package_name, $project_name, public static function providerConstructionAndGetters(): array { return [ 'Full specification' => [ - 'drupal/example_library' => [ + 'data' => [ 'type' => 'library', 'install_path' => 'custom/path/to/example_library', 'url' => '/var/www/example_library', @@ -107,7 +107,7 @@ public static function providerConstructionAndGetters(): array { TRUE, ], 'Minimum specification/default values' => [ - 'drupal/example_module' => [], + 'data' => [], 'drupal/example_module', 'example_module', 'example_module', @@ -124,7 +124,7 @@ public static function providerConstructionAndGetters(): array { TRUE, ], 'Module that should be enabled' => [ - 'drupal/example_module' => [ + 'data' => [ 'version' => NULL, 'version_dev' => NULL, ], @@ -144,7 +144,7 @@ public static function providerConstructionAndGetters(): array { TRUE, ], 'Module that should not be enabled' => [ - 'drupal/example_module' => [ + 'data' => [ 'enable' => FALSE, ], 'drupal/example_module', @@ -163,7 +163,7 @@ public static function providerConstructionAndGetters(): array { TRUE, ], 'Theme' => [ - 'drupal/example_theme' => [ + 'data' => [ 'type' => 'drupal-theme', ], 'drupal/example_theme', From 70e6705f93df310b90be3c6eaba0e04f961abc28 Mon Sep 17 00:00:00 2001 From: Sayan Goswami Date: Mon, 27 May 2024 18:21:00 +0530 Subject: [PATCH 3/7] Remove CH (#559) --- .idea/orca.iml | 1 + config/packages.yml | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.idea/orca.iml b/.idea/orca.iml index ac0a48aa3..ac4f6919d 100644 --- a/.idea/orca.iml +++ b/.idea/orca.iml @@ -3,6 +3,7 @@ + diff --git a/config/packages.yml b/config/packages.yml index 62b6cc04e..b78f82733 100644 --- a/config/packages.yml +++ b/config/packages.yml @@ -73,9 +73,10 @@ drupal/acquia_connector: version: 4.x version_dev: 4.x-dev -drupal/acquia_contenthub: - version: 3.4.x - version_dev: 3.4.x +# Removed due to outage caused by drupal/s3fs on 27/05/2024. +#drupal/acquia_contenthub: +# version: 3.4.x +# version_dev: 3.4.x drupal/acquia_perz: version: 4.x From bf7670d511d6d1bedd2aecdb87cfc86a3d34c6c0 Mon Sep 17 00:00:00 2001 From: Sayan Goswami Date: Mon, 27 May 2024 19:13:01 +0530 Subject: [PATCH 4/7] Remove ACMS (#560) --- config/packages.yml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/config/packages.yml b/config/packages.yml index b78f82733..9c142753c 100644 --- a/config/packages.yml +++ b/config/packages.yml @@ -50,24 +50,25 @@ # config/services.yml for the relevant code or bin/self-test for a usage # example. -acquia/acquia_cms: - version: 2.x - version_dev: 2.x-dev - -drupal/acquia_cms_common: - core_matrix: - '>=10.2.2': - version: 3.3.x - version_dev: 3.3.x-dev - 10.1.x: - version: 3.2.x - version_dev: 3.2.x-dev - '>=10.0.9 <10.1': - version: 3.1.x - version_dev: 3.1.x-dev - '>=9.5.10 <10.0.9': - version: 2.x - version_dev: 2.x-dev +# Removed due to outage caused by ACMS on 27/05/2024. +#acquia/acquia_cms: +# version: 2.x +# version_dev: 2.x-dev +# +#drupal/acquia_cms_common: +# core_matrix: +# '>=10.2.2': +# version: 3.3.x +# version_dev: 3.3.x-dev +# 10.1.x: +# version: 3.2.x +# version_dev: 3.2.x-dev +# '>=10.0.9 <10.1': +# version: 3.1.x +# version_dev: 3.1.x-dev +# '>=9.5.10 <10.0.9': +# version: 2.x +# version_dev: 2.x-dev drupal/acquia_connector: version: 4.x From b375b960014e6c18dfd00e97158aa89c32991548 Mon Sep 17 00:00:00 2001 From: Sayan Goswami Date: Mon, 27 May 2024 23:55:04 +0530 Subject: [PATCH 5/7] Remove ACMS, Acquia Search and Contenthub from Drupal 10.3.x (#561) * Remove ACMS * Remove packages from NEXT MINOR --- config/packages.yml | 64 +++++++++++++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 23 deletions(-) diff --git a/config/packages.yml b/config/packages.yml index 9c142753c..bef0df56f 100644 --- a/config/packages.yml +++ b/config/packages.yml @@ -51,33 +51,46 @@ # example. # Removed due to outage caused by ACMS on 27/05/2024. -#acquia/acquia_cms: -# version: 2.x -# version_dev: 2.x-dev -# -#drupal/acquia_cms_common: -# core_matrix: -# '>=10.2.2': -# version: 3.3.x -# version_dev: 3.3.x-dev -# 10.1.x: -# version: 3.2.x -# version_dev: 3.2.x-dev -# '>=10.0.9 <10.1': -# version: 3.1.x -# version_dev: 3.1.x-dev -# '>=9.5.10 <10.0.9': -# version: 2.x -# version_dev: 2.x-dev +acquia/acquia_cms: + core_matrix: + 10.3.x: + version: ~ + version_dev: ~ + '*': + version: 2.x + version_dev: 2.x-dev + +drupal/acquia_cms_common: + core_matrix: + 10.3.x: + version: ~ + version_dev: ~ + '>=10.2.2': + version: 3.3.x + version_dev: 3.3.x-dev + 10.1.x: + version: 3.2.x + version_dev: 3.2.x-dev + '>=10.0.9 <10.1': + version: 3.1.x + version_dev: 3.1.x-dev + '>=9.5.10 <10.0.9': + version: 2.x + version_dev: 2.x-dev drupal/acquia_connector: version: 4.x version_dev: 4.x-dev # Removed due to outage caused by drupal/s3fs on 27/05/2024. -#drupal/acquia_contenthub: -# version: 3.4.x -# version_dev: 3.4.x +drupal/acquia_contenthub: + core_matrix: + 10.3.x: + version: ~ + version_dev: ~ + '*': + version: 3.4.x + version_dev: 3.4.x drupal/acquia_perz: version: 4.x @@ -97,8 +110,13 @@ drupal/acsf_sso: version_dev: ~ drupal/acquia_search: - version: 3.1.x - version_dev: 3.1.x-dev + core_matrix: + 10.3.x: + version: ~ + version_dev: ~ + '*': + version: 3.1.x + version_dev: 3.1.x-dev acquia/coding-standards: type: phpcodesniffer-standard From ffdcd8f255bb4acc899a309c8c993b12d0326542 Mon Sep 17 00:00:00 2001 From: Sayan Goswami Date: Tue, 28 May 2024 11:54:38 +0530 Subject: [PATCH 6/7] Updating comments (#562) * Remove ACMS * Remove packages from NEXT MINOR * update comments --- config/packages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/packages.yml b/config/packages.yml index bef0df56f..4d044241e 100644 --- a/config/packages.yml +++ b/config/packages.yml @@ -50,7 +50,7 @@ # config/services.yml for the relevant code or bin/self-test for a usage # example. -# Removed due to outage caused by ACMS on 27/05/2024. +# Removed due to outage caused by ACMS on 27/05/2024 from Drupal 10.3.x acquia/acquia_cms: core_matrix: 10.3.x: @@ -60,6 +60,7 @@ acquia/acquia_cms: version: 2.x version_dev: 2.x-dev +# Removed from Drupal 10.3.x due to outage caused by ACMS on 27/05/2024. drupal/acquia_cms_common: core_matrix: 10.3.x: @@ -82,7 +83,7 @@ drupal/acquia_connector: version: 4.x version_dev: 4.x-dev -# Removed due to outage caused by drupal/s3fs on 27/05/2024. +# Removed due to outage caused by drupal/s3fs on 27/05/2024 from Drupal 10.3.x drupal/acquia_contenthub: core_matrix: 10.3.x: From 1478507d89b5da3fbfa5a89d4e4538a7e585556d Mon Sep 17 00:00:00 2001 From: sayan goswami Date: Tue, 28 May 2024 12:22:29 +0530 Subject: [PATCH 7/7] Updated version --- config/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/VERSION b/config/VERSION index 16f2219cd..7bd7ebe25 100644 --- a/config/VERSION +++ b/config/VERSION @@ -1 +1 @@ -v4.9.0-dev +v4.9.0