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(2434): UI is not updating workflowgraph for a running pipeline #768

Merged
merged 5 commits into from
Jan 24, 2022

Conversation

adong
Copy link
Member

@adong adong commented Jan 20, 2022

Context

Test pipeline: https://cd.screwdriver.cd/pipelines/4648

Objective

Fix updating workflow graph while builds are updating on Event Tab

image

START/STOP button the PR Tab behaves correctly, and will show STOP if build is active, and START if build is not active.

image

References

screwdriver-cd/screwdriver#2434

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@adong adong marked this pull request as ready for review January 20, 2022 22:21
jithine
jithine previously approved these changes Jan 21, 2022
Comment on lines 56 to 57
const { status } = b;
const { endTime } = b;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const { status } = b;
const { endTime } = b;
const { endTime, status } = b;

@tkyi tkyi merged commit e1f9152 into master Jan 24, 2022
@tkyi tkyi deleted the adong/2434 branch January 24, 2022 18:26
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.

3 participants