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: snapshot: remove existing chain #11032

Merged
merged 4 commits into from
Jul 20, 2023
Merged

Commits on Jun 30, 2023

  1. feat: snapshot: remove existing chain

    Remove existing chain on a snapshot-import
    
    log info instead of print
    
    log info instead of print
    
    Remove defer lock
    
    Remove defer lock, and explicitly close the lockedRepo instead
    rjan90 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    5201744 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Remove unused function

    Remove unused clearSplitStoreDir function
    rjan90 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    13224e3 View commit details
    Browse the repository at this point in the history
  2. Extract removeExistingChain to seperate func

    Extract removeExistingChain to seperate func
    rjan90 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    dedfa14 View commit details
    Browse the repository at this point in the history
  3. Check error

    Check error
    rjan90 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2061c32 View commit details
    Browse the repository at this point in the history