Pragya Garg

Results 14 issues of Pragya Garg

Issue which this PR tries to solve: When server is throttled, it returns 429 error code along with retryAfter time value. In static workload, if retry-after is respected everything should...

area: driver
area: odsp-driver
base: main

- New utility function in `odspUrlResolverForShareLink` class of odsp-driver which can add locator parameter (`nav` param) to the base url provided as an input to the function. - One of...

area: driver
area: odsp-driver
public api change
base: main

[How contribute to this repo](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md). [Guidelines for Pull Requests](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines). The sections included below are suggestions for what you may want to include. Feel free to remove or alter parts of...

area: driver
area: odsp-driver
status: stale
public api change
base: next

The response of joinSession api is saved in the cache (for the duration it is valid) so that, in case there is a socket disconnect, we can use the same...

area: driver
area: odsp-driver
public api change
base: main

Update codeowners to watch runtime/loader/driver files.

area: build
base: main

Enable single-commit summaries via `summarizeProtocolTree` policy flag in `IDocumentServicePolicies` - which for routerlicious will be set when `enable_single_commit_summary` flag is provided in the `supportedFeatures` property bag in IConnected. This change...

area: loader
area: driver
base: main

[How contribute to this repo](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md). [Guidelines for Pull Requests](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines). The sections included below are suggestions for what you may want to include. Feel free to remove or alter parts of...

area: loader
base: main

Attempt to fix the depcheck tool, that can be used to report or fix the unused or misplaced dependencies in the repo.

area: build
area: contributor experience
base: main

This PR helps add `retryCount` to the service calls made by the driver. This would enable services (specifically FRS) to track scope of degradation of their services by using this...

area: driver
area: tests
base: main

Followup from PR: https://github.com/microsoft/FluidFramework/pull/22173 Replaced summarizeOnDemand() with summarizeNow() so that the loadContainer utility can be provided with the summaryVersion. This ensures that the container refers to the latest snapshot and...

area: tests
base: main