overleaf/services/docstore/test/acceptance/js
Jakob Ackermann 9298f486ad [app] add a new route for archiving a single doc
There is a minor opportunity for optimizing the mongo call(s) for
 archiving: we should include `{ inS3: false }` in the queries instead
 of filtering locally. It's been like that for years now, so it can
 stay a little longer.
2021-01-04 13:47:55 +00:00
..
helpers [app] add a new route for archiving a single doc 2021-01-04 13:47:55 +00:00
ArchiveDocsTests.js [app] add a new route for archiving a single doc 2021-01-04 13:47:55 +00:00
DeletingDocsTests.js [misc] simplify mongodb collection access using a shared db construct 2020-09-17 15:39:44 +01:00
GettingAllDocsTests.js [misc] migrate acceptance tests to the native mongo driver, drop mongojs 2020-08-25 09:41:23 +01:00
GettingDocsTests.js [misc] migrate acceptance tests to the native mongo driver, drop mongojs 2020-08-25 09:41:23 +01:00
UpdatingDocsTests.js [misc] migrate acceptance tests to the native mongo driver, drop mongojs 2020-08-25 09:41:23 +01:00