{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":203843667,"defaultBranch":"main","name":"FluidFramework","ownerLogin":"microsoft","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-08-22T17:37:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6154722?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726698193.0","currentOid":""},"activityList":{"items":[{"before":"1949d57d6d6f22e2be5a4edbff1bff91667eee4d","after":"78cc3c9806ead10e0d0b97a6e59f59d6e24bf6a7","ref":"refs/heads/main","pushedAt":"2024-09-19T21:42:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jzaffiro","name":null,"path":"/jzaffiro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110866475?s=80&v=4"},"commit":{"message":"Preserve segmentGroup ordering of local segments (#22572)\n\nWhen inserting a new segment, `saveIfLocal` adds the segment to the list\r\nof pending segments. Rearranging the calls to this function ensures that\r\nthe segments are added to the segment group in the correct order, and\r\nnot in reverse order.\r\nsplit out from #22552","shortMessageHtmlLink":"Preserve segmentGroup ordering of local segments (#22572)"}},{"before":"a0b1e507a3d85faff2e450a928b19501ff154f64","after":"1949d57d6d6f22e2be5a4edbff1bff91667eee4d","ref":"refs/heads/main","pushedAt":"2024-09-19T21:20:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jzaffiro","name":null,"path":"/jzaffiro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110866475?s=80&v=4"},"commit":{"message":"Additional tests for obliterate with and without expansion (#22562)\n\nAdd tests for interesting cases of obliterate, both with endpoint\r\nexpansion and without. All tests are currently skipped.\r\n\r\n- `obliterate.spec.ts`: These tests fail as of now, but do not require\r\nendpoint expansion in order to start passing.\r\n- `obliterate.rangeExpansion.spec.ts`: These will not work without\r\nendpoint expansion (#22552).\r\n\r\n---------\r\n\r\nCo-authored-by: Tony Murphy ","shortMessageHtmlLink":"Additional tests for obliterate with and without expansion (#22562)"}},{"before":"e2cbcbfacca1f31c4c316053ff2cec223641b735","after":"aa49566b100613328e7d51184b94a218d4298160","ref":"refs/heads/users/merlinbot/1es-pt-auto-baselining-pr","pushedAt":"2024-09-19T19:33:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"microsoft-github-policy-service[bot]","name":null,"path":"/apps/microsoft-github-policy-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/95686?s=80&v=4"},"commit":{"message":"Updated for https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_build?definitionId=12 by using baselines generated in https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_build/results?buildId=294596","shortMessageHtmlLink":"Updated for https://dev.azure.com/fluidframework/235294da-091d-4c29-8…"}},{"before":"0b17d50af8eb61593d72a79dfe515572d210758d","after":"a0b1e507a3d85faff2e450a928b19501ff154f64","ref":"refs/heads/main","pushedAt":"2024-09-19T17:43:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vladsud","name":"Vlad Sudzilouski","path":"/vladsud","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46826984?s=80&v=4"},"commit":{"message":"Avoid two leading slashes in the request to create a new file (#22563)\n\nWhen using PFT+POP auth with ODSP, ODSP fails to validate the `p` field in the token when we have two leading slashes in the path. This is likely a bug in ODSP but it does result in cryptic 401 failure of the request.","shortMessageHtmlLink":"Avoid two leading slashes in the request to create a new file (#22563)"}},{"before":"8f4587c912f955c405d7bbbc5b42f3ffc3b497d7","after":"0b17d50af8eb61593d72a79dfe515572d210758d","ref":"refs/heads/main","pushedAt":"2024-09-19T15:53:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexvy86","name":"Alex Villarreal","path":"/alexvy86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/716334?s=80&v=4"},"commit":{"message":"fix: Have alfred redirect requests to nexus when appropriate in local docker environment (#22535)\n\n## Description\r\n\r\nThis PR makes it so alfred redirects requests whose path starts with\r\n`/socket.io` to nexus for handling instead of trying to handle them\r\nitself, specifically in the case of a local routerlicious environment\r\nrunning in docker.\r\n\r\n### Context\r\n\r\nWhile trying to run our e2e tests against a local routerlicious\r\nenvironment running in docker I noticed that some compat tests with\r\nolder versions (1.x) were failing consistently, and looking at the\r\nserver logs I realized that requests for the delta stream were being\r\nreceived by alfred, who doesn't handle them anymore since\r\nhttps://github.com/microsoft/FluidFramework/pull/19227. That PR updated\r\nthe kubernetes manifests so requests to alfred's URL where the path\r\nstarts with `/socket.io` are actually routed to nexus now. I believe\r\nthat was necessary because older versions of the driver would not\r\nunderstand new settings for the deltaStreamUrl. That makes things work\r\nfor an AKS deployment, but we missed doing the same thing for the local\r\ndocker environment, which this PR fixes.","shortMessageHtmlLink":"fix: Have alfred redirect requests to nexus when appropriate in local…"}},{"before":"1bb54bdcb6042deabae5a06f308982e447e093b5","after":"8f4587c912f955c405d7bbbc5b42f3ffc3b497d7","ref":"refs/heads/main","pushedAt":"2024-09-18T23:35:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"noencke","name":"Noah Encke","path":"/noencke","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78610362?s=80&v=4"},"commit":{"message":"Branching APIs (#22550)\n\n## Description\r\n\r\nThis exposes the branching APIs on the SharedTree checkout objects as\r\nalpha APIs.\r\n\r\nSee the changeset for more details.","shortMessageHtmlLink":"Branching APIs (#22550)"}},{"before":"1d9f4c97edf3f2bbf23ca30c35b67f0ec38b728d","after":"1bb54bdcb6042deabae5a06f308982e447e093b5","ref":"refs/heads/main","pushedAt":"2024-09-18T21:18:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"noencke","name":"Noah Encke","path":"/noencke","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/78610362?s=80&v=4"},"commit":{"message":"Fix rollback example in SharedTree quick start doc (#22565)\n\nThe existing example is incorrect.","shortMessageHtmlLink":"Fix rollback example in SharedTree quick start doc (#22565)"}},{"before":"e4eee38697e05886957913f52fa203ec72894550","after":"1d9f4c97edf3f2bbf23ca30c35b67f0ec38b728d","ref":"refs/heads/main","pushedAt":"2024-09-18T21:00:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Josmithr","name":"Joshua Smithrud","path":"/Josmithr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/54606601?s=80&v=4"},"commit":{"message":"refactor(tree): Make properties of `FieldSchemaMetadata` readonly (#22564)\n\nFollow-up to PR #22538. These properties were not intended to be\r\nmutable. While this change is technically breaking, the previous PR was\r\nmade after the `2.3` release was cut, so this change is safe to make\r\nprior to `2.4`.\r\n\r\nAlso adds a changeset for the new functionality, which was also missed\r\nin the previous PR.","shortMessageHtmlLink":"refactor(tree): Make properties of FieldSchemaMetadata readonly (#2…"}},{"before":"30a455acdf87898e9786284fac5715589611f463","after":"e4eee38697e05886957913f52fa203ec72894550","ref":"refs/heads/main","pushedAt":"2024-09-18T20:24:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jason-ha","name":"Jason Hartman","path":"/jason-ha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30939149?s=80&v=4"},"commit":{"message":"test(client): fix missing protocol-definitions (#22558)\n\n(repros with Node v20)","shortMessageHtmlLink":"test(client): fix missing protocol-definitions (#22558)"}},{"before":"fa01f570d830f725d9f17423fe49bedae1fdcfc7","after":"e752924735170058c12ac6e88e8e1ba9b023c8c4","ref":"refs/heads/release/client/2.0.0-rc.5.0","pushedAt":"2024-09-18T19:57:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"frankmueller-microsoft","name":"Frank Mueller","path":"/frankmueller-microsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103605701?s=80&v=4"},"commit":{"message":"[Port 2.0.0-rc.5.0] Hide part of code behind feature flag (#22529) (#22534)\n\nOriginal: https://github.com/microsoft/FluidFramework/pull/22529\r\nPart of a hotfix\r\n\r\nThere is some minimum sequence number shenanigans going on. Not exactly\r\nsure, but we want to be able to safely turn off the feature.","shortMessageHtmlLink":"[Port 2.0.0-rc.5.0] Hide part of code behind feature flag (#22529) (#…"}},{"before":"728bf8e861a2743b0b895ebb7dbd21c353dc5700","after":"b8aeaa06a6b80356e8507cec7e9911e736e2a232","ref":"refs/heads/release/client/2.0.0-rc.4.0","pushedAt":"2024-09-18T19:57:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"frankmueller-microsoft","name":"Frank Mueller","path":"/frankmueller-microsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103605701?s=80&v=4"},"commit":{"message":"[Port 2.0.0-rc.4.0] Hide part of code behind feature flag (#22529) (#22533)\n\nOriginal: https://github.com/microsoft/FluidFramework/pull/22529\r\nPart of a hotfix\r\n\r\nThere is some minimum sequence number shenanigans going on. Not exactly\r\nsure, but we want to be able to safely turn off the feature.","shortMessageHtmlLink":"[Port 2.0.0-rc.4.0] Hide part of code behind feature flag (#22529) (#…"}},{"before":"c9d3b0c7281a432dd504833f883a0ebd63ef8d1d","after":"54ff0da7c18d49375a9e3748009b5deb26fb95ef","ref":"refs/heads/release/client/2.2","pushedAt":"2024-09-18T19:56:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"frankmueller-microsoft","name":"Frank Mueller","path":"/frankmueller-microsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103605701?s=80&v=4"},"commit":{"message":"[Port 2.2] Hide part of code behind feature flag (#22529) (#22540)\n\nOriginal: https://github.com/microsoft/FluidFramework/pull/22529\r\nPart of a hotfix\r\n\r\nThere is some minimum sequence number shenanigans going on. Not exactly\r\nsure, but we want to be able to safely turn off the feature.","shortMessageHtmlLink":"[Port 2.2] Hide part of code behind feature flag (#22529) (#22540)"}},{"before":"1571e0caf1f5f6e8b311f99923938509e0addd66","after":"f1c23fc6a0d93d6892a11e9da59c393c4439fcf6","ref":"refs/heads/release/client/2.1","pushedAt":"2024-09-18T19:55:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"frankmueller-microsoft","name":"Frank Mueller","path":"/frankmueller-microsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103605701?s=80&v=4"},"commit":{"message":"[Port 2.1] Hide part of code behind feature flag (#22529) (#22539)\n\nOriginal: https://github.com/microsoft/FluidFramework/pull/22529\r\nPart of a hotfix\r\n\r\nThere is some minimum sequence number shenanigans going on. Not exactly\r\nsure, but we want to be able to safely turn off the feature.","shortMessageHtmlLink":"[Port 2.1] Hide part of code behind feature flag (#22529) (#22539)"}},{"before":"8b9869783971a587bceec1fe33572ce433dfda1e","after":"2015c5974121274b3067dacea8e8511ebda0ef04","ref":"refs/heads/release/client/2.0","pushedAt":"2024-09-18T19:54:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"frankmueller-microsoft","name":"Frank Mueller","path":"/frankmueller-microsoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103605701?s=80&v=4"},"commit":{"message":"[Port 2.0] Hide part of code behind feature flag (#22529) (#22537)\n\nOriginal: https://github.com/microsoft/FluidFramework/pull/22529\r\nPart of a hotfix\r\n\r\nThere is some minimum sequence number shenanigans going on. Not exactly\r\nsure, but we want to be able to safely turn off the feature.","shortMessageHtmlLink":"[Port 2.0] Hide part of code behind feature flag (#22529) (#22537)"}},{"before":"8987bc9e76275a78ea8429288e44c70ce6856346","after":"30a455acdf87898e9786284fac5715589611f463","ref":"refs/heads/main","pushedAt":"2024-09-18T18:03:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zhenmichael","name":"Michael Zhen","path":"/zhenmichael","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112977307?s=80&v=4"},"commit":{"message":"(docs): update untagged telemetry safeness statement (#22561)\n\nCurrently, there's an ongoing issue where untagged telemtry logs is\r\nproducing HTML reponse with PII.\r\nhttps://dev.azure.com/fluidframework/internal/_workitems/edit/14286\r\nUntil further investigation, updating docs to not explicitly state\r\nuntagged telemtry is safe for logging.","shortMessageHtmlLink":"(docs): update untagged telemetry safeness statement (#22561)"}},{"before":"7b8893d993a597b3949901b88a045f0f7f067130","after":"8987bc9e76275a78ea8429288e44c70ce6856346","ref":"refs/heads/main","pushedAt":"2024-09-18T17:43:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexvy86","name":"Alex Villarreal","path":"/alexvy86","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/716334?s=80&v=4"},"commit":{"message":"fix(server): Remove bad comma in server configmap (#22560)\n\n## Description\r\n\r\nRemoves a trailing comma that results in an invalid JSON config and\r\nkubernetes pods crashing trying to load it. Introduced recently in\r\nhttps://github.com/microsoft/FluidFramework/pull/22442.","shortMessageHtmlLink":"fix(server): Remove bad comma in server configmap (#22560)"}},{"before":"42b4dcee4a247c80a40b92176507c6a9e79a5e1d","after":"7b8893d993a597b3949901b88a045f0f7f067130","ref":"refs/heads/main","pushedAt":"2024-09-18T17:37:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Josmithr","name":"Joshua Smithrud","path":"/Josmithr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/54606601?s=80&v=4"},"commit":{"message":"docs: Fix API docs version selector to not specify minor versions (#22543)\n\nAlso updates a document with `markdown-magic` content that was\r\nout-of-date.\r\n\r\nBefore: \r\n\r\n![image](https://github.com/user-attachments/assets/9bf8e1dc-b98e-467a-b8b8-79df030e958d)\r\n\r\nAfter: \r\n\r\n![image](https://github.com/user-attachments/assets/9cca1ded-b216-4387-8a2c-983bce13a1b0)","shortMessageHtmlLink":"docs: Fix API docs version selector to not specify minor versions (#2…"}},{"before":"ef6902a80641726b9276c95139ca948bc662695e","after":null,"ref":"refs/heads/test-keep-errors-from-client","pushedAt":"2024-09-18T16:34:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jason-ha","name":"Jason Hartman","path":"/jason-ha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30939149?s=80&v=4"}},{"before":"7b78b51570718990355baafd6f10274c9cef2ea0","after":"42b4dcee4a247c80a40b92176507c6a9e79a5e1d","ref":"refs/heads/main","pushedAt":"2024-09-18T16:34:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jason-ha","name":"Jason Hartman","path":"/jason-ha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30939149?s=80&v=4"},"commit":{"message":"test(client): fix Signals test (#22559)\n\nto keep test failures from closing connection and sending a telemetry\r\nreport\r\n\r\nKeep test assertions on the side and re-raise outside of signal\r\nprocessing.\r\n\r\nAdditionally, reorganize code to reduce duplication and tidy some error\r\nmessages and constant values.","shortMessageHtmlLink":"test(client): fix Signals test (#22559)"}},{"before":"1d2fe127cd16eed0eeae343309e68ff63d45877d","after":"7b78b51570718990355baafd6f10274c9cef2ea0","ref":"refs/heads/main","pushedAt":"2024-09-18T16:30:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"RishhiB","name":"Rishhi Balakrishnan","path":"/RishhiB","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107130183?s=80&v=4"},"commit":{"message":"security(FF.com) Add Content Security Policy (CSP) reporting and Trusted Types to FluidFramework.com (#22557)\n\nThis PR adds a Content Security Policy (CSP) in report-only mode and\r\nenables Trusted Types for the FluidFramework.com website. These changes\r\nenhance the security of the site by providing visibility into potential\r\nsecurity issues and enforcing stricter controls on DOM XSS\r\nvulnerabilities.\r\n\r\n### Changes\r\n- Added a `Content-Security-Policy-Report-Only` header in the\r\n`staticwebapp.config.json` file.\r\n- Implemented a CSP that restricts script sources, object sources, and\r\nbase URIs.\r\n- Enabled Trusted Types enforcement for scripts.\r\n- Set up CSP violation reporting to Microsoft's CSP reporting endpoint.\r\n\r\n### Definition of directives used on FF.com\r\n- `script-src 'self' 'unsafe-inline' 'unsafe-eval' https:`: Allows\r\nscripts from the same origin, inline scripts, eval(), and HTTPS sources.\r\n- `object-src 'none'`: Blocks all ``, ``, and ``\r\nelements.\r\n- `base-uri 'self'`: Restricts `` URIs to the same origin.\r\n- `require-trusted-types-for 'script'`: Enforces Trusted Types for DOM\r\nXSS injection sinks.\r\n- `trusted-types default`: Defines a default Trusted Type policy.\r\n\r\n\r\n[AB#13596](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/13596)","shortMessageHtmlLink":"security(FF.com) Add Content Security Policy (CSP) reporting and Trus…"}},{"before":null,"after":"ef6902a80641726b9276c95139ca948bc662695e","ref":"refs/heads/test-keep-errors-from-client","pushedAt":"2024-09-18T10:18:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jason-ha","name":"Jason Hartman","path":"/jason-ha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30939149?s=80&v=4"},"commit":{"message":"test(client): fix Signals test\nto keep test failures from closing connection and sending a telemetry report\n\nKeep test assertions on the side and re-raise outside of signal processing.\n\nAdditionally, reorganize code to reduce duplication and tidy some error messages and constant values.","shortMessageHtmlLink":"test(client): fix Signals test"}},{"before":"d96f2970de26034a8580c314b8a372ada74fa1e5","after":"1d2fe127cd16eed0eeae343309e68ff63d45877d","ref":"refs/heads/main","pushedAt":"2024-09-18T02:38:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jason-ha","name":"Jason Hartman","path":"/jason-ha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30939149?s=80&v=4"},"commit":{"message":"test(client): fix test-version-utils on Windows (#22555)\n\nspawning process with .cmd extension requires use of `shell: true`","shortMessageHtmlLink":"test(client): fix test-version-utils on Windows (#22555)"}},{"before":null,"after":"2a5ef7e500f896cef1f9bcdf0b425137a36b38c4","ref":"refs/heads/revert-22321-target-clientID-signals","pushedAt":"2024-09-18T01:05:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yann-achard-MS","name":null,"path":"/yann-achard-MS","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97201204?s=80&v=4"},"commit":{"message":"Revert \"Client support for targeted signals (#22321)\"\n\nThis reverts commit f8d3fed16c61fbfd03adcf332b5f27529a39bdb1.","shortMessageHtmlLink":"Revert \"Client support for targeted signals (#22321)\""}},{"before":"2a26c2b9864313ddae240f233a5243b47393761a","after":"d96f2970de26034a8580c314b8a372ada74fa1e5","ref":"refs/heads/main","pushedAt":"2024-09-17T22:01:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jatgarg","name":"Jatin Garg","path":"/jatgarg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48029724?s=80&v=4"},"commit":{"message":"Handle Location redirection for getSharingInformation call (#22551)\n\n## Description\r\n\r\n\r\n[AB#15188](https://dev.azure.com/fluidframework/internal/_workitems/edit/15188)\r\n\r\nHandle location redirection when calling getSharingInformation in ODSP\r\nDriver. Since this call does not include the v2.0 which calls the API\r\nwithout the drive and item ID, these calls fail if the tenant has been\r\nrenamed. Sometimes this creates issues when creating a new page, since\r\nthe user could not get the sharing link to the new page.\r\nGetFileItem call also returns the new siteUrl to which the file has been\r\nmoved. Use that to detect the new domain and then change the resolved\r\nurl accordingly.\r\n\r\nCo-authored-by: Jatin Garg ","shortMessageHtmlLink":"Handle Location redirection for getSharingInformation call (#22551)"}},{"before":"fc0a44166edf71d1a743984418173d6871420c1c","after":"2a26c2b9864313ddae240f233a5243b47393761a","ref":"refs/heads/main","pushedAt":"2024-09-17T21:28:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jzaffiro","name":null,"path":"/jzaffiro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110866475?s=80&v=4"},"commit":{"message":"Resolve SequencePlace positions to number positions in client (#22521)\n\nInstead of passing SequencePlace arguments through client into\r\nmergeTree, resolve them into the correct number positions in client.\r\nThis way, all of the mergeTree methods involved in obliterate can\r\noperate only on numbers, instead of `number|string` positions. Also\r\nremoves unused `Side` fields on ISegment - these were leftover from an\r\ninitial design.\r\n\r\n\r\n[AB#15190](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/15190)","shortMessageHtmlLink":"Resolve SequencePlace positions to number positions in client (#22521)"}},{"before":"b1bd18cf92a0fe1024a656ce3e9f863cfb579fb3","after":"fc0a44166edf71d1a743984418173d6871420c1c","ref":"refs/heads/main","pushedAt":"2024-09-17T20:39:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yann-achard-MS","name":null,"path":"/yann-achard-MS","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97201204?s=80&v=4"},"commit":{"message":"test(tree): Remove unused test utils (#22544)\n\n## Description\r\n\r\nRemove test utilities that are not used (and have not been used for over\r\na year)\r\n\r\n## Breaking Changes\r\n\r\nNone","shortMessageHtmlLink":"test(tree): Remove unused test utils (#22544)"}},{"before":"3f3aeef1c4463045e578174aa9f294e15f795197","after":"b1bd18cf92a0fe1024a656ce3e9f863cfb579fb3","ref":"refs/heads/main","pushedAt":"2024-09-17T20:38:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alex-pardes","name":null,"path":"/alex-pardes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/105307164?s=80&v=4"},"commit":{"message":"tree: Fix bug with updating ancestry table when composing moved nodes (#22463)\n\n## Description\r\n\r\nThis fixes a bug where ModularChangeset's `nodeToParent` table was not\r\nupdated when a node was moved to a different field during `compose`.","shortMessageHtmlLink":"tree: Fix bug with updating ancestry table when composing moved nodes ("}},{"before":"eb8b023906cb1597334bca2c25eb36bdf6e8e7a4","after":"e2cbcbfacca1f31c4c316053ff2cec223641b735","ref":"refs/heads/users/merlinbot/1es-pt-auto-baselining-pr","pushedAt":"2024-09-17T20:37:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"microsoft-github-policy-service[bot]","name":null,"path":"/apps/microsoft-github-policy-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/95686?s=80&v=4"},"commit":{"message":"Updated for https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_build?definitionId=30 by using baselines generated in https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_build/results?buildId=294251","shortMessageHtmlLink":"Updated for https://dev.azure.com/fluidframework/235294da-091d-4c29-8…"}},{"before":"b1182035cd0e24366cf76434c9e14e2e9f019ef9","after":"eb8b023906cb1597334bca2c25eb36bdf6e8e7a4","ref":"refs/heads/users/merlinbot/1es-pt-auto-baselining-pr","pushedAt":"2024-09-17T20:31:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"microsoft-github-policy-service[bot]","name":null,"path":"/apps/microsoft-github-policy-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/95686?s=80&v=4"},"commit":{"message":"Updated for https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_build?definitionId=25 by using baselines generated in https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_build/results?buildId=294249","shortMessageHtmlLink":"Updated for https://dev.azure.com/fluidframework/235294da-091d-4c29-8…"}},{"before":"d0f71efca979c881575dc344fda4c581c499752b","after":"b1182035cd0e24366cf76434c9e14e2e9f019ef9","ref":"refs/heads/users/merlinbot/1es-pt-auto-baselining-pr","pushedAt":"2024-09-17T20:23:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"microsoft-github-policy-service[bot]","name":null,"path":"/apps/microsoft-github-policy-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/95686?s=80&v=4"},"commit":{"message":"Updated for https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_build?definitionId=26 by using baselines generated in https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_build/results?buildId=294250","shortMessageHtmlLink":"Updated for https://dev.azure.com/fluidframework/235294da-091d-4c29-8…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEu1fysAA","startCursor":null,"endCursor":null}},"title":"Activity · microsoft/FluidFramework"}