Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bridgev2/legacymigrate: add post-migrate hook #365

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

sumnerevans
Copy link
Member

Signed-off-by: Sumner Evans [email protected]

@sumnerevans sumnerevans requested review from Copilot and tulir April 2, 2025 15:11
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a post-migrate hook to process each legacy portal during migration.

  • Added a new function field, PostMigratePortal, in BridgeMain to handle per-portal migration actions.
  • Updated the migration process to call the PostMigratePortal hook and handle errors accordingly.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
bridgev2/matrix/mxmain/main.go Added a new function field for the portal migration hook.
bridgev2/matrix/mxmain/legacymigrate.go Integrated the PostMigratePortal hook call in the migration process.
Comments suppressed due to low confidence (1)

bridgev2/matrix/mxmain/legacymigrate.go:242

  • [nitpick] Consider adding test coverage for the scenario where PostMigratePortal returns an error to ensure proper error handling.
if br.PostMigratePortal != nil {

@sumnerevans sumnerevans force-pushed the post-migrate-portal branch from 1d81129 to 74a0236 Compare April 2, 2025 20:30
@sumnerevans sumnerevans merged commit 74a0236 into main Apr 2, 2025
10 checks passed
@sumnerevans sumnerevans deleted the post-migrate-portal branch April 2, 2025 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants