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 #16609

Merged
merged 6 commits into from
Jul 28, 2023
Merged

Automation: main-next integrate #16609

merged 6 commits into from
Jul 28, 2023

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    507dc26 View commit details
    Browse the repository at this point in the history
  2. Add continueOnError to Bundle Comparision Task (#16567)

    This change ensures we won't fail the pipeline if the bundle comparison
    task fails:
    
    https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/steps-task?view=azure-pipelines
    
    ---------
    
    Co-authored-by: Tony Murphy <anthonm@microsoft.com>
    anthony-murphy and anthony-murphy authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    db0e2c0 View commit details
    Browse the repository at this point in the history
  3. add complex move tests (#16446)

    ## Description
    
    This PR adds more complex move tests to the file `editing.spec.ts`
    
    Co-authored-by: Yann Achard <achardy@microsoft.com>
    daesunp and yann-achard-MS authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    96929f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e22acc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Fix handling of SharedDirectory ops on subdirs created on a detached …

    …data store (#16578)
    
    ## Description
    
    `SharedDirectory` was using `-1` all the time for locally created
    subdirectories.
    This leads to bugs when considering the logic in
    `isMessageForCurrentInstanceOfSubDirectory` when the `SharedDirectory`
    is additionally detached: no ack op will ever be received for that
    subdir (since an op is never sent), but clients who load using the
    attachment summary may start sending ops which refers to the same
    subdirectory.
    
    merge-tree has a similar problem which is resolved by using `-1` or `0`
    depending on the attach state of the DDS, see `UnassignedSequenceNumber`
    vs `UniversalSequenceNumber`. The fix here brings SharedDirectory
    handling closer to merge-tree's.
    Abe27342 authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e9e63b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    ac64c1f View commit details
    Browse the repository at this point in the history