Julien Fontanet
ac5741a341
fix(xo-server/deleteVm): build disks list before deleting VM ( #3465 )
...
Otherwise there is a race condition and VBD records might have been removed from cache before listing the VM disks due to destroying the VM.
2018-09-28 16:48:21 +02:00
badrAZ
3f1fb7092b
fix(xo-web/modal#form): prevent default behavior of submit ( #3462 )
2018-09-28 11:42:47 +02:00
Julien Fontanet
7298a8b8f0
fix(fs/NfsHandler): race conds on sync() ( #3460 )
...
Fixes #3380
2018-09-28 11:40:12 +02:00
Julien Fontanet
aaaee45eeb
chore(xo-server): remove @babel/polyfill ( #3453 )
...
Fixes #2580
Fixes #2820
2018-09-26 14:22:02 +02:00
Nicolas Raynaud
ac2ab21826
fix(vhd-lib): fix geometry computation for more than 2^28 sectors ( #3451 )
...
Fixes https://gitlab.com/vates/xoa-support/issues/942
It was a bug in the disk geometry computation.
2018-09-25 14:51:17 +02:00
badrAZ
b22514646e
feat(xo-web/backup-ng/overview): display the schedule's name ( #3445 )
...
Fixes #3444
2018-09-24 13:43:49 +02:00
Pierre Donias
7ddc595a1c
fix(xo-web/file-restore): incorrect line-through on similar filenames ( #3447 )
2018-09-24 11:09:45 +02:00
Pierre Donias
4147800266
fix(xo-web/file-restore): ensure folder path trailing slash ( #3446 )
2018-09-24 10:52:48 +02:00
Pierre Donias
99e6d54647
chore(CHANGELOG): 5.27.0
2018-09-24 10:01:39 +02:00
Julien Fontanet
7c6e423d24
fix(Backup NG): remove all unnecessary snapshots ( #3439 )
...
Even those from other schedules.
Fixes #3132
2018-09-21 17:37:49 +02:00
badrAZ
6ca09dc9fe
feat(xo-web/vm/tab-advanced): ability to set the NIC type ( #3440 )
...
Fixes #3423
2018-09-21 15:30:23 +02:00
Julien Fontanet
83d1a5ff13
feat(defined): helpers to deal with undefined ( #3436 )
...
Extracted from xo-web.
2018-09-21 11:56:33 +02:00
badrAZ
a71740d49a
feat(backup-ng): ability to restart all failed VMs ( #3420 )
...
Fixes #3339
2018-09-20 17:05:57 +02:00
Julien Fontanet
0215c19d1d
feat(xo-server/proxy-console): work around missing host ( #3435 )
...
Fixes #3432
2018-09-20 14:47:39 +02:00
Julien Fontanet
ea1c3ab54a
fix(xo-server/delta NG): dont start export before all targets ready ( #3427 )
...
Fixes #3424
2018-09-20 14:38:45 +02:00
badrAZ
a0049bae8d
fix(xo-web/backup-ng): make log value dynamic in copy/report buttons ( #3360 )
...
Fixes #3273
2018-09-18 15:15:59 +02:00
badrAZ
56114a7d18
feat(xo-server-backup-report): ability to test the plugin ( #3421 )
2018-09-17 17:23:45 +02:00
Julien Fontanet
527eb0b1e6
feat(async-map): better Promise.all + map ( #3422 )
2018-09-17 16:37:49 +02:00
Julien Fontanet
cfd6fd722a
feat(mixin): split a class in independant parts ( #3415 )
2018-09-17 16:33:21 +02:00
badrAZ
42591bd4bd
feat(xo-web/VM): display the PVHVM status ( #3418 )
...
Fixes #3014
2018-09-17 11:06:19 +02:00
Julien Fontanet
8689cff26b
feat(emit-async): handle async listeners ( #3416 )
...
Extracted from xo-server.
2018-09-17 10:42:22 +02:00
badrAZ
b4e4d32255
feat(xo-web/backup-ng/overview): display transferred and merged data size ( #3408 )
2018-09-14 17:21:06 +02:00
badrAZ
d212168f59
feat(xo-web/backup-ng/new): use a modal for creating/editing a schedule ( #3359 )
...
Fixes #3138
2018-09-14 15:53:28 +02:00
Pierre Donias
6e013a0dc5
PR
2018-09-14 11:54:39 +02:00
Pierre Donias
06d555d4f9
fix(xo-web/xoa-updater): wait for trial request before checking trial state
...
Fixes #3407
2018-09-14 11:51:43 +02:00
Julien Fontanet
2a276dfb99
changelog
2018-09-14 10:36:49 +02:00
badrAZ
1ef205cb74
feat(xo-web/backup-ng/new): tip for creating vms on a thin-provisioned storage ( #3402 )
...
Fixes #3334
2018-09-13 16:23:51 +02:00
badrAZ
f8fdd888c4
fix(xo-web/remotes): error appears twice on testing ( #3399 )
2018-09-11 17:27:10 +02:00
Julien Fontanet
d8bd30e355
feat(xo-web/remotes): use WORKGROUP as default SMB domain ( #3398 )
2018-09-11 10:46:52 +02:00
badrAZ
4fec816274
feat(xo-web/settings/remotes): test on creation/edition ( #3397 )
...
See #3323
2018-09-11 10:09:16 +02:00
badrAZ
1211447e81
fix(xo-web/settings/remotes): rename connect(ed)/disconnect(ed) to enable(d)/disable(d) ( #3396 )
...
See #3323
2018-09-10 17:15:33 +02:00
Pierre Donias
0ad6c073ee
chore(CHANGELOG): 5.26.0
2018-09-07 11:39:26 +02:00
Julien Fontanet
bcab6bb584
fix(xo-server/listReplicatedVms): dont use snapshot_time ( #3394 )
...
It is not always set on VMs imported from snapshots, add a new metadata in `other_config` and use the timestamp in the name_label a fallback.
Fixes #3391
2018-09-07 11:31:57 +02:00
Pierre Donias
e7ad577661
feat(xo-server,xo-web/VM): start on specific host ( #3389 )
...
Fixes #3191
2018-09-05 16:39:12 +02:00
Julien Fontanet
070213dd7f
fix(xo-server/collection/redis): ignore undefined values ( #3388 )
...
Fixes #3385
2018-09-05 15:18:47 +02:00
Pierre Donias
109ff4a4da
feat(xo-web/backupNg): support restoring directories ( #3384 )
...
Fixes #1924
See #3300
2018-09-04 16:00:42 +02:00
Julien Fontanet
fe653dc7dd
feat(xo-server): add job name in replicated VMs ( #3379 )
...
See support#891
2018-09-03 14:05:32 +02:00
Julien Fontanet
8b5c0e706c
chore(xo-server/collection#first): returns undefined instead of null ( #3382 )
...
Fixes an issue introduced in 1407fb7bab in
`Remotes#getRemote()`.
2018-09-03 12:03:50 +02:00
Pierre Donias
d25584edf9
feat(xo-web/tasks): show finished tasks ( #3377 )
...
Fixes #3266
2018-08-31 17:19:03 +02:00
Pierre Donias
2fd5a6501b
feat(xo-web/menu): hide Tasks entry for self users ( #3373 )
...
Fixes #3311
2018-08-30 15:44:30 +02:00
Pierre Donias
0ca5a32142
feat(xo-web/backup ng/restore): sort backups in select ( #3374 )
...
Fixes #3294
2018-08-30 13:38:02 +02:00
Pierre Donias
9722f2a5bd
fix(xo-web/createVms): dont noop confirm modal rejection ( #3371 )
...
Fixes #3268
2018-08-29 13:14:07 +02:00
Pierre Donias
ee9c6817d6
fix(xo-web/new XOSAN): ignore detached local SRs ( #3370 )
2018-08-29 10:57:39 +02:00
Julien Fontanet
17f13307bb
fix(xo-server/listVmBackupsNg): dont fail on problematic remote ( #3367 )
...
Fixes #3365
2018-08-28 17:04:32 +02:00
Pierre Donias
a43c141ddd
fix(xo-server/self): synchronize allocate and release together ( #3368 )
2018-08-28 16:54:17 +02:00
Pierre Donias
1e6da359cc
fix(CHANGELOG): wrong xo-server version
2018-08-27 16:37:59 +02:00
Pierre Donias
3eec8f1a55
chore(CHANGELOG): 5.25.1
2018-08-27 16:28:36 +02:00
badrAZ
6148daa8b8
fix(CHANGELOG): move fix to correct release ( #3357 )
2018-08-27 16:17:54 +02:00
Julien Fontanet
df99528445
chore(CHANGELOG): improve import/export VDI entry
2018-08-27 14:41:10 +02:00
Julien Fontanet
890901366d
fix(xo-server/{export,import}Vm): dont pass host ( #3364 )
...
Relies on redirection handling in `xen-api`.
2018-08-27 14:33:14 +02:00