summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard
Commit message (Expand)AuthorAgeFilesLines
* [client] Check if VM is suspended before uploadSimon Rettberg2023-07-271-3/+15
* [client] Check if virt config is valid, warn user if notSimon Rettberg2023-04-261-0/+12
* [client] Ignore VM size limit if user is super userSimon Rettberg2022-11-071-9/+12
* [client] Check VM HDD size limit on uploadSimon Rettberg2022-11-031-0/+13
* [client] Show local unhashed vs. hashed chunks in detailed progress viewSimon Rettberg2022-03-221-1/+1
* [client] Memory management; handle OOM when hashing, do not skip blocksSimon Rettberg2022-03-212-12/+20
* [client] Add even more debug spam to UploadSimon Rettberg2022-03-181-1/+0Star
* [client] Try to do a better job cleaning up when closing wizardsSimon Rettberg2022-03-174-17/+66
* [client] Better log cancel/failure reason for uploadsSimon Rettberg2022-03-162-5/+5
* [CLIENT] fix layout in image type chooserralph isenmann2022-02-181-10/+12
* [CLIENT] fix isPageValid check for containerralph isenmann2022-01-261-8/+12
* [CLIENT] fix nullpointer for images which does not have an latest imageVersionIdralph isenmann2022-01-241-0/+1
* [CLIENT] data container can not be used as images for lecturesralph isenmann2022-01-241-0/+5
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-159-18/+27
* update layout for image typralph isenmann2021-11-181-9/+42
* [client] minor fixes;ralph isenmann2021-11-171-0/+12
* [CLIENT] Fixes Java warningsManuel Bentele2021-11-111-0/+1
* [client] refactoring: improve i18n, hide unsed ContainerImageType in Containe...ralph isenmann2021-10-281-1/+1
* [client] refactoring: apply changes from master-sync-shareralph isenmann2021-10-152-17/+17
* [client] allow users to upload new versions of container images.ralph isenmann2021-10-152-4/+33
* [client] update input methods for container imagesralph isenmann2021-10-142-103/+118
* [client] improve workflow of container creationralph isenmann2021-10-062-14/+17
* [client] minor fixes to container related partralph isenmann2021-08-133-18/+11Star
* [client] Use the label of ContainerImageType it the GUIralph isenmann2021-06-241-1/+2
* [client] Update project structure, related to container model.ralph isenmann2021-06-234-6/+7
* [client] Set Container Image Type during creation, set text labesralph isenmann2021-06-225-58/+110
* Merge branch 'feature/docker'Manuel Bentele2021-05-192-5/+31
|\
| * [client] Allow user to define container with Repository Image (directly from ...ralph isenmann2021-05-112-5/+31
* | [client,server] Rename 'vm.disk' package to 'virtualization.disk'Manuel Bentele2021-05-191-3/+3
* | Merge branch 'refactor/vm-config-transformation-logic'Manuel Bentele2021-05-195-57/+54Star
|\ \ | |/ |/|
| * [client] Remove start command pane on QEMU VM upload pageManuel Bentele2021-04-302-23/+1Star
| * [client,server] Refactors and abstracts version information in config logic a...Manuel Bentele2021-04-232-10/+21
| * [client,server] Encapsulate transformation logic for virtualization configura...Manuel Bentele2021-04-202-7/+15
| * [client,server] Rename VmMetaData classesManuel Bentele2021-04-164-26/+26
| * [client,server] Move VmMetaData classes to new virtualization config directoriesManuel Bentele2021-04-153-6/+6
* | [client] Revert decription fields to JTextAreaStephan Schwär2021-04-232-12/+14
* | [client] Avoid keeping file from DiskImage open for too longSimon Rettberg2021-04-211-4/+5
|/
* [client] Add Check for docker_container featureralph isenmann2021-03-181-1/+7
* [client] Fix not showing warning Messageralph isenmann2021-03-181-12/+0Star
* [client] Wording Containerralph isenmann2021-03-171-1/+5
* [client] Fix switch between container and vm in lectureralph isenmann2021-03-112-11/+23
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-1130-47/+164
* [client,server] Refactor disk image representationManuel Bentele2021-03-113-17/+30
* Merge branch 'feature/vmwarevm-support' into feature-mergeStephan Schwär2021-02-191-2/+37
|\
| * [client] Improve error handling for vmwarevmStephan Schwär2021-02-041-12/+33
| * [client] Add support for vmwarevm formatStephan Schwär2021-02-021-0/+14
* | Merge remote-tracking branch 'origin/feature/qemu-integration' into feature-m...Stephan Schwär2021-02-191-2/+9
|\ \
| * | [client] Extend disk image check for multiple image formatsManuel Bentele2021-02-011-1/+3
| * | [client] Add import of Libvirt XML files to support QEMUManuel Bentele2021-01-051-1/+6
* | | [client] Refactoring: Remove unused coderalph isenmann2021-02-171-10/+1Star