-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support syncing arbitrary names in full sync mode #1
base: master
Are you sure you want to change the base?
Conversation
Need to write some unit tests (or generalize existing unit tests) for checking the syncing of arbitrary names. |
This pull request was opened on March 12 to merge the Hackathon code. Since then, some commits in the master branch have major changes. How to resolve? |
Rebase on top of current master branch, solving the merge conflicts, and then push again. But why was this submitted as a PR in the first place? We use gerrit for PSync... |
Submitted as a PR to preserve commit history from the Hackathon. |
You can do the exact same thing on gerrit |
Okay, won't each commit be a separate change? |
Yes of course, one commit == one change. Isn't that what you want? To preserve the commit history? |
…Nack to PartialProducer Change-Id: Ia3c56b732c1e774570abba20f834089e2774e9e0
…new function insertToIBF called by updateSeqNo Change-Id: I9c85017f6497bb1cf36f72ba2fa2d9f1ec3d188b
Change-Id: I29e3b3fba8e6eaee67a324bb66467d4d3bab5ecf
Change-Id: Ie9b9470cf3608ad1b207ed438cb20d78f2b3863f
refs: #4844 Change-Id: I4c74c97ef7d14ea67c4430563340aafd43e00c3c
Change-Id: I72aaf3119dc697509388c12224ad4d7902a71c2e
Change-Id: If9d06c73f9d6e01f140295fc482a82af1e416c08
Fix sync Change-Id: I672ddcba40a589b69168d7b6f1acf6a60e27bb6a
…sed local variable.
Fix some code style issues Change-Id: I718241514bc05516ba18910e57fa6f49e0ad6602
Change-Id: Ibde090c3fc7cbc72b536cfe08660cd667f600309
examples: fix compilation Change-Id: I0293d3a661353b49d8f006b1d48259dbf923c785
8th hackathon work.