| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [Util] Add socket connect helper to use all available A/AAAA records | Simon Rettberg | 2024-06-27 | 1 | -0/+95 |
| | | | | | (and use it) | ||||
| * | Replace growing thread pool by cascaded one | Simon Rettberg | 2024-05-22 | 2 | -85/+116 |
| | | | | | | Cascaded thread pools have a shared common fallback pool that will take over when a specific thread pool instance is overloaded. | ||||
| * | [Util] Fix formatBytes unit overflow; make work for negative values | Simon Rettberg | 2024-05-22 | 1 | -3/+4 |
| | | |||||
| * | Fix NPE | Simon Rettberg | 2024-05-15 | 1 | -1/+3 |
| | | |||||
| * | Util: Fix tickCount() | Simon Rettberg | 2024-05-08 | 1 | -1/+1 |
| | | |||||
| * | Util: Add parseLong and formatBytes | Simon Rettberg | 2024-05-08 | 1 | -0/+31 |
| | | |||||
| * | Remove empty javadoc tag | Simon Rettberg | 2024-05-08 | 1 | -1/+0![]() |
| | | |||||
| * | [Util] add tickCount() method | Simon Rettberg | 2024-04-08 | 1 | -0/+11 |
| | | |||||
| * | [libvirt] Add methods for setting CPU migratable and pinning | Simon Rettberg | 2023-07-26 | 1 | -3/+12 |
| | | |||||
| * | Fix formatting | Simon Rettberg | 2023-05-04 | 1 | -62/+68 |
| | | |||||
| * | [libvirt] Add method to add GVT-g override data | Simon Rettberg | 2023-02-01 | 1 | -0/+40 |
| | | |||||
| * | [AppUtil] logHeader: Print VM bitness | Simon Rettberg | 2022-03-24 | 1 | -0/+6 |
| | | |||||
| * | Print maximum VM memory in logHeader() | Simon Rettberg | 2022-03-22 | 1 | -0/+12 |
| | | |||||
| * | AppUtil: Fix opening jar file if running from network share | Simon Rettberg | 2022-02-14 | 1 | -23/+24 |
| | | | | | | | | | Turning the URL of the jar into either an URI, or the URI into a string results in a representation that the File constructor cannot turn back into a meaningful path to the file. Fix this by directly opening an InputStream from the URL instance, without the File detour. | ||||
| * | Always pass charset in String constructor; don't treat strings as binary safe | Simon Rettberg | 2022-02-14 | 1 | -0/+1 |
| | | |||||
| * | Fix path separator for resource URLs on Windows platforms | Manuel Bentele | 2022-02-03 | 1 | -0/+15 |
| | | |||||
| * | [Util] Change Tar Dependence to apache commens-compress, fixes #3888 | ralph isenmann | 2022-01-27 | 1 | -15/+21 |
| | | |||||
| * | Add TarArchiveReader and TarArchiveWriter as Util classes. | ralph isenmann | 2022-01-27 | 1 | -11/+116 |
| | | | | | - Wraps the jtar dependency | ||||
| * | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 7 | -13/+19 |
| | | |||||
| * | Add util methods to print App information from MANIFEST.MF | Manuel Bentele | 2021-07-02 | 1 | -0/+147 |
| | | |||||
| * | Add container models, which keeps the necessary informations about container ↵ | ralph isenmann | 2021-06-23 | 1 | -0/+29 |
| | | | | | imags, its meta information and for lecture specific information | ||||
| * | Remove error printing in low level XML helper method | Manuel Bentele | 2021-05-21 | 1 | -4/+9 |
| | | | | | | | | | The needless error printing during parsing of a XML document can be removed since an failed attempt to parse the document will be reported outside of the XML helper method. Fixes: #3855 (partly) | ||||
| * | Implements XML schema validation for VirtualBox configurations | Manuel Bentele | 2021-05-12 | 1 | -1/+47 |
| | | |||||
| * | Add OS detection for Libvirt/QEMU virtualization configurations | Manuel Bentele | 2021-05-05 | 1 | -0/+85 |
| | | |||||
| * | Rename VmMetaData classes | Manuel Bentele | 2021-04-16 | 1 | -2/+2 |
| | | |||||
| * | Move VmMetaData classes to new virtualization config directories | Manuel Bentele | 2021-04-15 | 1 | -1/+1 |
| | | |||||
| * | Refactor disk image representation and add unit tests | Manuel Bentele | 2021-03-10 | 12 | -4203/+1![]() |
| | | |||||
| * | [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 | 7 | -101/+1131 |
| |\ | |||||
| | * | 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 | 7 | -89/+985 |
| | | | |||||
| | * | Add support for QCOW2 images for QEMU | Manuel Bentele | 2021-01-08 | 1 | -10/+146 |
| | | | |||||
| * | | [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![]() |
| | | |||||
| * | Use master sync shared code formatting style | Stephan Schwär | 2020-11-06 | 2 | -47/+80 |
| | | |||||
| * | Remove unused libraries | Stephan Schwär | 2020-10-29 | 2 | -19/+0![]() |
| | | |||||
| * | Cleanup debug code | Stephan Schwär | 2020-10-29 | 3 | -24/+6![]() |
| | | |||||
| * | Fix lowercase issue in vmx files being flagged as invalid | Stephan Schwär | 2020-10-13 | 1 | -2/+5 |
| | | |||||
| * | Change ovf classes logger output to debug | Stephan Schwär | 2020-10-08 | 2 | -7/+7 |
| | | |||||
| * | Improve comments describing new classes and cleanup | Stephan Schwär | 2020-10-08 | 2 | -73/+50![]() |
| | | |||||
| * | Add meta and config files for ovf format | Stephan Schwär | 2020-10-08 | 3 | -0/+319 |
| | | |||||
| * | Create Object of DockerMetaDataDummy | ralph isenmann | 2020-08-19 | 2 | -0/+14 |
| | | | | | VmMetaDate.getInstance of a DockerMetaDataDummy | ||||
| * | add dockerfile as byte array to DockerMetaDataDummy.java | ralph isenmann | 2020-08-11 | 2 | -5/+21 |
| | | | | | This allows to store the content of a dockerfile in the imageversion table | ||||
| * | workaround for Java8 runtime error | ralph isenmann | 2020-08-11 | 1 | -4/+5 |
| | | |||||
| * | Add Docker support | ralph isenmann | 2020-07-15 | 3 | -1/+133 |
| | | |||||
| * | [vmware] Allow hpet CMX entry | Simon Rettberg | 2020-06-22 | 1 | -1/+1 |
| | | |||||

