Skip to content

Tags: microsoft/FluidFramework

Tags

client_v2.0.8

Toggle client_v2.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[port 2.0]: Avoid two leading slashes in the request to create a new …

…file (#22588)

Cherry-pick: #22563

Co-authored-by: Andrew Boktor <aboktor@microsoft.com>

client_v2.2.1

Toggle client_v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Port 2.2] Hide part of code behind feature flag (#22529) (#22540)

Original: #22529
Part of a hotfix

There is some minimum sequence number shenanigans going on. Not exactly
sure, but we want to be able to safely turn off the feature.

client_v2.1.1

Toggle client_v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Port 2.1] Hide part of code behind feature flag (#22529) (#22539)

Original: #22529
Part of a hotfix

There is some minimum sequence number shenanigans going on. Not exactly
sure, but we want to be able to safely turn off the feature.

client_v2.0.7

Toggle client_v2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Port 2.0] Hide part of code behind feature flag (#22529) (#22537)

Original: #22529
Part of a hotfix

There is some minimum sequence number shenanigans going on. Not exactly
sure, but we want to be able to safely turn off the feature.

client_v2.3.0

Toggle client_v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add 2.3 release notes (#22542)

## Description

Done by checking cherrypicking #22541

build-tools_v0.46.0

Toggle build-tools_v0.46.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(generate:typetests): Resolve symlinks to previous versions (#22494)

The previous version types path is a symlink or junction, and without
resolving them to a real path, the module resolution in ts-morph was
wrong, and was picking up local packages.

This change ensures we resolve the symlink/junction before we add the
SourceFile to ts-morph.

build-tools_v0.45.0

Toggle build-tools_v0.45.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update API-Extractor (#22474)

## Description

Update the version of API Extractor we use.

eslint-config-fluid_v5.4.0

Toggle eslint-config-fluid_v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tree: More schema cleanup (#22322)

## Description

Reduce use of SchemaBuilderInternal.

Fix missing sort when persisting field schema found while editing test
schema: this is not a correctness issue, but should improve consistency
and thus blob reuse in the encoded format.

eslint-plugin-fluid_v0.1.2

Toggle eslint-plugin-fluid_v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix flaky test for attribution for r11s (#22313)

## Description

[ADO Task
Link](https://dev.azure.com/fluidframework/internal/_workitems/edit/10969)

Fix flaky test for attribution for r11s. Move clientid check after
ensureSynchronized so that we can make sure we are connected.

Co-authored-by: Jatin Garg <jatingarg@Jatins-MacBook-Pro-2.local>

build-tools_v0.44.0

Toggle build-tools_v0.44.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make test less likely to hang on container creation (#22290)

[AB#10957](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/10957)

Make the container less likely to hang on container creation.