Metadrop / ddev-aljibe

DDEV Aljibe (ddev-aljibe) is an add-on for DDEV to develop Drupal projects with many tools included out-of-the-box
Apache License 2.0
6 stars 3 forks source link

HEAD version of ddev uses add-on get command instead of only get #6

Open juanjol opened 1 month ago

juanjol commented 1 month ago

Looks like the next release of ddev will deprecate the ddev get command and will be replaced with ddev add-on get command.

Aljibe must support both, and tests must be adapted for the version that Aljibe is running.

Test with HEAD version of ddev must be enabled again (look on previous commits to see how to enable it, and enable only on test step, not in code quality step).

rfay commented 1 month ago

ddev get will still work for a long time.

juanjol commented 1 month ago

Hi @rfay, thanks for your comment! As far as I could see the tests were failing when run against HEAD version of ddev, so I created this issue to check if that was really the problem, and so I don't forget to re-run the tests against that version to ensure compatibility with future versions.

I'm going to work on this again to see what was really going on.

rfay commented 1 month ago

If there's a problem with DDEV HEAD it is probably something wrong with DDEV, so check carefully, thanks.

EDIT: We haven't seen any problems at this point with any of the official add-ons, we monitor their tests pretty carefully.