overleaf/services/document-updater/test/unit/coffee
James Allen f707783aba Remove old methods of triggering doc updates
Remove the old pub/sub listener which is no longer used.

Also remove the DocsWithPendingUpdates set, which used to track
docs waiting to be updated. This was necessary incase messages were
missed on the pub/sub channel, so we knew which docs still had pending
updates. However, now we use the BLPOP queue, these updates just sit in
the queue until a consumer comes back to continue consuming them.
2016-06-01 11:28:23 +01:00
..
DiffCodec Initial open sourcing 2014-02-12 10:40:42 +00:00
DispatchManager modify DispatchManager test to allow for slow shutdown 2015-05-19 14:23:32 +01:00
DocOpsManager Log out warning when using Mongo for version still 2014-05-14 14:16:27 +01:00
DocumentManager Clean up and speed up unit tests by making sure requires are mocked 2016-01-20 17:36:06 +00:00
HttpController Add one to size of line. 2016-05-12 09:26:50 +01:00
LockManager Use signed locks so only the locking party can remove their lock 2016-04-13 11:59:56 +01:00
MongoHealthCheckTests Add in mongo health check end point 2015-08-31 15:57:26 +01:00
PersistenceManager Don't let HTTP calls take longer than 5 seconds since we're inside a 30 second lock 2016-04-12 17:10:39 +01:00
ProjectManager Initial open sourcing 2014-02-12 10:40:42 +00:00
RedisManager Remove old methods of triggering doc updates 2016-06-01 11:28:23 +01:00
ShareJsDB Clean up and speed up unit tests by making sure requires are mocked 2016-01-20 17:36:06 +00:00
ShareJsUpdateManager Clean up and speed up unit tests by making sure requires are mocked 2016-01-20 17:36:06 +00:00
TrackChangesManager Put doc_ids with history changes into project level set 2014-03-21 12:41:05 +00:00
UpdateManager Remove old methods of triggering doc updates 2016-06-01 11:28:23 +01:00