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

clearer preflight status' on version history rows #2055

Merged
merged 2 commits into from
Aug 6, 2021

Conversation

GraysonNull
Copy link
Contributor

@GraysonNull GraysonNull commented Aug 6, 2021

Checks bypassed, failed Checks bypassed, passed with warnings
Screen Shot 2021-08-06 at 10 39 01 AM Screen Shot 2021-08-06 at 10 38 44 AM

const preflightState = getPreflightResultState(preflightResult);
preflightsFailed = preflightState === "fail";
if (version.status === "pending") {
preflightState = getPreflightResultState(preflightResult);
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah yeah good catch. Updated this logic a bit and didn't move that part out.

@GraysonNull GraysonNull merged commit 5f09a83 into master Aug 6, 2021
@GraysonNull GraysonNull deleted the grayson/preflight-bypass-status branch August 6, 2021 16:05
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.

None yet

2 participants