overleaf/services/project-history/app/js
Domagoj Kriskovic 8bde496da4 Send operations to project-history when resolving/unresolving comments (#17540)
* Send operations to project-history when resolving/unresolving comments

* small fixes

* added doc_id in web unit test

* Revert "added doc_id in web unit test"

This reverts commit f0b8251abfce17965d5e1b0e45d8784fcf1d9eed.

* fix mocked dependency in test

* wip: web unit tests

* document updater, reopen test

* document-updater tests

* format fix

* fix typo

* fix callsArgWith

* fix reopenThread calls in doc updater tests

* fix typos

* log error if chat api resolve failes

* log error when reopening thread

* sendStatus calls done() in tests

* using OError instead of logging

* removed timers

* preserve legacy endpoints

* update after merge

* Remove timer check in HttpControllerTest

* prettier

* added "legacy" in log

* remove metrics.timer

* fix promisify issues

* remove unused cb

GitOrigin-RevId: 849538c86996973a065c727835e93028e5429344
2024-04-10 08:04:08 +00:00
..
BlobManager.js
ChunkTranslator.js
DiffGenerator.js
DiffManager.js
DocumentUpdaterManager.js
ErrorRecorder.js
Errors.js
FileTreeDiffGenerator.js
FlushManager.js
HashManager.js
HealthChecker.js
HistoryApiManager.js
HistoryStoreManager.js
HttpController.js
LabelsManager.js
LargeFileManager.js
LocalFileWriter.js
LockManager.js
mongodb.js
OperationsCompressor.js
Profiler.js
RedisManager.js
RetryManager.js
Router.js
server.js
SnapshotManager.js
SummarizedUpdatesManager.js
SyncManager.js
types.ts Send operations to project-history when resolving/unresolving comments (#17540) 2024-04-10 08:04:08 +00:00
UpdateCompressor.js
UpdatesProcessor.js
UpdateTranslator.js Send operations to project-history when resolving/unresolving comments (#17540) 2024-04-10 08:04:08 +00:00
Validation.js
Versions.js
WebApiManager.js