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

[DownloadBuildArtifactsV0] Add download post-check #14065

Commits on Dec 9, 2020

  1. Add consistency checker

    - Move functions to separate module
    - Implement consistency checker
    Aleksandr Smolyakov committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a799ba0 View commit details
    Browse the repository at this point in the history
  2. Bump up task version

    Aleksandr Smolyakov committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    caa74c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Polish the source code

    * Fix code formatting in the download_helper module
    * Added comments for the checkArtifactConsistency and isItemCorrupted functions
    * Move some debug messages to loc strings
    * Add additional checks to the isItemCorrupted function to prevent false alarms
    Aleksandr Smolyakov committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    ca78ba0 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Revert changes

    Aleksandr Smolyakov committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    dab98c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Resolve review points

    - Revert refactoring changes
    - Introduce a new task option - "Check downloaded files"
    - Added check of the file size in local storage
    - Improve debug logging
    Aleksandr Smolyakov committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    f5df3d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. resolve addressed review points

    - Fix default value of the option in task.lock.json
    - Change strategy of checking download file
    - Add commentary to isItemCorrupted function
    Aleksandr Smolyakov committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    af9cc4c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Add retry logic

    Aleksandr Smolyakov committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    1881944 View commit details
    Browse the repository at this point in the history
  2. Fix bug with the success message

    Aleksandr Smolyakov committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    1b3449c View commit details
    Browse the repository at this point in the history
  3. Revert from aliases to original functions names

    Aleksandr Smolyakov committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    153fa89 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Fix typo

    Aleksandr Smolyakov committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    497d22a View commit details
    Browse the repository at this point in the history
  2. Move to objects

    Aleksandr Smolyakov committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    42fc723 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Continue migration to the objects

    - Implement Zip download handler
    - Move zip related logics to download handler
    - Move handlers config to separate module
    - Bump tasks version
    Aleksandr Smolyakov committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    0918e3b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into users/alexander-smolyakov/fix13250_Downloa…

    …dBuildArtifacts_incomplete_downloads
    Aleksandr Smolyakov committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    b819506 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Merge branch 'master' into users/alexander-smolyakov/fix13250_Downloa…

    …dBuildArtifacts_incomplete_downloads
    Anatoly Bolshakov committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    0cbb1cf View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Resolve review points

    - Fix linter warnings
    - Split download handlers classes to separate files
    - Add commentaries to the code
    - Update log messages
    Aleksandr Smolyakov committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    00164c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Resolve review point

    Aleksandr Smolyakov committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    aa28e85 View commit details
    Browse the repository at this point in the history
  2. Bump task version

    Aleksandr Smolyakov committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    c5bebb9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into users/alexander-smolyakov/fix13250_Downloa…

    …dBuildArtifacts_incomplete_downloads
    Aleksandr Smolyakov committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    344c510 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Add input for retry count

    Aleksandr Smolyakov committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    2005cdc View commit details
    Browse the repository at this point in the history