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(import): fetch versions that are shown in .bitmap but not in the lane object #7167

Merged
merged 2 commits into from
Mar 16, 2023

Conversation

davidfirst
Copy link
Member

currently, when checked out to a lane, bit import fetches main components from main and lane components according to the versions in the lane.
In some scenarios, the .bitmap can be out-of-sync and a version in .bitmap is different than a version in the lane object. Or maybe bit checkout was running to a different version. In such cases, if the local scope is deleted, bit was throwing ComponentsPendingImport error.
This PR fixes the import process to fetch these versions as well.

@davidfirst davidfirst merged commit b1f5a38 into master Mar 16, 2023
@davidfirst davidfirst deleted the import-lane-main branch March 16, 2023 21:31
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