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

Error message not shown in case filesize is exceeded #906

Merged
merged 4 commits into from
Nov 8, 2019

Conversation

dobleralex
Copy link
Contributor

This fixes a problem when trying to upload a file that exceeds the max allowed file size of spring. The upload was rejected, but this was not visible in the UI. It just showed the progress bar but did not do anything.

With this PR it will notify the UI properly and provide a message why the upload failed.

@schabdo schabdo added this to the 0.3.0M6 milestone Nov 4, 2019
Signed-off-by: Alexander Dobler <[email protected]>
@schabdo schabdo merged commit 51982a7 into eclipse-hawkbit:master Nov 8, 2019
@schabdo schabdo deleted the fix_max_filesize_message branch November 8, 2019 10:11
@schabdo schabdo added the bug label Jan 16, 2020
@schabdo schabdo changed the title Fixed error message not shown when exceeding filesize Error message not shown in case filesize is exceeded Jan 16, 2020
AmmarBikic pushed a commit to bosch-io/hawkbit that referenced this pull request Oct 2, 2020
…t#906)

* Fixed message not showing when exceeding filesize

Signed-off-by: Alexander Dobler <[email protected]>

* Also use fixed max filesize approach during drag and drop

Signed-off-by: Alexander Dobler <[email protected]>

* Moved log messages and adjusted upload log levels

Signed-off-by: Alexander Dobler <[email protected]>

* Further adjustments of logging

Signed-off-by: Alexander Dobler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants