-
Notifications
You must be signed in to change notification settings - Fork 24
fix(DynamicContentSubscriber): complete Mautic 5 migration of filter evaluation #381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
edouard-mangel
wants to merge
23
commits into
acquia:5.x
Choose a base branch
from
WebAnyOne:fix/dynamic-content-subscriber-mautic5
base: 5.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
f49fc5d
fix(DynamicContentSubscriber): complete Mautic 5 migration of filter …
edouard-mangel 6f22f41
refactor(ContactFilterMatcher): remove class_alias pattern, use polyf…
edouard-mangel 8c8f300
refactor(config): remove explicit service definitions, use autowiring
edouard-mangel e49bc8d
refactor(ContactFilterMatcher): use #[Autowire] for scalar parameter
edouard-mangel 442f0af
test(ContactFilterMatcher): add unit tests
edouard-mangel 3a9335a
fix(ContactFilterMatcher): replace deprecated DBAL execute() with exe…
edouard-mangel 7227295
fix(MatchFilterForLeadTrait): handle empty operator when no custom it…
edouard-mangel 63639a8
fix(ContactFilterMatcher): replace #[Autowire] with explicit arg bind…
edouard-mangel 57cf15a
ci: add fix/** branch trigger and workflow_dispatch for local testing
edouard-mangel 4878ed9
fix(cs): remove extra blank line, extra parentheses, and PHP 8.1 inte…
edouard-mangel ecd58ed
fix(tests): remove MAUTIC_TABLE_PREFIX define from test file (defined…
edouard-mangel c7302cb
fix(phpstan): add baseline entry for transformFilterDataForLeadPolyfi…
edouard-mangel 6002c35
refactor: apply Rector rules (constructor promotion, str_starts_with,…
edouard-mangel 99974b5
fix(phpstan): suppress array element type errors for transformFilterD…
edouard-mangel 6e6ce5b
refactor(dynamic-content): replace MatchFilterForLeadTrait polyfill w…
edouard-mangel 528977d
fix(cs): apply PHP CS Fixer rules for new files and modified classes
edouard-mangel 60fcb53
fix(tests): update ContactFilterMatcherTest for new constructor signa…
edouard-mangel 9fb226e
fix(di): use string service IDs for FilterEvaluator and ContactFilter…
edouard-mangel 2d81055
fix(dynamic-content): include contact id in lead array and fix any-ma…
edouard-mangel 803c0cb
fix(test): update unit test expectation to include id in lead array f…
edouard-mangel de7cc71
test: add FilterEvaluatorTest unit tests and fill functional test gaps
edouard-mangel b6fdc86
fix(test): use number-test-field alias for int type (translates to Nu…
edouard-mangel 6ef4427
fix(evaluator): handle int type key in coerceTypes, use int type in f…
edouard-mangel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.