Tests are failing but gitlab CI is working so this can move forward to review and merged and then follow-up tickets created to fix the tests and issues but that is up to the maintainer.
Failing tests but gitlab CI is working.
Tests are failing but gitlab CI is running and I had to delete the composer.lock file and edit the composer.json (added description) to pass some minor checks that seem appropriate to go with the gitlab CI file.
Tests are failing but gitlab CI is running.
Interesting the .gitlab-ci.yml ran all the linters but not the tests.
Thank you @cmlara. Your questions are appropriate. Another related module is looking at setting up tugboat previews to configure them with enough setup to be useful for testing https://www.drupal.org/project/field_encrypt/issues/3512408 📌 Tugboat preview should configure field_encrypt Active
Is code updated when new code is pushed? If so are these new environments or continuations of the previous environment?
Yes tugboat is updated whenever code is pushed to the open merge request.
We think having the previews would lower the barriers for folks to help test changes especially if there is enough setup already done for them or instructions provided to do that setup.
I think you are right, usefulness will differ module to module so it really up to you and the folks who are invested in this module.
Those are my thoughts.
Followed https://www.drupal.org/docs/develop/git/using-git-to-contribute-to-drupa... → to add the config. Had to close and re-open the merge request to have it show up on the branch but it did once I did that.
Look for 'View live preview' via Tugboat under the branch name. The preview stays up for 5 days after that the MR will need to be closed and reopened.
Fixed the tests.
You should see the tugboat preview below the branch and it should last 5 days.
Thank you @avpaderno.
Yup, created issue https://www.drupal.org/project/projectownership/issues/3511871 📌 Offering to maintain File Encrypt Active
Looks like I need to figure out the test failures. Fixed a couple of issues.
I would be interested in being a maintainer of this module.
Click the 'View live preview' link to view the tugboat preview. It will last only 5 days so close and reopen the merge request to rebuild it if it has been more than 5 days.
Looks good to me and I can see the site and the module is enabled as expected.
dmundra → created an issue.
Patch worked, merging.
I will review this. Thank you @webbywe
Here is a patch just for 10.4
Creating a patch file from the MR and uploading it here.
Thank you @swirt.
Ya Steve still baffling why you are getting this error. I pulled down your changes, did ddev deleted and was able to get it to work. FYI what is your composer version? Here is mine:
dmundra in ~/workspace/community/alt_text_validation on branch 3503655-get-ddev-working > composer --version
Composer version 2.8.4 2024-12-11 11:57:47
FYI here is example https://git.drupalcode.org/project/svg_image_field/-/merge_requests/26/d... I followed for the contributing file.
@swirt try it now. I think the minimum-stability and other composer values is likely what caused the issue so I switched those values and removed some.
@safoora_mir I believe the error is thrown in search faceted if your filter text or someone's text includes a trailing space. I was able to recreate it with a trailing space.
Tested locally by comparing ddev config in https://www.drupal.org/project/tragedy_commons → to this module and tested it locally. Changes in https://git.drupalcode.org/project/alt_text_validation/-/merge_requests/26. The test is to check out the branch and run the commands from CONTRIBUTING.md to see if you can spin up the site locally.