Florent BEAUCHAMP
77b1adae37
feat(backups/writeVhd): check file has expected size ( #6703 )
2023-03-10 10:06:53 +01:00
Florent BEAUCHAMP
4af57810d6
fix(xo-server): log handling when restoring a VM from a proxy ( #6702 )
2023-03-08 16:37:24 +01:00
Florent BEAUCHAMP
3f57287d79
fix(backups): connect to NBD only when useVhdDirectory ( #6707 )
2023-03-08 15:09:19 +01:00
Julien Fontanet
d83f41d0ff
feat(xo-web): 5.112.1
2023-03-06 17:18:36 +01:00
Julien Fontanet
0f09240fb2
feat(xo-server): 5.110.1
2023-03-06 17:18:36 +01:00
Julien Fontanet
3731b49ea8
feat(@xen-orchestra/vmware-explorer): 0.2.0
2023-03-06 17:18:36 +01:00
Julien Fontanet
e9ac049744
feat(@xen-orchestra/xapi): 2.0.0
2023-03-06 17:18:20 +01:00
Julien Fontanet
e06d4bd841
feat(xen-api): 1.2.7
2023-03-06 17:00:43 +01:00
Florent BEAUCHAMP
86f5f9eba3
feat(xo-server): use dcpath in ESXI import ( #6694 )
2023-03-06 16:25:46 +01:00
Julien Fontanet
473d091fa8
fix(xapi/parseDateTime): handle date objects ( #6701 )
...
Fixes zammad#12622 zammad#13106 zammad#13136 zammad#13162
2023-03-06 15:30:54 +01:00
Julien Fontanet
58e4f9b7b4
fix(xen-api/syncStackTraces): append sync stack instead of replacing original one
2023-03-06 15:07:32 +01:00
Julien Fontanet
c71104db4f
fix(xo-web): don't add servers with empty httpProxy
...
Fixes #6656
Introduced by 2412f8b1e
This commit also contains a change in `xo-server` to properly handle servers in database that have this problematic entries.
2023-03-03 16:39:13 +01:00
rajaa-b
c0d20f04b6
fix(xo-web/import/vmware): fix invalid params ( #6696 )
...
Introduced by e6c95a0913
2023-03-02 17:13:47 +01:00
Julien Fontanet
2e6ea202cd
feat(xo-server-transport-icinga2): 0.1.2
2023-02-28 14:14:59 +01:00
Julien Fontanet
27f17551ad
feat(xo-server-perf-alert): 0.3.4
2023-02-28 14:14:33 +01:00
Julien Fontanet
48bfc4e3cd
feat(xo-server-netbox): 0.3.7
2023-02-28 14:14:09 +01:00
Julien Fontanet
52e79f78e5
feat(xo-server): refresh env.DEBUG for spawned processes (e.g. backup worker)
2023-02-28 09:26:10 +01:00
Julien Fontanet
586d6876f1
fix: release xo-server plugins impacted by http-request-plus@1
...
Introduced by ab96c549a
2023-02-27 19:41:28 +01:00
Gabriel Gunullu
25759ecf0a
feat: technical release ( #6691 )
2023-02-27 18:06:47 +01:00
Florent BEAUCHAMP
1fbe870884
feat(xo-web/backup): show if NBD is used in the backup logs ( #6685 )
2023-02-27 14:14:01 +01:00
Gabriel Gunullu
73c0cd6934
feat(xo-web/metadata-backup): add pool selection for restoration ( #6670 )
...
See #6664
2023-02-27 10:21:49 +01:00
rajaa-b
e6c95a0913
feat(xo-web/import/esxi): import VM from ESXi ( #6663 )
...
See #6662
2023-02-27 10:12:03 +01:00
Gabriel Gunullu
af11cae29c
feat(xo-server/metadataBackup.restore): new pool parameter ( #6664 )
2023-02-27 09:56:00 +01:00
Florent BEAUCHAMP
b984a9ff00
fix(fs): add missing dependency ( #6688 )
2023-02-27 09:41:49 +01:00
Florent Beauchamp
13837e0bf3
feat(xo-server): new API method esxi.listVms
2023-02-27 09:29:38 +01:00
Florent Beauchamp
f5d19fd28a
fix(vmware-explorer/Esxi#search): handle more than 100 entries
2023-02-27 09:29:38 +01:00
Julien Fontanet
24ac3ea37d
feat: release 5.79.3
2023-02-25 10:57:31 +01:00
Julien Fontanet
13cb33cc4a
feat(xo-server/rest-api): basic VM actions ( #6652 )
2023-02-24 17:55:22 +01:00
Julien Fontanet
949a4697fe
feat(xo-server-auth-oidc): OpenID Connect authentication plugin ( #6684 )
...
Fixes #6627
2023-02-24 17:45:41 +01:00
Florent BEAUCHAMP
3bbb828284
feat(backups): add Healthcheck to continuous replication ( #6668 )
2023-02-24 16:50:34 +01:00
Florent BEAUCHAMP
942b0f3dc9
fix(backups,xo-server): don't disable HA nor add CR tag on warm migration ( #6679 )
2023-02-24 16:50:03 +01:00
Florent BEAUCHAMP
208d8845c4
fix(backups): show signal when backup worker crashes ( #6686 )
2023-02-24 14:28:27 +01:00
Julien Fontanet
24cac9dcd5
fix(xen-api/getResource): fix redirection handling
...
Introduced by ab96c549a
2023-02-24 11:53:58 +01:00
Pierre Donias
1166807434
feat(xo-web/VM): add warning modal when enabling Windows update tools ( #6681 )
...
Fixes #6627
2023-02-22 19:01:24 +01:00
Pierre Donias
99cd502b65
fix(xo-web): show Suse icon when distro name is opensuse-leap ( #6676 )
...
See https://xcp-ng.org/forum/topic/6965
2023-02-22 17:24:13 +01:00
Julien Fontanet
d959e72a9c
fix(xo-cli): handle EPIPE on stdout and stderr
...
Fixes #6680
2023-02-22 16:54:21 +01:00
Julien Fontanet
62dd5f8ed7
feat(xo-cli): can register with existing token
2023-02-21 16:45:54 +01:00
Julien Fontanet
2de9984945
feat: release 7.79.2
2023-02-20 16:15:39 +01:00
Julien Fontanet
5419957e06
chore(xen-api): log and ignore by default premature close errors
...
See #6677
2023-02-20 11:45:55 +01:00
Julien Fontanet
39d4667916
fix(xo-server/disk.import): handle stream end
...
Introduced by 61d5a964e
Fixes #6675
2023-02-18 11:10:59 +01:00
Julien Fontanet
45b07f46f1
feat(xen-api): 1.2.4
2023-02-17 11:33:14 +01:00
Julien Fontanet
4023127c87
feat(xen-api/putResource): can ignore connection premature close
...
This is opt-in via the `ignorePrematureClose` option.
2023-02-17 10:51:28 +01:00
Mathieu
b42127f083
feat: technical release ( #6674 )
2023-02-16 14:35:04 +01:00
Florent BEAUCHAMP
61d5a964ee
fix(xo-server): VMDK/OVA import ( #6669 )
2023-02-14 16:20:51 +01:00
Mathieu
f8fd6b78f5
fix(xo-web/home/pool): hide pro icon support for non XCP-ng pool ( #6661 )
...
Fixes #6653
2023-02-14 15:38:21 +01:00
Julien Fontanet
a73a24c1df
chore(xo-cli): don't use exec-promise
...
May fix #6667
`exec-promise` called `process.exit()` at the end which may interfere with the output.
2023-02-11 21:51:16 +01:00
Julien Fontanet
31f850c19c
fix(xo-server-transport-email): log async errors
...
Introduced by 711b722
2023-02-10 13:49:26 +01:00
Julien Fontanet
d2a1c02b92
fix(backups,vhd-lib): don't dl whole VHD when using NBD
...
Related to zammad#12510
2023-02-09 17:22:10 +01:00
Florent BEAUCHAMP
6d96452ef8
fix(@vates/nbd-client): really disconnect from nbd server ( #6660 )
2023-02-09 17:04:51 +01:00
Mathieu
38d2117752
fix(xo-web/pool/license): fix empty modal on license binding ( #6666 )
...
See zammad#12626
2023-02-09 16:10:42 +01:00