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: Fix data reloading issues #1277

Merged
merged 2 commits into from
Dec 3, 2024
Merged

fix: Fix data reloading issues #1277

merged 2 commits into from
Dec 3, 2024

Conversation

minghay
Copy link
Contributor

@minghay minghay commented Dec 3, 2024

Context

When switching between the Events and Pulls tabs in the v2 UI, the background data reloading stops working. This is because Ember creates a new workflow component before destroying the old workflow component.

Objective

Adds in ID tracking for the data reloading so that the data reloading class can handle cases where the previous reloading has already stopped due to the start function being called. Also fixes an issue where the data reloading for pull request data stops properly.

References

screwdriver-cd/screwdriver#3200

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.

@minghay minghay merged commit e3c8914 into master Dec 3, 2024
2 checks passed
@minghay minghay deleted the fix-data-reload-bugs branch December 3, 2024 20:49
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.

2 participants