gristlabs_grist-core/app/gen-server
Paul Fitzpatrick 10a4cbb6bd (core) make document assignment endpoint available via /housekeeping api
Summary:
The /assign endpoint checks if a document is on the desired worker
and moves it if not. This is never done under regular operation, but
is useful when quarantining a misbehaving document.

The endpoint was failing to operate correctly if the requester did
not have access to the document. This diff makes the endpoint
accessible through a /housekeeping route, using the same pattern as
the /force-reload endpoint.

Test Plan: added test

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D3109
2021-11-04 16:14:21 -04:00
..
entity (core) Initial webhooks implementation 2021-09-23 14:35:39 +02:00
lib (core) make document assignment endpoint available via /housekeeping api 2021-11-04 16:14:21 -04:00
migration (core) Initial webhooks implementation 2021-09-23 14:35:39 +02:00
ApiServer.ts (core) Adding import from google drive to the home screen 2021-08-05 20:46:11 +02:00
sqlUtils.ts (core) fix bug where sharing doc with everyone@ as viewer made it unlisted for site viewers 2021-10-28 12:48:31 -04:00