Rajaa.BARHTAOUI
97dd423486
feat: release 5.55.0 ( #5537 )
2021-01-29 15:05:21 +01:00
Rajaa.BARHTAOUI
281d60df4f
feat: technical release ( #5531 )
2021-01-27 16:44:25 +01:00
badrAZ
43933f4089
fix(xo-server/metadata-backups): ensure cache reset at the end ( #5529 )
...
Introduced by 61c3057060
2021-01-27 14:41:15 +01:00
badrAZ
4f7e140737
feat(xo-web/proxies): better upgrade feedback ( #5525 )
...
- display up-to-date message instead of upgrade button
- add "force upgrade" button to the advanced actions
2021-01-27 11:05:33 +01:00
badrAZ
2b6945a382
feat(xo-server/metadata-backups): delete proxy backups ( #5520 )
2021-01-27 09:54:09 +01:00
badrAZ
8a3ae59f77
feat(xo-server/metadata-backups): restore proxy backup ( #5519 )
2021-01-27 08:57:02 +01:00
Mathieu
db253875cc
feat(xo-server,xo-web/vm): expose VM UEFI secure boot option ( #5527 )
...
Fixes #5502
2021-01-26 17:08:21 +01:00
Jerome Charaoui
a8359dcb75
feat(docs/backups): modifier tags
2021-01-26 16:43:43 +01:00
Julien Fontanet
e5dac06d91
feat(xo-server): add x-forwarded headers on proxied requests
2021-01-26 10:34:32 +01:00
Rajaa.BARHTAOUI
e9f82558ed
feat(xo-web/vm/console): ability to open RDP session ( #5523 )
...
Fixes #5495
See xoa-support#3254
2021-01-25 16:14:20 +01:00
badrAZ
26f5ef5e31
feat(xo-server/metadata-backups): list proxy backups ( #5517 )
2021-01-23 12:42:55 +01:00
Rajaa.BARHTAOUI
874e889b36
fix(xo-web/dashboard/health): filter out snapshots from "duplicated MAC addresses" table ( #5524 )
...
See fb3f2d46fa (commitcomment-46167022)
2021-01-22 16:06:57 +01:00
badrAZ
bece5f7083
feat(xo-server, xo-web/metadata-backup): ability to define a proxy for the backup ( #4206 )
2021-01-21 13:27:33 +01:00
Rajaa.BARHTAOUI
2f535e6db1
fix(xo-web): SR_NOT_ATTACHED when migration network is selected ( #5516 )
...
See xoa-support#3248
Introduced by 062fb3ba30
and 4dd7d86ea8
- Issue:
When choosing a network for VM migration within a pool:
- default SR is shared: the VMs' VDIs will be migrated to this SR
- if not: `SR_NOT_ATTACHED` error will be thrown.
- Fix: when the migration network is defined, the SR will be required.
2021-01-21 12:07:42 +01:00
badrAZ
61c3057060
feat(xo-server/metadata-backups): run backups through proxy ( #5499 )
2021-01-21 12:04:30 +01:00
badrAZ
063d7d5cc4
fix(xo-web/backup/overview): fix proxy item not updated on ID change ( #5522 )
2021-01-21 10:55:35 +01:00
Rajaa.BARHTAOUI
0e0211050b
feat(xo-server,xo-web/pool): ability to set default migration network ( #5465 )
...
See xoa-support#3118
See https://github.com/vatesfr/xen-orchestra/issues/3788#issuecomment-743207834
2021-01-21 09:44:09 +01:00
Rajaa.BARHTAOUI
c8c7245da1
fix(xo-web/home/SR): sort SR usage in % ( #5513 )
...
Fixes #5463
2021-01-20 16:53:59 +01:00
Julien Fontanet
3e27e50bab
feat(xo-server/utils/parseXml): silent validation
...
Related to #5497
Error is longed ATM to avoid breaking existing code, but will be thrown in the future.
2021-01-20 12:03:03 +01:00
badrAZ
6b9d3ed60e
fix(xo-server/remotes): update remote error on test ( #5514 )
...
See xoa-support#3255
2021-01-20 08:37:51 +01:00
Pierre Donias
11a78111de
fix(xo-web/home,xo-server): fix ghost missing patch on XCP-ng ( #5509 )
...
Fixes #4922
Fixes xoa-support#3216
- xo-server: get error message from updater.py plugin's message and throw it
- xo-web: when counting missing patches, ignore hosts that failed
2021-01-19 10:12:59 +01:00
Mathieu
2655421171
fix(xo-web/host/stats): network throughput legend labels ( #5483 )
...
See xoa-support#3211
2021-01-15 10:02:10 +01:00
Pierre Donias
c6bc2ea485
fix(xo-server,xo-web/reattach SR): multiple fixes ( #5488 )
...
Fixes xoa-support#3227
Fixes #4546
- Fix already attached SRs not being displayed and show their names
- Refresh SR list after SR has been reattached
- Properly reattach SR:
- Introduce SR (already done)
- Compute device config from form data
- Create PBDs for each host
- Plug in PBDs
- Fix SR list key props to fix loading feedback inconsistencies
- Always show form summary once the SR location has been selected
2021-01-14 23:34:31 +01:00
Nicolas Raynaud
289b7a3dbe
fix(fs/s3): TimeoutError: Connection timed out after 120000ms
( #5397 )
2021-01-14 23:23:40 +01:00
badrAZ
70083c6dca
fix(xo-server): check remote is enabled even when bound to proxy ( #5501 )
2021-01-14 17:37:30 +01:00
Julien Fontanet
3e25b92369
chore: update dependencies
2021-01-14 16:57:44 +01:00
Rajaa.BARHTAOUI
806eaaf14b
fix(xo-server/vif#set): changing network set locking mode to 'network_default' ( #5500 )
2021-01-14 16:53:38 +01:00
Mathieu
fb3f2d46fa
feat(xo-web/dashboard/health): duplicated MAC addresses ( #5468 )
...
Fixes #5448
2021-01-14 15:26:54 +01:00
Julien Fontanet
14d06fe754
fix(xo-server/store): dont fail on serializing circular values
...
See https://github.com/vatesfr/xen-orchestra/pull/5397#discussion_r555170305
2021-01-14 14:59:08 +01:00
Rajaa.BARHTAOUI
752146028b
feat(xo-web): assign custom date-time fields ( #5473 )
...
Fixes #4730
On pools, hosts, SRs, and VMs
2021-01-14 14:22:07 +01:00
badrAZ
6c6ae30ce5
fix(xo-web/restore/metadata): ignore disabled remotes ( #5504 )
2021-01-14 09:10:02 +01:00
Nicolas Raynaud
b00750bfa3
chore(xo-vmdk-to-vhd): fix integration tests ( #5490 )
2021-01-09 19:19:34 +01:00
Pierre Donias
55eac005a0
feat(xo-web/XOA/update): add link to channel's changelog ( #5494 )
...
See xoa-support#3257
2021-01-08 16:35:47 +01:00
badrAZ
257524de18
fix(xo-server-backup-reports): fix markdown ( #5479 )
...
Observed while investigating #3195
This PR:
- removes extra indent
- add a line between sections to handle the case when it was before a nested list
2021-01-08 15:26:18 +01:00
Julien Fontanet
d4f78056dd
feat(xo-lib): 0.10.1
2021-01-08 14:50:06 +01:00
Julien Fontanet
66c054f24b
fix(xo-lib): correctly use .
as default URL base
...
Fixes #5489
Introduced by b25adf7f5
2021-01-08 14:50:06 +01:00
Julien Fontanet
711b722118
fix(xo-server-backup-reports/test): don't swallow errors ( #5491 )
...
See #5486
2021-01-08 14:24:13 +01:00
Mathieu
26614b5f40
feat(xo-server-web-books): waiting response from server ( #5420 )
...
Fixes #4948
2021-01-08 12:12:52 +01:00
Pierre Donias
9240211f3e
fix(xo-server config): change restartHostTimeout
from 5min to 20min ( #5493 )
...
Fixes #5492
2021-01-08 09:37:56 +01:00
badrAZ
67d84d956e
chore(xo-server/docs): fix command ( #5487 )
2021-01-07 11:11:21 +01:00
Julien Fontanet
97b620f98f
fix(xo-server): rm xenStore entries after use ( #5482 )
...
This should already be done by the deploy scripts but in case it's not, xo-server should do it.
2021-01-06 11:50:36 +01:00
Julien Fontanet
2f5c91a1e1
feat(docs/CR/manual seed): percent encoding
2021-01-06 11:25:24 +01:00
Rajaa.BARHTAOUI
038dad834d
fix(xo-server): set VIF locking mode to 'locked' when adding allowed IPs ( #5472 )
...
Introduced by #5357
See xoa-support#2929 (last comment)
2021-01-05 09:54:16 +01:00
Rajaa.BARHTAOUI
b3cd265955
fix(CHANGELOG.md): fix packages versions ( #5478 )
2021-01-04 16:23:56 +01:00
Olivier Lambert
2c670bc838
docs(infra mgmt): add maintenance mode explanation ( #5480 )
...
Fixes #5477
2021-01-04 16:04:10 +01:00
Julien Fontanet
30c2b8e192
fix(backups-cli clean-vms): document --merge
2021-01-02 23:29:37 +01:00
Julien Fontanet
a00d45522b
chore(xo-server/utils): remove unused formatXml
2020-12-31 15:57:48 +01:00
Julien Fontanet
525369e0ce
chore(xo-server/utils/parseXml): use fast-xml-parser instead of xml2js
...
It's faster, the API is simpler and it appears to be better maintained.
2020-12-31 10:51:25 +01:00
Julien Fontanet
ba413f3e8f
feat: release 5.54.0
2020-12-29 15:56:53 +01:00
Julien Fontanet
4afebca77b
feat(@xen-orchestra/backups-cli): 0.3.0
2020-12-23 10:43:44 +01:00