Problem/Motivation
#2814055: Allow modules to react to replication events has now landed, but the events are being dispatched during replication when they should be dispatched before and after replication.
Proposed resolution
Update event dispatching
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | interdiff.txt | 3.4 KB | jeqq |
| #12 | 2971926-12.patch | 13.31 KB | jeqq |
| #11 | 2971926-11.patch | 12.95 KB | l0ke |
| #11 | interdiff-2971926-8-11.txt | 1.83 KB | l0ke |
| #9 | 2971926-8.patch | 11.23 KB | axicdv |
Comments
Comment #3
timmillwoodComment #4
timmillwoodInitial patch
Comment #6
timmillwoodLet's try that again.
Comment #7
jeqq commentedI think this needs testing. Maybe we can extend
ReplicatorTestwith tests that will cover the new events?Comment #8
axicdv commentedComment #9
axicdv commentedComment #10
axicdv commentedComment #11
l0keReplicatorTestextended withProphecyto ensure events are dispatched properly.Comment #12
jeqq commentedThe patch looks good. I've done just some minor refactoring.
Comment #13
jeqq commented.
Comment #15
jeqq commentedThanks!