summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [client] Add resource bundle files appMürsel Türk2020-07-142-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Added resource bundle files for the App class. Then updated this class accordingly.
| * | | | [client] Add resource bundle files thriftMürsel Türk2020-07-115-107/+113
| | | | | | | | | | | | | | | | | | | | | | | | | Added resource bundle files for the thrift classes. Then updated these classes accordingly.
| * | | | [client] Update GraphicalCertHandlerMürsel Türk2020-07-081-10/+9Star
| | | | | | | | | | | | | | | | | | | | | | | | | Added the updated version of GraphicalCertHandler class that was missing from the last commit.
| * | | | [client] Add resource bundle files for gui folderMürsel Türk2020-07-082-35/+26Star
| | | | | | | | | | | | | | | | | | | | | | | | | Added resource bundle files for the gui classes that are not located in a subfolder. Then updated these classes accordingly.
| * | | | [client] Set default locale to the english language for test/debug reasonsMürsel Türk2020-07-071-0/+4
| | | | |
| * | | | [client] Add helper classes for i18n.Mürsel Türk2020-07-072-0/+104
| | | | |
| * | | | [client] Add resource bundle files for wizard classes. Update the wizard ↵Mürsel Türk2020-07-074-19/+22
| | | | | | | | | | | | | | | | | | | | classes accordingly.
| * | | | [client] Add resource bundle files for wizard/page classes. Update the ↵Mürsel Türk2020-07-077-66/+66
| | | | | | | | | | | | | | | | | | | | wizard/page classes accordingly.
| * | | | [client] Add resource bundle files for wizard/page/layout classes. Update ↵Mürsel Türk2020-07-0710-61/+76
| | | | | | | | | | | | | | | | | | | | the wizard/page/layout classes accordingly.
| * | | | [client] Add resource bundle files for window classes. Update the window ↵Mürsel Türk2020-07-0714-146/+156
| | | | | | | | | | | | | | | | | | | | classes accordingly.
| * | | | [client] Add resource bundle files for window/layout classes. Update the ↵Mürsel Türk2020-07-0716-256/+258
| | | | | | | | | | | | | | | | | | | | window/layout classes accordingly.
| * | | | [client] Add resource bundle files for helper classes. Update the helper ↵Mürsel Türk2020-07-072-11/+11
| | | | | | | | | | | | | | | | | | | | classes accordingly.
| * | | | [client] Add resource bundle files for control classes. Update the control ↵Mürsel Türk2020-07-0711-56/+115
| | | | | | | | | | | | | | | | | | | | classes accordingly.
| * | | | [client] Add resource bundle files for configurator classes. Update the ↵Mürsel Türk2020-07-076-105/+103Star
| | | | | | | | | | | | | | | | | | | | configurator classes accordingly.
| * | | | [client] Add resource bundle files for activity classes. Update the activity ↵Mürsel Türk2020-07-075-18/+27
| |/ / / | | | | | | | | | | | | classes accordingly.
* | | | [client] Check if the ovf or ova image were created by vmware or vboxStephan Schwär2020-11-061-8/+12
| | | | | | | | | | | | | | | | Feature: #3771
* | | | [client] Show notification when trying to convert image created with vboxStephan Schwär2020-11-042-4/+31
| | | | | | | | | | | | | | | | Feature: #3771
* | | | [client] Allow conversion of VMware OVA imagesStephan Schwär2020-10-291-27/+32
| | | | | | | | | | | | | | | | Feature: #3771
* | | | [client] Improve flow to detect started, cancelled and finished konversions.Stephan Schwär2020-10-282-12/+14
| | | | | | | | | | | | | | | | Feature: #3771
* | | | [client] Make conversion possible in update wizardStephan Schwär2020-10-281-1/+25
| | | | | | | | | | | | | | | | Feature: #3771
* | | | [client] Set OVF Tool path for different Windows versionsStephan Schwär2020-10-221-2/+2
| | | |
* | | | [client] Add OVF Tool path for vmware workstation under windowsStephan Schwär2020-10-224-70/+53Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + Code cleanup + Fix some user feedback strings Feature: #3771
* | | | [client] Set standard path of ovftool in windowsStephan Schwär2020-10-221-1/+7
| | | |
* | | | [client] Browse for ovftool location if not foundStephan Schwär2020-10-193-18/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On linux java processBuilder is able to find the ovftool without specifying the path. It probably does this via the PATH environment variable. This is not the case on windows so for now the ovftool executable has to be selected by the user on windows and probably also on macOS. Feature: #3771
* | | | [client] Better handling of ovfTool not found exceptionStephan Schwär2020-10-192-21/+37
| | | | | | | | | | | | | | | | + Code cleanup
* | | | [client] Improve cancel handling and feedback to userStephan Schwär2020-10-163-27/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - cancelled worker no longer overwrites progressbar text - ask to delete temp directory of cancelled conversion when leavin page Feature: #3771
* | | | [client] Unset description file on conversion cancelStephan Schwär2020-10-161-0/+1
| | | |
* | | | [client] Cancel conversion worker on wizard cancelStephan Schwär2020-10-162-7/+11
| | | |
* | | | [client] Call ovftool through SwingWorkerStephan Schwär2020-10-154-42/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The worker also updates the new progressbar and the worker is interrupted when clicking on the back or abort conversion button. Feature: #3771
* | | | [client] Enable the next button after ovf conversion is completeStephan Schwär2020-10-145-5/+19
| | | |
* | | | [client] Automatically select converted vmx after page changeStephan Schwär2020-10-133-2/+17
| | | |
* | | | [client] Call external ovftool to convert ovf to vmxStephan Schwär2020-10-121-10/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Doesn't use different thread than the Gui yet and the output of the ovftool is only being shown in the console. Feature: #3771
* | | | [client] Resttructure layout of OvfConversion pageStephan Schwär2020-10-121-19/+11Star
| | | |
* | | | [client] Redirect after selecting ovf file in image upload wizardStephan Schwär2020-10-126-33/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now the wizard implementation only allows going through the pages in a linear way. The two new functions should allow to jump to an out of order page and return to the normal order. The pages to jump to have to be kept in the wizards state for now. Feature: #3771
* | | | [client] Add layout and page class for ovf conversionStephan Schwär2020-10-085-1/+108
| | | |
* | | | [client] Let the ImageUploadPage continue with an ovf fileStephan Schwär2020-10-081-3/+16
| | | |
* | | | [client] Allow ovf to be selected for image uploadStephan Schwär2020-10-081-2/+6
| |_|/ |/| |
* | | [client] update ImageDetailsWindow for containerralph isenmann2020-10-056-24/+54
| | | | | | | | | | | | | | | - text area shows now, in case if input method is a git repository, the provided url (currently no modification allowed - show BindMountTable in that view, to allow modification (TODO)
* | | [client] allow user to define bind mounts for containerralph isenmann2020-10-059-174/+384
| | | | | | | | | | | | | | | | | | | | | - update gui with table that can be modified by user with entrys for bind mounts - update ContainerMeta to use these ContainerBindMount - remove older bind mount solution (gui elements) - TODO: update ImageDetailsList to allow modification on bind mounts
* | | [client] Allow User to use Git Repos as Input for a ContainerDefinitionralph isenmann2020-10-025-67/+174
| | | | | | | | | | | | - This allows user to create complex images with ressource files (COPY in dockerfile)
* | | [client] update download behavior for container definitionsralph isenmann2020-09-243-104/+86Star
| | | | | | | | | | | | | | | - downloading a container entry will now result in two files in target directory: dockerfile and container_meta.json - TODO: Do not download the container image in the container context, it will be deleted immediately.
* | | [client] more refactoringralph isenmann2020-09-181-29/+25Star
| | | | | | | | | | | | | | | | | | - remove unused code - create a temporary file in config dir. File serves as a replacement for an image. - use existing baseID
* | | [client] more refactoringralph isenmann2020-09-172-49/+61
| | | | | | | | | | | | - tar.gz archive creation belongs in ContainerDefinition
* | | [client] Refactoringralph isenmann2020-09-165-240/+251
| | | | | | | | | | | | | | | - extract ContainerMeta ContainerDefinition - create TarArchiveUtil
* | | [client] Check for same ContainerDefinitionralph isenmann2020-09-162-11/+63
| | | | | | | | | | | | - check if some entrys in current ContainerDefinition changed, if not dont upload.
* | | [client] ImageDetailsWindow refactoringralph isenmann2020-09-161-19/+16Star
| | | | | | | | | | | | | | | - remove dangeling javaDocs - remove unused param in refresh
* | | [client] Show and modify Container Details in DetailsWindowralph isenmann2020-09-153-25/+304
| | | | | | | | | | | | | | | - If the selected image in the ListImageWindow is a container, then open the DetailsWindow with a container-specific panel. - dockerfile and container options are displayed
* | | [client] refactoringralph isenmann2020-09-151-13/+12Star
| | |
* | | [client] Allow to upload dockerfile and containerMetaralph isenmann2020-09-152-24/+229
| | | | | | | | | | | | | | | * Introduce the ContainerMeta, which contains container specific information. * Upload dockerfile and containerMeta object (as json) as a single tar.gz-file
* | | [client] Allow to upload image fileralph isenmann2020-09-151-1/+19
| | | | | | | | | | | | Try to select docker image (tar-file) for uploading if that is not possible create a special tmpFile (zerofile)