-
Notifications
You must be signed in to change notification settings - Fork 29
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
Ux enhancements for error classification #1283
Conversation
426e602
to
9ddbe58
Compare
RESET: `${ACTION_PREFIX}/RESET`, | ||
}; | ||
|
||
function errorDetailsBannerUiReducer( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move to a separate file? It's going to be hard to follow the code if some reducers/stores are in their own files, but others are embedded with UI components.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
); | ||
} | ||
|
||
export default function PipelineRunErrorDetails() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is getting pretty big. Please move each component to its own file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
9ddbe58
to
e42c17f
Compare
Ux enhancements for error classification
Description
The following updates are included.
PR Type
Links
Jira: CDAP-21100
Test Plan
e2e tests to be added, when support for error classification in hydrator plugins is added.
currently it's infeasible to add e2e tests for this feature that can run in the gh-runner envirinment.
Screenshots