data_import: Remove gitter data import tool.

Gitter broke their older API as part of being integrated
into Matrix.

Their announcement blog says:
"Anything left using the Gitter APIs will need to be
updated to use the Matrix API"

This commit drops the legacy Gitter import tool and
we plan to build a new one for Matrix in future.
This commit is contained in:
Prakhar Pratyush
2024-05-02 17:28:38 +05:30
committed by Tim Abbott
parent eed2413514
commit b17a006bf0
17 changed files with 14 additions and 890 deletions

View File

@@ -119,7 +119,6 @@ not_yet_fully_covered = [
# Data import files; relatively low priority
"zerver/data_import/sequencer.py",
"zerver/data_import/slack.py",
"zerver/data_import/gitter.py",
"zerver/data_import/import_util.py",
# Webhook integrations with incomplete coverage
"zerver/webhooks/greenhouse/view.py",