| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [*] Adapt to de-genricization of VirtualizationConfiguration | Simon Rettberg | 2021-08-12 | 5 | -320/+129![]() |
| | | |||||
| * | [client] Set anti aliasing properties after LAF initialization | Simon Rettberg | 2021-08-12 | 1 | -4/+4 |
| | | | | | | FlatLaf seems to reset anti-aliasing settings hen it's being loaded; set the according properties after initializing the swing look-and-feel. | ||||
| * | [client] Print error message if no LookAndFeel can be loaded | Simon Rettberg | 2021-08-11 | 1 | -2/+6 |
| | | |||||
| * | [client] Add optional FlatLaf Light and Dark look and feel | Manuel Bentele | 2021-08-09 | 1 | -0/+7 |
| | | |||||
| * | [client] Do not print compression warning for QCOW2 images | Manuel Bentele | 2021-08-05 | 1 | -2/+5 |
| | | |||||
| * | [client] fix classcast exception and import | ralph isenmann | 2021-07-08 | 1 | -2/+2 |
| | | |||||
| * | [client] fix blocking of dozmod during the finale state of a image download | ralph isenmann | 2021-07-08 | 1 | -1/+4 |
| | | | | | | | The current thread in DownloadPanel.update() already has a lock on listeners (see TransferTask.fireEvent(..)). super.update() tiggers an update of the GUI (awt-thread) in which a synchronized block on listeners is also entered, which results in blocking. Now, in the case event.state == FINISHED, we want to enable the button, which is is done in an awt-thread, which is already blocking. | ||||
| * | [client] Refactor printing of app information from MANIFEST.MF | Manuel Bentele | 2021-07-02 | 3 | -67/+7![]() |
| | | |||||
| * | [client] Use the label of ContainerImageType it the GUI | ralph isenmann | 2021-06-24 | 2 | -2/+4 |
| | | |||||
| * | [client] Update project structure, related to container model. | ralph isenmann | 2021-06-23 | 14 | -479/+19![]() |
| | | | | | | - import container model from master-sync-shared subproject - container model and dependencies removed | ||||
| * | [client] Set Container Image Type during creation, set text labes | ralph isenmann | 2021-06-22 | 6 | -59/+122 |
| | | |||||
| * | [client] Allow user to define a container run command in the lecture details ↵ | ralph isenmann | 2021-06-09 | 2 | -43/+64 |
| | | | | | | | (Container Tab) Add input field to specify the desired command for a container (https://docs.docker.com/engine/reference/run/) | ||||
| * | [client] Remove redundant formatting of VirtualBox configurations | Manuel Bentele | 2021-05-21 | 1 | -4/+2![]() |
| | | | | | | | | | | This commit fixes the error '[Fatal Error] :1:1: Content is not allowed in prolog.' printed on the console. This error message is caused by the XML formatting that takes place twice and even in cases where there is no VirtualBox configuration content (XML) available. Fixes: #3855 (partly) | ||||
| * | [client] Remove needless logger instance | Manuel Bentele | 2021-05-19 | 1 | -3/+0![]() |
| | | |||||
| * | Merge branch 'feature/docker' | Manuel Bentele | 2021-05-19 | 7 | -18/+154 |
| |\ | |||||
| | * | [client] Allow user to set a container type for container images | ralph isenmann | 2021-05-17 | 4 | -6/+96 |
| | | | | | | | | | | | | | User can set for a container image the types: lecture, batch, data. The first two can be used in lectures, the second can also be used in by job system. The "data" type is used to mark a container which only transport data (for ml). | ||||
| | * | [client] Allow user to define container with Repository Image (directly from ↵ | ralph isenmann | 2021-05-11 | 5 | -13/+59 |
| | | | | | | | | | hub.docker) | ||||
| * | | [client,server] Rename 'vm.disk' package to 'virtualization.disk' | Manuel Bentele | 2021-05-19 | 3 | -8/+8 |
| | | | |||||
| * | | Merge branch 'refactor/vm-config-transformation-logic' | Manuel Bentele | 2021-05-19 | 15 | -222/+210![]() |
| |\ \ | |||||
| | * | | [client] Remove start command pane on QEMU VM upload page | Manuel Bentele | 2021-04-30 | 2 | -23/+1![]() |
| | | | | |||||
| | * | | [client] Set log4j debug level for file (DEBUG) and console (INFO) | Manuel Bentele | 2021-04-27 | 3 | -11/+26 |
| | | | | |||||
| | * | | [client,server] Refactors and abstracts version information in config logic ↵ | Manuel Bentele | 2021-04-23 | 7 | -40/+67 |
| | | | | | | | | | | | | | and disk image | ||||
| | * | | [client,server] Encapsulate transformation logic for virtualization ↵ | Manuel Bentele | 2021-04-20 | 4 | -88/+59![]() |
| | | | | | | | | | | | | | configurations | ||||
| | * | | [client,server] Rename VmMetaData classes | Manuel Bentele | 2021-04-16 | 10 | -109/+106![]() |
| | | | | |||||
| | * | | [client,server] Move VmMetaData classes to new virtualization config directories | Manuel Bentele | 2021-04-15 | 9 | -29/+29 |
| | | | | |||||
| * | | | [client] Change artifact name of 'proxy-vole' to satisfy naming convention | Manuel Bentele | 2021-05-18 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | [client] Revert decription fields to JTextArea | Stephan Schwär | 2021-04-23 | 4 | -19/+24 |
| | | | |||||
| * | | [client] Avoid keeping file from DiskImage open for too long | Simon Rettberg | 2021-04-21 | 2 | -30/+15![]() |
| | | | |||||
| * | | [client] Simplify code | Simon Rettberg | 2021-04-21 | 1 | -8/+3![]() |
| |/ | |||||
| * | [client] Add Check for docker_container feature | ralph isenmann | 2021-03-18 | 1 | -1/+7 |
| | | | | | if Sat has this feature enabled, show additional Pages in ImageCreationWizard for container image creation | ||||
| * | [client] Fix not showing warning Message | ralph isenmann | 2021-03-18 | 4 | -14/+16 |
| | | |||||
| * | [client] Wording Container | ralph isenmann | 2021-03-17 | 1 | -1/+5 |
| | | |||||
| * | [client] Wording No2 | Steffen Ritter | 2021-03-17 | 1 | -1/+1 |
| | | |||||
| * | [client] Fix switch between container and vm in lecture | ralph isenmann | 2021-03-11 | 5 | -50/+96 |
| | | |||||
| * | [client] Disable VM configuration for Docker containers | Manuel Bentele | 2021-03-11 | 1 | -10/+4![]() |
| | | |||||
| * | [client] Fix warnings and replace deprecated methods | Manuel Bentele | 2021-03-11 | 118 | -242/+681 |
| | | |||||
| * | [client,server] Refactor disk image representation | Manuel Bentele | 2021-03-11 | 11 | -55/+83 |
| | | |||||
| * | Merge branch 'feature/vmwarevm-support' into feature-merge | Stephan Schwär | 2021-02-19 | 1 | -2/+37 |
| |\ | |||||
| | * | [client] Improve error handling for vmwarevm | Stephan Schwär | 2021-02-04 | 1 | -12/+33 |
| | | | | | | | | | | | | | Also includes English and German translations Issue #3771 | ||||
| | * | [client] Add support for vmwarevm format | Stephan Schwär | 2021-02-02 | 1 | -0/+14 |
| | | | | | | | | | Issue #3771 | ||||
| * | | Merge remote-tracking branch 'origin/feature/qemu-integration' into ↵ | Stephan Schwär | 2021-02-19 | 2 | -3/+10 |
| |\ \ | | | | | | | | | | feature-merge | ||||
| | * | | [client] Remove unused dummy code | Manuel Bentele | 2021-02-01 | 1 | -121/+0![]() |
| | | | | |||||
| | * | | [client] Extend disk image check for multiple image formats | Manuel Bentele | 2021-02-01 | 1 | -1/+3 |
| | | | | |||||
| | * | | [client] Add import of Libvirt XML files to support QEMU | Manuel Bentele | 2021-01-05 | 2 | -2/+7 |
| | | | | |||||
| * | | | [client] Container Bind Mount: Change Input to DropDown | ralph isenmann | 2021-02-17 | 3 | -9/+32 |
| | | | | | | | | | | | | | User can now only select a given Selection for bind mount source | ||||
| * | | | [client] Fix "download image" | ralph isenmann | 2021-02-17 | 2 | -46/+18![]() |
| | | | | | | | | | | | | | Some line delets not present after merge | ||||
| * | | | [client] Refactoring: Remove unused code | ralph isenmann | 2021-02-17 | 1 | -10/+1![]() |
| | | | | |||||
| * | | | [client] container: allow user to upload a pre build container image | ralph isenmann | 2021-02-17 | 2 | -10/+80 |
| | | | | | | | | | | | | | - A container image saved as tar archive from "docker save ..." can now be selected in Creation Wizard. It will be attached to state.diskfile and uploaded after the user finishes the process. | ||||
| * | | | [client] Fix changeMonitor in Lecture- and Imagesdetails | ralph isenmann | 2021-02-17 | 3 | -8/+13 |
| | | | | | | | | | | | | | - In Images and Lectures with non Container context, no input from ContainerPanel should be monitored by changeMonitor. | ||||
| * | | | [client] Update Language Tags (i18n) | ralph isenmann | 2021-02-15 | 4 | -30/+27![]() |
| | | | | |||||

