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

feat(recover): introduce a new command "recover" to recover soft-removed components #7225

Merged
merged 8 commits into from
Mar 31, 2023

Conversation

davidfirst
Copy link
Member

@davidfirst davidfirst commented Mar 30, 2023

This new command works regardless of the state in the workspace, specifically tested on the following use-cases:

  1. a component was just soft-removed, it wasn't snapped yet, so it's now in .bitmap with the "removed" aspect entry.
  2. soft-removed and then snapped. It's not in .bitmap now.
  3. soft-removed, snapped, exported. it's not in .bitmap now.
  4. a soft-removed components was imported, so it's now in .bitmap without the "removed" aspect entry.
  5. workspace is empty. the soft-removed component is on the remote.

@davidfirst davidfirst merged commit a807378 into master Mar 31, 2023
@davidfirst davidfirst deleted the bit-recover branch March 31, 2023 13:18
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