Commit Graph
55 Commits
Author SHA1 Message Date
Henry Oswald d5d1736a5e adds /flush_all_projects project 2019-05-02 16:43:35 +01:00
Henry OswaldandGitHub 0a0fc91f28 Update app.coffee 2019-02-12 13:27:13 +00:00
Henry Oswald 08723f8972 revert health check redis types 2019-02-07 15:53:26 +00:00
Henry Oswald b5564095f3 add /health_check/redis route back in 2019-02-07 15:10:40 +00:00
Henry Oswald e44a02391a standardise name of document-updater 2019-02-01 20:04:43 +00:00
Christopher Hoskin d9ec90f0e2 Move to metrics v2 and shrinkwrap 2019-01-04 09:22:09 +00:00
Henry Oswald 25e1ad7491 remove redis.realtime
real time pushes data into the document updater redis instance
2018-12-05 16:17:41 +00:00
Henry Oswald 5f046ed329 install metrics route and bump metrics version 2018-12-05 12:35:46 +00:00
Hayden Faulds 64d1fe13bc additional logging for project history resync 2018-03-07 16:24:22 +00:00
Hayden Faulds 152a25e96d rename resyncProject -> resyncProjectHistory 2018-03-07 13:29:42 +00:00
Hayden Faulds 039f997e80 update project history resync url 2018-03-07 11:37:26 +00:00
Hayden Faulds 52d6b710bd add ability to resync project structure 2018-03-02 15:01:53 +00:00
James Allen 5d1659457e Update to build 1.0.0 build scripts 2018-02-15 16:28:40 +00:00
Hayden Faulds 6d571e6d23 version document renames 2017-11-08 09:20:37 +00:00
Brian Gough 727a534d01 keep the existing GET method temporarily
to avoid any problems due to deployment in the wrong order
2017-10-11 15:44:35 +01:00
Brian Gough 7cbb3e7af8 change getProjectDocs endpoint from GET to POST
also note that it flushes docs if they are considered old (i.e. not
recently flushed)
2017-10-11 15:30:29 +01:00
Brian Gough 3842a27278 change .../clear endpoint to .../clearState 2017-09-12 11:39:18 +01:00
Brian Gough f34c12fdc7 add endpoint to clear project state 2017-09-08 15:50:26 +01:00
Brian Gough 54e02cd895 update docupdater endpoint to /project/id/docs 2017-08-03 14:41:34 +01:00
Brian Gough 0109585092 provide endpoint for current project docs in redis 2017-08-02 13:42:10 +01:00
Paulo Reis 05d7d1b8c6 Merge branch 'master' into pr-bulk-actions 2017-05-15 10:35:16 +01:00
Paulo Reis 9b8a2c3030 Consolidate methods to accept changes. 2017-05-05 15:12:06 +01:00
Paulo Reis d530ee9501 Add methods to bulk accept changes. 2017-05-04 15:32:54 +01:00
James Allen 4104ca4889 Add in separate redis config for the lock and fix a few web -> realtime 2017-05-03 16:27:32 +01:00
James Allen ed493d8ad3 Rename web -> realtime for consistency with realtime 2017-05-02 15:38:33 +01:00
James Allen f21208e841 Use new redis-sharelatex instead of RedisBackend for cluster abstraction 2017-04-12 14:53:03 +01:00
Brian Gough a33d4f505b log request object on error 2017-02-14 15:20:05 +00:00
Brian Gough 8d1aa56689 enable sentry for docupdater 2017-02-14 14:34:28 +00:00
James Allen 8725aeab03 Allow deleting of comment ranges 2017-01-24 15:57:11 +01:00
James Allen be19532a1d Add HTTP end point for accepting changes 2017-01-09 14:41:18 +01:00
James Allen 4fadd75ef3 Track changes based on flag on op, not global setting 2016-12-02 11:04:21 +00:00
James Allen d36f1a86f1 Merge branch 'master' into ja-track-changes
Conflicts:
	app/coffee/PersistenceManager.coffee
2016-12-01 16:06:13 +00:00
James Allen 2852043a6d Don't store doc version in Mongo directly, instead use docstore 2016-11-29 17:06:23 +00:00
James Allen e739e86c48 Get basic ChangeTracker hooked up. WIP 2016-11-28 10:14:42 +00:00
James Allen c85fd7ef41 Merge branch 'master' into ja-consistency-refactor 2016-09-07 11:08:04 +01:00
Brian Gough 8d14f8f7f0 add route parameters 2016-09-05 10:32:11 +01:00
James Allen cb62b005f3 Add in event loop monitoring 2016-08-23 09:53:17 +01:00
James Allen da89ff7172 Add in external health check rather than internal 2016-06-23 18:00:03 +01:00
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
James Allen 11667e8250 Return semantic error if the requested ops are not available when getting a document 2016-05-31 13:24:19 +01:00
James Allen 03e9d7390f Add in mongo health check end point 2015-08-31 15:57:26 +01:00
Henry Oswald d862227314 make startup message consistent 2015-04-30 16:01:22 +01:00
Henry Oswald db0322e054 added redis health check 2014-11-20 11:40:52 +00:00
Henry Oswald 4f56d8d4e8 Revert "Use new 'robust' subscription scheme"
This reverts commit dd4b938365d0f6196206fd7c70056c34477d13d5
2014-11-19 16:54:02 +00:00
James Allen 0eab2d99b6 Use new 'robust' subscription scheme 2014-11-19 12:54:47 +00:00
Henry Oswald 5ff8983528 implemeneted redis-sharelatex 2014-10-07 12:08:36 +01:00
Henry Oswald 9c85e9b848 moved back to not include sentinal while we upgrade to 0.10.x node 2014-09-29 12:07:32 +01:00
Henry Oswald 672dd3de1b works with sentinal v1 2014-09-26 17:38:59 +01:00
James Allen 9da118c809 Process updates in the background so that workers only act as dispatchers 2014-08-11 14:16:05 +01:00
James Allen cab5509076 Listen on queue via BLPOP rather than pub/sub 2014-08-07 11:45:53 +01:00