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

status: collect stages only once #5741

Merged
merged 1 commit into from
Mar 31, 2021
Merged

status: collect stages only once #5741

merged 1 commit into from
Mar 31, 2021

Conversation

skshetry
Copy link
Member

This is achieved by using lock_repo context manager that can be used in a recursive depth that only resets stages when it has left any lock_repo blocks.

Also added some UI related tests for the status which I found missing.

Fixes #5621

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

This is achieved by using `lock_repo`
context manager that can be used in a recursive depth
that only resets stages when it has left any lock_repo
blocks.

Also added some ui related tests for the status which I found
missing
@skshetry skshetry added the optimize Optimizes DVC label Mar 31, 2021
@skshetry skshetry self-assigned this Mar 31, 2021
@skshetry skshetry added this to In progress in DVC 23 March - 06 April 2021 via automation Mar 31, 2021
@skshetry skshetry moved this from In progress to Review in progress in DVC 23 March - 06 April 2021 Mar 31, 2021
@efiop efiop merged commit 7c7e73e into iterative:master Mar 31, 2021
DVC 23 March - 06 April 2021 automation moved this from Review in progress to Done Mar 31, 2021
@efiop
Copy link
Member

efiop commented Mar 31, 2021

@skshetry Nice catch!

@skshetry skshetry deleted the fix-5621 branch March 31, 2021 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimize Optimizes DVC
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

status: looks like we are collecting stages twice
3 participants