summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | - import container model from master-sync-shared subproject - container model and dependencies removed
* [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
| | | | | | | | hub.docker)
* | [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 ↵Manuel Bentele2021-04-232-10/+21
| | | | | | | | and disk image
| * [client,server] Encapsulate transformation logic for virtualization ↵Manuel Bentele2021-04-202-7/+15
| | | | | | | | configurations
| * [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
| | | | if Sat has this feature enabled, show additional Pages in ImageCreationWizard for container image creation
* [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
| | | | | | | | | | | | Also includes English and German translations Issue #3771
| * [client] Add support for vmwarevm formatStephan Schwär2021-02-021-0/+14
| | | | | | | | Issue #3771
* | Merge remote-tracking branch 'origin/feature/qemu-integration' into ↵Stephan Schwär2021-02-191-2/+9
|\ \ | | | | | | | | | feature-merge
| * | [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
| | |
* | | [client] container: allow user to upload a pre build container imageralph isenmann2021-02-172-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] Update Language Tags (i18n)ralph isenmann2021-02-152-26/+17Star
| | |
* | | [client] Update ImageCreation for Container Images workflowralph isenmann2021-02-155-126/+92Star
| | | | | | | | | | | | Remove Container Runtime specific informations (Run and Mount Options). These Options can be defined in the LectureDetails Window.
* | | [client] Create StatusHeader Classralph isenmann2021-02-051-76/+26Star
| | | | | | | | | | | | Extract from Wizard the header part into the new class StatusHeader. This can now be uesed in different dialogs to inform user.
* | | [client] Add translations for ImageTypePageLayoutStephan Schwär2021-02-041-11/+7Star
| |/ |/|
* | [client] Remove html in description featureStephan Schwär2021-01-314-320/+5Star
|/ | | | | | | | The wysiwyg html description feature has a lot of bugs and is not yet ready for production. Removing it for now and think about if and how to implement this feature in the future. Issue #3732
* [client] I18n of current docker integration stateStephan Schwär2020-12-164-22/+25
| | | | | - German and english translations for the current state of the docker intergration.
* Merge remote-tracking branch 'origin/feature/docker-integration-new' into ↵Stephan Schwär2020-12-161-3/+2Star
|\ | | | | | | feature-merge
| * [client] fix directory navigation in file chooserralph isenmann2020-12-151-3/+2Star
| |
* | Merge remote-tracking branch 'origin/feature/docker-integration-new' into ↵Stephan Schwär2020-12-157-181/+166Star
|\| | | | | | | feature-merge
| * [client] Refactoringralph isenmann2020-12-091-3/+9
| | | | | | | | | | - update DockerfileFilter to allow [Dd]ockerfile filenames - update readContainerRecipe-File
| * [client] Refactoringralph isenmann2020-12-015-38/+29Star
| | | | | | | | | | - rewrite visible text for usage, fix typos - hide gui controls, which are not used in container context.
| * [client] change hint textralph isenmann2020-11-051-2/+5
| |
| * [client] refactoringralph isenmann2020-11-053-23/+18Star
| |
| * [client] move BindMountConfigurator to ImageMetaDataPageralph isenmann2020-11-055-98/+115
| | | | | | | | - move creation of UploadInitiator into ImageCreationWizard (initUpload).
| * [client] refactoringralph isenmann2020-10-274-64/+24Star
| | | | | | | | | | - rename DockerfileUploadPage to ContainerUploadPage - use now ContainerBindMountConfigurator in ContainerUploadPage and -Layout
* | Merge remote-tracking branch 'origin/feature/htmlEditorInDescrioptionText' ↵Stephan Schwär2020-12-114-20/+340
|\ \ | | | | | | | | | into feature-merge
| * | [client] improved htmleditor in imageMetadataPageKuersat Akmaz2020-11-302-13/+143
| | | | | | | | | | | | Issue : #3732
| * | [client] fixed bug in htmleditor in lecturecreationpageKuersat Akmaz2020-11-302-4/+133
| | | | | | | | | | | | Issue : #3732
| * | [client] Added Html editor into ImageCreationPageKuersat Akmaz2020-10-171-8/+37
| | | | | | | | | | | | Issue : #3732
| * | [client] added small html Editor in LectureCreationpageKuersat Akmaz2020-10-171-7/+38
| | | | | | | | | | | | Issue : #3727
* | | [client] English support for ovf convert featureStephan Schwär2020-11-253-50/+61
| | |
* | | [client] Remove unused code of earlier solutionStephan Schwär2020-11-231-8/+0Star
| | | | | | | | | | | | Feature: #3771