- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 8:13am 31 January 2023 The last submitted patch, 13: drupal_10_compatibility_fixes-3287117-13.patch, failed testing. View results โ
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.Kaushik1216 โ made their first commit to this issueโs fork.
- Status changed to Needs work
over 1 year ago 6:31pm 20 April 2023 - last update
over 1 year ago 40 pass - @kaushik1216 opened merge request.
- last update
over 1 year ago Composer require failure - Status changed to Needs review
over 1 year ago 5:18am 21 April 2023 - last update
over 1 year ago 6 fail Why test on 8.1 failing ? It is related to composer but I unable to find out where should we change code .
The last submitted patch, 9: easy_email-3287117-9.patch, failed testing. View results โ
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- last update
over 1 year ago Composer require failure - ๐บ๐ธUnited States freelock Seattle
@Kaushik1216 it's failing on the version constraint in composer.json:
"drupal/core": "^9.2",
... that needs to get changed to match the value in easy_email.info.yml,
"drupal/core": "^9.2|^10",
- First commit to issue fork.
- last update
over 1 year ago 40 pass - last update
over 1 year ago Composer require failure - last update
over 1 year ago Composer require failure - last update
over 1 year ago 40 pass - last update
over 1 year ago CI aborted - last update
over 1 year ago 6 fail - last update
over 1 year ago 6 fail - Status changed to Needs work
over 1 year ago 7:15am 20 May 2023 - ๐จ๐ฆCanada mandclu
I updated the composer dependency as suggested by @freelock and also updated the jquery_ui_resizable dependency to a version that supports D10. That has resolved the composer failures, but now every test for D10/PHP 8 fails with the same error: "Button with id|name|label|value "Preview" not found". It looks like some additional work is needed to get this ready.
- last update
over 1 year ago 40 pass - last update
over 1 year ago 40 pass - last update
over 1 year ago 23 pass, 2 fail - last update
over 1 year ago 23 pass, 2 fail - last update
over 1 year ago Composer require failure - last update
over 1 year ago Composer require failure - last update
over 1 year ago 40 pass - last update
over 1 year ago 40 pass - last update
over 1 year ago Composer require failure - last update
over 1 year ago 40 pass - last update
over 1 year ago 40 pass - last update
over 1 year ago Composer require failure - Status changed to Needs review
over 1 year ago 4:19pm 20 May 2023 - ๐จ๐ฆCanada mandclu
The most recent commits have the tests passing for Drupal 9.5 and 10.0 but we're getting composer errors again for 10.1. The puzzling thing is that the commit just before the 10.1 composer errors returned had nothing to do with composer, which makes me wonder if something else is the cause.
That said the composer error for 10.1 is related to swiftmailer, so I'm inclined to say let's merge in the changes here, and prioritize getting swiftmailer replaced before Drupal 10.1 is stable. If anyone else on this thread can sanity check this approach and/or provide input from your own testing, I'd appreciate it.
- ๐บ๐ธUnited States zengenuity
I think we need to switch this issue to the 2.1.x branch. That's the branch that's compatible with Symfony Mailer, which I think we have to use to go to D10.
- Open on Drupal.org โCore: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago 6 fail -
mandclu โ
committed 7c7be57a on 2.1.x authored by
Kaushik1216 โ
Issue #3287117 by mandclu, Kaushik1216, mukesh88: Automated Drupal 10...
-
mandclu โ
committed 7c7be57a on 2.1.x authored by
Kaushik1216 โ
- Status changed to Fixed
over 1 year ago 9:16pm 22 May 2023 - ๐จ๐ฆCanada mandclu
Merged into the 2.1.x branch. Thanks to everyone for their work on this.
- last update
over 1 year ago 6 fail Automatically closed - issue fixed for 2 weeks with no activity.