-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Show stack trace in job selector when job fails #1251
Comments
It will be really useful; you are correct! Would having a visual element called job be the solution for you, or should it be totally integrated within the job selector? |
Integrated with the job selector is better, so all the job handling functionalities are supported with a single visual element. It is much easier to design a page when controls are integrated. |
Hi @FlorianJacta, if this issue is still needed, then I would like to work on this, could you please assign this to me. |
This is not an issue, but a new functionality asked. When a job is failing, I would like to have a button in the job selector to display the job's logs and stacktrace. |
Note that we want to take the opportunity of this issue to improve the UX of the job selector control. In particular we want to use the label as the man information in each column instead of the id. The id would be the second level information and could be displayed like an ellipse. |
added a property
|
Note that for now, only the stack trace is collected when the job fails. The logs are not collected. It may come later. |
What would that feature address
When a job is failing, it is helpful to show the logs in the job selector to understand why the data is incorrect.
Description of the ideal solution
Display the job logs in a modal accessible from a job in the list
Acceptance Criteria
The text was updated successfully, but these errors were encountered: