Mathieu
511908bb7d
feat(lite/pool/VMs): ability to export selected VMs ( #7174 )
2023-11-15 15:29:25 +01:00
Thierry Goettelmann
4351aad312
feat(lite): new FormByteSize component ( #6741 )
2023-11-15 15:28:46 +01:00
Florent BEAUCHAMP
af7aa29c91
feat(nbd-client): various fixes ( #6964 )
2023-11-15 10:04:09 +01:00
Thierry Goettelmann
315d626055
fix(lite/story): code highlight modal path ( #7180 )
2023-11-15 09:58:15 +01:00
Pierre Donias
7af0899800
feat(netbox): sync XO users as Netbox tenants ( #7158 )
...
See Zammad#11356
See Zammad#17364
See Zammad#18409
2023-11-14 15:25:56 +01:00
Florent BEAUCHAMP
46ec2dfd56
fix(vmware-explorer): better handling of VM import without any storage ( #7168 )
2023-11-14 15:14:13 +01:00
Thierry Goettelmann
b2348474c3
fix(lite/pool): host patches list is broken if changelog
property is empty ( #7169 )
2023-11-14 15:08:56 +01:00
Julien Fontanet
836300755a
feat: release 5.88.2
2023-11-13 15:07:43 +01:00
Julien Fontanet
55c8c8a6e9
feat(xo-server): 5.126.0
2023-11-13 11:41:08 +01:00
Julien Fontanet
38e32cd24c
chore: update dev deps
2023-11-13 09:48:54 +01:00
Julien Fontanet
5ceacfaf5a
fix(xo-server/redis): fix searching with multiple indexes
...
Introduced by 36b94f745
2023-11-12 22:18:19 +01:00
Thierry Goettelmann
1ee6b106b9
feat(lite/ui): compact layout ( #7159 )
2023-11-10 16:26:20 +01:00
Julien Fontanet
eaef4f22d2
fix(xo-web/settings/logs): use template when reporting
...
Related to #7142
2023-11-10 11:33:01 +01:00
Julien Fontanet
96025df12f
feat(xo-server): only create a single token per web client (and user)
...
Related to e07e2d3cc
Similar to 581b42fa9
2023-11-09 17:13:10 +01:00
Mathieu
a8aac295eb
fix(lite/login): correctly handle login from slave ( #7110 )
2023-11-09 15:00:29 +01:00
Mathieu
83141989f0
feat(xolite/modals): add onClose event ( #7167 )
2023-11-09 10:57:24 +01:00
Julien Fontanet
9dea52281d
docs(installation): explicit Redis should be started
2023-11-07 17:10:35 +01:00
Julien Fontanet
2164c72034
fix(xo-server): log redis errors
...
Avoid unhandled error events.
2023-11-07 16:08:41 +01:00
Julien Fontanet
0d0c38f3b5
fix(backups): create suspend VDI on correct SR
...
Introduced by a958fe86d
2023-11-07 15:55:14 +01:00
Pierre Donias
e5be21a590
feat(lite): 0.1.5 ( #7162 )
2023-11-07 15:49:12 +01:00
Julien Fontanet
bc1a8be862
chore: fix formatting
2023-11-07 14:33:16 +01:00
Mathieu
3df4dbaae7
feat: release 5.88.1 ( #7163 )
2023-11-07 14:30:53 +01:00
Julien Fontanet
8f2cfebda6
feat(xo-server/rest-api): add users
collection
2023-11-07 12:51:12 +01:00
Julien Fontanet
0d00c1c45f
chore: update dev deps
2023-11-07 12:32:38 +01:00
Mathieu
9886e06d6a
feat: technical release ( #7160 )
2023-11-07 10:18:09 +01:00
Thierry Goettelmann
478dbdfe41
feat(lite): new modal management ( #7134 )
2023-11-07 09:49:02 +01:00
Florent BEAUCHAMP
2bfdb60dda
fix(fs): handle object storage server not implementing Object lock ( #7157 )
2023-11-06 17:18:00 +01:00
Pierre Donias
cabd04470d
feat(xo-server-netbox): use Netbox version instead of Netbox API version ( #7138 )
...
Netbox version is more precise (X.Y.Z instead of X.Y)
2023-11-06 17:10:10 +01:00
Florent BEAUCHAMP
f6819b23f9
fix(xo-web/dashboard): empty VDIs shouldn't be flagged as orphan ( #7102 )
...
Fixes zammad#15524
2023-11-06 13:57:44 +01:00
Julien Fontanet
c9dbcf1384
fix(proxy/backup.importVmBackup): only dispose resources at the end ( #7152 )
...
Fixes #7052
Fixes zammad#17383
When a stream is returned, the handler immediately returned a stream which disposed the resource.
Due to the disposable having a 5 mins debounce delay, the problem was only apparent after 5 mins.
2023-11-06 10:30:34 +01:00
Pierre Donias
457fec0bc8
fix(xo-server-netbox): properly delete all interfaces that don't have a UUID ( #7153 )
...
Fixes zammad#18812
Introduced by 3b1bcc67ae
The first step of synchronizing VIFs with Netbox interfaces is to clean up any interface attached to the Netbox VM that isn't found on the XO VM, *based on their UUID*, including the interfaces that don't have a UUID at all (`uuid` is `null`).
But by looping over the keyed-by-UUID collection, we could only ever delete at most *one* null-UUID interface, the other ones being dropped by `keyBy`.
Using the flat-array collection instead makes sure all the interfaces are handled.
2023-11-06 10:28:43 +01:00
Pierre Donias
db99a22244
fix(xo-web/New network): only hide bond-PIFs when creating a bonded network ( #7151 )
...
Fixes #7150
See https://xcp-ng.org/forum/topic/7918
Introduced by dbdc5f3e3b
2023-11-03 11:22:10 +01:00
Pierre Donias
89d8adc6c6
feat(netbox): expose raw HTTP body if it cannot be JSON-parsed ( #7146 )
2023-11-02 14:28:06 +01:00
Pierre Donias
a3ea70c61c
fix(xo-server-netbox): fix site property null/undefined cases ( #7145 )
...
Introduced by 1d7559ded2
2023-10-31 16:16:38 +01:00
Mathieu
ae0f3b4fe0
feat: release 5.88.0 ( #7143 )
2023-10-31 14:58:50 +01:00
Mathieu
2552ef37d2
feat: technical release ( #7141 )
2023-10-31 10:09:35 +01:00
Pierre Donias
9803e8c6cb
feat(xo-web/patches): warning about updating pool master first ( #7140 )
2023-10-31 09:51:17 +01:00
Florent BEAUCHAMP
3410cbc3b9
fix(backups): use VDI virtual_size instead of physical_size
...
`physical_size` appears to be broken
2023-10-30 15:55:30 +01:00
Florent BEAUCHAMP
93fce0d4bf
fix(backups): pass type to Xapi#getRecord
...
Fixes #7131
Introduced by 37b211376
2023-10-30 15:55:30 +01:00
MlssFrncJrg
dbdc5f3e3b
feat(xo-web/New network): don't show PIFs that belong to a bond ( #7136 )
2023-10-30 15:47:38 +01:00
Julien Fontanet
581b42fa9d
feat(xo-cli): only create a single token per instance (and user)
2023-10-30 15:47:17 +01:00
Julien Fontanet
e07e2d3ccd
feat(xo-server/token): client info support
2023-10-30 15:47:17 +01:00
Mathieu
ad928ec23d
fix(xo-web/licenses/XOSTOR): various fixes on XOSTOR licenses ( #7137 )
...
Introduced by #6983
2023-10-30 14:55:11 +01:00
Pierre Donias
1d7559ded2
fix(xo-server-netbox/VM): explicitly assign site ( #7124 )
...
See Zammad#17766
See https://xcp-ng.org/forum/topic/7887
2023-10-30 11:32:12 +01:00
Mathieu
9099b58557
feat: technical release ( #7132 )
2023-10-27 16:13:04 +02:00
Julien Fontanet
9e70397240
fix(xo-server/redis): fix indexes handling
...
Introduced by 225a67ae3
2023-10-27 11:27:25 +02:00
Thierry Goettelmann
5f69b0e9a0
feat(lite/console): new console toolbar ( #7088 )
2023-10-27 10:27:51 +02:00
Julien Fontanet
2a9bff1607
chore(xo-server/importConfig): don't use deptree
2023-10-27 10:14:02 +02:00
Pierre Donias
9e621d7de8
feat(lite/header): replace logo with "XO LITE" ( #7118 )
2023-10-27 09:16:28 +02:00
Mathieu
3e5c73528d
feat(xo-server,xo-web/XOSTOR): XOSTOR implementation ( #6983 )
...
See https://xcp-ng.org/forum/topic/5361
2023-10-26 16:58:59 +02:00