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

Add driver type information in service-client telemetry #22951

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Oct 31, 2024

  1. log data

    sonalideshpandemsft committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bd89d96 View commit details
    Browse the repository at this point in the history
  2. build(docs): Hard-code redirects (microsoft#22949)

    Updates website build to no longer dynamically generate
    `fallback/index.js`. Instead, the redirects are hard-coded in
    `fallback/routes.js`.
    
    This work is in preparation for the Docusaurus migration.
    
    
    [AB#19990](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/19990)
    Josmithr authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5709197 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df151ba View commit details
    Browse the repository at this point in the history
  4. Improve DDS stress pipeline stage rendering (microsoft#22952)

    ## Description
    
    Adjusts the `condition` parameter of
    `include-conditionally-run-stress-test` to apply to the entire stage
    rather than the test-running job. This improves the clarity from the
    pipeline overview page, see most recent run vs previous ones:
    
    
    ![image](https://github.com/user-attachments/assets/e344d02a-a617-4163-bbda-0bfaac276541)
    
    This also fixes the `stressMode` parameter not being given options at
    queue time, which was introduced in microsoft#21702 and prevented the pipeline
    from being queued.
    
    ---------
    
    Co-authored-by: Abram Sanderson <[email protected]>
    Abe27342 and Abram Sanderson authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    64d89bd View commit details
    Browse the repository at this point in the history
  5. Tree: allow explicit construction of array and map nodes with no argu…

    …ments (microsoft#22946)
    
    ## Description
    
    See changeset for details.
    CraigMacomber authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    176335c View commit details
    Browse the repository at this point in the history
  6. Fix SharedTreeCore detached sequence numbers when loading into a deta…

    …ched tree (microsoft#22947)
    
    ## Description
    
    It is possible to load a summary into a detached SharedTree. In this
    case, the detached revision that is used to generate sequence IDs for
    commits while detached must be updated to ensure that it doesn't
    duplicate any of the sequence IDs already used in the summary. This PR
    fixes the issue and also adds an assert when sequencing in the
    EditManager to ensure that we don't sequence regressive sequence IDs.
    
    This fix also allows us to trim the trunk when summarizing (without
    breaking our fuzz tests), which reduces summary sizes especially for
    detached trees with many synchronous edits.
    noencke authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    62ae4c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efdc7b0 View commit details
    Browse the repository at this point in the history
  8. tree: Make SchematizingSimpleTreeView implement TreeViewAlpha (micros…

    …oft#22953)
    
    ## Description
    
    Make SchematizingSimpleTreeView implement TreeViewAlpha, and add some
    helper types.
    CraigMacomber authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    512e53f View commit details
    Browse the repository at this point in the history
  9. fix function

    sonalideshpandemsft committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    74e26b4 View commit details
    Browse the repository at this point in the history
  10. (docs): update force deployment condition for build docs (microsoft#2…

    …2954)
    
    previous shouldDeploy condition have not been included in deployment
    condition. This variable has been updated to "forceDeployment" and
    included back in the deployment condition.
    
    shouldDeploy has been updated to check if release builds are the latest
    version in its major version series.
    zhenmichael authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e432720 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Fix mocharc

    sonalideshpandemsft committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    87ab4bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aa71f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd443db View commit details
    Browse the repository at this point in the history