summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | [client] Avoid keeping file from DiskImage open for too longSimon Rettberg2021-04-212-30/+15Star
| |
* | [client] Simplify codeSimon Rettberg2021-04-211-8/+3Star
|/
* [client] add missing whitespace in translationJonathan Bauer2021-04-121-1/+1
|
* [server] Add future function docker_container.ralph isenmann2021-03-181-0/+4
| | | | because of missing entry in db this featuer is currently commented out
* [client] Add Check for docker_container featureralph isenmann2021-03-181-1/+7
| | | | if Sat has this feature enabled, show additional Pages in ImageCreationWizard for container image creation
* [client] Fix not showing warning Messageralph isenmann2021-03-184-14/+16
|
* [client] Wording Containerralph isenmann2021-03-174-24/+38
|
* [client] Wording No2Steffen Ritter2021-03-175-11/+11
|
* [client] WordingSteffen Ritter2021-03-113-12/+12
|
* [client] Fix switch between container and vm in lectureralph isenmann2021-03-1111-50/+106
|
* [client] Disable VM configuration for Docker containersManuel Bentele2021-03-111-10/+4Star
|
* [server] Fix warnings and replace deprecated methodsManuel Bentele2021-03-118-39/+8Star
|
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-11118-242/+681
|
* [server] Build and run dozmod-server as Docker containerManuel Bentele2021-03-115-4/+191
|
* [client,server] Remove unused/empty unit testsManuel Bentele2021-03-112-76/+0Star
|
* [client,server] Enable Java compiler warningsManuel Bentele2021-03-112-0/+2
|
* [client] Add support for Java 8Manuel Bentele2021-03-111-2/+2
|
* [client,server] Remove shaded packagingManuel Bentele2021-03-112-101/+28Star
| | | | | | | WARNING: As a result of this change, the normal Jar packages can no longer be executed independently. Therefore, please publish from now on only the fully packed Jar files which are suffixed with "-jar-with-dependencies.jar".
* [client,server] Refactor disk image representationManuel Bentele2021-03-1116-74/+106
|
* Merge branch 'feature/vmwarevm-support' into feature-mergeStephan Schwär2021-02-193-2/+49
|\
| * [client] Improve error handling for vmwarevmStephan Schwär2021-02-043-12/+45
| | | | | | | | | | | | Also includes English and German translations Issue #3771
| * [client] Add support for vmwarevm formatStephan Schwär2021-02-021-0/+14
| | | | | | | | Issue #3771
* | Merge remote-tracking branch 'origin/feature/qemu-integration' into ↵Stephan Schwär2021-02-192-3/+10
|\ \ | | | | | | | | | feature-merge
| * | [client] Remove unused dummy codeManuel Bentele2021-02-011-121/+0Star
| | |
| * | [client] Extend disk image check for multiple image formatsManuel Bentele2021-02-011-1/+3
| | |
| * | [client] Add import of Libvirt XML files to support QEMUManuel Bentele2021-01-052-2/+7
| | |
* | | [client] Container Bind Mount: Change Input to DropDownralph isenmann2021-02-173-9/+32
| | | | | | | | | | | | User can now only select a given Selection for bind mount source