| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Document configuration transformation logics and their data containers | Manuel Bentele | 2021-04-28 | 7 | -0/+266 | |
| | | | ||||||
| | * | Log failed instanciations of virtualization config files as debug info | Manuel Bentele | 2021-04-26 | 1 | -8/+8 | |
| | | | ||||||
| | * | Fix error while parsing Libvirt XML document from String | Manuel Bentele | 2021-04-26 | 1 | -10/+2![]() | |
| | | | ||||||
| | * | Add supported virtualizer versions for Libvirt/QEMU | Manuel Bentele | 2021-04-26 | 7 | -5/+550 | |
| | | | ||||||
| | * | Refactors and abstracts version information in config logic and disk image | Manuel Bentele | 2021-04-23 | 25 | -374/+482 | |
| | | | ||||||
| | * | Encapsulate transformation logic for virtualization configurations | Manuel Bentele | 2021-04-20 | 18 | -119/+506 | |
| | | | ||||||
| | * | Add config file name extensions to virtualizer representations | Manuel Bentele | 2021-04-16 | 5 | -5/+45 | |
| | | | ||||||
| | * | Rename VmMetaData classes | Manuel Bentele | 2021-04-16 | 13 | -350/+352 | |
| | | | ||||||
| | * | Move VmMetaData classes to new virtualization config directories | Manuel Bentele | 2021-04-15 | 13 | -29/+45 | |
| | | | ||||||
| | * | Add generic transformation library to transform configs | Manuel Bentele | 2021-04-15 | 6 | -0/+343 | |
| | | | ||||||
| | * | Add representation of used virtualization systems | Manuel Bentele | 2021-04-15 | 5 | -0/+233 | |
| | | | ||||||
| | * | Adjusts network bridge names for Libvirt networking | Manuel Bentele | 2021-04-12 | 2 | -21/+21 | |
| | | | ||||||
| | * | Fix issue in VmMetaData factory method wrt. QemuMetaData class | Manuel Bentele | 2021-04-12 | 4 | -22/+53 | |
| | | | ||||||
| | * | Removed invalid symbol in function call syntax | Manuel Bentele | 2021-04-12 | 1 | -19/+18![]() | |
| | | | ||||||
| | * | Fix issues in filtering sources of Libvirt network interfaces | Manuel Bentele | 2021-03-26 | 3 | -23/+88 | |
| | | | ||||||
| | * | Always filter device paths in QEMU VM config (privacy filters) | Manuel Bentele | 2021-03-26 | 1 | -3/+4 | |
| | | | ||||||
| | * | Do not remove UUID if QEMU VM config is requested by stateless client | Manuel Bentele | 2021-03-26 | 1 | -3/+0![]() | |
| | | | ||||||
| | * | Fix issues related to a XPath query used in the Libvirt device lookup | Manuel Bentele | 2021-03-25 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | The issue occurs if a Libvirt device lookup via getDevices() takes place after a device node was removed. After the removal, a bunch of empty XML text nodes remain which leads to problems in the underlying XML element nodes. Those nodes are queried with the help of relative XPath expressions which depend on valid XML element nodes. This patch restricts queries of underlying child nodes to valid XML element nodes avoiding the occurence of XPath runtime exceptions. | |||||
| | * | Add shared folder support to Libvirt domain XML documents | Manuel Bentele | 2021-03-24 | 4 | -0/+329 | |
| | | | ||||||
| | * | Add parallel and serial devices to Libvirt domain XML documents | Manuel Bentele | 2021-03-24 | 5 | -1/+389 | |
| | | | ||||||
| | * | Add MAC address for network interfaces in Libvirt domain XML documents | Manuel Bentele | 2021-03-24 | 1 | -3/+31 | |
| | | | ||||||
| | * | Add support for emulator binary in Libvirt domain XML documents | Manuel Bentele | 2021-03-23 | 2 | -0/+37 | |
| | | | ||||||
| | * | Add implementation of Libvirt XML capabilities documents | Manuel Bentele | 2021-03-19 | 17 | -0/+6999 | |
| | | | ||||||
| * | | Remove needless reference to internal/private Maven repository | Manuel Bentele | 2021-05-19 | 1 | -13/+0![]() | |
| | | | | | | | | | | | | | The reference to the internal/private Maven repository for prebuild dependencies can be removed since all used dependencies are externally available. | |||||
| * | | Fix URL to the project's website in Maven configuration | Manuel Bentele | 2021-05-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | [Transfer] Better error messages and handling for downloadssuite-2.0 | Simon Rettberg | 2021-04-21 | 1 | -9/+5![]() | |
| | | | ||||||
| * | | [thrift] Add allowStudentDownload to SatelliteConfig | Simon Rettberg | 2021-04-21 | 2 | -5/+107 | |
| | | | ||||||
| * | | [vm/DiskImage] Remove File constructor, make sure open file doesn't leak | Simon Rettberg | 2021-04-14 | 4 | -89/+38![]() | |
| | | | ||||||
| * | | [Feature] Adding Docker_Container as Feature | ralph isenmann | 2021-03-18 | 1 | -1/+5 | |
| |/ | ||||||
| * | Fix warning due to missing file-based NVMe support in Libvirt | Manuel Bentele | 2021-03-11 | 1 | -0/+3 | |
| | | ||||||
| * | Remove suppressions and fix Java 8 warnings | Manuel Bentele | 2021-03-10 | 7 | -15/+32 | |
| | | ||||||
| * | Enable Java compiler warnings | Manuel Bentele | 2021-03-10 | 1 | -0/+1 | |
| | | ||||||
| * | Refactor disk image representation and add unit tests | Manuel Bentele | 2021-03-10 | 36 | -670/+1608 | |
| | | ||||||
| * | [vmware] Stop creating 'null.present = "TRUE"' entries | Simon Rettberg | 2021-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | [vm] Add support for NVMe | Simon Rettberg | 2021-03-05 | 3 | -26/+32 | |
| | | ||||||
| * | [Json] Explicitly pass Object[] to Method.invoke() | Simon Rettberg | 2021-03-04 | 1 | -1/+1 | |
| | | | | | | | | | | Fixes these kinds of errors: WARN [ClientTransferPool-3] Json$JsonThriftHandler - Could not call setAllowLoginByDefault on SatelliteConfig java.lang.ClassCastException: java.lang.Boolean cannot be cast to [Ljava.lang.Object; at org.openslx.util.Json$JsonThriftHandler.deserialize(Json.java:140) at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) | |||||
| * | [VmWare] Add hwversion 17 + 18 | Simon Rettberg | 2021-03-04 | 2 | -0/+4 | |
| | | ||||||
| * | Remove warnings in Docker meta data class | Manuel Bentele | 2021-02-22 | 1 | -5/+32 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/feature/qemu-integration' | Stephan Schwär | 2021-02-19 | 100 | -106/+23792 | |
| |\ | ||||||
| | * | Add automatic RelaxNG schema validation for Libvirt domain XML documents | Manuel Bentele | 2021-01-30 | 4 | -20/+17![]() | |
| | | | ||||||
| | * | Remove unused import in QemuMetaData class | Manuel Bentele | 2021-01-30 | 1 | -1/+0![]() | |
| | | | ||||||
| | * | Add support for QEMU VMs (based on Libvirt domain XML documents) | Manuel Bentele | 2021-01-29 | 10 | -92/+1487 | |
| | | | ||||||
| | * | Add implementation of Libvirt domain XML documents | Manuel Bentele | 2021-01-29 | 27 | -0/+4391 | |
| | | | ||||||
| | * | Add base classes and utilites to represent Libvirt XML documents | Manuel Bentele | 2021-01-29 | 22 | -0/+3061 | |
| | | | ||||||
| | * | Add Libvirt 7.0.0 RelaxNG schema files for QEMU | Manuel Bentele | 2021-01-29 | 23 | -0/+14408 | |
| | | | ||||||
| | * | Disables logging with log4j in test for DiskImage class | Manuel Bentele | 2021-01-19 | 1 | -0/+10 | |
| | | | ||||||
| | * | Add support for QCOW2 images for QEMU | Manuel Bentele | 2021-01-08 | 20 | -12/+433 | |
| | | | ||||||
| | * | Add JUnit 5 and its Maven integration for tests | Manuel Bentele | 2021-01-05 | 1 | -3/+8 | |
| | | | ||||||
| * | | [docker] Check recieved content. | ralph isenmann | 2021-02-10 | 2 | -30/+55 | |
| |/ | | | | Add a simple check to prevent any content as acceptable | |||||
| * | Remove unused code and classes | Stephan Schwär | 2020-11-20 | 3 | -292/+0![]() | |
| | | ||||||

