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

Automation: main-next integrate #18729

Merged
merged 5 commits into from
Dec 11, 2023
Merged

Automation: main-next integrate #18729

merged 5 commits into from
Dec 11, 2023

Conversation

msfluid-bot
Copy link
Collaborator

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. This branch has MERGE CONFLICTS with next due to this commit. If this PR is assigned to you, you need to do the following:

  1. Acknowledge the pull request by adding a comment -- "Actively working on it".
  2. Merge main-next-b83d208 into the target branch, next. The direction of the merge matters! You need to checkout next and merge main-next-b83d208 into it, then fast-forward main-next-b83d208 to the merge commit. To do that use the following git commands:
  • git fetch --all -- this ensures your remote refs are updated
  • git remote -v -- displays the list of remote repositories associated with your Git repository along with their corresponding URLs. You have to choose the remote associated with the microsoft/FluidFramework repository. Change the remote name in these example commands if yours is not upstream.
  • git checkout -b next-merge-head upstream/next -- make a temporary branch at next.
  • git merge upstream/main-next-b83d208 -- merge next into main-next-b83d208
  1. Resolve any merge conflicts between the branches, then commit all the changes using the following commands:
  • git add . -- stage all the local changes
  • git commit -m "Automation: main-next integrate" -- commit the merge
  1. Fast-forward the main-next-b83d208 branch to the merge commit and push to the remote.
  • git checkout main-next-b83d208 -- check out the mergeBranch locally
  • git merge next-merge-head --ff-only -- fast-forward to the merge commit
  • git push upstream -- and push it to upstream (your upstream remote name may be different)
  1. Address any CI failures. If you need to make additional changes to the PR, always amend the commit using the following git commands:
  • 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.

anthony-murphy and others added 4 commits December 5, 2023 21:45
…ha (#18652)

This PR tags the SharedString, SharedMatrix, SharedMap, and
SharedDirectory as alpha. All these types were automatically identified
as transitive dependency of the SharedString, SharedMatrix, SharedMap,
and SharedDirectory.

We will stage these commits and invite review, however review items will
generally be added to the backlog as future items, as these type updates
are necessary for the current state of the code base.

Co-authored-by: Tony Murphy <[email protected]>
This PR tags aqueduct as alpha. All these types were automatically
identified as transitive dependency of the aqueduct.

We will stage these commits and invite review, however review items will
generally be added to the backlog as future items, as these type updates
are necessary for the current state of the code base.

Co-authored-by: Tony Murphy <[email protected]>
This PR tags the odsp-driver as alpha. All these types were
automatically identified as transitive dependency of the odsp-driver.

We will stage these commits and invite review, however review items will
generally be added to the backlog as future items, as these type updates
are necessary for the current state of the code base.

Co-authored-by: Tony Murphy <[email protected]>
This PR tags AzureClient and OdspClient as alpha. All these types were
automatically identified as transitive dependency of AzureClient and
OdspClient

We will stage these commits and invite review, however review items will
generally be added to the backlog as future items, as these type updates
are necessary for the current state of the code base.

Note: AzureClient and OdspClient will eventually move to public and beta
respectively, but we are starting with alpha, and will bring them and
their dependencies forward in a later PR

---------

Co-authored-by: Tony Murphy <[email protected]>
@msfluid-bot
Copy link
Collaborator Author

@fluid-example/bundle-size-tests: +14 Bytes
Metric NameBaseline SizeCompare SizeSize Diff
aqueduct.js 452.78 KB 452.78 KB +2 Bytes
connectionState.js 680 Bytes 680 Bytes No change
containerRuntime.js 239.23 KB 239.23 KB No change
loader.js 166.81 KB 166.82 KB +2 Bytes
map.js 46.7 KB 46.7 KB +2 Bytes
matrix.js 147.36 KB 147.36 KB +2 Bytes
odspDriver.js 90.35 KB 90.36 KB +2 Bytes
odspPrefetchSnapshot.js 41.82 KB 41.82 KB +2 Bytes
sharedString.js 165.55 KB 165.55 KB No change
sharedTree2.js 289.07 KB 289.07 KB No change
Total Size 1.75 MB 1.75 MB +14 Bytes

Baseline commit: c6cda2f

Generated by 🚫 dangerJS against 9a423c6

Copy link
Contributor

This PR is ready to merge! Please review it and squash merge into next: @sonalideshpandemsft @tylerbutler @scottn12

@sonalideshpandemsft sonalideshpandemsft merged commit 9a423c6 into next Dec 11, 2023
31 checks passed
@sonalideshpandemsft sonalideshpandemsft deleted the main-next-b83d208 branch December 11, 2023 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants