- Issue created by @xandeadx
- Assigned to sahilgidwani
- @sahilgidwani opened merge request.
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 11:22am 26 January 2023 - ๐ฎ๐ณIndia sahilgidwani Jaipur
I have made the required changes and checked on D10, it is working fine. Also, I have updated the readme.md according to the latest standards also.
Moving it to needs review. - Status changed to RTBC
almost 2 years ago 11:36am 31 January 2023 - ๐ฎ๐ณIndia vipin.j
vipin.j โ made their first commit to this issueโs fork.
- Status changed to Needs review
over 1 year ago 3:29pm 29 March 2023 - ๐ฎ๐ณIndia vipin.j
This merge request was missing Drupal 10 migration support in
composer.json
file, which further affects building dependencies in site'scomposer.lock
. which means currently in site'scomposer.lock
therequire
is still lock to D8 & D9, i.e."drupal/core": "^8 || ^9"
.So, to migrate from existing Drupal 9 site to Drupal 10, it should also be compatible with
^10
, which can be managed by module'scomposer.json
.with #7 commits, now the generated
.diff
file is failing with composer-patches on release version8.x-1.1
, because of the# Information added by Drupal.org packaging script on 2020-06-23
details incommerce_checkout_order_fields.info.yml
, conflicts with the changes done by the commits.I have tried to fix the composer patch application failure with this patch. this will help in removal of conflict with dependencies and the last commits. We still wait for the merge request to be approved for next stable D10 release.
- Status changed to RTBC
over 1 year ago 11:16am 12 April 2023 - ๐น๐ญThailand AlfTheCat
Patch applied was able to install the module :)
- ๐ฉ๐ชGermany sleitner
@harings_rob please get a D10 version released.
- ๐บ๐ธUnited States rhovland Oregon
I attempted to contact the maintainer via slack and have received no response. Someone who can opt into security coverage needs to apply to be a maintainer of this module.
Well we have about a month before this is end of life, support ends for Drupal 9 in November 2023, and it already ended for Drupal 8.
This module will not install with composer on Drupal 10.
- ๐ฆ๐นAustria mathiasgmeiner
The patch from #8 works fine for me as well.
- ๐ซ๐ฎFinland simohell
@webengr we can use
https://github.com/mglaman/composer-drupal-lenient to allow composer to install older versions in order to pach them. - ๐บ๐ธUnited States hyperlinked San Jose, CA
@webengr and @simohell you can also add this issue repo as a custom git repo to composer.json and install the specific branch you want. So your repositories would look something like:
"repositories": { "commerce_checkout_order_fields": { "type": "git", "url": "git@git.drupal.org:issue/commerce_checkout_order_fields-3336589.git" }, "drupal": { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": ["drupal/file_download","drupal/commerce_checkout_order_fields","drupal/filter_twig"] } },
And you would then specifically install the Drupal 10 compatibility branch like so:
composer require drupal/commerce_checkout_order_fields:dev-3336589-drupal-10-support
- ๐ง๐ชBelgium ndesmedt
@hyperlinked
I've updated composer.json with your sugestion. Then I ran the command:
composer require drupal/commerce_checkout_order_fields:dev-3336589-drupal-10-support
But no luck, I have the following error:
[RuntimeException] Failed to execute git clone --mirror -- git@git.drupal.org:issue/commerce_checkout_order_fields-3336589.git C:/Users/did42/AppData/Local/Composer/vcs/git-git.drupal.org-issue-commerce-checkout-order-fields- 3336589.git/ Cloning into bare repository 'C:/Users/did42/AppData/Local/Composer/vcs/git-git.drupal.org-issue-commerce-checkout-order-fields-3336589.git'... Warning: Permanently added the ECDSA host key for IP address '44.230.112.158' to the list of known hosts. git@git.drupal.org: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
I don't know how to solve this.
- First commit to issue fork.
- last update
about 1 year ago 7 pass - last update
about 1 year ago 7 pass - Status changed to Fixed
about 1 year ago 9:06am 23 October 2023 - ๐ฉ๐ชGermany Anybody Porta Westfalica
Thanks @vipin.j nice work! Made some minor adjustments and will merge this now!
-
Anybody โ
committed ba0289a7 on 8.x-1.x authored by
sahilgidwani โ
Issue #3336589 by vipin.j, Anybody: Drupal 10 support
-
Anybody โ
committed ba0289a7 on 8.x-1.x authored by
sahilgidwani โ
Automatically closed - issue fixed for 2 weeks with no activity.