overleaf/services/project-history/app/js
Domagoj Kriskovic c4437c69bc Send operations to project-history when accepting tracked changes (#17599)
* added getHistoryOpForAcceptedChange in RangesManager

* rename adjustHistoryUpdatesMetadata to be treated as public

* handle retain op in UpdateTranslator and updateCompressor

* send op to project-history in acceptChanges

* use promises.queueOps

* use ranges in getHistoryOpForAcceptedChange

* using rangesWithChangeRemoved

* acceptChanges acceptance test

* using change.op.hpos

* Revert "using change.op.hpos"

This reverts commit f53333b5099c840ab8fb8bb08df198ad6cfa2d84.

* use getHistoryOpForAcceptedChanges

* fix historyDocLength

* Revert "rename adjustHistoryUpdatesMetadata to be treated as public"

This reverts commit 2ba9443fd040a5c953828584285887c00dc40ea6.

* fix typescript issues

* sort changes before creating history updates

* fix tests

* sinon spy RangesManager.getHistoryUpdatesForAcceptedChanges

* added unit tests

* sort deletes before inserts

* use getDocLength function

* fix docLength calculation

* fix typo

* allow all retains

* fix lint error

* refactor RangesTests

* fix ts error

* fix history_doc_length calculation in RangesManager

* remove retain tracking check from UpdateCompressor

* use makeRanges() properly in tests

* refactor acceptance tests

GitOrigin-RevId: ab12ec53c5f52c20d44827c6037335e048f2edb0
2024-04-17 08:04:17 +00:00
..
BlobManager.js
ChunkTranslator.js [overleaf-editor-core+project-history] Clean up TrackedChangeList api (#17740) 2024-04-17 08:04:13 +00:00
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 accepting tracked changes (#17599) 2024-04-17 08:04:17 +00:00
UpdateCompressor.js Send operations to project-history when accepting tracked changes (#17599) 2024-04-17 08:04:17 +00:00
UpdatesProcessor.js
UpdateTranslator.js Send operations to project-history when accepting tracked changes (#17599) 2024-04-17 08:04:17 +00:00
Validation.js
Versions.js
WebApiManager.js