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

chore: Fix UI TODOs #1967

Closed
wants to merge 477 commits into from
Closed

chore: Fix UI TODOs #1967

wants to merge 477 commits into from

Conversation

simster7
Copy link
Member

Fixes #1955

@simster7 simster7 requested a review from alexec January 14, 2020 17:05
@simster7
Copy link
Member Author

simster7 commented Jan 14, 2020

E2E failure here is fixed in #1964. This branch needs to be rebased after merge. Fix merged separately

if (wf.spec.suspend !== undefined && wf.spec.suspend) {
return true;
}
if (wf.status && wf.status.nodes) {
Copy link
Contributor

Choose a reason for hiding this comment

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

so if any node is suspended - we are suspended?

Copy link
Member Author

Choose a reason for hiding this comment

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

Correct

@codecov
Copy link

codecov bot commented Jan 14, 2020

Codecov Report

Merging #1967 into apiserverimpl will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           apiserverimpl   #1967   +/-   ##
=============================================
  Coverage           8.88%   8.88%           
=============================================
  Files                 53      53           
  Lines              33602   33602           
=============================================
  Hits                2984    2984           
  Misses             30229   30229           
  Partials             389     389

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4cb41f6...c4b00f2. Read the comment docs.

@simster7 simster7 changed the base branch from apiserverimpl to master January 15, 2020 19:36
@simster7
Copy link
Member Author

Closed in favor of #1987

@simster7 simster7 closed this Jan 15, 2020
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.

Fix UI TODOs
4 participants