Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added - Add edx mongodb connection to anonymize personal data from edx forums - Add `users` endpoints for services to retrieve the list of users to delete - Flag users for deletion in Mork database when deletion process begins - Add status verification checks before and after user deletion in edX - Add support for emailing a single user via api - Add an optional `limit` parameter for bulk deletion and warning tasks Changed - Add a dry-run parameter to the task creation API (defaults to True) - Introduce API versioning with `v1` namespace Fixed - Fix HTTP 500 errors on heartbeat endpoint when QueuePool limits are reached
- Loading branch information