-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
Don't show delegating tasks in summary #639
Comments
👍 |
Or show it in a non-tasky way to may it clear it's a summary or branch task. |
How would you like the delegating task to be displayed? In grey, just like skipped tasks? And what should be the displayed text? |
In a previous PR, I add a |
@ErikSchierboom I agree with your thinking. An enum would be much cleaner. Not sure yet how the delegating task should be displayed. Not against graying it out, but the total won't match the sum of the tasks (since tasks that "delegate" could take some milliseconds). Not sure if this really matters. Maybe we can write the time for the delegated task but gray it out? What do you think? |
Gray is nice, but as build server logs are just text might not clear enough. Maybe just report on diagnostic / verbose? |
@devlead Reports are not written to the log. They're written to the console. |
Usually build servers display console output as log right? |
@devlead Yes, they are. But we're writing the report using |
I understand that, colors rarely preserved on CI, so just an esthetic when running local then? |
@devlead Yes, exactly. So the question is if we:
|
Ok, I would vote hide by verbosity so they're shown if diagnostic. |
@devlead That is a good idea. @ErikSchierboom What do you think about that? |
Hiding by verbosity seems like a good idea! Should I only show the duration in gray, or also the task itself? |
I think both. @patriksvensson ? |
@ErikSchierboom @devlead Maybe we need to think about this some more. I think we might get issues posted for this otherwise like |
@ErikSchierboom @devlead Maybe we need to add a description like we did with |
OK, maybe we should just go with the one we agreed on and figure this out later? It's probably good 😄 |
But what is the one we agreed on? The one with the verbosity? Or with the description? |
Sorry, I meant the one with verbosity. |
i.e. Tasks that are only used to tie together other tasks. If there is no action associated with the Task, don't show it in the summary.
The text was updated successfully, but these errors were encountered: