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

Migration tool improvements #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 1, 2021

  1. ADHOC add additional libraties:

    - file downloader
    - retry-axios
    
    These two libs help to improve reliability of the migration process
    Vladyslav Smirnov committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    248e2c0 View commit details
    Browse the repository at this point in the history
  2. ADHOC migration tool improvements

    This work includes changes to the migration script in order to improve overall stability and reliability
    of the migration process. This was achieved by using additional libraries for downloading files,
    and using the 'retry' feature for the axios requests.
    Vladyslav Smirnov committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    d0deb9a View commit details
    Browse the repository at this point in the history