| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added resource bundle files for the App class.
Then updated this class accordingly.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added resource bundle files for the thrift classes.
Then updated these classes accordingly.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added the updated version of GraphicalCertHandler class that was
missing from the last commit.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added resource bundle files for the gui classes that are not located
in a subfolder. Then updated these classes accordingly.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
classes accordingly.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
wizard/page classes accordingly.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
the wizard/page/layout classes accordingly.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
classes accordingly.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
window/layout classes accordingly.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
classes accordingly.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
classes accordingly.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
configurator classes accordingly.
|
| | |/ / /
| | | |
| | | |
| | | | |
classes accordingly.
|
| | | | |
| | | |
| | | |
| | | | |
Feature: #3771
|
| | | | |
| | | |
| | | |
| | | | |
Feature: #3771
|
| | | | |
| | | |
| | | |
| | | | |
Feature: #3771
|
| | | | |
| | | |
| | | |
| | | | |
Feature: #3771
|
| | | | |
| | | |
| | | |
| | | | |
Feature: #3771
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
+ Code cleanup
+ Fix some user feedback strings
Feature: #3771
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
| | | |
| | | |
| | | | |
+ Code cleanup
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- cancelled worker no longer overwrites progressbar text
- ask to delete temp directory of cancelled conversion when leavin page
Feature: #3771
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The worker also updates the new progressbar and the worker
is interrupted when clicking on the back or abort conversion
button.
Feature: #3771
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Doesn't use different thread than the Gui yet and the output of
the ovftool is only being shown in the console.
Feature: #3771
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | | |
|
| | | | | |
|
| | |_|/
|/| | |
|
| | | |
| | |
| | |
| | |
| | | |
- 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)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
| | | |
| | |
| | |
| | | |
- This allows user to create complex images with ressource files (COPY in dockerfile)
|
| | | |
| | |
| | |
| | |
| | | |
- 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.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- remove unused code
- create a temporary file in config dir. File serves as a replacement for an image.
- use existing baseID
|
| | | |
| | |
| | |
| | | |
- tar.gz archive creation belongs in ContainerDefinition
|
| | | |
| | |
| | |
| | |
| | | |
- extract ContainerMeta ContainerDefinition
- create TarArchiveUtil
|
| | | |
| | |
| | |
| | | |
- check if some entrys in current ContainerDefinition changed, if not dont upload.
|
| | | |
| | |
| | |
| | |
| | | |
- remove dangeling javaDocs
- remove unused param in refresh
|
| | | |
| | |
| | |
| | |
| | | |
- 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
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
* Introduce the ContainerMeta, which contains container specific information.
* Upload dockerfile and containerMeta object (as json) as a single tar.gz-file
|
| | | |
| | |
| | |
| | | |
Try to select docker image (tar-file) for uploading if that is not possible create a special tmpFile (zerofile)
|