4censord

Results 24 issues of 4censord

We seem to be missing a testcase where the `epoch` field is set.

XOA: - `latest` - I am using the free Version Versions ### xoa: - node: 16.14.2 - npm: 8.4.0 - xen-orchestra-upload-ova: 0.1.4 - xo-server: 5.90.2 - xo-server-telemetry: 0.5.0 - xo-server-xoa:...

type: bug :bug:
status: triaging :triangular_flag_on_post:

Using this Terraform config ```hcl resource "xenorchestra_vm" "vm" { name_label = "${local.projekt}" template = data.xenorchestra_template.template.id cpus = 1 memory_max = 1 * local.gib auto_poweron = true high_availability = "restart" wait_for_ip...

I would like to be able to upload iso via terraform. I was thinking something like this: ```hcl data "xenorchestra_sr" "local_storage" { name_label = "Your storage repository label" } resource...

Trying to create a vm without any disks fails with ```text ╷ │ Error: Insufficient disk blocks │ │ on file.tf line 1, in resource "xenorchestra_vm" "vm": │ 1: resource...

enhancement

Instead of simply terminating the vm without any warning, this tries to shut down the vm first. This allows the VM to terminate its work properly. Because of how `client.HaltVm()`...

When api v1 is disabled, ma1sd responds with `HTTP/2 405` to any request to v1 endpoints. Config snippet ```yaml matrix: v1: false v2: true ``` api/v1 ```console $ curl -i...

# To reproduce * Have IPv6 Enabled and configured as default either via system defaults or set `-Djava.net.preferIPv6Addresses=true` as additional launch option * Try to log in using `This Device`...

bug

### Steps to reproduce Install the app from the website (https://tachiyomi.org/download/) ### Expected behavior The user should be informed during setup that there exists a privacy policy. Additionally, this might...

Bug