overleaf/services/document-updater/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
..
sharejs
DeleteQueueManager.js
DiffCodec.js
DispatchManager.js
DocumentManager.js Send operations to project-history when accepting tracked changes (#17599) 2024-04-17 08:04:17 +00:00
Errors.js
HistoryManager.js
HttpController.js Send operations to project-history when resolving/unresolving comments (#17540) 2024-04-10 08:04:08 +00:00
Limits.js
LockManager.js
LoggerSerializers.js
Metrics.js
mongodb.js
PersistenceManager.js
Profiler.js
ProjectFlusher.js
ProjectHistoryRedisManager.js Merge pull request #17713 from overleaf/em-resync-include-ranges 2024-04-09 08:04:44 +00:00
ProjectManager.js
RangesManager.js Send operations to project-history when accepting tracked changes (#17599) 2024-04-17 08:04:17 +00:00
RateLimitManager.js
RealTimeRedisManager.js
RedisManager.js
ShareJsDB.js
ShareJsUpdateManager.js
SnapshotManager.js
types.ts Send operations to project-history when accepting tracked changes (#17599) 2024-04-17 08:04:17 +00:00
UpdateKeys.js
UpdateManager.js Send operations to project-history when accepting tracked changes (#17599) 2024-04-17 08:04:17 +00:00
Utils.js Send operations to project-history when accepting tracked changes (#17599) 2024-04-17 08:04:17 +00:00