Matthew Radcliffe

Results 34 comments of Matthew Radcliffe

My initial use case before drupalci supported composer was that I did not want to install Drupal at all because my phpunit tests did not depend on a Drupal installation....

Unfortunately I haven't had luck with getting the http to https redirect to work. I keep getting `field not found redirectscheme` and when commenting out the first line, I also...

I think the issue for me ended up being `- traefik.http.routers.${PROJECT_NAME}_apache.middlewares=${PROJECT_NAME}_apache_https@docker`, and removing `@docker` from the end. Then Kevin's configuration worked for me.

I can't post a full example because there's a lot of information that's not relevant in the YAML file, but I can post the relevant sections for my apache, mailhog,...

I haven't had a chance to follow-up on the open tasks i listed in the description so I've just rebased my fork with 8.x-1.x only (since travis was failing from...

Okay, thanks to @semiaddict's work and some fixes on my part, this should be back to what is represented in the issue summary based on a rebase from alpha1. Remaining...

Take a look at the failing test, @semiaddict ``` 1) Drupal\Tests\og\Kernel\Migrate\OgEntityMembershipD7MigrateTest::testOgMembership Group content migrated Failed asserting that actual size 2 matches expected size 4. og/tests/src/Kernel/Migrate/OgEntityMembershipD7MigrateTest.php:91 ``` The DA question is...

Also there is some progress in [Drupal Core #2447727](https://www.drupal.org/project/drupal/issues/2447727), which attempts to improve "reference" fields by using a base class that might postpone the issue I mentioned in my previous...

> @mradcliffe, any idea why the OgMigratePreSaveSubscriber is not declared within a service.yml file? > I am asking as I plan to move some of the code from og_migrate_migrate_prepare_row to...

Still going to fail both entity membership migrations until the deriver is working correctly. I haven't had a chance to debug.