-
Notifications
You must be signed in to change notification settings - Fork 535
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
Automation: main-next integrate #18777
Merged
Merged
Conversation
This file contains 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
…rather than on ack (#18709) ## Description Update shared matrix FWW policy to immediately switch mode on switch rather than on ack. Currently we were sending policy switch op separately to change policy from LWW to FWW and local changes after that were still treated as LWW. With these changes, any local changes after policy switch will also be treated as FWW and there will be no separate op for policy switch. This would help the app when switching policy on open, to not change the last edit time for the user. The policy will be communicated by first setCell op after the user has switched policy locally. --------- Co-authored-by: Jatin Garg <[email protected]>
## Description This PR updates the in-memory schema repository's mutability contract. It ensures that data is consistently and cleanly copied. Additionally, it introduces efficient cloning in some cases. This improvement will enhance branching efficiency, especially in scenarios where frequent forking of the schema repository occurs. It also aims to reduce bugs related to misunderstandings about the mutability of in-memory schema repository objects.
## Description > Updates the default/starting value for globalCheckpointOnly based on the configuration, and logs if the cluster received the NoClient Op and if it is the session end checkpoint to see if the NoClient Op is received before closing the session.
⯅ @fluid-example/bundle-size-tests: +1.13 KB
Baseline commit: 6960568 |
sonalideshpandemsft
approved these changes
Dec 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
main-next integrate PR
DO NOT MERGE THIS PR USING THE GITHUB UI.
The aim of this pull request is to sync main and next branch. If this PR is assigned to you, you need to do the following:
git commit --amend -m "Automation: main-next integrate"
git push --force-with-lease
Once CI passes and the PR is ready to merge, add the "msftbot: merge-next" label to the PR and one of the people with merge permissions will merge it in.