Skip to content

RM-239: Remove import pipeline#81

Draft
biast12 wants to merge 4 commits intoTicketsBot-cloud:masterfrom
biast12:RM-239
Draft

RM-239: Remove import pipeline#81
biast12 wants to merge 4 commits intoTicketsBot-cloud:masterfrom
biast12:RM-239

Conversation

@biast12
Copy link
Copy Markdown
Contributor

@biast12 biast12 commented Jan 29, 2026

Description

RM-239
This PR fully removes everything related to the import feature

Related PRs:
TicketsBot-cloud/database#23
TicketsBot-cloud/worker#100
TicketsBot-cloud/archiverclient#4

Type of Change

  • Bug fix
  • New feature
  • Breaking change

Testing

You just need to test that things in general still work.

Checklist

  • My code follows the style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

Remove the entire import pipeline and related S3 integration. Deleted backend import API and validator code (app/http/endpoints/api/export and validator files), removed s3 client (s3/s3.go) and S3 import config fields, and stopped connecting to import S3 in cmd/api/main.go. Server routes for import were removed from app/http/server.go. Also removed frontend import UI and routes (Import.svelte, ImportModal.svelte, route and sidebar/navbar links) and updated related components. This strips out the import feature and its external S3 dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant