overleaf-cep/services/document-updater/test
Jakob Ackermann adf399fb95 [project-history] add support for resync of history-ot ranges (#26475)
* [project-history] add support for resync of history-ot ranges

* [project-history] avoid compressing sharejs and history-ot upgrades

* [document-updater] improve error message of some assertions

... by migrating the assertions like this:
```diff
-stub.calledWith().should.equal(true)
+stub.should.have.been.calledWith()
```
```diff
-stub.called.should.equal(false)
+stub.should.not.have.been.called
```

* [document-updater] move content field in resyncDocContent

* [document-updater] add support for resync of history-ot ranges

GitOrigin-RevId: e6104686a26934a5f25a8f095cbe00c163fbbaa7
2025-06-19 08:05:18 +00:00
..
acceptance/js [document-updater] make setDoc aware of tracked deletes in history-ot (#26126) 2025-06-06 08:05:23 +00:00
cluster_failover/js Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2024-04-26 08:04:39 +00:00
stress/js Add prefer-node-protocol ESLint rule (#21532) 2024-11-11 09:04:51 +00:00
unit/js [project-history] add support for resync of history-ot ranges (#26475) 2025-06-19 08:05:18 +00:00
setup.js [history-ot] initial implementation of using doc-level history-ot (#25054) 2025-05-08 08:05:44 +00:00