| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | [client] Update ImageCreation for Container Images workflow | ralph isenmann | 2021-02-15 | 5 | -126/+92![]() | |
| | | | | | | | | | | | | | Remove Container Runtime specific informations (Run and Mount Options). These Options can be defined in the LectureDetails Window. | |||||
| * | | | [client] Add ContainerPanel in ImageDetails and LectureDetails | ralph isenmann | 2021-02-15 | 7 | -296/+237![]() | |
| | | | | | | | | | | | | | Depending on the context (image or lecture), the panel displays the required information in the Details window. This panel is only displayed if the selected image or lecture is a ContainerImage or is based on it. | |||||
| * | | | [client] Add try catche clause | ralph isenmann | 2021-02-10 | 1 | -4/+10 | |
| | | | | | | | | | | | | | DockerMetaDataDummy has now throws Statement in Constructor signatur | |||||
| * | | | [client] Create StatusHeader Class | ralph isenmann | 2021-02-05 | 4 | -86/+107 | |
| | | | | | | | | | | | | | 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 ImageTypePageLayout | Stephan Schwär | 2021-02-04 | 1 | -11/+7![]() | |
| | |/ |/| | ||||||
| * | | [client] Fix some window sizing issues | Stephan Schwär | 2021-02-01 | 2 | -4/+2![]() | |
| | | | ||||||
| * | | [client] Fix register url in pop up message | Stephan Schwär | 2021-02-01 | 1 | -9/+3![]() | |
| | | | | | | | | | | | | | | | Now uses the same url that is being used for the registration button in the main login window. Issue #3825 | |||||
| * | | [client] Remove html in description feature | Stephan Schwär | 2021-01-31 | 8 | -645/+5![]() | |
| | | | | | | | | | | | | | | | | | 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 | |||||
| * | | Merge branch 'feature/htmlEditorInDescrioptionText' into feature-merge | Stephan Schwär | 2021-01-31 | 2 | -2/+5 | |
| |\ \ | ||||||
| | * | | [client] added improved documentation for editorfeature/htmlEditorInDescrioptionText | Kuersat Akmaz | 2021-01-20 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | | Added comments for better maintainance issue : #3727 | |||||
| * | | | [client] UI-scaling now also applies to pup-up messages. | Stephan Schwär | 2021-01-11 | 1 | -1/+3 | |
| | |/ |/| | | | | | Issue #3794 | |||||
| * | | [client] I18n of LocationSelector | Mürsel Türk | 2020-12-31 | 2 | -3/+4 | |
| | | | ||||||
| * | | [client] I18n of search in description feature | Mürsel Türk | 2020-12-31 | 2 | -2/+4 | |
| | | | | | | | | | Feature #3691 | |||||
| * | | [client] I18n of current docker integration state | Stephan Schwär | 2020-12-16 | 7 | -33/+37 | |
| | | | | | | | | | | | - German and english translations for the current state of the docker intergration. | |||||
| * | | Merge remote-tracking branch 'origin/feature/docker-integration-new' into ↵ | Stephan Schwär | 2020-12-16 | 1 | -3/+2![]() | |
| |\ \ | | | | | | | | | | feature-merge | |||||
| | * | | [client] fix directory navigation in file chooser | ralph isenmann | 2020-12-15 | 1 | -3/+2![]() | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'origin/feature/docker-integration-new' into ↵ | Stephan Schwär | 2020-12-15 | 14 | -275/+430 | |
| |\| | | | | | | | | | | | feature-merge | |||||
| | * | | [client] Refactoring | ralph isenmann | 2020-12-09 | 2 | -6/+16 | |
| | | | | | | | | | | | | | | | | - update DockerfileFilter to allow [Dd]ockerfile filenames - update readContainerRecipe-File | |||||
| | * | | [client] Fix reading from downloaded tar.gz file | ralph isenmann | 2020-12-09 | 1 | -5/+10 | |
| | | | | | | | | | | | | | -TarInputStream.read(..) does not read the whole. | |||||
| | * | | [client] fix eol separator | ralph isenmann | 2020-12-01 | 1 | -3/+9 | |
| | | | | | | | | | | | | | A given dockerfile with windows eol style ("\r\n") will now be converted to unix eol ("\n") | |||||
| | * | | [client] Refactoring | ralph isenmann | 2020-12-01 | 7 | -47/+51 | |
| | | | | | | | | | | | | | | | | - rewrite visible text for usage, fix typos - hide gui controls, which are not used in container context. | |||||
| | * | | [client] do not allow alter version or push to master-sat by user when ↵ | ralph isenmann | 2020-11-06 | 2 | -8/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | editing Container Images - disabled buttons in ImageDetails to upload new Version or push to master sat - hide VM-Versions Panel | |||||
| | * | | [client] change hint text | ralph isenmann | 2020-11-05 | 1 | -2/+5 | |
| | | | | ||||||
| | * | | [client] refactoring | ralph isenmann | 2020-11-05 | 4 | -39/+23![]() | |
| | | | | ||||||
| | * | | [client] move BindMountConfigurator to ImageMetaDataPage | ralph isenmann | 2020-11-05 | 6 | -98/+119 | |
| | | | | | | | | | | | | | - move creation of UploadInitiator into ImageCreationWizard (initUpload). | |||||
| | * | | [client] FIX image update | ralph isenmann | 2020-11-04 | 4 | -37/+55 | |
| | | | | | | | | | | | | | - add copy contructor to ContainerDefinition, ContainerMeta, ContainerBindMount | |||||
| | * | | [client] refactoring | ralph isenmann | 2020-10-27 | 4 | -64/+24![]() | |
| | | | | | | | | | | | | | | | | - rename DockerfileUploadPage to ContainerUploadPage - use now ContainerBindMountConfigurator in ContainerUploadPage and -Layout | |||||
| | * | | [client] update ImageDetailsWindow for Container | ralph isenmann | 2020-10-26 | 3 | -38/+117 | |
| | | | | | | | | | | | | | | | | - update the height for the ContainerRecipe Textarea and the ContainerBindMountConfig - ContainerBindMount can now updatet in the ImageDetailsWindow | |||||
| | * | | [client] refactoring | ralph isenmann | 2020-10-26 | 5 | -34/+43 | |
| | | | | | | | | | | | | | | | | - rename ContainerDescription to ContainerRecipe - ... | |||||
| * | | | Merge remote-tracking branch 'origin/feature/htmlEditorInDescrioptionText' ↵ | Stephan Schwär | 2020-12-11 | 8 | -114/+784 | |
| |\ \ \ | | |/ | |/| | | | | into feature-merge | |||||
| | * | | [client] improved htmleditor in imageMetadataPage | Kuersat Akmaz | 2020-11-30 | 2 | -13/+143 | |
| | | | | | | | | | | | | | Issue : #3732 | |||||
| | * | | [client] fixed bug in htmleditor in lecturecreationpage | Kuersat Akmaz | 2020-11-30 | 3 | -10/+133 | |
| | | | | | | | | | | | | | Issue : #3732 | |||||
| | * | | [client] fixed htmleditor in LectureDetailsWindown | Kuersat Akmaz | 2020-11-30 | 4 | -81/+240 | |
| | | | | | | | | | | | | | Issue : #3732 | |||||
| | * | | [client] added fixed htmleditor to imagedetailswindow | Kuersat Akmaz | 2020-11-30 | 2 | -55/+93 | |
| | | | | | | | | | | | | | Issue : #3732 | |||||
| | * | | [client] added WYSIWYG button into image datailswindow | Kuersat Akmaz | 2020-11-12 | 2 | -0/+27 | |
| | | | | | | | | | | | | | Issue : #3732 | |||||
| | * | | [client] added text sizing and color to htmleditor in imagedetailswindow | Kuersat Akmaz | 2020-11-12 | 2 | -8/+65 | |
| | | | | | | | | | | | | | Issue : #3732 | |||||
| | * | | [client] Added Html editor into ImageCreationPage | Kuersat Akmaz | 2020-10-17 | 3 | -26/+97 | |
| | | | | | | | | | | | | | Issue : #3732 | |||||
| | * | | [client] added small html Editor in LectureCreationpage | Kuersat Akmaz | 2020-10-17 | 1 | -7/+38 | |
| | | | | | | | | | | | | | Issue : #3727 | |||||
| | * | | [client] added small html editor in LectureDescriptonWindow | Kuersat Akmaz | 2020-10-16 | 1 | -4/+33 | |
| | | | | | | | | | | | | | Issue : #3732 | |||||
| * | | | [client] Prevent scaling of fonts multiple times | Stephan Schwär | 2020-12-03 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | Fonts in various contexts e.g. FileChooser were scaled multiple times Issue #3794 | |||||
| * | | | [client] Make table background use look and feel | Stephan Schwär | 2020-11-30 | 1 | -16/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | The table was opaque and therefore did not adhere to the look and feel. Table and TableCellRenderer now set to non opaque for non selected rows which lets the background through. Selected rows still should be opaque to show a different background indicating selection (e.g. blue). | |||||
| * | | | [client] English support for ovf convert feature | Stephan Schwär | 2020-11-25 | 4 | -58/+71 | |
| | | | | ||||||
| * | | | [client] Remove unused code of earlier solution | Stephan Schwär | 2020-11-23 | 1 | -8/+0![]() | |
| | | | | | | | | | | | | | Feature: #3771 | |||||
| * | | | [client] Scale image icons according to scaling | Stephan Schwär | 2020-11-18 | 1 | -1/+7 | |
| | | | | | | | | | | | | | Issue #3794 | |||||
| * | | | [client] Prevent rescaling of comboBox lists | Stephan Schwär | 2020-11-18 | 1 | -2/+3 | |
| | | | | | | | | | | | | | Issue #3794 | |||||
| * | | | [client] Set table row height according to scaling | Stephan Schwär | 2020-11-18 | 2 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | - prevent rescaling for every TableCellRenderer call Issue: #3794 | |||||
| * | | | Merge branch 'feature/search-in-description' into feature-merge | Stephan Schwär | 2020-11-17 | 3 | -16/+44 | |
| |\ \ \ | ||||||
| | * | | | [client] Access directly to variable description | Mürsel Türk | 2020-11-13 | 2 | -7/+9 | |
| | | | | | | | | | | | | | | | | | Issue: #3691 | |||||
| | * | | | [client] Check if description field is set | Mürsel Türk | 2020-11-11 | 3 | -26/+14![]() | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The helper class for checking whether object has field with the help of java reflection is removed and replaced by methods of Thrift TBase. Issue : #3691 | |||||
| | * | | | [client] Fixed search in description | Mürsel Türk | 2020-11-10 | 4 | -20/+54 | |
| | | | | | | | | | | | | | | | | | Issue: #3691 | |||||

