Skip to content

feat: Add more detailed error messages for migration failures #1464

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

Merged
merged 2 commits into from
Apr 24, 2025

Conversation

joe-yeager
Copy link
Contributor

Description and Context

The BE now sends and array of failures split up by component type, this PR updates the error messaging to improve the level of detail.

@joe-yeager joe-yeager marked this pull request as ready for review April 24, 2025 19:53
@@ -77,10 +77,16 @@ export interface MigrationSuccess extends MigrationBaseStatus {
buildId: number;
}

interface ComponentError {
componentType: string;
developerSymbol?: string;
Copy link
Contributor Author

@joe-yeager joe-yeager Apr 24, 2025

Choose a reason for hiding this comment

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

developerSymbol===uid, it's just what they are called internally

@joe-yeager joe-yeager merged commit 12ce87b into main Apr 24, 2025
1 check passed
@joe-yeager joe-yeager deleted the jy/migrations-use-error-details branch April 24, 2025 20:07
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.

2 participants