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

add --in-place flag to verdi export migrate #4220

Merged
merged 3 commits into from
Sep 11, 2020

Commits on Sep 7, 2020

  1. add --in-place flag to verdi export migrate

    When export migration is required, you can often get rid of the outdated
    export file.
    The `--in-place` flag saves users from specifying a temporary filename,
    removing the old file and renaming the temporary one.
    Using a temporary directory avoids the use of protected tempfile
    functions and guarantees that there are no filename clashes.
    
    This commit also changes the exit code for migrating an export file that
    already is up to date from an error to success (0).
    
    Co-authored-by: Sebastiaan Huber <mail@sphuber.net>
    Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
    3 people committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    dadf5a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00c89b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    e29be36 View commit details
    Browse the repository at this point in the history