summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'feature/docker-data-container' of ↵feature/docker-data-containerralph isenmann2021-11-101-0/+6
|\ | | | | | | git.openslx.org:openslx-ng/tutor-module into feature/docker-data-container
| * [client] allow to select data container images in mount configralph isenmann2021-09-074-27/+126
| |
| * [server] add endpoint to dmsd webserver for image metadataralph isenmann2021-09-072-22/+61
| | | | | | | | new endpoint /image/container/<baseimageid>/metadata to request specific information about an existing image (virtId==docker and containerImageType==data)
* | [server] update webserver and dbimage; refactoringralph isenmann2021-11-102-30/+22Star
| |
* | [client] allow to select data container images in mount configralph isenmann2021-10-284-51/+140
| |
* | [server] add endpoint to dmsd webserver for image metadataralph isenmann2021-10-282-22/+61
| | | | | | | | new endpoint /image/container/<baseimageid>/metadata to request specific information about an existing image (virtId==docker and containerImageType==data)
* | [client] refactoring: improve i18n, hide unsed ContainerImageType in ↵ralph isenmann2021-10-288-53/+55
| | | | | | | | ContainerPanel
* | [client] refactoring: apply changes from master-sync-shareralph isenmann2021-10-154-26/+25Star
| |
* | [client] Update process of the download for container imagesralph isenmann2021-10-153-21/+112
| | | | | | | | - show some info to user what was actually downloaded und what to do with it.
* | [client] allow users to upload new versions of container images.ralph isenmann2021-10-156-7/+80
| |
* | [client] update input methods for container imagesralph isenmann2021-10-143-103/+201
| | | | | | | | | | - remove input method for dockerfiles and git repositories; requires building mechanism in the backend - add input method for docker-archives; tar-files from docker save ...
* | [client] improve workflow of container creationralph isenmann2021-10-062-14/+17
| |
* | [client] double wordingSteffen Ritter2021-08-171-1/+1
|/
* [client] minor fixes to container related partralph isenmann2021-08-1313-60/+93
| | | | | | - fix typos - do not allow empty Dockerfiles - add translations
* [*] Add "modern" way to set target Java versionSimon Rettberg2021-08-122-1/+2
|
* [*] Adapt to de-genricization of VirtualizationConfigurationSimon Rettberg2021-08-126-321/+130Star
|
* [client] Set anti aliasing properties after LAF initializationSimon Rettberg2021-08-121-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] Fix FlatLaf on Windows JRE-8Simon Rettberg2021-08-121-1/+1
| | | | | | | | | | | Forcing the version of maven-assembly-plugin to 3.0 seems to mess up the build process of the fat jar. The Java 9+ specific classes from the META-INF/versions directory get copied to the root of the jar, replacing the JRE-8 specific classes. This leads to unloadable classes on Windows with JRE-8. Also we need to add the Multi-Release property to MANIFEST.MF to make sure the modern JRE-9+ classes get loaded on newer JREs, so all the additional features get used.
* [client] Print error message if no LookAndFeel can be loadedSimon Rettberg2021-08-111-2/+6
|
* [client] Add optional FlatLaf Light and Dark look and feelManuel Bentele2021-08-092-0/+13
|
* [client] Escape '=' in HTML translation text to fix URL null pointerManuel Bentele2021-08-053-3/+3
|
* [client] Do not print compression warning for QCOW2 imagesManuel Bentele2021-08-051-2/+5
|
* [client] fix classcast exception and importralph isenmann2021-07-081-2/+2
|
* [client] fix blocking of dozmod during the finale state of a image downloadralph isenmann2021-07-081-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.
* [server] Refactor printing of app information from MANIFEST.MFManuel Bentele2021-07-022-12/+14
|
* [client] Refactor printing of app information from MANIFEST.MFManuel Bentele2021-07-024-73/+14Star
|
* [client] Make launchData a byte array; this is opaque dataSimon Rettberg2021-07-021-3/+3
| | | | | | | Converting it to string and back can break binary data. Previously it was assumed to be UTF-8, but we can't actually know that anyways, so unless we have a robust conversion policy for text-based configurations, better not touch it for now.
* [server] Make webserver listen on every address in Docker setupManuel Bentele2021-06-286-1/+26
|
* [server] Add URL path /bwlp/container/clusterimages to retrieve information ↵ralph isenmann2021-06-242-18/+85
| | | | about registered container images
* [client] Use the label of ContainerImageType it the GUIralph isenmann2021-06-242-2/+4
|
* [client] Update project structure, related to container model.ralph isenmann2021-06-2314-479/+19Star
| | | | | - 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-228-59/+127
|
* [client] Allow user to define a container run command in the lecture details ↵ralph isenmann2021-06-092-43/+64
| | | | | | (Container Tab) Add input field to specify the desired command for a container (https://docs.docker.com/engine/reference/run/)
* [client,server] Add configuration overwrites to use master-server Docker ↵Manuel Bentele2021-06-023-14/+61
| | | | container
* [server] Package build version and timestamp into MANIFEST.MFManuel Bentele2021-06-011-1/+30
| | | | Fixes: #3857
* [server] Refactor container network to match common Docker networkManuel Bentele2021-06-014-34/+55
|
* [server] Update test dataset for dozmod-serverManuel Bentele2021-05-311-7/+0Star
|
* [client,server] Fix spelling mistakes in the documentationdmsd-v3.10Manuel Bentele2021-05-252-7/+7
|
* [client] Change deprecated name 'bwSuite' to 'bwLehrpool-Suite' in the ↵Manuel Bentele2021-05-252-16/+16
| | | | documentation
* [client,server] Add a newline after each sentence in the documentationManuel Bentele2021-05-253-10/+25
|
* [client,server] Add doc about how to build and configure server and clientManuel Bentele2021-05-213-11/+119
|
* [server] Setting timezone for database Docker containerManuel Bentele2021-05-211-0/+1
|
* [client] Remove redundant formatting of VirtualBox configurationsManuel Bentele2021-05-211-4/+2Star
| | | | | | | | | 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)
* [server] Start dozmod-server Docker container after database Docker ↵Manuel Bentele2021-05-205-51/+77
| | | | container is ready
* [server] Update initial database schema and test datasetManuel Bentele2021-05-202-105/+563
|
* [server] Add phpMyAdmin container to Docker setupManuel Bentele2021-05-201-2/+19
|
* [server] Save VM images of the Docker setup on a Docker volumeManuel Bentele2021-05-201-0/+5
|
* [server] Fix inverted user == null logicSimon Rettberg2021-05-191-5/+5
|
* [server] Restart database docker container only on failureManuel Bentele2021-05-191-1/+1
|
* [client] Remove needless logger instanceManuel Bentele2021-05-191-3/+0Star
|