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

Fix upload quota check and provide better error message #893

Merged
merged 13 commits into from Oct 30, 2019

Commits on Oct 1, 2019

  1. Adjusted upload quota check to include file size and show proper erro…

    …r message
    
    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    9b6b7aa View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Fixed failing upload quota tests

    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    dab8718 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Moved quota check to stream, fixed review findings

    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    8f44b99 View commit details
    Browse the repository at this point in the history
  2. Added missing license header to QuotaInputStream

    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    ded50e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Reworked uploadLock, ensured error messages may be translated, review…

    … fixes
    
    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    a4017b0 View commit details
    Browse the repository at this point in the history
  2. Added local artifactrepo to gitignore

    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    e93687d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Fixed sonar issues and assignment quota message

    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    8bd0dda View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. PR review fixes

    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    447b871 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

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

Commits on Oct 25, 2019

  1. Split quota exceptions, PR fixes

    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    f273cc9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feature_better_uplo…

    …ad_quota_message
    
    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    dbc3c2f View commit details
    Browse the repository at this point in the history
  3. Removed left over conversion method in quota helper

    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    6a50f59 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Made conversion helper class final

    Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
    dobleralex committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    7448427 View commit details
    Browse the repository at this point in the history