summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [*] Adapt to de-genricization of VirtualizationrConfigurationde-generic-virtualizerSimon Rettberg2021-07-056-321/+130Star
|
* [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
|
* Merge branch 'feature/docker'Manuel Bentele2021-05-1911-18/+161
|\
| * [client] Allow user to set a container type for container imagesralph isenmann2021-05-174-6/+96
| | | | | | | | | | | | User can set for a container image the types: lecture, batch, data. The first two can be used in lectures, the second can also be used in by job system. The "data" type is used to mark a container which only transport data (for ml).
| * [client] Allow user to define container with Repository Image (directly from ↵ralph isenmann2021-05-119-13/+66
| | | | | | | | hub.docker)
* | [client,server] Rename 'vm.disk' package to 'virtualization.disk'Manuel Bentele2021-05-194-10/+10
| |
* | Merge branch 'refactor/vm-config-transformation-logic'Manuel Bentele2021-05-1928-269/+282
|\ \
| * | [client] Remove start command pane on QEMU VM upload pageManuel Bentele2021-04-305-26/+1Star
| | |
| * | [client] Add QEMU virtualizer icon for frontendManuel Bentele2021-04-271-0/+0
| | |
| * | [server] Set log4j debug level for console (INFO)Manuel Bentele2021-04-273-12/+24
| | |
| * | [client] Set log4j debug level for file (DEBUG) and console (INFO)Manuel Bentele2021-04-274-16/+38
| | |
| * | [client,server] Refactors and abstracts version information in config logic ↵Manuel Bentele2021-04-2312-47/+76
| | | | | | | | | | | | and disk image
| * | [client,server] Encapsulate transformation logic for virtualization ↵Manuel Bentele2021-04-205-107/+85Star
| | | | | | | | | | | | configurations
| * | [client,server] Rename VmMetaData classesManuel Bentele2021-04-1612-123/+120Star
| | |
| * | [client,server] Move VmMetaData classes to new virtualization config directoriesManuel Bentele2021-04-1510-31/+31
| | |
* | | [build] Remove needless build settings in Maven's root configurationManuel Bentele2021-05-181-19/+0Star
| | |
* | | [client,server] Fix invalid URLs to the project's website in Maven ↵Manuel Bentele2021-05-183-3/+3
| | | | | | | | | | | | configurations
* | | [client] Change artifact name of 'proxy-vole' to satisfy naming conventionManuel Bentele2021-05-182-3/+3
| |/ |/|
* | [server] Fix NPEsuite-2.0Simon Rettberg2021-04-231-4/+4
| | | | | | | | Bug introduced by the student download feature.
* | [client] Revert decription fields to JTextAreaStephan Schwär2021-04-234-19/+24
| |
* | [client] WordingSteffen Ritter2021-04-221-7/+7
| |
* | [server] Reject student logins if student download is disabledSimon Rettberg2021-04-212-0/+8
| |
* | [server] Fix download of images for studentsStephan Schwär2021-04-212-52/+64
| | | | | | | | | | | | | | | | | | ImageDetailsRead object is filled with bogus information or null for variables not needed for downloading when students request to download an image linked to a lecture, as students don't have sufficient permissions to request all that information. Also check "isrestricted" flag server-side and don't supply images to students that have it set.
* | [server] More checks and messages when renaming/deleting uploadSimon Rettberg2021-04-212-18/+41
| |
* | [server] SSC default: AUTOSimon Rettberg2021-04-211-1/+1
| |