overleaf-cep/services/project-history/test/acceptance/js
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
..
helpers [history-ot] flush history for projects with short queues ASAP (#25776) 2025-05-23 08:05:35 +00:00
DeleteProjectTests.js Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2024-04-26 08:04:39 +00:00
DiffTests.js Add prefer-node-protocol ESLint rule (#21532) 2024-11-11 09:04:51 +00:00
DiscardingUpdatesTests.js Add prefer-node-protocol ESLint rule (#21532) 2024-11-11 09:04:51 +00:00
FileTreeDiffTests.js Add prefer-node-protocol ESLint rule (#21532) 2024-11-11 09:04:51 +00:00
FlushManagerTests.js [history-ot] flush history for projects with short queues ASAP (#25776) 2025-05-23 08:05:35 +00:00
GetChangesInChunkSince.js Merge pull request #20277 from overleaf/jpa-ro-mirror-chunk 2024-09-24 08:05:42 +00:00
HealthCheckTests.js Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2024-04-26 08:04:39 +00:00
LabelsTests.js Fix history label creation for anonymous users (#20200) 2024-10-14 10:57:33 +00:00
LatestSnapshotTests.js Merge pull request #19842 from overleaf/jpa-ro-mirror-on-client 2024-08-22 08:05:13 +00:00
ReadingASnapshotTests.js Merge pull request #18116 from overleaf/jpa-bulk-replace-localhost 2024-04-26 08:04:39 +00:00
RetryTests.js Add prefer-node-protocol ESLint rule (#21532) 2024-11-11 09:04:51 +00:00
SendingUpdatesTests.js Merge pull request #22652 from overleaf/ar-handle-filestore-404-when-copying-in-saas 2024-12-24 09:04:48 +00:00
SummarisedUpdatesTests.js Add prefer-node-protocol ESLint rule (#21532) 2024-11-11 09:04:51 +00:00
SyncTests.js [project-history] add support for resync of history-ot ranges (#26475) 2025-06-19 08:05:18 +00:00