summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/ImageUpdateWizard.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Memory management; handle OOM when hashing, do not skip blocksSimon Rettberg2022-03-211-1/+4
| | | | | | | | | | Try to free some references regarding transfers earlier, e.g. the hash worker and list of hashes as soon as hashing is finished on upload, not only when the upload is finished and the window is closed. Properly delay hashing of blocks in OOM scenarios, and be more conservative with the number of hash workers, i.e. take maximum JVM memory into account. Also, improve thread naming.
* [client] Try to do a better job cleaning up when closing wizardsSimon Rettberg2022-03-171-1/+7
|
* [client] Better log cancel/failure reason for uploadsSimon Rettberg2022-03-161-2/+2
|
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-111-1/+5
|
* Merge remote-tracking branch 'origin/feature/docker-integration-new' into ↵Stephan Schwär2020-12-151-2/+2
|\ | | | | | | feature-merge
| * [client] refactoringralph isenmann2020-10-271-2/+2
| | | | | | | | | | - rename DockerfileUploadPage to ContainerUploadPage - use now ContainerBindMountConfigurator in ContainerUploadPage and -Layout
* | Merge remote-tracking branch 'origin/feature/i18n' into feature-mergeStephan Schwär2020-11-111-4/+4
|\ \
| * | [client] Add resource bundle files for wizard classes. Update the wizard ↵Mürsel Türk2020-07-071-4/+4
| | | | | | | | | | | | classes accordingly.
* | | [client] Make conversion possible in update wizardStephan Schwär2020-10-281-1/+25
| |/ |/| | | | | Feature: #3771
* | [client] Allow user to update a docker entry by upload a new dockerfileralph isenmann2020-09-151-2/+13
|/
* [client] Cancel transfers when exiting appSimon Rettberg2019-04-291-1/+9
|
* [client] Improve some texts (image -> vm mostly)Simon Rettberg2016-02-041-1/+1
|
* [client] Fix several issues with the new upload schemeSimon Rettberg2015-10-021-20/+19Star
|
* [client] Start upload only when finishing wizard, add final summary page to ↵Simon Rettberg2015-10-011-14/+60
| | | | wizard
* [client] ImageUpdateWiz: if updating version metadata failed, inform userJonathan Bauer2015-09-161-1/+5
|
* [client] refactor: ImageWizard -> ImageCreationWizard & UpdateWizard -> ↵Jonathan Bauer2015-08-261-0/+51
ImageUpdateWizard