José Fernandes

Results 10 comments of José Fernandes

That would be great!

@rfay the ddev list reports "db: unhealthy". Perhaps the snapshot is simply too large; it is only 20GB in size. ;-) Thanks!

❯ docker inspect --format "{{json .State.Health }}" ddev-cufpt-db `{"Status":"unhealthy","FailingStreak":1,"Log":[{"Start":"2023-07-13T21:26:41.103997197Z","End":"2023-07-13T21:26:41.182204157Z","ExitCode":1,"Output":"mysql: [Warning] Using a password on the command line interface can be insecure.\nERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1:3306'...

Yes, I am unable to use a different version for this project. I won't be taking any snapshots for this project. I appreciate the support!

You are right, sorry for closing.

@rfay doing that now. Just leaving this note: The instructions tell to change the parameter like this "ddev config --default_container_timeout=600" but only this works "ddev config --default-container-timeout 600"

## Root Cause Analysis ### Why the Bug Happens The bug is caused by filter optimization logic in `ContactSegmentFilterFactory.php` that converts multiple OR'd `=` filters into a single `IN` filter...

> @introfini thanks for great description of the problem. In order to get this PR merged it must have a PHPUNIT test. Ideally a functional test. Do you think you...

Added a functional test in `ContactSegmentFilterFactoryFunctionalTest.php` that: - Creates a segment with 3+ date filters using OR logic - Runs `mautic:segments:update` command - Verifies it completes successfully without TypeError The...

@escopecz Thanks for the feedback! I've updated the PR: - Rebased to 7.x as requested - Improved the test to create actual Lead entities with different `date_identified` values (today, yesterday,...