Mathieu
cbbb07d389
feat(lite): list pool updates ( #5794 )
2021-09-30 15:02:58 +02:00
Pierre Donias
96df84c9d8
fix(lite): fix credentials error type ( #5845 )
2021-09-30 15:02:58 +02:00
Pierre Donias
17c4b5cbe7
feat(lite): show version in UI ( #5844 )
2021-09-30 15:02:58 +02:00
Mathieu
cf642cd720
feat(xo-lite/Pool): display IP, DNS, gateway from management PIF ( #5771 )
2021-09-30 15:02:58 +02:00
Mathieu
047f3a9b4c
feat(xo-lite): use styled-components for console component ( #5827 )
2021-09-30 15:02:58 +02:00
Mathieu
b0f85e0380
feat(xo-lite/Console): handle disconnection and halted VMs ( #5728 )
2021-09-30 15:02:58 +02:00
Mathieu
7aa518b43c
feat(xo-lite): wrapper for FormattedMessage ( #5803 )
2021-09-30 15:02:58 +02:00
Pierre Donias
d187d6aeeb
chore(lite): allow explicit any
2021-09-30 15:02:58 +02:00
Pierre Donias
289dce3876
chore(lite/types): handle async computed
2021-09-30 15:02:58 +02:00
Pierre Donias
930afea1a1
feat(lite): signin page ( #5787 )
2021-09-30 15:02:58 +02:00
Mathieu
3801fa9134
feat(lite/Console): add CtrlAltDel button ( #5722 )
2021-09-30 15:02:58 +02:00
Julien Fontanet
ae211046b8
fix(lite): don't let Babel transpile import/export
2021-09-30 15:02:58 +02:00
Julien Fontanet
87ce9ff63a
fix(lite): blacklist dns module
...
It's used by `xen-api` but should be fine as long as `reverseHostIpAddresses` is not enable.
2021-09-30 15:02:58 +02:00
Pierre Donias
131c6321be
chore(xo-lite): fix config and xen-api
2021-09-30 15:02:58 +02:00
Pierre Donias
6abcce498f
feat(xo-lite): style guide ( #5764 )
2021-09-30 15:02:21 +02:00
Pierre Donias
9c38f5b327
feat(xo-lite): styled-components
2021-09-30 15:02:00 +02:00
Pierre Donias
14720d4cbf
chore(xo-lite): move all dependencies to devDependencies
2021-09-30 15:01:38 +02:00
Mathieu
940ef2845d
feat(xo-lite/Console): ability to scale VM console ( #5703 )
2021-09-30 15:01:38 +02:00
Pierre Donias
e3dbb7a6c2
fix(xo-lite/novnc): remove types
2021-09-30 15:01:38 +02:00
Pierre Donias
8cba6ebb20
fix(xo-lite/novnc): use @types/novnc-core
...
See https://github.com/DefinitelyTyped/DefinitelyTyped/pull/18602
2021-09-30 15:01:37 +02:00
Pierre Donias
a1b322f5be
chore(xo-lite): update xen-api
2021-09-30 15:01:37 +02:00
Pierre Donias
07ff19c4b8
feat(xo-lite): Reaclette types
2021-09-30 15:01:06 +02:00
Pierre Donias
3a0af4e7e0
fix(xo-lite/console): get console URL from XAPI
2021-09-30 15:01:06 +02:00
Pierre Donias
dbb3f74ab0
feat(xo-lite): initial commit
2021-09-30 15:01:06 +02:00
Pierre Donias
0eaac8fd7a
feat: technical release ( #5924 )
2021-09-30 11:17:45 +02:00
Julien Fontanet
06c71154b9
fix(xen-api/_setHostAddressInUrl): pass params in array
...
Introduced in fb21e4d58
2021-09-30 10:32:12 +02:00
Julien Fontanet
0e8f314dd6
fix(xo-web/new-vm): don't send default networkConfig ( #5923 )
...
Fixes #5918
2021-09-30 09:37:12 +02:00
Florent BEAUCHAMP
f53ec8968b
feat(xo-web/SortedTable): move filter and pagination to top ( #5914 )
2021-09-29 17:35:46 +02:00
Mathieu
919d118f21
feat(xo-web/health): filter duplicated MAC addresses by running VMs ( #5917 )
...
See xoa-support#4054
2021-09-24 17:25:42 +02:00
Mathieu
216b759df1
feat(xo-web/health): hide CR VMs duplicated MAC addresses ( #5916 )
...
See xoa-support#4054
2021-09-24 15:52:34 +02:00
Julien Fontanet
01450db71e
fix(proxy/backup.run): clear error on license issue
...
Fixes https://xcp-ng.org/forum/topic/4901/backups-silently-fail-with-invalid-xo-proxy-license
2021-09-24 13:15:32 +02:00
Julien Fontanet
ed987e1610
fix(proxy/api/ndJsonStream): send JSON-RPC error if whole iteration failed
...
See https://xcp-ng.org/forum/topic/4901/backups-silently-fail-with-invalid-xo-proxy-license
2021-09-24 13:15:24 +02:00
Florent BEAUCHAMP
2773591e1f
feat(xo-web): add go back to ActionButton and use it when saving a backup ( #5913 )
...
See xoa-support#2149
2021-09-24 11:38:37 +02:00
Pierre Donias
a995276d1e
fix(xo-server-netbox): better handle missing uuid custom field ( #5909 )
...
Fixes #5905
See #5806
See #5834
See xoa-support#3812
- Check if `uuid` custom field has correctly been configured before synchronizing
- Delete VMs that don't have a UUID before synchronizing VMs to avoid conflicts
2021-09-22 18:08:09 +02:00
Nicolas Raynaud
ffb6a8fa3f
feat(VHD import): ensure uploaded file is a VHD ( #5906 )
2021-09-21 16:25:50 +02:00
Pierre Donias
0966efb7f2
fix(xo-server-netbox): handle nested prefixes ( #5908 )
...
See xoa-support#4018
When assigning prefixes to VMs, always pick the smallest prefix that the IP
matches
2021-09-21 09:55:47 +02:00
Julien Fontanet
4a0a708092
feat: release 5.62.1
2021-09-17 10:04:36 +02:00
Julien Fontanet
6bf3b6f3e0
feat(xo-server): 5.82.2
2021-09-17 09:24:32 +02:00
Julien Fontanet
8f197fe266
feat(@xen-orchestra/proxy): 0.14.6
2021-09-17 09:24:05 +02:00
Julien Fontanet
e1a3f680f2
feat(xen-api): 0.34.2
2021-09-17 09:23:28 +02:00
Julien Fontanet
e89cca7e90
feat: technical release
2021-09-17 09:19:26 +02:00
Nicolas Raynaud
5bb2767d62
fix(xo-server/{disk,vm}.import): fix import of very small VMDK files ( #5903 )
2021-09-17 09:17:34 +02:00
Julien Fontanet
95f029e0e7
fix(xen-api/putResource): fix non-stream use case
...
Introduced by ea10df8a92
2021-09-14 17:42:20 +02:00
Julien Fontanet
fb21e4d585
chore(xen-api/_setHostAddressInUrl): use _roCall to fetch network ref
...
Introduced by a84fac1b6
2021-09-14 17:42:20 +02:00
Julien Fontanet
633805cec9
fix(xen-api/_setHostAddressInUrl): correctly fetch network ref
...
Introduced by a84fac1b6
2021-09-14 17:42:20 +02:00
Marc Ungeschikts
b8801d7d2a
"rentention" instead of "retention" ( #5904 )
2021-09-14 16:30:10 +02:00
Julien Fontanet
a84fac1b6a
fix(xen-api/{get,put}Resource): use provided address when possible
...
Fixes #5896
Introduced by ea10df8a92
Don't use the address provided by XAPI when connecting to the pool master and without a default migration network as it will unnecessarily break NATted hosts.
2021-09-14 13:52:34 +02:00
Julien Fontanet
a9de4ceb30
chore(xo-server/config.toml): explicit auth delay is per user
2021-09-12 10:55:31 +02:00
Julien Fontanet
827b55d60c
fix(xo-server/config.toml): typo
2021-09-12 10:54:49 +02:00
Julien Fontanet
0e1fe76b46
chore: update dev deps
2021-09-09 13:48:15 +02:00