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

Fix issue with task failures tile having wrong color #89

Merged
merged 2 commits into from
Aug 9, 2020

Conversation

cicdw
Copy link
Member

@cicdw cicdw commented Aug 8, 2020

PR Checklist:

  • add a short description of what's changed to the top of the CHANGELOG.md
  • add/update tests (or don't, for reasons explained below)

Describe this PR

This PR fixes an issue where the Task Failures tile was incorrectly using errors instead of filteredErrors to determine its displayed color - errors will consist entirely of flow runs (regardless of failures), whereas filteredErrors is an actual list of errors at the task run level, across all flow runs.

Closes #88

@znicholasbrown znicholasbrown merged commit b8d0810 into master Aug 9, 2020
@znicholasbrown znicholasbrown deleted the fix-task-errors-tile-color branch August 9, 2020 13:57
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.

Task errors tile shows a red border even when there are no errors
2 participants