Skip to content
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

Split InternalReplicator::replicate into simpler methods #10

Open
wants to merge 3 commits into
base: 8.x-1.x
Choose a base branch
from

Conversation

jkenn99
Copy link

@jkenn99 jkenn99 commented Oct 3, 2016

I have written my own replicator as a subclass of InternalReplicator but I have a bunch of reused code in the replicate method that should be split into its own methods.

Also, this makes the diff list actually be something other modules can consume for the purpose of showing a workspace diff UI, for example.

In doing this, I also noticed that InternalReplicator::replicate has a side-effect of switching workspaces which this PR fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant